Service applications

Get service application logs

Get Docker logs for a single compose service container.

post/services/{uuid}/applications/{app_uuid}/logs

Path parameters

uuidstring required
app_uuidstring required

Query parameters

integer
OR
'all'

Number of lines to show from the end of the logs. Use all to return all logs. -1 remains available as a compatibility alias.

Response

Logs.

logsstring

Changes