OBJECT
GlobalSlaReply
Description
Metadata for rendering an SLA Domain.
link GraphQL Schema definition
- type GlobalSlaReply implements SlaDomain {
- # Specifies the list of organizations that have view access for the SLA Domain.
- : [SlaAssociatedOrganization!]!
- # This field is deprecated.
- : [Org!]! @deprecated( reason: "This field is deprecated and has been replaced by the allOrgsHavingAccess field, which must be used instead." )
- # Upgrade information about the configured archival locations and cascading
- # archival locations.
- : [ArchivalLocationUpgradeInfo!]
- # Archiving specification for the SLA Domain.
- : ArchivalSpec
- # List of archival specifications for SLA Domain.
- : [ArchivalSpec!]!
- # Backup windows for the SLA Domain.
- : [BackupWindow!]!
- # Base frequency for the SLA Domain.
- : Duration
- # Sync status of the clusters.
- : [GlobalSlaSyncStatus!]!
- # Rubrik cluster ID of the SLA Domain.
- : String!
- # Description of the SLA Domain.
- : String!
- # First full backup windows.
- : [BackupWindow!]!
- # SLA Domain ID.
- : String!
- # Specifies whether the SLA Domain is archived or not.
- : Boolean!
- # Specifies whether the SLA Domain is a default SLA Domain or not.
- : Boolean!
- # Specifies whether the SLA Domain is read-only.
- : Boolean
- # Specifies if this SLA Domain is retention-locked or not.
- : Boolean!
- # Local retention limit.
- : Duration
- # Log configuration of the SLA Domain.
- : LogConfigResult @deprecated( reason: "Use objectSpecificConfigs instead." )
- # SLA Domain name.
- : String!
- # The object-specific configurations of the SLA Domain.
- : ObjectSpecificConfigs
- # The object-types supported by the SLA Domain.
- : [SlaObjectType!]!
- # Specifies the owner organization of the SLA Domain.
- : SlaAssociatedOrganization!
- # This field is deprecated.
- : String! @deprecated( reason: "This field has been deprecated in favor of ownerOrg field." )
- # Information about Rubrik clusters where this SLA Domain is paused.
- : PausedClustersInfo
- # Workload count for the SLA Domain.
- : Int!
- # Replication specification for the SLA Domain.
- : ReplicationSpec @deprecated( reason: "Use replicationSpecsV2 instead." )
- # Replication specification for the SLA Domain.
- : [ReplicationSpecV2!]!
- # Specifies the retention lock mode when enabled for the SLA Domain.
- : RetentionLockMode!
- # Snapshot schedule for the SLA Domain.
- : SnapshotSchedule
- # Last update timestamp of the snapshot schedule of the SLA Domain.
- : DateTime
- # Source clusters configured in the SLA Domain.
- : [SlaDataLocationCluster!]!
- # State version of the SLA Domain.
- : Long!
- # Color of the SLA Domain on the User Interface.
- : String!
- # SLA Domain upgrade information.
- : SlaUpgradeInfo
- # Version for the SLA Domain.
- : String
- }