Skip to content

Manager

The Manager microservice API is used to sync settings information across all microservices. The primary role is to sync the parameters and enable faster querying of the POWER Parameters Catalog. Moreover, the Manager API provides the Custom Surface aliases and the corresponding surface roughness exponents. In addition, it is used for the grouping of the parameters for the Data Access Viewer (DAV).

Formats

The only response format for the Manager API is JSON (except for the metrics endpoint). The response structure is different depending on the endpoint.

Request Structure

  • The request arguments can be in any order after the question mark.
  • A single parameter can be requested or a list of Parameters can be requested, with one of the following list separators: ',' or '%2C'.

To help construct and test your API requests, please use the API Pages for the Manager API.