Cisco Cisco Identity Services Engine 1.3 전단

다운로드
페이지 168
 
7-6
Cisco Identity Services Engine API 
참조 가이드, 릴리스 1.4
OL-26134-01
장      외부 RESTful 서비스 API 작업
  
내부 사용자에 대한 외부 RESTful 서비스 API
    <enabled>true</enabled>
    <firstName>John</firstName>
    <identityGroups>identityGroups</identityGroups>
    <lastName>Doe</lastName>
    <password>12345</password>
</ns3:internaluser>
}
내부 사용자 생성 API의 샘플 응답 
HTTP/1.1 201 OK  (see the location header for the new user's ID)
Date: Thu, 12 Jul 2012 23:59:59 GMT
Content-Type: application/vnd.com.cisco.ise.identity.internaluser.1.0+xml
Location: https://<ISE-ADMIN-NODE>/ers/config/internaluser/444
내부 사용자 업데이트
이 API 호출을 사용하여 Cisco ISE에서 내부 사용자를 업데이트할 수 있습니다. 외부 RESTful 서
비스 API를 사용하여 내부 사용자를 업데이트하는 동안 비밀번호가 변경되지 않는 경우, 비밀번
호를 ‘********’로 설정해야 합니다. 다음 표에는 이 API 호출의 주요 특성이 나열되어 있습니다.
내부 사용자 업데이트 API의 샘플 요청 
PUT https://<ISE-ADMIN-NODE>:9060/ers/config/internaluser/333
Authorization: Basic xxxxxxxxxxxxxxxxxxx
Content-Type: application/vnd.com.cisco.ise.identity.internaluser.1.0+xml
{
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:internaluser description="description" name="name" id="333" 
xmlns:ns2="ers.ise.cisco.com" xmlns:ns3="identity.ers.ise.cisco.com">
    <changePassword>true</changePassword>
    <customAttributes>
        <entry>
            <key>key2</key>
            <value>value3</value>
        </entry>
        <entry>
            <key>key1</key>
            <value>value1</value>
        </entry>
    </customAttributes>
    <email>email@example.com</email>
 7-6
내부
 
사용자
 
업데이트
 API 
호출의
 
주요
 
특성
설명
지정된 내부 사용자 업데이트 
개요
PUT /ers/config/internaluser/{id}
요청 헤더
Accept, Authorization, Host
QueryString
해당 없음
요청 메시지 본문
InternalUser
응답 헤더
Content-Length, Content-Type
응답 메시지 본문
업데이트된 필드 목록
응답 상태
200, 400, 401, 403, 404, 415, 429, 500