Explains how to associate a snapshot schedule with a volume using the Control System, the CLI, or the REST API.
associated with Volume Snapshot in the
Schedules pane to display the Browse
Schedules window.
schedule parameter when creating or editing the
volume. For example:
maprcli volume create -name <volName> -path <mountPath> -schedule <scheduleID>maprcli volume modify -name <volName> -schedule <scheduleID>schedule parameter when creating or editing the
volume. Send a request of type POST. For example:
curl -k -X POST 'https://<hostname>:8443/rest/volume/create?name=<volName>&path=<volPath>&schedule=<scheduleID>' --user mapr:maprcurl -k -X POST 'https://<hostname>:8443/rest/volume/modify?name=<volName>&schedule=<scheduleID>' --user mapr:maprvolume create
and volume modify.