FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
This operation returns the number of hosts that match specified criteria. The following search criteria are available: Host ID, Sold To, Account, License Technology, and Host Type.
This operation is equivalent to displaying the number of hosts that fit certain criteria by filtering hosts using the Search for field on the Support Licenses and Maintenance page in the FlexNet Operations Producer Portal.
Tip:The returned number can be used as the batch size input for getHostQuery.
Name | Type | Direction | Description |
---|---|---|---|
msgparameters | getHostCountRequestType | Input |
A getHostCountResponse element having the structure defined by the following table.
Name | Type | Description |
---|---|---|
statusInfo | StatusInfoType |
Returns one of the following:
A string will give the reason for a failure or partial failure. |
responseData | getHostCountResponseDataType | Contains an integer count element. |