API Definition
Name of the service container
If the logs should yield timestamp
Use 'all' to retrieve all, or a number for a limited set
Timestamp for the start
Timestamp for the end
Service container logs
Failed to get container logs
GET /api/containers/{name}/logs HTTP/1.1
Host:
Accept: */*
text
Returns the name of the orchestrator being used to run Connectware
GET /api/containers/orchestrator HTTP/1.1
Host:
Accept: */*
Returns the name of the orchestrator being used to run Connectware
{
"orchestrator": "Docker"
}
Name of the service container
Service container inspection after operation is performed
Invalid request
Service container not found
PUT /api/containers/{name}/operation HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 21
{
"operation": "start"
}
{}
Name of the core container
If the logs should yield timestamp
Use 'all' to retrieve all, or a number for a limited set
Timestamp for the start
Timestamp for the end
Core container logs
Failed to get core container logs
GET /api/core-containers/{name}/logs HTTP/1.1
Host:
Accept: */*
text
Returns the name of the orchestrator being used to run Connectware
GET /api/core-containers/orchestrator HTTP/1.1
Host:
Accept: */*
Returns the name of the orchestrator being used to run Connectware
{
"orchestrator": "Docker"
}
Name of the core container
Core container inspection after operation is performed
Invalid request
Core container not found
PUT /api/core-containers/{name}/operation HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 21
{
"operation": "start"
}
{}
Last updated
Was this helpful?