OBJECT

FailoverClusterDetail

Description

Supported in v5.2+

link GraphQL Schema definition

  • type FailoverClusterDetail {
  • # Required. Supported in v5.2+
  • # Count of the number of failover cluster apps.
  • numApps: Int!
  • # Required. Supported in v5.2+
  • # Count of the number of nodes on the failover cluster.
  • numNodes: Int!
  • failoverClusterSummary: FailoverClusterSummary
  • }