API Definition

Get all service containers

get
Authorizations
Responses
200

All service containers

application/json
Responseobject[]
get
/containers

Inspect service container

get
Authorizations
Responses
200

Service container inspect

application/json
Responseobject
get
/containers/{name}/inspect

Get service container logs

get
Authorizations
Path parameters
namestringRequired

Name of the service container

Query parameters
timestampsstring · enumOptional

If the logs should yield timestamp

Possible values:
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
get
/containers/{name}/logs

Get container state

get
Authorizations
Responses
200

Service container state

application/json
Responseobject
get
/containers/{name}/state

Returns info about orchestrator being used to run Connectware

get
Responses
200

Returns the name of the orchestrator being used to run Connectware

application/json
get
/containers/orchestrator
200

Returns the name of the orchestrator being used to run Connectware

Perform an operation on a service container

put
Authorizations
Path parameters
namestringRequired

Name of the service container

Body
operationstring · enumRequiredPossible values:
Responses
200

Service container inspection after operation is performed

application/json
Responseobject
put
/containers/{name}/operation

Get all core containers

get
Authorizations
Responses
200

All core containers

application/json
Responseobject[]
get
/core-containers

Inspect core container

get
Authorizations
Responses
200

Core container inspect

application/json
Responseobject
get
/core-containers/{name}/inspect

Get core container logs

get
Authorizations
Path parameters
namestringRequired

Name of the core container

Query parameters
timestampsstring · enumOptional

If the logs should yield timestamp

Possible values:
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
get
/core-containers/{name}/logs

Get core container state

get
Authorizations
Responses
200

Core Container state

application/json
Responseobject
get
/core-containers/{name}/state

Returns info about orchestrator being used to run Connectware

get
Responses
200

Returns the name of the orchestrator being used to run Connectware

application/json
get
/core-containers/orchestrator
200

Returns the name of the orchestrator being used to run Connectware

Perform an operation on a core container

put
Authorizations
Path parameters
namestringRequired

Name of the core container

Body
operationstring · enumRequiredPossible values:
Responses
200

Core container inspection after operation is performed

application/json
Responseobject
put
/core-containers/{name}/operation

Get all images

get
Authorizations
Responses
200

All images

application/json
Responseobject[]
get
/images

Inspect a image

get
Authorizations
Responses
200

Image inspect

application/json
Responseobject
get
/images/{name}/inspect

Get all networks

get
Authorizations
Responses
200

All networks

application/json
Responseobject[]
get
/networks

Inspect a network

get
Authorizations
Responses
200

Network inspect

application/json
Responseobject
get
/networks/{name}/inspect

Get all volumes

get
Authorizations
Responses
200

All volumes

application/json
Responseobject[]
get
/volumes

Inspect a volume

get
Authorizations
Responses
200

Volume inspect

application/json
Responseobject
get
/volumes/{name}/inspect

Last updated

Was this helpful?