Get cluster usage metrics
GET/clusters/usage-metrics
Returns the usage metrics for a cluster. The provided token is forwarded to the Orchestration Cluster API of the target cluster, so it must additionally include the read:* permission for the orchestration-api audience.
Request
Responses
- 200
- 401
- 403
- 404
- 500
The usage metrics were retrieved successfully.
The request lacks valid authentication credentials.
Response Headers
WWW-Authenticate
Forbidden. The request is not allowed.
The requested resource was not found.
An internal error occurred while processing the request.