FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: getAutoProvisionedServerResponse

Description

A getAutoProvisionedServerResponse message contains an element of getAutoProvisionedServerResponse.

Derived By

Type getAutoProvisionedServerResponse

Content Model

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.
Referenced By
Name  Type 
getAutoProvisionedServer  Method 
XML Example

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>