Skip to content

Get dashboard data for deployments period widget

GET
/v1/dashboards/{org_uuid}/widgets/deployments/period

Get the counters for deployments with a specific status in the given period.

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"

Query Parameters

user_uuid

Only return stats related to this user uuid.

Typestring
format"uuid"
days

Only select entities in time range (T-days, T).
T the current time by default, or it can be modified with offset_days.
If days is not set, all entities before T are selected.

Typeinteger
offset_days

Shift the selection range offset_days into the past.
For example: days=7, offset_days=7 is the range 14d ago to 7d ago.

Typeinteger

Responses

OK

application/json
JSON
{
"ok": 0,
"failed": 0,
"canceled": 0
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI