API Guide

Table Of Contents
Type Name Description Schema
Path
cluster_name
required
The name of the cluster string
Responses
HTTP
Code
Description Schema
200 A List of MetaData Backup settings Response 200
Response 200
Name Schema
backup_volumes
optional
< string (URI) > array
hours
optional
integer
minutes
optional
integer
3.25.3. Delete configured Metadata backup settings
DELETE /clusters/{cluster_name}/metadata_backups
Parameters
Type Name Description Schema
Path
cluster_name
required
The name of the cluster string
Responses
HTTP
Code
Description Schema
204 Deleted No Content
3.26. Monitors
3.26.1. Return the list of names of active performance monitors
GET /clusters/{cluster_name}/system_monitors
84