OBJECT

SlaAssignable

Description

Supported in v5.0+

link GraphQL Schema definition

  • type SlaAssignable {
  • # Required. Supported in v5.0+
  • # v5.0-v5.1: ID of the configured SLA domain
  • # v5.2+: The ID of the SLA Domain configured directly on the Rubrik object.
  • configuredSlaDomainId: String!
  • # Required. Supported in v5.0+
  • # v5.0-v5.1: name of the configured SLA domain
  • # v5.2+: The name of the SLA Domain configured directly on the Rubrik object.
  • configuredSlaDomainName: String!
  • # Required. Supported in v5.0+
  • # v5.0-v5.1:
  • # v5.2+: The ID of the Rubrik object.
  • id: String!
  • # Required. Supported in v5.0+
  • # v5.0-v5.1:
  • # v5.2+: The name of the Rubrik object.
  • name: String!
  • # Required. Supported in v5.0+
  • # v5.0-v5.1:
  • # v5.2+: The ID of the cluster that manages the Rubrik object.
  • primaryClusterId: String!
  • # Supported in v5.1+
  • # v5.1: A Boolean that indicates whether the configured SLA domain is Retention
  • # Locked. When this value is 'true', the configured SLA domain is a Retention Lock
  • # SLA Domain.
  • # v5.2+: Indicates whether the configured SLA Domain is Retention Locked. When
  • # this value is 'true', the configured SLA Domain is a Retention Lock SLA Domain.
  • isConfiguredSlaDomainRetentionLocked: Boolean
  • # Supported in v5.2+
  • # The UTC time when the SLA Domain was last updated.
  • slaLastUpdateTime: DateTime
  • configuredSlaDomainType: ConfiguredSlaType
  • }