OBJECT

RemovedNodeDetail

Description

The detail of a removed nodes.

link GraphQL Schema definition

  • type RemovedNodeDetail {
  • # Hostname of the Rubrik cluster node.
  • nodeName: String!
  • # Chassis ID of the Rubrik cluster node.
  • chassisId: String!
  • # Rear view position of the Rubrik cluster node.
  • position: String!
  • # IP address of the Rubrik cluster node.
  • ipAddress: String!
  • }