FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A generateCloneDetectionReportResponse message contains an element of generateCloneDetectionReportResponse.
Type generateCloneDetectionReportResponse
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
![]() |
1..1 | ||
statusInfo | OpsEmbeddedStatusInfoType | 1..1 | See OpsEmbeddedStatusInfoType. |
cloneSuspects | anyType (restriction) | 1..1 | See cloneSuspect. |
cloneSuspect | cloneSuspect | 1..* | |
Name | Type |
---|---|
generateCloneDetectionReport | Method |
The following XML fragment illustrates a generateCloneDetectionReportResponse message:
<generateCloneDetectionReportResponse>
<statusInfo>
<status>SUCCESS</status>
</statusInfo>
<cloneSuspects>
<cloneSuspect>
<timeStamp>2016-11-07T10:23:24.190Z</timeStamp>
<hostClass>SERVED_CLIENT</hostClass>
<deviceId>served_clone_dev1</deviceId>
<serverId>9U3D3HZHFE7B</serverId>
<lineItemActivationIds/>
<acctId>pritam inc</acctId>
<acctName>pritam inc</acctName>
<enterpriseId>4</enterpriseId>
</cloneSuspect>
<cloneSuspect>
<timeStamp>2016-11-07T10:21:24.293Z</timeStamp>
<hostClass>SERVED_CLIENT</hostClass>
<deviceId>served_clone_dev1</deviceId>
<serverId>9U3D3HZHFE7B</serverId>
<lineItemActivationIds/>
<acctId>pritam inc</acctId>
<acctName>pritam inc</acctName>
<enterpriseId>4</enterpriseId>
</cloneSuspect>
</cloneSuspects>
</generateCloneDetectionReportResponse>