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
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
copyInfo object[]
{
"copyInfo": [
{
"dataSizeInGB": 0,
"requiresBackupsOnOrAfterDate": true,
"oldestJobStartTime": 0,
"spCopy": {
"copyId": 0,
"copyName": "string",
"storagePolicyName": "string",
"storagePolicyId": 0
}
}
]
}
{
"copyInfo": [
{
"dataSizeInGB": 1579,
"requiresBackupsOnOrAfterDate": true,
"oldestJobStartTime": 1543990983,
"spCopy": {
"copyId": 2,
"copyName": "Primary",
"storagePolicyName": "CSSP",
"storagePolicyId": 3
}
}
]
}
GET /v2/storagepolicy/:storagepolicyid/copy/:copyid/size
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V2/StoragePolicy/:storagePolicyId/Copy/:copyId/Size' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V2/StoragePolicy/:storagePolicyId/Copy/:copyId/Size' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V2/StoragePolicy/:storagePolicyId/Copy/:copyId/Size' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V2/StoragePolicy/:storagePolicyId/Copy/:copyId/Size' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V2/StoragePolicy/:storagePolicyId/Copy/:copyId/Size' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V2/StoragePolicy/:storagePolicyId/Copy/:copyId/Size' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V2/StoragePolicy/:storagePolicyId/Copy/:copyId/Size' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'