Delete all snapshots (system)
DELETE /account/{accountId}/providers/cloudmanager_cbs/api/v2/backup/working-environment/{workingEnvironmentId}/snapshot
Deletes all snapshots for a specified system that are backed up using the NetApp Backup and Recovery service (V2 version).
Token usage: NetApp Console user token.
Parameters
| Name | Type | In | Required | Description |
|---|---|---|---|---|
remove-object-store-config |
boolean |
query |
False |
If set to true, the object store configuration which is not being used by any volume (other than the current volume being processed) will be cleaned up from the system.
|
force |
boolean |
query |
False |
If set to true, all metadata for the snapshots will be removed from the database without waiting for the deletion of backups from the object store. Snapshot data in the object store might not be deleted automatically; you must manually verify and remove the data.
|
accountId |
string |
path |
True |
Account ID |
workingEnvironmentId |
string |
path |
True |
System ID |
authorization |
string |
header |
True |
User token |
X-Agent-Id |
string |
header |
True |
Request identifier |
Response
Status: 202, Default response
| Name | Type | Required | Description |
|---|---|---|---|
job-id |
string |
False |
Example response
{
"job-id": "string"
}