Removes automatic snapshot policies from one or more file systems.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | CancelAutoSnapshotPolicy |
The operation that you want to perform. Set the value to CancelAutoSnapshotPolicy. |
FileSystemIds | String | Yes | extreme-233e6****,extreme-23vbp****,extreme-23vas**** |
The ID of the file system. You can specify a maximum of 100 file system IDs. If you want to remove automatic snapshot policies from multiple file systems, separate the file system IDs with commas (,). |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 473469C7-AA6F-4DC5-B3DB-A3DC0DED**** |
The ID of the request. The request ID is returned regardless of whether the call is successful. |
Examples
Sample requests
http(s)://[Endpoint]/? Action=CancelAutoSnapshotPolicy
&FileSystemIds=extreme-233e6****,extreme-23vbp****,extreme-23vas****
&<Common request parameters>
Sample success responses
XML
format
<RequestId>473469C7-AA6F-4DC5-B3DB-A3DC0DED****</RequestId>
JSON
format
{
"RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DED****"
}
Error codes
For a list of error codes, visit the API Error Center.