DeploymentChecks
Returns deployment check runs registered for a specified deployment.
Columns
| Name | Type | References | |
| Id [KEY] | String | ||
| CheckRunName | String | ||
| CheckId | String | ||
| OwnerId | String | ||
| ProjectId | String |
Projects.Id | |
| Source | String | ||
| RequiredCondition | String |
The allowed values are build-ready, deployment-url, none. | |
| BlockedPhase | String |
The allowed values are none, build-start, deployment-start, deployment-alias, deployment-promotion. | |
| Targets | String | ||
| Status | String |
The allowed values are queued, running, completed. | |
| Conclusion | String |
The allowed values are timeout, canceled, skipped, failed, neutral, succeeded. | |
| ConclusionText | String | ||
| ExternalId | String | ||
| ExternalUrl | String | ||
| OutputDetails | String | ||
| Timeout | Long | ||
| CreatedAt | Datetime | ||
| UpdatedAt | Datetime | ||
| CompletedAt | Datetime | ||
| DeploymentId | String |
Deployments.Id |