GET
/
enterprise
/
v1
/
io-cloud
/
caas
/
deployment
/
{deployment_id}
/
log
/
{container_id}
Container Logs
curl --request GET \
  --url https://api.io.solutions/enterprise/v1/io-cloud/caas/deployment/{deployment_id}/log/{container_id} \
  --header 'Authorization: Bearer <token>'
"string"

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

deployment_id
integer
required
container_id
integer
required

Response

200

The response is of type string.

Example:

"string"