Skip to main content

Get Storage Policies

Select

SaaS
Customer Managed

This operation returns a list of storage policies.

More Details

Query Parameters
  • propertyLevel integer
Responses

OK


Schema
  • policies object[]
  • numberOfStreams integer
  • storagePolicy object
  • storagePolicyName string
  • storagePolicyId integer
GET /v2/storagepolicy    

Authorization

type: apiKeyname: Authtokenin: header

Request

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