Skip to main content

Select Azure SQL/SQL Managed Authentication

Select

SaaS
Customer Managed

This API returns list of credentials for MSSQL Cloud DB.

Responses

OK


Schema
  • credentialManager object[]
  • id integer
  • name string
  • accountType string
GET /v4/azuredb/mssql/credentials    

Authorization

type: apiKeyname: Authtokenin: header

Request

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