Cisco Cisco Identity Services Engine 1.3 전단

다운로드
페이지 168
 
7-41
Cisco Identity Services Engine API 
참조 가이드, 릴리스 1.4
OL-26134-01
장      외부 RESTful 서비스 API 작업
  
게스트 사용자에 대한 외부 RESTful 서비스 API
        <userName>lucky13</userName>
        <password>1234</password>
        <notificationLanguage>English</notificationLanguage>
        <smsServiceProvider>ATT</smsServiceProvider>
    </guestInfo>
  
<guestType>DAILY</guestType>
  
<reasonForVisit>interview</reasonForVisit>
  
<personBeingVisited>sponsor@cisco.com</personBeingVisited>
</resource>
</resourcesList>
</ns3:bulkRequest>
응답
HTTP/1.1 202 ACCEPTED
        Date: Thu, 12 Jul 2012 23:59:59 GMT
        Location: https://<ISE-ADMIN-NODE>:9060/ers/config/guestuser/123443545334
관련 주제
게스트 사용자의 대량 상태 가져오기
대량 실행 요청이 유효하고 이미 진행 중인 기타 대량 작업이 없는 경우, 서버가 LOCATION 응답 
헤더의 고유한 대량 식별자를 반환합니다. 이 ID를 사용하여 대량 상태를 추적하십시오. 상태 보
고서는 작업 시작 후 최소 2시간 이상 사용할 수 있습니다.
게스트 사용자의 대량 상태 가져오기 예시
요청 
GET https://<ISE-ADMIN-NODE>:9060/ers/config/guestuser/bulk/53454354534 HTTP/1.1
    Authorization: Basic xxxxxxxxxxxxxxxxxxx
    Accept: application/vnd.com.cisco.ise.identity.guestuserbulkrequest.1.0+xml
응답
HTTP/1.1 200 OK
Date: Thu Mar 07 18:17:35 IST 2013 GMT
Content-Type: application/vnd.com.cisco.ise.ers.guestuserbulkrequest.1.0+xml 
Content-Length: 16347
{
<ns2:bulkStatus
 7-43
대량
 
상태
 
가져오기의
 
주요
 
특성
설명
지정된 대량 실행 진행 상태 모니터링
개요
GET /ers/config/guestuser/bulk/{bulkid}
요청 헤더
Accept, Authorization, Host
QueryString
해당 없음
요청 메시지 본문
해당 없음
응답 헤더
Content-Length, Content-Type
응답 메시지 본문
BulkStatus 
응답 상태
200, 400, 401, 403, 404, 415, 500