Cisco Cisco Identity Services Engine 1.3 전단

다운로드
페이지 168
 
7-4
Cisco Identity Services Engine API 
참조 가이드, 릴리스 1.4
OL-26134-01
장      외부 RESTful 서비스 API 작업
  
내부 사용자에 대한 외부 RESTful 서비스 API
모든 내부 사용자 검색 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>
        <ns2:resource description="description1" name="name1" id="id1"/>
        <ns2:resource description="description2" name="name2" id="id2"/>
    </resources>
</ns2:searchResult>
}
ID
별로 내부 사용자 가져오기
이 API 호출을 사용하여 Cisco ISE에서 ID별로 내부 사용자를 가져올 수 있습니다. 다음 표에는 
이 API 호출의 주요 특성이 나열되어 있습니다.
내부 사용자 읽기 API의 샘플 요청 
GET https://<ISE-ADMIN-NODE>:9060/ers/config/internaluser/333
Authorization: Basic xxxxxxxxxxxxxxxxxxx
Accept: application/vnd.com.cisco.ise.internaluser.1.0+xml
내부 사용자 읽기 API의 샘플 응답 
HTTP/1.1 200 OK
Date: Thu, 12 Jul 2012 23:59:59 GMT
Content-Type: application/vnd.com.cisco.ise.identity.internaluser.1.0+xml
Content-Length: 16347
{
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:internaluser description="description" name="name" id="id" 
xmlns:ns2="ers.ise.cisco.com" xmlns:ns3="identity.ers.ise.cisco.com">
    <changePassword>true</changePassword>
    <customAttributes>
        <entry>
            <key>key2</key>
            <value>value3</value>
 7-4
내부
 
사용자
 
읽기
 API 
호출의
 
주요
 
특성
설명
지정된 내부 사용자 검색 
개요
GET /ers/config/internaluser/{id}
요청 헤더
Accept, Authorization, Host
QueryString
해당 없음
요청 메시지 본문
해당 없음
응답 헤더
Content-Length, Content-Type
응답 메시지 본문
InternalUser 
유형의 리소스
응답 상태
200, 400, 401,403, 404, 415, 429, 500