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