Delete aggregate
You can delete an existing disk aggregate in a Cloud Volumes ONTAP system.
Choose the workflow to use based on the type of Cloud Volumes ONTAP deployment:
Delete aggregate for a single node
You can use this workflow to delete an aggregate for a single node system.
1. Select the system
Perform the workflow Get system and choose the publicId
value of the system for the workingEnvironmentId
path parameter.
2. Select the aggregate
Perform the workflow Get aggregates and choose the name
value of the required aggregate for the aggregateName
path parameter.
3. Delete the aggregate
HTTP method | Path |
---|---|
DELETE |
/occm/api/gcp/vsa/aggregates/{workingEnvironmentId}/{aggregateName} |
- curl example
curl --location --request DELETE 'https://api.bluexp.netapp.com/occm/api/gcp/vsa/aggregates/<WORKING_ENV_ID>/<AGGR_NAME>' --header 'Content-Type: application/json' --header 'x-agent-id: <AGENT_ID>' --header 'Authorization: Bearer <ACCESS_TOKEN>'
- Input
-
Path parameters:
-
<WORKING_ENV_ID> (
workingEnvironmentId
) string -
<AGGR_NAME> (
aggregateName
) string
-
- Output
-
None
Delete aggregate for a high availability pair
You can use this workflow to delete an aggregate for an HA system.
1. Select the system
Perform the workflow Get system and choose the publicId
value of the system for the workingEnvironmentId
path parameter.
2. Select the aggregate
Perform the workflow Get aggregates and choose the name
value of the required aggregate for the aggregateName
path parameter.
3. Delete the aggregate
HTTP method | Path |
---|---|
DELETE |
/occm/api/gcp/ha/aggregates/{workingEnvironmentId}/{aggregateName} |
- curl example
curl --location --request DELETE 'https://api.bluexp.netapp.com/occm/api/gcp/ha/aggregates/<WORKING_ENV_ID>/<AGGR_NAME>' --header 'Content-Type: application/json' --header 'x-agent-id: <AGENT_ID>' --header 'Authorization: Bearer <ACCESS_TOKEN>'
- Input
-
Path parameters:
-
<WORKING_ENV_ID> (
workingEnvironmentId
) string -
<AGGR_NAME> (
aggregateName
) string
-
- Output
-
None