INPUT_OBJECT

RemovedNodeDetailsInput

Description

Request parameters for getting the details of removed nodes.

link GraphQL Schema definition

  • input RemovedNodeDetailsInput {
  • # Rubrik Cluster UUID.
  • clusterUuid: UUID!
  • # Names of the removed nodes.
  • nodeNames: [String!]!
  • }

link Require by