deployments

Summary

get/api/v1/deploy/summary

Response

Successful Response

totalinteger required

All deployments in the organization.

pendinginteger required

Deployments recorded before their first stage starts.

merginginteger required

Deployments still in the merge-and-deploy pipeline.

deployinginteger required

Deployments in the deploy writeback; briefly held.

deployedinteger required

Deployments that finished deploying.

failedinteger required

Deployments whose pipeline failed.

activeinteger required

Deployments currently answering for their slug.

Changes