Skip to main content

Select Cloud Account

Select

SaaS
Customer Managed

This API returns list of cloud accounts based on database type.

Cloud account will be used to access the database instance

Responses

OK


Schema
  • cloudAccounts object[]
  • id integer
  • name string
  • displayName string
GET /v4/azuredb/cloudaccount    

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/cloudaccount' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'