Skip to main content

Get Storage Policy Copy Size

Select

SaaS
Customer Managed

This operation returns the size of a storage policy copy.

Path Parameters
  • storagePolicyId string required
  • copyId string required
Header Parameters
  • Accept string required
Responses

OK


Schema
  • copyInfo object[]
  • dataSizeInGB integer
  • requiresBackupsOnOrAfterDate boolean
  • oldestJobStartTime integer
  • spCopy object
  • copyId integer
  • copyName string
  • storagePolicyName string
  • storagePolicyId integer
GET /v2/storagepolicy/:storagepolicyid/copy/:copyid/size    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
storagePolicyId — path required
copyId — path required
Accept — header required
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V2/StoragePolicy/:storagePolicyId/Copy/:copyId/Size' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'