Cisco Cisco Identity Services Engine 1.3 전단

다운로드
페이지 168
 
7-39
Cisco Identity Services Engine API 
참조 가이드, 릴리스 1.4
OL-26134-01
장      외부 RESTful 서비스 API 작업
  
게스트 사용자에 대한 외부 RESTful 서비스 API
게스트 사용자의 비밀번호 재설정 예시
요청
PUT https://<ISE-ADMIN-NODE>:9060/ers/config/guestuser/resetpassword/7777
    Authorization: Basic xxxxxxxxxxxxxxxxxxx
    Accept: application/vnd.com.cisco.ise.identity.guestuser.2.0+xml
응답
HTTP/1.1 204 OK 
Date: Sat, 15 Dec 2014 10:20:48 GMT
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns2:operationResult xmlns:ns2="ers.ise.cisco.com">
    <attributesList>
        <attribute value="DdsAASDs%$##@ssds12" name="password"/>
    </attributesList>
</ns2:operationResult>
게스트 사용자의 대량 실행 시작
대량 요청을 통해 최대 500개의 단일 요청 작업(또는 ID별로 5000개의 작업)을 전송할 수 있습니다.
요청이 올바른 경우, 서버는 LOCATION 응답 헤더에서 대량 상태 가져오기 작업을 사용하여 대량 
상태를 추적하는 데 사용할 수 있는 고유한 대량 식별자 및 상태 코드 
202 (ACCEPTED)
를 반환합니다.
한 번에 하나의 대량 작업만 실행할 수 있습니다. 다른 대량 실행이 계속 수행되는 동안 대량 요청
이 게시된 경우 서버는 클라이언트에 이후에 다시 시도할지 묻는 해당하는 설명 메시지와 함께 응
답 상태 
503 (Service Unavailable)
을 반환합니다.
 7-41
API 
버전
 
가져오기의
 
주요
 
특성
설명
지정된 게스트 사용자의 비밀번호 재설정
개요
PUT /ers/config/guestuser/resetpassword/{id}
요청 헤더
Accept, Authorization, Host
QueryString
해당 없음
요청 메시지 본문
해당 없음
응답 헤더
Content-Length, Content-Type
응답 메시지 본문
새 비밀번호
응답 상태
200, 400, 401, 403, 404, 415, 500
 7-42
대량
 
실행
 
시작의
 
주요
 
특성
설명
실행 시작
개요
PUT /ers/config/guestuser/bulk
요청 헤더
Accept, Authorization, Host
QueryString
해당 없음
요청 메시지 본문
BulkRequest
응답 헤더
Content-Length, Content-Type