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