container REST Endpoints

container
The operations from the container category.
Get a list of Containers in a compartment
Method: get
Path: /20210415/containers
Get a single Container.
Method: get
Path: /20210415/containers/{container_id}
Retrieve recent log from a container.
Method: post
Path: /20210415/containers/{container_id}/actions/retrieveLogs
Updates a Container.
Method: put
Path: /20210415/containers/{container_id}