Skip to main content

Select Database Instance SQL Instance

Select

SaaS
Customer Managed

This API returns list of MSSQL instance.

Query Parameters
  • regionId integer

    Id of the region, Use select region to get ID. Application for SaaS

  • cloudAccountId integer required

    Id of the cloud Account

  • backupGateways string

    Comma separated backupGateway Client IDs. Not needed for directCloudBackup

Responses

OK


Schema
  • sqlDiscoveredServer object[]

    sql server instance list

  • type string
  • instanceName string
GET /v4/azuredb/mssql/instance    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
cloudAccountId — query required
regionId — query
backupGateways — query
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/azuredb/mssql/instance' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'