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

Page de 103
Page 68 
OL-28369-01 
<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 
<aaaLogout 
inCookie="<real_cookie>" 
outStatus/> 
Response 
<aaaLogout cookie="" 
commCookie="" 
srcExtSys="0.0.0.0" 
destExtSys="0.0.0.0" 
srcSvc="" 
destSvc="" 
response="yes" 
outStatus="success"> 
</aaaLogout> 
aaaRefresh 
Sessions can be kept active (within the default session time frame) by user activity. There is a default of 7200 
seconds that counts down when inactivity begins. If the 7200 seconds expire, Prime Network Services Controller 
enters a sleep mode and requires signing back in, which restarts the countdown. The session continues using the 
same session ID. 
Note  Using this method expires the previous cookie and issues a new cookie. 
Request Syntax 
<xs:element name="aaaRefresh" type="aaaRefresh" substitutionGroup="externalMethod"/> 
<xs:complexType name="aaaRefresh" mixed="true"> 
<xs:attribute name="inName"> 
<xs:simpleType> 
<xs:restriction base="xs:string"> 
<xs:pattern value="[\-\.:_a-zA-Z0-9]{0,16}"/> 
</xs:restriction> 
</xs:simpleType> 
</xs:attribute> 
<xs:attribute name="inPassword"> 
<xs:simpleType> 
<xs:restriction base="xs:string"> 
<xs:minLength value="0"/> 
<xs:maxLength value="512"/> 
</xs:restriction> 
</xs:simpleType> 
</xs:attribute> 
<xs:attribute name="inCookie" type="xs:string"/> 
<xs:attribute name="cookie" type="xs:string"/> 
<xs:attribute name="response" type="YesOrNo"/> 
</xs:complexType>