OBJECT

FailoverClusterNode

Description

Supported in v5.2+

link GraphQL Schema definition

  • type FailoverClusterNode {
  • # Required. Supported in v5.2+
  • # ID of the node in the failover cluster.
  • id: String!
  • # Required. Supported in v5.2+
  • # Name of the node in the failover cluster.
  • name: String!
  • # Supported in v5.3+
  • # Operating system of the node in the failover cluster.
  • operatingSystem: String
  • connectionStatus: FailoverClusterNodeConnectionStatus!
  • }