API Definition
Authorizations
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
/containers/{name}/logsAuthorizations
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
/containers/{name}/operationAuthorizations
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
/core-containers/{name}/logsAuthorizations
Path parameters
namestringRequired
Name of the core container
Body
operationstring · enumRequiredPossible values:
Responses
200
Core container inspection after operation is performed
application/json
Responseobject
400
Invalid request
404
Core container not found
put
/core-containers/{name}/operationLast updated
Was this helpful?

