Cisco Cisco Identity Services Engine 1.3 전단

다운로드
페이지 168
 
7-21
Cisco Identity Services Engine API 
참조 가이드, 릴리스 1.4
OL-26134-01
장      외부 RESTful 서비스 API 작업
  
엔드포인트 ID 그룹을 위한 외부 RESTful 서비스 API
엔드포인트 ID 그룹 업데이트 API 호출의 샘플 요청 
PUT https://<ISE-ADMIN-NODE>:9060/ers/config/ endpoint /333
Authorization: Basic xxxxxxxxxxxxxxxxxxx
Content-Type: application/vnd.com.cisco.ise.identity.endpointgroup.1.0+xml
{
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns2:endpointgroup xmlns:ns2="identity.ers.ise.cisco.com" description="updated" id="0" 
name="Group">
    <systemDefined>false</systemDefined>
</ns2:endpointgroup>
}
엔드포인트 ID 그룹 업데이트 API 호출의 샘플 응답
HTTP/1.1 200 OK 
Date: Thu, 12 Jul 2012 23:59:59 GMT
Content-Type: application/vnd.com.cisco.ise.ers.updatedfields.1.0+xml
Content-Length: 529
{
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns2:updatedFields xmlns:ns2="ers.ise.cisco.com">
 <updatedField field="description">
  <newValue>updated</newValue>
  <oldValue>Group</oldValue>
 </updatedField>
</ns2:updatedFields>
}
엔드포인트 ID 그룹 삭제
다음 표에는 엔드포인트 ID 삭제 API 호출의 주요 특성이 나열되어 있습니다.
응답 헤더
Content-Length, Content-Type
응답 메시지 본문
업데이트된 필드 목록
응답 상태
200, 400, 401, 403, 404, 415, 429, 500
 7-24
엔드포인트
 ID 
그룹
 
업데이트
 API 
호출의
 
주요
 
특성
 (
계속
)
 7-25
엔드포인트
 ID 
그룹
 
삭제
 API 
호출의
 
주요
 
특성
설명
지정된 엔드포인트 그룹 삭제
개요
DELETE /ers/config/endpointgroup/{id}
요청 헤더
Accept, Authorization, Host
QueryString
해당 없음
요청 메시지 본문
해당 없음
응답 헤더
Content-Length, Content-Type
응답 메시지 본문
NA
응답 상태
204, 400, 401, 403, 404, 415, 429, 500