Resources (API)
Path parameters
namestringRequired
Name of the service container
Query parameters
timestampsstring · enumOptionalPossible values:
If the logs should yield timestamp
tailstringOptional
Use 'all' to retrieve all, or a number for a limited set
sincestringOptional
Timestamp for the start
untilstringOptional
Timestamp for the end
Responses
200
Service container logs
application/json
Responsestring
404
Failed to get container logs
get
Path parameters
namestringRequired
Name of the service container
Body
operationstring · enumRequiredPossible values:
Responses
200
Service container inspection after operation is performed
application/json
Responseobject
400
Invalid request
404
Service container not found
put
Path parameters
namestringRequired
Name of the core container
Query parameters
timestampsstring · enumOptionalPossible values:
If the logs should yield timestamp
tailstringOptional
Use 'all' to retrieve all, or a number for a limited set
sincestringOptional
Timestamp for the start
untilstringOptional
Timestamp for the end
Responses
200
Core container logs
application/json
Responsestring
404
Failed to get core container logs
get
Last updated
Was this helpful?