Retrieving history collection configurations

This example shows how to request history collection configurations.

To request a list of history collection configurations or information for a single history collection configuration, use the GET /data/historycollections endpoint, as follows:
  • Use the following path to request a list of all history collection configurations:
    https://host:port/api/v1/data/historycollections
  • Use the following path to request data collected for a specific history collection configuration by including the name parameter set to the UADVISOR situation name:
    https://host:port/api/v1/data/historycollections?name=uadvisor_name
    where uadvisor_name is the unique name of the history collection configuration in the format UADVISOR_xxxxx. Commonly, Kpp and tablename appear in the name.
  • Use the id parameter to return history collection configurations by affinity:
    https://host:port/api/v1/data/historycollections?id=affinity_id