Cisco Cisco Identity Services Engine 1.3 전단

다운로드
페이지 168
 
7-55
Cisco Identity Services Engine API 
참조 가이드, 릴리스 1.4
OL-26134-01
장      외부 RESTful 서비스 API 작업
  SGT
를 위한 외부 RESTful 서비스 API
SGT
를 위한 외부 RESTful 서비스 API
다음 표에는 SGT를 위한 외부 RESTful 서비스 API가 나열되어 있습니다.
모든 SGT 가져오기
다음 표에는 모든 SGT 가져오기 API 호출의 주요 특성이 나열되어 있습니다.
모든 SGT 가져오기 API 호출의 샘플 요청 
GET https://<ISE-ADMIN-NODE>:9060/ers/config/sgt?page=0&size=20&sortacs=name
Authorization: Basic xxxxxxxxxxxxxxxxxxx
Accept: application/vnd.com.cisco.ise.sga.sgt.1.0+xml
모든 SGT 가져오기 API 호출의 샘플 응답 
HTTP/1.1 200 OK
Date: Thu, 12 Jul 2012 23:59:59 GMT
Content-Type: application/vnd.com.cisco.ise.ers.searchresult.1.0+xml
Content-Length: 16347
{
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns2:searchResult total="2" xmlns:ns2="ers.ise.cisco.com">
<resources>
  <resource name="name1" id="id1" description="description1">
 7-60
SGT
 
사용
 
가능한
 API
작업 
메서드 
URL 
콘텐츠
QueryString 
모든 SGT 가져오기 GET
/ers/config/sgt
해당 없음
page, size, 
sortacs 
또는 
sortdsn, filter
SGT 
가져오기
GET
/ers/config/sgt/{id
1
}
1. SGT ID
는 Cisco ISE 데이터베이스에 저장되어 있는 UUID 유형입니다.
해당 없음
SGT 
리소스 버전 
정보 가져오기
GET
/ers/config/sgt/versioninfo
해당 없음
 7-61
모든
 SGT 
가져오기
 API 
호출의
 
주요
 
특성
설명
SGT 
리소스 모음 검색 
개요
GET /ers/config/sgt
요청 헤더
Accept, Authorization, Host
QueryString
page, size, sortbyacn, sortbydcn, filter
요청 메시지 본문
해당 없음
응답 헤더
Content-Length, Content-Type
응답 메시지 본문
SearchResult
응답 상태
200, 400, 401, 403, 404, 415, 429, 500