OBJECT
TaskDetail
Description
Task details.
link GraphQL Schema definition
- type TaskDetail {
- # The invisible column.
- Long! :
- # The invisible column.
- String! :
- # The cluster UUID of the task.
- UUID! :
- # The cluster name of the task.
- String! :
- # The cluster type of the task.
- String! :
- # The category type of the task.
- String! :
- # The type of the task.
- String! :
- # The status of the task.
- String! :
- # The time when the task started.
- DateTime! :
- # The time when the task ended.
- DateTime! :
- # The time taken to run the task.
- Long! :
- # The fid of the object related to the task.
- String! :
- # The name of the object related to the task.
- String! :
- # The type of the object related to the task.
- String! :
- # The location of the task.
- String! :
- # The SLA Domain ID of the task.
- String! :
- # The SLA Domain name of the task.
- String! :
- # The cluster location of the task.
- String! :
- # The replication source of a replication task.
- String :
- # The replication target of a replication task.
- String :
- # The archival target of an archival task.
- String :
- # Specifies whether an archival task has direct archive enabled.
- String :
- # The recovery point of a recovery task.
- String :
- # The recovery point type of a recovery task.
- String :
- # The user who started the task.
- String :
- # The reason for failure if the task failed to complete.
- String :
- # Snapshot consistency of the task.
- String :
- # Protected volume of the task.
- String :
- # Physical bytes of the task.
- Long :
- # Logical bytes of the task.
- Long :
- # Total number of bytes transferred for the task.
- Long :
- # Total number of files transferred for the task.
- Long :
- # Deduplication ratio of the task.
- Float :
- # Logical deduplication ratio of the task.
- Float :
- # Data reduction of the task.
- Float :
- # Logical data reduction of the task.
- Float :
- # The organization ID related to the task.
- String :
- # Specifies the owner organization of the workload task detail.
- WorkloadOrganization :
- # The organization name related to the task. This is deprecated.
- String @deprecated( reason: "`taskOrg` field captures the basic org details." ) :
- }