API Guide

Table Of Contents
3.25.1. Create List of configured MetaData Backups Volume with their
scheduled time
POST /clusters/{cluster_name}/metadata_backups
Parameters
Type Name Description Schema
Header
X-Include-
Object
optional
When passed as part of a POST request, controls
whether the representation of the newly created
object is included in the response. Defaults to
'true' which will include the object in the
response. This header is useful because
refreshing the newly created object is usually
the slowest part of a POST operation.
string
Path
cluster_name
required
The name of the cluster string
Body
metadata_bac
kup_payload
required
metadata_backup_pa
yload
Responses
HTTP
Code
Description Schema
201 Created Response 201
Response 201
Name Schema
backup_volumes
optional
< string (URI) > array
hours
optional
integer
minutes
optional
integer
3.25.2. List the configured MetaData Backup settings
GET /clusters/{cluster_name}/metadata_backups
Parameters
83