IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
ClusterSnapshotRequest
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
ClusterSnapshotRequest
editThe settings for 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"
}