Back

/failover_cluster

v1 Endpoints

REST Endpoint
Description
GraphQL Query CDM Availability
POST /failover_cluster Create a failover cluster. mutation createFailoverCluster Available
DELETE /failover_cluster/bulk Delete the provided failover clusters. mutation bulkDeleteFailoverCluster Restricted
GET /failover_cluster/failover_cluster_app Get a summary of all failover cluster apps. query failoverClusterApps Available
POST /failover_cluster/failover_cluster_app Create a failover cluster app. mutation createFailoverClusterApp Available
DELETE /failover_cluster/failover_cluster_app/bulk Delete failover cluster applications from Rubrik cluster. mutation bulkDeleteFailoverClusterApp Restricted
GET /failover_cluster/failover_cluster_app/{id} Get details of a failover cluster app. query failoverClusterApp Available
PATCH /failover_cluster/failover_cluster_app/{id} Update the failover cluster app with specified properties. mutation updateFailoverClusterApp Restricted
DELETE /failover_cluster/failover_cluster_app/{id} Delete a failover cluster app. mutation deleteFailoverClusterApp Restricted
GET /failover_cluster/hierarchy/{id} Retrieve details for the specified hierarchy object. Available
GET /failover_cluster/hierarchy/{id}/children Retrieve the list of immediate descendant objects for the specified parent. Available
GET /failover_cluster/hierarchy/{id}/descendants Retrieve the list of descendant objects for the specified parent. Available
GET /failover_cluster/{id} Get details of a failover cluster. query hostFailoverCluster Available
PATCH /failover_cluster/{id} Update failover cluster with specified properties. mutation updateFailoverCluster Restricted
DELETE /failover_cluster/{id} Delete a failover cluster. mutation deleteFailoverCluster Restricted