containerInstance REST Endpoints
containerInstance
The operations from the containerInstance category.
- Creates a new ContainerInstance
- Method: postPath:
/20210415/containerInstances
- Delete a provisioned ContainerInstance
- Method: deletePath:
/20210415/containerInstances/{container_instance_id}
- Get ContainerInstance
- Method: getPath:
/20210415/containerInstances/{container_instance_id}
- Gets a list of all ContainerInstances in a compartment
- Method: getPath:
/20210415/containerInstances
- Moves a resource into a different compartment.
- Method: postPath:
/20210415/containerInstances/{container_instance_id}/actions/changeCompartment
- Restart container instance.
- Method: postPath:
/20210415/containerInstances/{container_instance_id}/actions/restart
- Starts an inactive container instance.
- Method: postPath:
/20210415/containerInstances/{container_instance_id}/actions/start
- Stops an active container instance.
- Method: postPath:
/20210415/containerInstances/{container_instance_id}/actions/stop
- Update the ContainerInstance identified by the id
- Method: putPath:
/20210415/containerInstances/{container_instance_id}