Skip to main content

Storage Policy List for a MediaAgent

Select

SaaS
Customer Managed

This operation returns a list of storage policies associated with a MediaAgent.

Query Parameters
  • MediaAgent string required
Responses

OK


Schema
  • error object
  • errorCode integer
  • storagePolicyInformationAssociatedToMA object[]
  • isMADefaultDataPathInCopy boolean
  • isPrimaryCopy boolean
  • isProxyMAInCopy boolean
  • isMADDBHost boolean
  • storagePolicyAndCopy object
  • copyId integer
  • _type_ integer
  • copyName string
  • storagePolicyName string
  • storagePolicyId integer
  • mediaAgent object
  • mediaAgentId integer
GET /storagepolicylistassociatedtomediaagent    

Authorization

type: apiKeyname: Authtokenin: header

Request

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