Cisco Cisco Identity Services Engine 1.0.4 产品宣传页

下载
页码 168
 
7-13
Cisco Identity Services Engine API 
참조 가이드, 릴리스 1.4
OL-26134-01
장      외부 RESTful 서비스 API 작업
  
엔드포인트용 외부 RESTful 서비스 API
다음 표에는 이 API 호출의 주요 특성이 나열되어 있습니다.
엔드포인트 등록 API의 샘플 요청 
PUT https://<ISE-ADMIN-NODE>:9060/ers/config/endpoint/register
Authorization: Basic xxxxxxxxxxxxxxxxxxx
Content-Type: application/vnd.com.cisco.ise.identity.endpoint.1.0+xml
{
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:endpoint description="description" name="name" id="id" xmlns:ns2="ers.ise.cisco.com" 
xmlns:ns3="identity.ers.ise.cisco.com">
    <group>group</group>
    <groupId>groupId</groupId>
    <identityStore>identityStore</identityStore>
    <identityStoreId>identityStoreId</identityStoreId>
    <mac>00:01:02:03:04:05</mac>
    <portalUser>portalUser</portalUser>
    <profile>profile</profile>
    <profileId>profileId</profileId>
    <staticGroupAssignment>true</staticGroupAssignment>
    <staticProfileAssignment>false</staticProfileAssignment>
</ns3:endpoint>
}
엔드포인트 등록 API의 샘플 응답
HTTP/1.1 204 No Content 
Date: Thu, 12 Jul 2012 23:59:59 GMT
엔드포인트 등록 해제
이 API 호출을 사용하여 Cisco ISE에서 엔드포인트의 등록을 해제할 수 있습니다. 결과에 예상되
는 콘텐츠가 없습니다. 다음 표에는 이 API 호출의 주요 특성이 나열되어 있습니다.
 7-14
엔드포인트
 
등록
 API 
호출의
 
주요
 
특성
설명
지정된 엔드포인트 등록 
개요
PUT /ers/config/endpoint/register
요청 헤더
Accept, Authorization, Host
QueryString
해당 없음
요청 메시지 본문
엔드포인트
응답 헤더
Content-Length, Content-Type
응답 메시지 본문
업데이트된 필드 목록
응답 상태
202, 400, 401, 403, 404, 415, 429, 500
 7-15
엔드포인트
 
등록
 
해제
 API 
호출의
 
주요
 
특성
설명
지정된 엔드포인트 등록 해제 
개요
PUT  /ers/config/endpoint/{id}/deregister