Skip to main content

Get Cloud Object Storage Accounts

Select

SaaS
Customer Managed

This operation returns a list of cloud object storage accounts.

Responses

OK


Schema
  • error object
  • errorMessage string
  • errorCode integer
  • account object[]
  • vendorType integer
  • backupSize integer
  • slaStatus integer
  • vendorDisplayName string
  • backupTime integer
  • status integer
  • instance object
  • clientId integer
  • clientName string
  • instanceName string
  • instanceId integer
  • plan object
  • planName string
  • planId integer
GET /instance/cloudstorage    

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