OBJECT
CloudDirectDeviceDetails
Description
Details about a device in a NAS Cloud Direct site.
link GraphQL Schema definition
- type CloudDirectDeviceDetails {
- # The IP address and netmask of the device.
- String :
- # Time when the device was last connected to the site.
- DateTime :
- # Time when the device was removed.
- DateTime :
- # The last known state of the device.
- DeviceState! :
- }