Deployments
Get Deployment
Section titled “Get Deployment”GET /deployments/{deployment_id}/detailPath parameters:
| Name | Type | Description |
|---|---|---|
deployment_id | string |
Response:
{ "id": "string", "application_id": "string", "release": {}, "complete": true, "error": true, "error_detail": {}, "deploy_metadata": {}, "deploy_log": {}, "job_id": {}, "created": {}, "updated": {}}Get Deployment Log
Section titled “Get Deployment Log”GET /deployments/{deployment_id}/logPath parameters:
| Name | Type | Description |
|---|---|---|
deployment_id | string |
Response:
{ "status": "string", "log_text": {}, "error": true, "error_detail": {}, "deploy_step": {}}