Техническое Руководство для Cisco Cisco Security Manager 4.5

Скачать
Страница из 217
 
 
 
  
 
Cisco Security Manager 4.4 API Specification (Version 1.1) 
 
OL- 29074-01 
Page  119
 
 
Figure 71: Method GetDeviceConfigByName Request Example  
Table 62: Method GetDeviceConfigByName Request URL Attribute Descriptions 
URL Attribute Name 
Definition 
deviceConfigByNameRequest 
A device name request 
name 
The device name requested to be returned 
HTTP Method 
POST 
HTTP Header: asCookie 
The cookie returned by the login method that identifies the authentication 
session 
Returns 
200 OK + XML 
 
401 Unauthorized 
 
 
Figure 72: DeviceConfigByNameRequest XML Schema   
 
 
<
xs:element
 name
="deviceConfigByNameRequest"
 type
="DeviceConfigByNameRequest"/> 
 
<
xs:complexType
 name
="DeviceConfigByNameRequest"> 
 
 
<
xs:complexContent
 
 
 
<
xs:extension
 base
="BaseReqResp"> 
 
 
 
 
<
xs:sequence
 
 
 
 
 
<
xs:element
 name
="name"
 type
="xs:string"/> 
 
 
 
 
</
xs:sequence
 
 
 
</
xs:extension
 
 
</
xs:complexContent
 
</
xs:complexType
 
URL: 
 
https://hostname/nbi/configservice/getDeviceConfigByName 
  
HTTP Header: 
 
Set-Cookie: asCookie=732423sdfs73242; expires=Fri, 31-Dec-2010 23:59:59 GMT; path=/; 
domain=.hostdomain.com  
 
XML Argument: 
 
<?xml version=”1.0” encoding=”UTF-8”?> 
<deviceConfigByNameRequest> 
 
<protVersion>1.0</protVersion> 
 
<reqId>123</reqId> 
   <name>rtr-1.cisco.com</name> 
</deviceConfigByNameRequest>