Get dashboard data for an organization
GET
/v1/dashboards/{org_uuid}/stacks
Get the counters for all active stacks belonging to an organization to show on the dashboard.
This will be extended with more counters in the future for e.g. resources and resource health.
Soft deleted stacks are not counted.
Access
- Only members of the organization with any role are allowed to query.
Authorizations
apiKey
API key as username in Basic Authorization with
empty password.
TypeAPI Key (header: Authorization)
or
jwtToken
TypeHTTP (bearer)
Parameters
Path Parameters
org_uuid*
UUID of the organization
Typestring
Requiredformat
"uuid"Responses
OK
application/json
JSON
{
"stacks_status": {
"ok_count": 1337,
"drifted_count": 42,
"failed_count": 5
}
}