diagram | |||||||||||||
namespace | http://www.cisco.com/AXL/API/15.0 | ||||||||||||
type | extension of axlapi:APIResponse | ||||||||||||
properties |
|
||||||||||||
children | return LicenseDetails | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
annotation |
|
||||||||||||
source | <xsd:complexType name="GetSmartLicenseStatusRes"> <xsd:annotation> <xsd:documentation>Returns overall licensing status</xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="axlapi:APIResponse"> <xsd:sequence> <xsd:element name="return"> <xsd:simpleType> <xsd:restriction base="xsd:string"/> </xsd:simpleType> </xsd:element> <xsd:element name="LicenseDetails"> <xsd:complexType> <xsd:sequence> <xsd:element name="SmartLicensing"> <xsd:simpleType> <xsd:restriction base="xsd:string"/> </xsd:simpleType> </xsd:element> <xsd:element name="Registration" type="axlapi:XRegistration"/> <xsd:element name="Authorization" type="axlapi:XAuthorization"/> <xsd:element name="LicenseStatus" type="axlapi:XLicenseStatus"/> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
diagram | |||
type | restriction of xsd:string | ||
properties |
|
||
source | <xsd:element name="return"> <xsd:simpleType> <xsd:restriction base="xsd:string"/> </xsd:simpleType> </xsd:element> |
diagram | |||
properties |
|
||
children | SmartLicensing Registration Authorization LicenseStatus | ||
source | <xsd:element name="LicenseDetails"> <xsd:complexType> <xsd:sequence> <xsd:element name="SmartLicensing"> <xsd:simpleType> <xsd:restriction base="xsd:string"/> </xsd:simpleType> </xsd:element> <xsd:element name="Registration" type="axlapi:XRegistration"/> <xsd:element name="Authorization" type="axlapi:XAuthorization"/> <xsd:element name="LicenseStatus" type="axlapi:XLicenseStatus"/> </xsd:sequence> </xsd:complexType> </xsd:element> |
diagram | |||
type | restriction of xsd:string | ||
properties |
|
||
source | <xsd:element name="SmartLicensing"> <xsd:simpleType> <xsd:restriction base="xsd:string"/> </xsd:simpleType> </xsd:element> |
diagram | |||
type | axlapi:XRegistration | ||
properties |
|
||
children | Status SmartAccount VirtualAccount LastRenewalAttempt NextRenewalAttempt LastRenewalStatus RegistrationFailedReason RegistrationExpires ProductUDI ExportControlFunctionality | ||
source | <xsd:element name="Registration" type="axlapi:XRegistration"/> |
diagram | |||
type | axlapi:XAuthorization | ||
properties |
|
||
children | Status LastCommunicationAttempt NextCommunicationAttempt LastCommunicationStatus AuthorizationFailedReason AuthorizationExpires EvaluationPeriodRemaining | ||
source | <xsd:element name="Authorization" type="axlapi:XAuthorization"/> |
diagram | |||
type | axlapi:XLicenseStatus | ||
properties |
|
||
children | Entitlement | ||
source | <xsd:element name="LicenseStatus" type="axlapi:XLicenseStatus"/> |