OBJECT

NcdTaskData

Description

TaskData represents a NAS Cloud Direct task and its associated fields.

link GraphQL Schema definition

  • type NcdTaskData {
  • # The site at which the NAS Cloud Direct task took place.
  • site: String!
  • # The description of the NAS Cloud Direct task.
  • description: String!
  • # The end status of the NAS Cloud Direct task.
  • status: NcdTaskStatus!
  • # The timestamp of the NAS Cloud Direct task.
  • timestamp: DateTime
  • }

link Require by