OBJECT

RubrikSlaInfo

Description

RubrikSlaInfo stores the SLA Domain information of the objects protected by Rubrik.

link GraphQL Schema definition

  • type RubrikSlaInfo {
  • # Name of the SLA Domain.
  • slaName: String!
  • # ID of the SLA Domain.
  • slaId: String!
  • }