MssqlInstance
SQL Server instance.
Implements: HierarchyObject, CdmHierarchyObject, MssqlTopLevelDescendantType, PhysicalHostDescendantType, PhysicalHostPhysicalChildType, WindowsClusterDescendantType, WindowsClusterLogicalChildType, MssqlHostPhysicalChildType, MssqlHostDescendantType
Fields
| Field | Type | Description |
|---|---|---|
| allOrgs | [Org!]! | Organizations to which this hierarchy object belongs. |
| allTags | [AssignedRscTag!]! | RSC tags to which this hierarchy object is assigned. |
| authorizedOperations | [Operation!]! | The authorized operations on the object. |
| cdmPendingObjectPauseAssignment | PendingObjectPauseAssignmentStatus | Object pause pending assignment details for CDM objects. |
| cluster | Cluster! | Rubrik cluster where this object originated. |
| configuredSlaDomain | SlaDomain! | SLA Domain configured for the hierarchy object. |
| crossAccountReplicatedObjectInfos | [CrossAccountReplicatedObjectInfo!] | Cross-account objects either replicated by this object or related to this object by replication. |
| descendantConnection | MssqlInstanceDescendantTypeConnection! | List of descendants. |
| effectiveRetentionSlaDomain | SlaDomain | Effective retention of the SLA Domain of the hierarchy object. |
| effectiveSlaDomain | SlaDomain! | Effective SLA Domain of the hierarchy object. |
| effectiveSlaSourceObject | PathNode | Path node of the effective SLA Domain source. |
| hasLogConfigFromSla | Boolean! | Boolean flag indicating if the instance derives log backup configurations from SLA. |
| hostLogRetention | Long! | Interval, in seconds, between the deletion of archived log files whose 'nextTime' field specifies a time longer than this interval. To specify an interval, enter a positive integer. To immediately delete archived log files regardless of age, specify an interval of -1. To preserve all archived log files, specify an interval of -2. |
| id | UUID! | ID of the hierarchy object. |
| latestUserNote | LatestUserNote | Latest user note information. |
| logBackupFrequencyInSeconds | Long! | Number of seconds between two log backups. When the value is set to 0, log backups are not enabled. When the value is set to -1, the default log backup frequency of the Rubrik cluster is used. When the value is set to -2, the log backup frequency is derived from the SLA Domain. |
| logBackupRetentionInHours | Int! | Number of hours to retain a log backup. When the value is set to -1, the Rubrik cluster retains the log backup until the database snapshots that precede the log backup have expired. When the value is set to -2, the default log backup retention of the Rubrik cluster is used. When the value is set to -3, the log backup retention is derived from the SLA Domain. |
| logicalChildConnection | MssqlInstanceLogicalChildTypeConnection! | List of logical children. |
| logicalPath | [PathNode!]! | Sequential list of the logical ancestors of this object. |
| name | String! | Name of the hierarchy object. |
| numWorkloadDescendants | Int! | Number of descendant workloads of this object. |
| objectPauseStatus | ObjectPauseStatus | Pause status of the hierarchy object. |
| objectType | HierarchyObjectTypeEnum! | Type of this object. |
| pendingObjectDeletionStatus | PendingSnapshotsOfObjectDeletion | Mapping from object ID to pending object deletion status. |
| pendingSla | SlaDomain | SLA Domain assignment of the object during the process of being communicated over to Rubrik CDM. |
| physicalPath | [PathNode!]! | Sequential list of the physical ancestors of this object. |
| primaryClusterLocation | DataLocation! | The source cluster of this object. Returned as a data location because there is no guarantee that Rubrik has knowledge about the source cluster. |
| replicatedObjectCount | Int! | The number of objects either replicated by this object or related to this object by replication. |
| replicatedObjects | [CdmHierarchyObject!]! | Objects either replicated by this object or related to this object by replication. |
| securityMetadata | SecurityMetadata | Security posture metadata. |
| slaAssignment | SlaAssignmentTypeEnum! | SLA Domain assignment type for this object. |
| slaPauseStatus | Boolean! | Pause status of the effective SLA Domain of the hierarchy object. |
| snapshotDistribution | SnapshotDistribution! | Distribution of the snapshots of the hierarchy object. |
| unprotectableReasons | [String!]! | List of reasons that a SQL Server instance cannot be protected. |
Field Arguments
| Field | Argument | Type | Description |
|---|---|---|---|
| descendantConnection | first | Int | Returns the first n elements from the list. |
| descendantConnection | after | String | Returns the elements in the list that occur after the specified cursor. |
| descendantConnection | sortBy | HierarchySortByField | Sort hierarchy objects according to the hierarchy field. |
| descendantConnection | sortOrder | SortOrder | Sorts the order of results. |
| descendantConnection | typeFilter | [HierarchyObjectTypeEnum!] | Types of objects to include. |
| descendantConnection | filter | [Filter!] | Hierarchy object filter. |
| descendantConnection | workloadHierarchy | WorkloadLevelHierarchy | Each enumeration value represents the hierarchy of a specific workload type for RBAC and SLA Domain assignments. A value of 'None' represents the hierarchy of all workload types. |
| logicalChildConnection | first | Int | Returns the first n elements from the list. |
| logicalChildConnection | after | String | Returns the elements in the list that occur after the specified cursor. |
| logicalChildConnection | sortBy | HierarchySortByField | Sort hierarchy objects according to the hierarchy field. |
| logicalChildConnection | sortOrder | SortOrder | Sorts the order of results. |
| logicalChildConnection | typeFilter | [HierarchyObjectTypeEnum!] | Types of objects to include. |
| logicalChildConnection | filter | [Filter!] | Hierarchy object filter. |
| logicalChildConnection | workloadHierarchy | WorkloadLevelHierarchy | Each enumeration value represents the hierarchy of a specific workload type for RBAC and SLA Domain assignments. A value of 'None' represents the hierarchy of all workload types. |
| numWorkloadDescendants | first | Int | Returns the first n elements from the list. |
| numWorkloadDescendants | after | String | Returns the elements in the list that occur after the specified cursor. |
| numWorkloadDescendants | last | Int | Returns the last n elements from the list. |
| numWorkloadDescendants | before | String | Returns the elements in the list that occur before the specified cursor. |
| numWorkloadDescendants | objectTypes | [ManagedObjectType!] | Types of objects to limit the results. If absent, all object types are returned. |
Used By
Queries
Referenced by