FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A getAutoProvisionedServerResponse message contains an element of getAutoProvisionedServerResponse.
Type getAutoProvisionedServerResponse
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
![]() |
1..1 | ||
statusInfo | OpsEmbeddedStatusInfoType | 1..1 | See OpsEmbeddedStatusInfoType. |
cloudLicenseServer | deviceIdentifier | 0..1 | See deviceIdentifier. |
Name | Type |
---|---|
getAutoProvisionedServer | Method |
The following XML fragment illustrates a getAutoProvisionedServerResponse message:
<getAutoProvisionedServerResponse>
<statusInfo>
<status>SUCCESS</status>
</statusInfo>
<cloudLicenseServer>
<deviceType>SERVER</deviceType>
<uniqueId>LYZYZM7S7E8C</uniqueId>
<deviceId>LYZYZM7S7E8C</deviceId>
<serverIds>
<serverId>LYZYZM7S7E8C</serverId>
</serverIds>
<deviceIdType>STRING</deviceIdType>
<publisherName>fnedemo</publisherName>
</cloudLicenseServer>
</getAutoProvisionedServerResponse>