Cisco Cisco Prime Network Services Controller 3.0 Guide Du Développeur

Page de 103
Page 65 
OL-28369-01 
destExtSys="10.193.33.109" 
srcSvc="sam_extXMLApi" 
destSvc="mgmt-controller_dme" 
response="yes" 
outUserLocales="TestSanity"> 
</aaaGetUserLocales> 
aaaKeepAlive 
The following example keeps the session active until the default session time expires and uses the same cookie 
after the method call. 
Request Syntax 
<xs:element name="aaaKeepAlive" type="aaaKeepAlive" 
substitutionGroup="externalMethod"/> 
<xs:complexType name="aaaKeepAlive" mixed="true"> 
<xs:attribute name="cookie" type="xs:string"/> 
<xs:attribute name="response" type="YesOrNo"/> 
</xs:complexType> 
Response Syntax 
<xs:element name="aaaKeepAlive" type="aaaKeepAlive" 
substitutionGroup="externalMethod"/> 
<xs:complexType name="aaaKeepAlive" mixed="true"> 
<xs:attribute name="cookie" type="xs:string"/> 
<xs:attribute name="response" type="YesOrNo"/> 
<xs:attribute name="errorCode" type="xs:unsignedInt"/> 
<xs:attribute name="errorDescr" type="xs:string"/> 
<xs:attribute name="invocationResult" type="xs:string"/> 
</xs:complexType> 
Example 
Request 
<aaaKeepAlive 
cookie="<real_cookie>" /> 
Response 
<aaaKeepAlive 
cookie="<real_cookie>" 
commCookie="11/15/0/2969" 
srcExtSys="10.193.33.109" 
destExtSys="10.193.33.109" 
srcSvc="sam_extXMLApi" 
destSvc="mgmt-controller_dme" 
response="yes"> 
</aaaKeepAlive> 
aaaLogin 
The following example shows the login process that is required to begin a session and which establishes an 
authenticated HTTPS session between the client and Prime Network Services Controller. 
Request Syntax 
<xs:element name="aaaLogin" type="aaaLogin" substitutionGroup="externalMethod"/> 
<xs:complexType name="aaaLogin" mixed="true"> 
<xs:attribute name="inName"> 
<xs:simpleType> 
<xs:restriction base="xs:string">