Cisco Cisco Identity Services Engine 1.3 전단

다운로드
페이지 168
 
7-23
Cisco Identity Services Engine API 
참조 가이드, 릴리스 1.4
OL-26134-01
장      외부 RESTful 서비스 API 작업
  ID 
그룹을 위한 외부 RESTful 서비스 API
모든 ID 그룹 검색 API 호출의 샘플 요청 
GET https://<ISE-ADMIN-NODE>:9060/ers/config/identitygroup?page=0&size=20&sortacs=name 
Authorization: Basic xxxxxxxxxxxxxxxxxxx
Accept: application/vnd.com.cisco.ise.identity.identitygroup.1.0+xml
모든 ID 그룹 검색 API 호출의 샘플 응답 
HTTP/1.1 200 OK
Date: Thu, 12 Jul 2012 23:59:59 GMT
Content-Type: application/vnd.com.cisco.ise.ers.searchresult.1.0+xml
Content-Length: 16347
{
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns2:searchResult total="2" xmlns:ns2="ers.ise.cisco.com">
    <resources>
<resource name="name1" id="id1" description="description1">
   
<link type="application/xml" 
href="https://<ISE-ADMIN-NODE>:9060/ers/config/identitygroup/id1" rel="self"/>
  
</resource>
<resource name="name2" id="id2" description="description2">
   
<link type="application/xml" 
href="https://<ISE-ADMIN-NODE>:9060/ers/config/identitygroup/id2" rel="self"/>
  
</resource>
    </resources>
</ns2:searchResult>
}
ID
별로 ID 그룹 가져오기
다음 표에는 ID별로 ID 그룹 가져오기 API 호출의 주요 특성이 나열되어 있습니다.
ID
별로 ID 그룹 가져오기 API 호출의 샘플 요청
GET https://<ISE-ADMIN-NODE>:9060/ers/config/identitygroup/333
Authorization: Basic xxxxxxxxxxxxxxxxxxx
Accept: application/vnd.com.cisco.ise.identity.identitygroup.1.0+xml
 7-28
엔드포인트
 ID 
그룹
 
읽기
 API 
호출의
 
주요
 
특성
설명
지정된 ID 그룹 검색
개요
GET /ers/config/identitygroup/{id}
요청 헤더
Accept, Authorization, Host
QueryString
해당 없음
요청 메시지 본문
해당 없음
응답 헤더
Content-Length, Content-Type
응답 메시지 본문
엔드포인트 유형의 리소스
응답 상태
200, 400, 401,403, 404, 415, 429, 500