complexType GetLdapSyncStatusReq
diagram axlapi_p2390.png
namespace http://www.cisco.com/AXL/API/8.5
type extension of axlapi:APIRequest
properties
base axlapi:APIRequest
abstract false
children name uuid
used by
element getLdapSyncStatus
attributes
Name  Type  Use  Default  Fixed  annotation
sequencexsd:unsignedLongoptional      
annotation
documentation
Cancels the sync which is currently under process.
source <xsd:complexType name="GetLdapSyncStatusReq" abstract="false">
 
<xsd:annotation>
   
<xsd:documentation>Cancels the sync which is currently under process.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="axlapi:APIRequest">
     
<xsd:sequence>
       
<xsd:choice>
         
<xsd:element name="name" type="xsd:string" nillable="false">
           
<xsd:annotation>
             
<xsd:documentation>The config name of the Ldap Directory.</xsd:documentation>
           
</xsd:annotation>
         
</xsd:element>
         
<xsd:element name="uuid" type="axlapi:XUUID" nillable="false"/>
       
</xsd:choice>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element GetLdapSyncStatusReq/name
diagram axlapi_p2391.png
type xsd:string
properties
isRef 0
content simple
nillable false
annotation
documentation
The config name of the Ldap Directory.
source <xsd:element name="name" type="xsd:string" nillable="false">
 
<xsd:annotation>
   
<xsd:documentation>The config name of the Ldap Directory.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element GetLdapSyncStatusReq/uuid
diagram axlapi_p2392.png
type axlapi:XUUID
properties
isRef 0
content simple
nillable false
facets
Kind Value annotation 
pattern \{........-....-....-....-............\} 
source <xsd:element name="uuid" type="axlapi:XUUID" nillable="false"/>


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