Skip to main content

Select Azure Credentials

Select

SaaS
Customer Managed

This API returns saved credentials for cloud account

Responses

OK


Schema
  • credentialManager object[]
  • id integer
  • name string
  • accountType string
  • vendorType string
  • authType string
GET /v4/credentials/azure/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/credentials/azure/cloudAccount' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'