FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Method: getHostQuery

Description

This operation extracts the same information as that available on the Support Licenses and Maintenance page in the FlexNet Operations Producer Portal user interface: Host ID, Sold To, Account, License Technology, and Host Type. In addition, producers can filter for hosts that have active or inactive fulfillments.

Parameters
Name  Type  Direction  Description 
msgparameters  getHostQueryRequestType  Input   
Returns

A getHostQueryResponse element having the structure defined by the following table.

Name  Type  Description 
statusInfo  StatusInfoType 

Returns one of the following:

  • SUCCESS—All items in the request were processed.

  • PARTIAL_FAILURE—Some, but not all, items in the request were processed. The getCount and getQuery operations never return PARTIAL_FAILURE.

  • FAILURE—None of the items in the request were processed.

A string will give the reason for a failure or partial failure.

responseData  getHostQueryResponseDataType  See getHostQueryResponseDataType.