Operations at SqlManagement
This page describes the backend methods at this endpoint.
| Signature | Description |
|---|---|
| Guid ForceAttachability(String recoveryPointId) | Force attachability job for agent with given ID |
| AttachabilitySettings GetAttachabilitySettings() | Gets core-level attachability settings |
| CoreSqlInstances GetCoreSqlInstances() | Gets core-level attachability settings |
| Void SetAttachabilitySettings(AttachabilitySettings settings) | Sets core-level attachability settings |
| Void TestSqlConnection(SqlCredentials credentials) | Tests connection with instances of MSSQL servers installed on the Core and validates whether it would be possible to use those instances for attachability check |
| Void VerifySqlServerCredentials(String agentId, InstanceCredentials credentials) | Tests connection to Sql server |