complexType GetLdapSyncStatusReq
diagram AXLSoap_p3417.png
namespace http://www.cisco.com/AXL/API/15.0
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
sequence  xsd:unsignedLong  optional      
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 AXLSoap_p3418.png
type xsd:string
properties
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 AXLSoap_p3419.png
type axlapi:XUUID
properties
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