Information about existing clusters
You can request detailed information about each Managed Service for SQL Server cluster you created.
Getting a list of clusters in a folder
Go to the folder page and select Managed Service for SQL Server.
Use the list API method: pass the ID of the required folder in the folderId
request parameter.
The response will contain cluster names and IDs.
Getting detailed information about a cluster
- Go to the folder page and select Managed Service for SQL Server.
- Click on the name of the cluster you need.
Use the get API method: pass the ID of the required cluster in the clusterId
request parameter.
To find out the cluster ID, get a list of clusters in the folder.
Viewing a list of operations in a cluster
The operation list shows the operations performed with clusters and related resources (databases, shards, users, and backup copies).
- Go to the folder page and select Managed Service for SQL Server.
- Click on the name of the cluster you need.
- Go to the Operations tab.
Use the listOperations API method: pass the ID of the required cluster in the clusterId
request parameter.
To find out the cluster ID, get a list of clusters in the folder.