get https://api.compose.io/2016-07/deployments//logfiles/
Fetch information for a specific logfile.
This endpoint returns information for a single logfile associated with the logfile id and deployment id used in the path parameters. It returns the same information as the /2016-07/deployments/:deployment_id/logfiles endpoint and adds the with the logfile's download link. The key/values are detailed below:
Returned JSON
logfiles object key | Description |
---|---|
id | The logfile id, used when addressing a specific logfile in the API. |
deployment_id | The ID of the deployment that is associated with the logfile. |
capsule_id | The ID of the capsule that is associated with the logfile. |
name | Name of the logfile (including the time that the logfile was created). |
region | The region of logfiles (which will always match region of deployment capsule). |
status | The status of the logfile (whether or not the logfile has finished being written). |
file_size | The file size of the logfile |
date | The date when the logfile was captured. |
download_link | Download link for the logfile. |