Cisco Cisco Identity Services Engine 1.3 전단

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