diagram | |||||||||||||
namespace | http://www.cisco.com/AXL/API/15.0 | ||||||||||||
type | extension of axlapi:APIRequest | ||||||||||||
properties |
|
||||||||||||
children | name uuid sync | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
annotation |
|
||||||||||||
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> |
diagram | |||||
type | xsd:string | ||||
properties |
|
||||
annotation |
|
||||
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> |
diagram | |||||||
type | axlapi:XUUID | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xsd:element name="uuid" type="axlapi:XUUID" nillable="false"/> |
diagram | |||||||
type | axlapi:boolean | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
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> |