container REST Endpoints
container
The operations from the container category.
- Get a list of Containers in a compartment
 - Method: getPath:
/20210415/containers - Get a single Container.
 - Method: getPath:
/20210415/containers/{container_id} - Retrieve recent log from a container.
 - Method: postPath:
/20210415/containers/{container_id}/actions/retrieveLogs - Updates a Container.
 - Method: putPath:
/20210415/containers/{container_id}