OBJECT

CloudDirectSite

Description

A NAS Cloud Direct site.

link GraphQL Schema definition

  • type CloudDirectSite {
  • # The internal identifier for the site.
  • id: String!
  • # The display name for the site.
  • name: String!
  • # The management endpoint URL for the site.
  • endpoint: String!
  • # The Rubrik cluster UUID for the site.
  • clusterUuid: UUID!
  • # Details about the devices in the site.
  • deviceDetails: [CloudDirectDeviceDetails!]!
  • }

link Require by