INPUT_OBJECT
TaskDetailFilterInput
Description
Filter task detail
link GraphQL Schema definition
- input TaskDetailFilterInput {
- # The cluster UUID of the task.
- UUID!] : [
- # The cluster type of the task.
- String!] : [
- # The cluster location of the task.
- String!] : [
- # The object type of the task.
- String!] : [
- # The SLA Domain of the object of the task.
- SnappableSlaDomainFilterInput :
- # The replication source of the task.
- String!] : [
- # The task category. It is a required filter and must be either the Protection or
- # Recovery option.
- String!] : [
- # The task status.
- String!] : [
- # The task type.
- String!] : [
- # The time used to filter tasks that ended after this time.
- DateTime :
- # The time used to filter tasks that ended before this time.
- DateTime :
- # The search term applied on the task.
- String :
- # The organization ID of the task.
- String!] : [
- }