Skip to content

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
Required
format"uuid"

Responses

OK

application/json
JSON
{
"stacks_status": {
"ok_count": 1337,
"drifted_count": 42,
"failed_count": 5
}
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI