complexType DoLdapSyncReq
diagram AXLSoap_p2556.png
namespace http://www.cisco.com/AXL/API/15.0
type extension of axlapi:APIRequest
properties
base axlapi:APIRequest
abstract false
children name uuid sync
used by
element doLdapSync
attributes
Name  Type  Use  Default  Fixed  Annotation
sequence  xsd:unsignedLong  optional      
annotation
documentation
Initiates the sync
source <xsd:complexType name="DoLdapSyncReq" abstract="false">
 
<xsd:annotation>
   
<xsd:documentation>Initiates the sync</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:element name="sync" type="axlapi:boolean" nillable="false">
         
<xsd:annotation>
           
<xsd:documentation>True means start sync, false means cancel the sync which is currently under process</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element DoLdapSyncReq/name
diagram AXLSoap_p2557.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 DoLdapSyncReq/uuid
diagram AXLSoap_p2558.png
type axlapi:XUUID
properties
content simple
nillable false
facets
Kind Value Annotation
pattern \{........-....-....-....-............\}
source <xsd:element name="uuid" type="axlapi:XUUID" nillable="false"/>

element DoLdapSyncReq/sync
diagram AXLSoap_p2559.png
type axlapi:boolean
properties
content simple
nillable false
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
annotation
documentation
True means start sync, false means cancel the sync which is currently under process
source <xsd:element name="sync" type="axlapi:boolean" nillable="false">
 
<xsd:annotation>
   
<xsd:documentation>True means start sync, false means cancel the sync which is currently under process</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


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