OBJECT

UpdateNasSystemReply

Description

Supported in v7.0+ v7.0-v8.0: v8.1+: Basic information regarding a NAS system.

link GraphQL Schema definition

  • type UpdateNasSystemReply {
  • # Required. Supported in v7.0+
  • # The hostname of the NAS System.
  • hostname: String!
  • # Required. Supported in v7.0+
  • # ID assigned to the NAS System.
  • id: String!
  • # Vendor type of the updated NAS system.
  • vendorType: NasVendorType!
  • }