Config
The following are Autonomous Identity config endpoint:
- GET /
Get the configuration. This endpoint is mainly used by the Autonomous Identity UI microservice to get values stored in Consul.
Endpoint
/api/config
Authorization
Bearer Token <JWT-value>
Headers
Content-Type application/json
Example Request
curl --location --request GET '/api/config' \ --header 'Content-Type: application/json'
Example Response
{ "thresholds": { "top": 1.01, "high": 0.75, "medium": 0.35, "low": 0 }, "volumeThresholds": { "high": 90, "low": 20 } }