Capacity Group operations summary
The following table provides an overview of the operations provided for Capacity Group objects.
Operation name | HTTP method and URI path |
---|---|
List Capacity Groups of a CPC | GET /api/cpcs/{cpc-id}/capacity-groups |
Create Capacity Group | POST /api/cpcs/{cpc-id}/capacity-groups |
Delete Capacity Group | DELETE /api/cpcs/{cpc-id}/capacity-groups/{capacity-group-id} |
Get Capacity Group Properties | GET /api/cpcs/{cpc-id}/capacity-groups/{capacity-group-id} |
Add Partition to Capacity Group | POST /api/cpcs/{cpc-id}/capacity-groups/{capacity-group-id}/operations/add-partition |
Remove Partition from Capacity Group | POST /api/cpcs/{cpc-id}/capacity-groups/{capacity-group-id}/operations/remove-partition |
Update Capacity Group Properties | POST /api/cpcs/{cpc-id}/capacity-groups/{capacity-group-id} |
Variable | Description |
---|---|
{cpc-id} | Object ID of a CPC object |
{capacity-group-id} | Element ID of the Capacity Group element object |