OBJECT

MssqlInstanceSummary

Description

Supported in v5.0+

link GraphQL Schema definition

  • type MssqlInstanceSummary {
  • # Supported in v5.0+
  • # The address of the instance in a Windows server failover cluster, populated only
  • # if it belongs to one.
  • clusterInstanceAddress: String
  • # Supported in v5.0+
  • # SLA Domain ID assigned to instance.
  • configuredSlaDomainId: String
  • # Supported in v5.0+
  • # SLA Domain name assigned to instance.
  • configuredSlaDomainName: String
  • # Required. Supported in v5.0+
  • id: String!
  • # Supported in v5.0+
  • internalTimestamp: Long
  • # Supported in v5.0+
  • name: String
  • # Required. Supported in v5.0+
  • primaryClusterId: String!
  • # Required. Supported in v5.0+
  • rootProperties: MssqlRootProperties
  • # Supported in v5.0+
  • version: String
  • # Supported in v5.1+
  • # Boolean value that identifies a Retention Lock SLA Domain. Value is true when
  • # the SLA Domain assigned to the instance is Retention Locked and false when it is
  • # not.
  • isRetentionLocked: Boolean
  • # Supported in v5.2+
  • # Specifies whether the SLA Domain is used for protection or retention.
  • configuredSlaDomainType: String
  • mssqlNonSlaProperties: MssqlNonSlaProperties
  • mssqlSlaRelatedProperties: MssqlSlaRelatedProperties
  • protectionDateV50: String
  • protectionDateV51: String
  • protectionDateV52: String
  • protectionDateV53: String
  • protectionDateV60: DateTime
  • protectionDateV70: DateTime
  • protectionDateV80: DateTime
  • protectionDateV81: DateTime
  • protectionDateV90: DateTime
  • # A list of reasons that all the SQL Server databases in a SQL Server instance
  • # cannot be protected by Rubrik.
  • unprotectableReasonsV50: [MssqlUnprotectableReason!]!
  • # A list of reasons that all the SQL Server databases in a SQL Server instance
  • # cannot be protected by the Rubrik CDM.
  • unprotectableReasonsV51: [String!]!
  • # A list of reasons that all the SQL Server databases in a SQL Server instance
  • # cannot be protected by the Rubrik CDM.
  • unprotectableReasonsV52: [String!]!
  • # A list of reasons that all the SQL Server databases in a SQL Server instance
  • # cannot be protected by the Rubrik CDM.
  • unprotectableReasonsV53: [String!]!
  • # A list of reasons that all the SQL Server databases in a SQL Server instance
  • # cannot be protected by the Rubrik CDM.
  • unprotectableReasonsV60: [String!]!
  • # A list of reasons that all the SQL Server databases in a SQL Server instance
  • # cannot be protected by the Rubrik CDM.
  • unprotectableReasonsV70: [String!]!
  • # A list of reasons that all the SQL Server databases in a SQL Server instance
  • # cannot be protected by the Rubrik CDM.
  • unprotectableReasonsV80: [String!]!
  • # A list of reasons that all the SQL Server databases in a SQL Server instance
  • # cannot be protected by the Rubrik CDM.
  • unprotectableReasonsV81: [String!]!
  • # A list of reasons that all the SQL Server databases in a SQL Server instance
  • # cannot be protected by the Rubrik CDM.
  • unprotectableReasonsV90: [String!]!
  • protectionDateV91: DateTime
  • protectionDateV92: DateTime
  • # A list of reasons that all the SQL Server databases in a SQL Server instance
  • # cannot be protected by the Rubrik CDM.
  • unprotectableReasonsV91: [String!]!
  • # A list of reasons that all the SQL Server databases in a SQL Server instance
  • # cannot be protected by the Rubrik CDM.
  • unprotectableReasonsV92: [String!]!
  • }