Get deployments activity from an organization.
GET
/v1/organizations/{org_uuid}/deployments/activity
Get deployments activity from an organization for the last 371
days (53 weeks * 7 days).
Data is sorted from oldest to newest providing all the data
without gaps, that is, a dense array.
"ok" deployments are the sum of ok_count from workflow
deployment groups.
"failed" deployments are the sum of failed_count,
canceled_count and the sum of running_count and pending_count
older than 24h.
Authorizations
jwtToken
TypeHTTP (bearer)
Parameters
Path Parameters
org_uuid*
UUID of the organization
Typestring
Requiredformat
"uuid"Responses
OK
application/json
JSON
{
"start": "string",
"end": "string",
"offset": "string",
"workflow_deployment_groups": [
{
"TwoItemsExample": {
"value": [
[
1,
4
],
[
2,
3
]
]
}
}
]
}