INPUT_OBJECT

IpMappingInput

Description

IP allow list of Rubrik cluster mappings.

link GraphQL Schema definition

  • input IpMappingInput {
  • # Rubrik cluster UUID.
  • clusterUuid: UUID!
  • # IP addresses on the Rubrik cluster allow list.
  • ips: [String!]!
  • }