Cisco Cisco Identity Services Engine 1.3 전단

다운로드
페이지 168
 
7-15
Cisco Identity Services Engine API 
참조 가이드, 릴리스 1.4
OL-26134-01
장      외부 RESTful 서비스 API 작업
  
엔드포인트용 외부 RESTful 서비스 API
{
<ns3:endpointBulkRequest
resourceMediaType = "vnd.com.cisco.ise.ers.identity.endpoint.1.0+xml" operationType = 
"create"
xmlns:ns2 = "ers.ise.cisco.com"
xmlns:ns3 = "identity.ers.ise.cisco.com">
<resourcesList> <resource
xsi:type = "ns3:ersEndPoint"
description = "created by bulk request"
xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance"> <mac>11:22:33:44:55:66</mac> 
<staticGroupAssignment>false</staticGroupAssignment> 
<staticProfileAssignment>false</staticProfileAssignment>
</resource>
. . .
<resource
xsi:type = "ns3:ersEndPoint"
description = "created by bulk request"
xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance"> <group>Profiled</group> 
<groupId>804f5350-7808-11e2-bdd0-0050568e01f0</groupId> <identityStore></identityStore> 
<identityStoreId></identityStoreId> <mac>11:22:33:44:55:77</mac>
<portalUser></portalUser>
<profile>Apple-iPod</profile> <profileId>b8128870-7808-11e2-bdd0-0050568e01f0</profileId> 
<staticGroupAssignment>true</staticGroupAssignment> 
<staticProfileAssignment>true</staticProfileAssignment>
</resource> </resourcesList>
</ns3:endpointBulkRequest>
}
엔드포인트에 대한 대량 실행 시작 API 호출의 샘플 응답
HTTP/1.1 202 ACCEPTED
        Date: Thu, 12 Jul 2012 23:59:59 GMT
        Location: https://ise-node-ip:9060/ers/config/endpoint/123443545334
엔드포인트에 대한 대량 상태 가져오기
대량 실행 요청이 유효하고 이미 진행 중인 기타 대량 작업이 없는 경우, 서버가 LOCATION 응답 
헤더의 고유한 대량 식별자를 반환합니다. 이 ID를 사용하여 대량 상태를 추적하십시오. 상태 보
고서는 작업 시작 후 최소 2시간 이상 사용할 수 있습니다.
 7-17
대량
 
상태
 
가져오기의
 
주요
 
특성
설명
지정된 대량 실행 진행 상태 모니터링
개요
GET /ers/config/endpoint/bulk/{bulkid}
요청 헤더
Accept, Authorization, Host
QueryString
해당 없음
요청 메시지 본문
해당 없음
응답 헤더
Content-Length, Content-Type
응답 메시지 본문
BulkStatus 
응답 상태
200, 400, 401, 403, 404, 415, 500