OBJECT
RubrikSyncStatus
Description
Status of the data syncing jobs from CDM to RSC.
link GraphQL Schema definition
- type RubrikSyncStatus {
- # Last success time of the cluster syncing job.
- : DateTime
- # The time when the events syncing job was last successful.
- : DateTime
- # Specifies whether cluster sync is operating correctly.
- : Boolean!
- # Specifies whether events sync is operating correctly.
- : Boolean!
- # Specifies whether job monitoring sync is operating correctly.
- : Boolean!
- # Specifies whether metadata sync is operating correctly.
- : Boolean!
- # Specifies whether reports sync is operating correctly.
- : Boolean!
- # Last success time of the job-monitoring dashboard syncing job.
- : DateTime
- # Last success time of the object metadata syncing job.
- : DateTime
- # Last success time of the reports syncing job.
- : DateTime
- }