Deployment Log
Name | Type | Description | Required |
---|---|---|---|
application | string | The name of the Application that was deployed. | No |
complete | boolean | A Boolean indicating if the deployment is complete (true) or still in progress (false). | No |
environment | string | The Environment to which the Application was deployed. | No |
exitcode | integer | The exit code of the deployment. | No |
exitstatus | string | The error text if the deployment failed. | No |
started | integer | The start date/time of the deployment (in Epoch time). | No |
finished | integer | The end date/time of the deployment (in Epoch time). | No |
id | integer | The deployment ID. | No |
loglinecount | integer | The number of lines in the “logoutput” array. | No |
logoutput | [ string ] | The log output. | No |
Last modified December 18, 2020: reorganzise sections (85d5aef)