Skip to main content

CreateSnapshotPayload

descriptionstringrequired

Human-readable description of the snapshot.

namestringrequired

Snapshot name

labelsstring[]

Labels associated with snapshot

CreateSnapshotPayload
{
"description": "string",
"name": "string",
"labels": [
"string"
]
}