It is time to say goodbye: This version of Elastic Cloud Enterprise has reached end-of-life (EOL) and is no longer supported.
The documentation for this version is no longer being maintained. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
ClusterSnapshotRequest
editClusterSnapshotRequest
editRequest 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" }