Cisco Cisco Security Manager 4.11 Guía Del Usuario

Descargar
Página de 301
 
 
 
  
 
Cisco Security Manager 4.11 API Specification (Version 2.3) 
 
Page  110
 
3.2.1.2 Response 
An example of the GetServiceInfo response is shown in the figure below.  The fields in these messages are 
described in the table below. 
 
Figure 56: GetServiceInfo Response Example 
Table 53: GetServiceInfo Response Elements and Attributes Description 
XML Element & Attributes 
Definition 
getServiceInfoResponse 
Returns the service information of the configuration service 
serviceVersion 
The service version of the configuration service running 
serviceName 
The service name 
serviceDescr 
The service description that provides a more detailed explanation of the service 
capabilities and features 
 
 
Figure 57: GetServiceInfoResponse XML Schema   
<?xml version=”1.0” encoding=”UTF-8”?> 
<ns1:getServiceInfoResponse xmlns:ns1="csm"> 
<protVersion>1.0</protVersion> 
<reqId>123</reqId> 
<serviceVersion>1.0</serviceVersion> 
<serviceName>CSM Configuration Service</serviceName> 
<serviceDesc>A configuration service that enables network services configuration to be 
retrieved</serviceDesc> 
</ns1:getServiceInfoResponse>
 
 
 
<
xs:element
 name
="getServiceInfoResponse"
 type
="GetServiceInfoResponse"/> 
 
<
xs:complexType
 name
="GetServiceInfoResponse"> 
 
 
<xs:complexContent> 
 
 
 
<
xs:extension
 base
="BaseReqResp"> 
 
 
 
 
<xs:sequence> 
 
 
 
 
 
<
xs:element
 name
="serviceVersion"
 type
="xs:string"
 minOccurs
="1"
 maxOccurs
="1"/> 
 
 
 
 
 
<
xs:element
 name
="serviceName"
 type
="xs:string"
 minOccurs
="1"
 maxOccurs
="1"/> 
 
 
 
 
 
<
xs:element
 name
="serviceDesc"
 type
="xs:string"
 minOccurs
="0"
 maxOccurs
="1"/> 
 
 
 
 
</xs:sequence> 
 
 
 
</xs:extension> 
 
 
</xs:complexContent> 
 
</xs:complexType>