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.
  • ipAddress: String
  • # Time when the device was last connected to the site.
  • lastConnectedAt: DateTime
  • # Time when the device was removed.
  • removedAt: DateTime
  • # The last known state of the device.
  • lastState: DeviceState!
  • }