ClusterSnapshotRequest

edit

Request settings when executing a snapshot create request

Properties

edit
name (string)
The optional name for the snapshot
password (string)
The optional snapshot repository password. When the snapshot repository password is unspecified, the default repository password is used.
repository_name (string)
The optional snapshot repository. When the repository is unspecified, the default repository is used.
username (string)
The optional snapshot repository username. When the snapshot repository username is unspecified, the default repository username is used.

Example

edit
{
   "name" : "string",
   "password" : "string",
   "repository_name" : "string",
   "username" : "string"
}