OBJECT
BatchAsyncJobStatus
link GraphQL Schema definition
- type BatchAsyncJobStatus {
- #   List of map of Rubrik object ID to error message for those object for which pre 
- #   validation failed.
- : [AsyncJobStatusJobError!]! 
- #   List of map of Rubrik object ID to Job ID for object if pre validation succeeds 
- #   for object. If pre validation failed, detials will be present in error field.
- : [AsyncJobStatusJobId!]! 
- }