dsdk / v1.47 / ContainerLogsData
Type Alias: ContainerLogsData ​
ContainerLogsData:
object
Type declaration ​
Name | Type | Description |
---|---|---|
path | object | - |
path.id | string | ID or name of the container |
query ? | object | - |
query.follow ? | boolean | Keep connection after returning logs. |
query.since ? | number | Only return logs since this time, as a UNIX timestamp |
query.stderr ? | boolean | Return logs from stderr |
query.stdout ? | boolean | Return logs from stdout |
query.tail ? | string | Only return this number of log lines from the end of the logs. Specify as an integer or all to output all log lines. |
query.timestamps ? | boolean | Add timestamps to every log line |
query.until ? | number | Only return logs before this time, as a UNIX timestamp |