List deployments in an organization
List all of the deployments for an organization.
Query Parameters
The status of the deployments to list.
A base64 encoded cursor that can be used to paginate results. Must match the pattern ^[\w-+/=]+$
.
The maximum number of results to return. Must be between 1
and 240
.
A base64 encoded cursor that can be used to paginate results. One of created_at
, -created_at
, +created_at
, created_at
.
Responses
200 OK response.
An array of results.
Show attributes
The time the deployment was created.
Describes the metadata for a deployment.
Show attributes
The patch of the deployment.
Show attributes
The path the operation is from.
The old value of the operation.
The type of the operation. One of add
, replace
, remove
, move
, copy
, test
.
The path of the operation.
The value of the operation.
Describes the source of a deployment.
Show attributes
Describes the git source of a deployment.
Show attributes
Show attributes
Show attributes
The email of the git commit author.
The ID of the git commit author.
The login of the git commit author.
The name of the git commit author.
Show attributes
The email of the git commit author.
The ID of the git commit author.
The login of the git commit author.
The name of the git commit author.
The message of the git commit.
The SHA of the git commit.
The installation ID of the git provider.
The owner of the git repository.
The git provider. One of github
.
The ID of the pull request.
The tag or branch of the git repository.
The name of the git repository.
The ID of the git repository.
Describes the registry source of a deployment.
Show attributes
The command of the registry.
The image of the registry.
The state of the stacks at the time of deployment status change.
Show attributes
The ID of the stack. Must match the pattern (^[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$)|(^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$)|(^[0-9a-f]{32}$)
.
The status of the stack. One of PENDING
, CREATE_COMPLETE
, CREATE_IN_PROGRESS
, CREATE_FAILED
, DELETE_COMPLETE
, DELETE_FAILED
, DELETE_IN_PROGRESS
, REVIEW_IN_PROGRESS
, ROLLBACK_COMPLETE
, ROLLBACK_FAILED
, ROLLBACK_IN_PROGRESS
, UPDATE_COMPLETE
, UPDATE_COMPLETE_CLEANUP_IN_PROGRESS
, UPDATE_IN_PROGRESS
, UPDATE_FAILED
, UPDATE_ROLLBACK_COMPLETE
, UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS
, UPDATE_ROLLBACK_FAILED
, UPDATE_ROLLBACK_IN_PROGRESS
, IMPORT_COMPLETE
, IMPORT_ROLLBACK_IN_PROGRESS
, IMPORT_ROLLBACK_FAILED
, IMPORT_ROLLBACK_COMPLETE
.
The reason for the stack's status.
The timestamp of the stack's last update at its cloud provider.
The ID of the environment the deployment belongs to. Must match the pattern (^[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$)|(^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$)|(^[0-9a-f]{32}$)
.
The time the deployment finished.
The ID of the deployment. Must match the pattern (^[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$)|(^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$)|(^[0-9a-f]{32}$)
.
The IDS of stacks included in the deployment.
The time the deployment started.
The status of the deployment. One of pending
, pending_approval
, in_progress
, succeeded
, failed
, failed_with_action_required
, canceled
.
The time the deployment was last updated.
Whether there are more results available.
The cursor for the next page of results as a base64 encoded string. Must match the pattern ^[a-zA-Z0-9+/=]+$
.
400 Bad Request response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
401 Unauthorized response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
403 Forbidden response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
404 Not Found response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
408 Request Timeout response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
409 Conflict response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
429 Too Many Requests response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
500 Internal Server Error response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
501 Not Implemented response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
Get a deployment
Get a deployment by its ID.
Path Parameters
The ID of the deployment to get.
Responses
200 OK response.
The time the deployment was created.
Describes the metadata for a deployment.
Show attributes
The patch of the deployment.
Show attributes
The path the operation is from.
The old value of the operation.
The type of the operation. One of add
, replace
, remove
, move
, copy
, test
.
The path of the operation.
The value of the operation.
Describes the source of a deployment.
Show attributes
Describes the git source of a deployment.
Show attributes
Show attributes
Show attributes
The email of the git commit author.
The ID of the git commit author.
The login of the git commit author.
The name of the git commit author.
Show attributes
The email of the git commit author.
The ID of the git commit author.
The login of the git commit author.
The name of the git commit author.
The message of the git commit.
The SHA of the git commit.
The installation ID of the git provider.
The owner of the git repository.
The git provider. One of github
.
The ID of the pull request.
The tag or branch of the git repository.
The name of the git repository.
The ID of the git repository.
Describes the registry source of a deployment.
Show attributes
The command of the registry.
The image of the registry.
The state of the stacks at the time of deployment status change.
Show attributes
The ID of the stack. Must match the pattern (^[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$)|(^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$)|(^[0-9a-f]{32}$)
.
The status of the stack. One of PENDING
, CREATE_COMPLETE
, CREATE_IN_PROGRESS
, CREATE_FAILED
, DELETE_COMPLETE
, DELETE_FAILED
, DELETE_IN_PROGRESS
, REVIEW_IN_PROGRESS
, ROLLBACK_COMPLETE
, ROLLBACK_FAILED
, ROLLBACK_IN_PROGRESS
, UPDATE_COMPLETE
, UPDATE_COMPLETE_CLEANUP_IN_PROGRESS
, UPDATE_IN_PROGRESS
, UPDATE_FAILED
, UPDATE_ROLLBACK_COMPLETE
, UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS
, UPDATE_ROLLBACK_FAILED
, UPDATE_ROLLBACK_IN_PROGRESS
, IMPORT_COMPLETE
, IMPORT_ROLLBACK_IN_PROGRESS
, IMPORT_ROLLBACK_FAILED
, IMPORT_ROLLBACK_COMPLETE
.
The reason for the stack's status.
The timestamp of the stack's last update at its cloud provider.
The ID of the environment the deployment belongs to. Must match the pattern (^[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$)|(^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$)|(^[0-9a-f]{32}$)
.
The time the deployment finished.
The ID of the deployment. Must match the pattern (^[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$)|(^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$)|(^[0-9a-f]{32}$)
.
The IDS of stacks included in the deployment.
The time the deployment started.
The status of the deployment. One of pending
, pending_approval
, in_progress
, succeeded
, failed
, failed_with_action_required
, canceled
.
The time the deployment was last updated.
400 Bad Request response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
401 Unauthorized response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
403 Forbidden response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
404 Not Found response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
408 Request Timeout response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
409 Conflict response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
429 Too Many Requests response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
500 Internal Server Error response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
501 Not Implemented response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
Cancel a deployment
Cancel a deployment by its ID.
Path Parameters
The ID of the deployment to cancel.
Responses
200 OK response.
The time the deployment was created.
Describes the metadata for a deployment.
Show attributes
The patch of the deployment.
Show attributes
The path the operation is from.
The old value of the operation.
The type of the operation. One of add
, replace
, remove
, move
, copy
, test
.
The path of the operation.
The value of the operation.
Describes the source of a deployment.
Show attributes
Describes the git source of a deployment.
Show attributes
Show attributes
Show attributes
The email of the git commit author.
The ID of the git commit author.
The login of the git commit author.
The name of the git commit author.
Show attributes
The email of the git commit author.
The ID of the git commit author.
The login of the git commit author.
The name of the git commit author.
The message of the git commit.
The SHA of the git commit.
The installation ID of the git provider.
The owner of the git repository.
The git provider. One of github
.
The ID of the pull request.
The tag or branch of the git repository.
The name of the git repository.
The ID of the git repository.
Describes the registry source of a deployment.
Show attributes
The command of the registry.
The image of the registry.
The state of the stacks at the time of deployment status change.
Show attributes
The ID of the stack. Must match the pattern (^[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$)|(^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$)|(^[0-9a-f]{32}$)
.
The status of the stack. One of PENDING
, CREATE_COMPLETE
, CREATE_IN_PROGRESS
, CREATE_FAILED
, DELETE_COMPLETE
, DELETE_FAILED
, DELETE_IN_PROGRESS
, REVIEW_IN_PROGRESS
, ROLLBACK_COMPLETE
, ROLLBACK_FAILED
, ROLLBACK_IN_PROGRESS
, UPDATE_COMPLETE
, UPDATE_COMPLETE_CLEANUP_IN_PROGRESS
, UPDATE_IN_PROGRESS
, UPDATE_FAILED
, UPDATE_ROLLBACK_COMPLETE
, UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS
, UPDATE_ROLLBACK_FAILED
, UPDATE_ROLLBACK_IN_PROGRESS
, IMPORT_COMPLETE
, IMPORT_ROLLBACK_IN_PROGRESS
, IMPORT_ROLLBACK_FAILED
, IMPORT_ROLLBACK_COMPLETE
.
The reason for the stack's status.
The timestamp of the stack's last update at its cloud provider.
The ID of the environment the deployment belongs to. Must match the pattern (^[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$)|(^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$)|(^[0-9a-f]{32}$)
.
The time the deployment finished.
The ID of the deployment. Must match the pattern (^[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$)|(^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$)|(^[0-9a-f]{32}$)
.
The IDS of stacks included in the deployment.
The time the deployment started.
The status of the deployment. One of pending
, pending_approval
, in_progress
, succeeded
, failed
, failed_with_action_required
, canceled
.
The time the deployment was last updated.
400 Bad Request response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
401 Unauthorized response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
403 Forbidden response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
404 Not Found response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
408 Request Timeout response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
409 Conflict response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
429 Too Many Requests response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
500 Internal Server Error response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
501 Not Implemented response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
List deployments for a stack
List all of the deployments for a stack.
Path Parameters
The stack ID to list deployments for.
Query Parameters
The status of the deployments to list.
A base64 encoded cursor that can be used to paginate results. Must match the pattern ^[\w-+/=]+$
.
The maximum number of results to return. Must be between 1
and 240
.
A base64 encoded cursor that can be used to paginate results. One of created_at
, -created_at
, +created_at
, created_at
.
Responses
200 OK response.
An array of results.
Show attributes
The time the deployment was created.
Describes the metadata for a deployment.
Show attributes
The patch of the deployment.
Show attributes
The path the operation is from.
The old value of the operation.
The type of the operation. One of add
, replace
, remove
, move
, copy
, test
.
The path of the operation.
The value of the operation.
Describes the source of a deployment.
Show attributes
Describes the git source of a deployment.
Show attributes
Show attributes
Show attributes
The email of the git commit author.
The ID of the git commit author.
The login of the git commit author.
The name of the git commit author.
Show attributes
The email of the git commit author.
The ID of the git commit author.
The login of the git commit author.
The name of the git commit author.
The message of the git commit.
The SHA of the git commit.
The installation ID of the git provider.
The owner of the git repository.
The git provider. One of github
.
The ID of the pull request.
The tag or branch of the git repository.
The name of the git repository.
The ID of the git repository.
Describes the registry source of a deployment.
Show attributes
The command of the registry.
The image of the registry.
The state of the stacks at the time of deployment status change.
Show attributes
The ID of the stack. Must match the pattern (^[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$)|(^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$)|(^[0-9a-f]{32}$)
.
The status of the stack. One of PENDING
, CREATE_COMPLETE
, CREATE_IN_PROGRESS
, CREATE_FAILED
, DELETE_COMPLETE
, DELETE_FAILED
, DELETE_IN_PROGRESS
, REVIEW_IN_PROGRESS
, ROLLBACK_COMPLETE
, ROLLBACK_FAILED
, ROLLBACK_IN_PROGRESS
, UPDATE_COMPLETE
, UPDATE_COMPLETE_CLEANUP_IN_PROGRESS
, UPDATE_IN_PROGRESS
, UPDATE_FAILED
, UPDATE_ROLLBACK_COMPLETE
, UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS
, UPDATE_ROLLBACK_FAILED
, UPDATE_ROLLBACK_IN_PROGRESS
, IMPORT_COMPLETE
, IMPORT_ROLLBACK_IN_PROGRESS
, IMPORT_ROLLBACK_FAILED
, IMPORT_ROLLBACK_COMPLETE
.
The reason for the stack's status.
The timestamp of the stack's last update at its cloud provider.
The ID of the environment the deployment belongs to. Must match the pattern (^[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$)|(^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$)|(^[0-9a-f]{32}$)
.
The time the deployment finished.
The ID of the deployment. Must match the pattern (^[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$)|(^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$)|(^[0-9a-f]{32}$)
.
The IDS of stacks included in the deployment.
The time the deployment started.
The status of the deployment. One of pending
, pending_approval
, in_progress
, succeeded
, failed
, failed_with_action_required
, canceled
.
The time the deployment was last updated.
Whether there are more results available.
The cursor for the next page of results as a base64 encoded string. Must match the pattern ^[a-zA-Z0-9+/=]+$
.
400 Bad Request response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
401 Unauthorized response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
403 Forbidden response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
404 Not Found response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
408 Request Timeout response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
409 Conflict response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
429 Too Many Requests response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
500 Internal Server Error response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
501 Not Implemented response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
List deployments in an environment
List all of the deployments for an environment.
Path Parameters
The environment ID to scope the deployments to. Must match the pattern (^[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$)|(^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$)|(^[0-9a-f]{32}$)
.
Query Parameters
The status of the deployments to list.
A base64 encoded cursor that can be used to paginate results. Must match the pattern ^[\w-+/=]+$
.
The maximum number of results to return. Must be between 1
and 240
.
A base64 encoded cursor that can be used to paginate results. One of created_at
, -created_at
, +created_at
, created_at
.
Responses
200 OK response.
An array of results.
Show attributes
The time the deployment was created.
Describes the metadata for a deployment.
Show attributes
The patch of the deployment.
Show attributes
The path the operation is from.
The old value of the operation.
The type of the operation. One of add
, replace
, remove
, move
, copy
, test
.
The path of the operation.
The value of the operation.
Describes the source of a deployment.
Show attributes
Describes the git source of a deployment.
Show attributes
Show attributes
Show attributes
The email of the git commit author.
The ID of the git commit author.
The login of the git commit author.
The name of the git commit author.
Show attributes
The email of the git commit author.
The ID of the git commit author.
The login of the git commit author.
The name of the git commit author.
The message of the git commit.
The SHA of the git commit.
The installation ID of the git provider.
The owner of the git repository.
The git provider. One of github
.
The ID of the pull request.
The tag or branch of the git repository.
The name of the git repository.
The ID of the git repository.
Describes the registry source of a deployment.
Show attributes
The command of the registry.
The image of the registry.
The state of the stacks at the time of deployment status change.
Show attributes
The ID of the stack. Must match the pattern (^[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$)|(^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$)|(^[0-9a-f]{32}$)
.
The status of the stack. One of PENDING
, CREATE_COMPLETE
, CREATE_IN_PROGRESS
, CREATE_FAILED
, DELETE_COMPLETE
, DELETE_FAILED
, DELETE_IN_PROGRESS
, REVIEW_IN_PROGRESS
, ROLLBACK_COMPLETE
, ROLLBACK_FAILED
, ROLLBACK_IN_PROGRESS
, UPDATE_COMPLETE
, UPDATE_COMPLETE_CLEANUP_IN_PROGRESS
, UPDATE_IN_PROGRESS
, UPDATE_FAILED
, UPDATE_ROLLBACK_COMPLETE
, UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS
, UPDATE_ROLLBACK_FAILED
, UPDATE_ROLLBACK_IN_PROGRESS
, IMPORT_COMPLETE
, IMPORT_ROLLBACK_IN_PROGRESS
, IMPORT_ROLLBACK_FAILED
, IMPORT_ROLLBACK_COMPLETE
.
The reason for the stack's status.
The timestamp of the stack's last update at its cloud provider.
The ID of the environment the deployment belongs to. Must match the pattern (^[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$)|(^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$)|(^[0-9a-f]{32}$)
.
The time the deployment finished.
The ID of the deployment. Must match the pattern (^[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$)|(^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$)|(^[0-9a-f]{32}$)
.
The IDS of stacks included in the deployment.
The time the deployment started.
The status of the deployment. One of pending
, pending_approval
, in_progress
, succeeded
, failed
, failed_with_action_required
, canceled
.
The time the deployment was last updated.
Whether there are more results available.
The cursor for the next page of results as a base64 encoded string. Must match the pattern ^[a-zA-Z0-9+/=]+$
.
400 Bad Request response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
401 Unauthorized response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
403 Forbidden response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
404 Not Found response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
408 Request Timeout response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
409 Conflict response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
429 Too Many Requests response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
500 Internal Server Error response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
501 Not Implemented response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
API Reference
Explore the API reference by resource type