Cisco Cisco Identity Services Engine 1.0.4 产品宣传页

下载
页码 168
 
7-50
Cisco Identity Services Engine API 
참조 가이드, 릴리스 1.4
OL-26134-01
장      외부 RESTful 서비스 API 작업
  
네트워크 디바이스를 위한 외부 RESTful 서비스 API
    08bb0-2539-11e3-84ad-00215edbb2a8" rel="self"/>
        <authenticationSettings>
            <enableKeyWrap>false</enableKeyWrap>
            <keyInputFormat>ASCII</keyInputFormat>
            <networkProtocol>RADIUS</networkProtocol>
            <radiusSharedSecret>*****</radiusSharedSecret>
        </authenticationSettings>
<NetworkDeviceIPList>
        <NetworkDeviceIP>
            <ipaddress>1.2.3.4</ipaddress>
            <mask>32</mask>
        </NetworkDeviceIP>
    </NetworkDeviceIPList>
    <modelName>Unknown</modelName>
    <NetworkDeviceGroupList>
        <NetworkDeviceGroup>1d8c62b0-2539-11e3-84ad-
00215edbb2a8</NetworkDeviceGroup>
        <NetworkDeviceGroup>37053aa0-2539-11e3-84ad-
00215edbb2a8</NetworkDeviceGroup>
    </NetworkDeviceGroupList>
    <softwareVersion>Unknown</softwareVersion>
</ns3:networkdevice>
}
네트워크 디바이스 생성
다음 표에는 네트워크 디바이스 생성 API 호출의 주요 특성이 나열되어 있습니다.
네트워크 디바이스 생성 호출의 샘플 요청
POST https://<ISE-ADMIN-NODE>:9060/ers/config/networkdevice/ 
Authorization: Basic xxxxxxxxxxxxxxxxxxx
Content-Type: application/vnd.com.cisco.ise.network.networkdevice.1.0+xml {
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <ns3:networkdevice
        xmlns:ns2="ers.ise.cisco.com"
        xmlns:ns3="network.ers.ise.cisco.com" name="nd2">
        <authenticationSettings>
            <enableKeyWrap>false</enableKeyWrap>
            <keyInputFormat>ASCII</keyInputFormat>
            <networkProtocol>RADIUS</networkProtocol>
            <radiusSharedSecret>acsi</radiusSharedSecret>
        </authenticationSettings>
        <NetworkDeviceIPList>
 7-54
네트워크
 
디바이스
 
생성
 API 
호출의
 
주요
 
특성
설명
지정된 네트워크 디바이스 생성
개요
POST /ers/config/networkdevice/
요청 헤더
Accept, Authorization, Host
QueryString
해당 없음
요청 메시지 본문
NetworkDevice
응답 헤더
Content-Length, Content-Type, Location
응답 메시지 본문
해당 없음
응답 상태
200, 400, 401, 403, 415, 500