OBJECT
CloudDirectSite
Description
A NAS Cloud Direct site.
link GraphQL Schema definition
- type CloudDirectSite {
- # The Rubrik cluster UUID for the site.
- : UUID!
- # Details about the devices in the site.
- : [CloudDirectDeviceDetails!]!
- # The management endpoint URL for the site.
- : String!
- # The internal identifier for the site.
- : String!
- # The display name for the site.
- : String!
- }