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