Skip to main content
Active IQ Unified Manager 9.7
9.7
A newer release of this product is available.

Recommendations for using the APIs for Active IQ Unified Manager

Contributors

When using the APIs in Active IQ Unified Manager, you should follow certain recommended practices.

  • All response content type must be in the following format for a valid execution:

    application/json
  • The API version number is not related to the product version number. You should use the latest version of the API available for your Unified Manager instance. For more information about Unified Manager API versions, see the “REST API versioning in Active IQ Unified Manager” section.

  • While updating array values using a Unified Manager API, you must update the entire string of values. You cannot append values to an array. You can only replace an existing array.

  • Avoid querying objects by using a combination of the filter operators wild card (*) and pipe (|). It might retrieve an incorrect number of objects.

  • Note that the GET (all) request for any API returns a maximum of 1000 records. Even if you run the query by setting the max_records parameter to a value higher than 1000, only 1000 records are returned.

  • For performing administrative functions, it is recommended that you use the Unified Manager UI.