INPUT_OBJECT

TaskDetailFilterInput

Description

Filter task detail

link GraphQL Schema definition

  • input TaskDetailFilterInput {
  • # The cluster UUID of the task.
  • clusterUuid: [UUID!]
  • # The cluster type of the task.
  • clusterType: [String!]
  • # The cluster location of the task.
  • clusterLocation: [String!]
  • # The object type of the task.
  • objectType: [String!]
  • # The SLA Domain of the object of the task.
  • slaDomain: SnappableSlaDomainFilterInput
  • # The replication source of the task.
  • replicationSource: [String!]
  • # The task category.
  • taskCategory: [String!]
  • # The task status.
  • taskStatus: [String!]
  • # The task type.
  • taskType: [String!]
  • # The time used to filter tasks that ended after this time.
  • time_gt: DateTime
  • # The time used to filter tasks that ended before this time.
  • time_lt: DateTime
  • # The search term applied on the task.
  • searchTerm: String
  • # The organization ID of the task.
  • orgId: [String!]
  • }

link Require by