diagram | |||||||||||||
namespace | http://www.cisco.com/AXL/API/15.0 | ||||||||||||
type | extension of axlapi:APIRequest | ||||||||||||
properties |
|
||||||||||||
children | deviceName loginDuration profileName userId | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
annotation |
|
||||||||||||
source | <xsd:complexType name="DoDeviceLoginReq" abstract="false"> <xsd:annotation> <xsd:documentation>Logs-in the specified user to the specified phone.</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 phone that is being logged-into. Not nullable.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="loginDuration" type="xsd:nonNegativeInteger" nillable="false"> <xsd:annotation> <xsd:documentation>The duration of the login. Not nullable.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="profileName" type="axlapi:XFkType" nillable="false"> <xsd:annotation> <xsd:documentation>The name or uuid of the Device Profile to be used. Not nullable.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="userId" type="xsd:string" nillable="false"> <xsd:annotation> <xsd:documentation>The LDAP RN of the user that is to be logged-into the phone. Not nullable.</xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
diagram | |||||||||||||
type | axlapi:XFkType | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
annotation |
|
||||||||||||
source | <xsd:element name="deviceName" type="axlapi:XFkType" nillable="false"> <xsd:annotation> <xsd:documentation>The name or uuid of the phone that is being logged-into. Not nullable.</xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | |||||
type | xsd:nonNegativeInteger | ||||
properties |
|
||||
annotation |
|
||||
source | <xsd:element name="loginDuration" type="xsd:nonNegativeInteger" nillable="false"> <xsd:annotation> <xsd:documentation>The duration of the login. Not nullable.</xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | |||||||||||||
type | axlapi:XFkType | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
annotation |
|
||||||||||||
source | <xsd:element name="profileName" type="axlapi:XFkType" nillable="false"> <xsd:annotation> <xsd:documentation>The name or uuid of the Device Profile to be used. Not nullable.</xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | |||||
type | xsd:string | ||||
properties |
|
||||
annotation |
|
||||
source | <xsd:element name="userId" type="xsd:string" nillable="false"> <xsd:annotation> <xsd:documentation>The LDAP RN of the user that is to be logged-into the phone. Not nullable.</xsd:documentation> </xsd:annotation> </xsd:element> |