OBJECT

RegisterNasSystemReply

Description

Supported in v7.0+ v7.0-v8.0: v8.1+: Response for register NAS system operation.

link GraphQL Schema definition

  • type RegisterNasSystemReply {
  • # Required. Supported in v7.0+
  • # A summary of the NAS system being registered.
  • nasSystemSummary: UpdateNasSystemReply
  • # Required. Supported in v7.0+
  • # The asynchronous request status of the job that registers the NAS system.
  • nasDiscoverJobStatus: AsyncRequestStatus
  • }

link Require by