Skip to main content

List Object Storage Cloud Accounts

Select

SaaS

This API returns the list of available cloud accounts.

Query Parameters
  • workloadType string

    Supported values: [blob, datalake] Default: blob

Responses

OK


Schema array
  • id integer
  • name string
GET /v4/azureobj/cloudaccounts    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
workloadType — query
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/azureobj/cloudaccounts' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'