Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The GetLicenseOrderList function is used to get a license order list. The license order contains all information about HostIDs and Features configured for the product.

This function uses an offset and requires a LAC administrator token, which is obtained using the Login function.In addition, this function uses an offset. License orders are packed into arrays of 100 elements. You can use an offset greater than 0 to get additional license orders. For example, if you have 321 license orders, you would run this method 4 times using the offsets 0, 100, 200, 300. The first 3 responses will have 100 license orders each, and the last response will have 21 license orders.

Return values

The response is of the type Soap_Response_List_LicenseOrder.

...