Compartments REST Endpoints
Identity/Compartments
The operations from the Identity/Compartments category.
- Create a Compartment
- Method: postPath:
/20160918/compartments
- Delete a Compartment
- Method: deletePath:
/20160918/compartments/{compartment_id}
- Get a Compartment
- Method: getPath:
/20160918/compartments/{compartment_id}
- Get a Tenancy
- Method: getPath:
/20160918/tenancies/{tenancy_id}
- List Compartments
- Method: getPath:
/20160918/compartments
- MoveCompartment
- Method: postPath:
/20160918/compartments/{compartment_id}/actions/moveCompartment
- Update a Compartment
- Method: putPath:
/20160918/compartments/{compartment_id}