CnsDeleteSnapshotsRequestType
CnsDeleteSnapshotsRequestType
The parameters of CnsDeleteSnapshots.
This structure may be used only with operations rendered under /vsan
.
JSON Example
{
"snapshotDeleteSpecs": [
{
"_typeName": "string",
"volumeId": {
"_typeName": "string",
"id": "string"
},
"snapshotId": {
"_typeName": "string",
"id": "string"
}
}
]
}