OBJECT
ClusterOperationJobProgress
Description
Status and progress of a Rubrik cluster operation job.
link GraphQL Schema definition
- type ClusterOperationJobProgress {
- # Job progress.
- Int! :
- # Job progess detail.
- String! :
- # Job status.
- CdmJobStatus! :
- # Job type.
- CcpJobType! :
- }