complexType DoDeviceLogoutReq
diagram AXLSoap_p2545.png
namespace http://www.cisco.com/AXL/API/15.0
type extension of axlapi:APIRequest
properties
base axlapi:APIRequest
abstract false
children deviceName
used by
element doDeviceLogout
attributes
Name  Type  Use  Default  Fixed  Annotation
sequence  xsd:unsignedLong  optional      
annotation
documentation
This method logs-out whichever user is logged-into the device.
source <xsd:complexType name="DoDeviceLogoutReq" abstract="false">
 
<xsd:annotation>
   
<xsd:documentation>This method logs-out whichever user is logged-into the device.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="axlapi:APIRequest">
     
<xsd:sequence>
       
<xsd:element name="deviceName" type="axlapi:XFkType" nillable="false">
         
<xsd:annotation>
           
<xsd:documentation>The name or uuid of the device to perform the log-out on.</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element DoDeviceLogoutReq/deviceName
diagram AXLSoap_p2546.png
type axlapi:XFkType
properties
content complex
nillable false
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
annotation
documentation
The name or uuid of the device to perform the log-out on.
source <xsd:element name="deviceName" type="axlapi:XFkType" nillable="false">
 
<xsd:annotation>
   
<xsd:documentation>The name or uuid of the device to perform the log-out on.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy