OBJECT

CloudNativeCheckRbaConnectivityReply

Description

Contains the details about Rubrik Backup Agent (RBA) connectivity jobs.

link GraphQL Schema definition

  • type CloudNativeCheckRbaConnectivityReply {
  • # List of VMs for which the job to check Rubrik backup service connectivity could
  • # be launched.
  • successes: [Success!]!
  • # List of VMs for which the job to check Rubrik backup service connectivity could
  • # not be launched.
  • failures: [Failure!]!
  • }

link Require by