ClusterSnapshotRequestedit

The settings for a snapshot create request.

Propertiesedit

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.

Exampleedit

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