Skip to main content

Select Cloud Storage Credentials (Azure BYOS only)

Select

SaaS
Customer Managed

This API returns credentials for microsoft azure storage.

Responses

OK


Schema
  • credentialManager object[]
  • id integer

    Credential ID

  • name string

    Credential Name

  • accountType string
  • vendorType string
  • authType string
GET /v4/credentials/azure/storage    

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