Get mount path content
Select
SaaS
Customer Managed
API to get mountpath content
Query Parameters
- mountPathId int32
Mountpath Id
- deviceId int32
Device Id
Responses
- 200
- 404
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
- mountpathName string
Name of mountpath
- totalSizeOnMedia int64
Total size of the data stored on the mountpath. This is the size of the data after deduplication and compression, if employed. This amount also includes metadata information, so in some cases, it could be larger than the actual size of the backed up data.
- totalDataWritten int64
Total amount of data written on mountpath
- isRequiredByAuxiliaryCopy boolean
This indicates if any of the jobs on this mountpath is required for auxiliary copy.
- retainDataUntil int64
Maximum DateTime upto which the jobs on this mountpath is retained
- isSingleInstanced boolean
Indicates if mountpath has any DDB references
- hasSubclientLogCacheDump boolean
Indicates if mountpath has any subclient lLog cache dump
jobInfoList object[]
{
"mountpathName": "string",
"totalSizeOnMedia": 0,
"totalDataWritten": 0,
"isRequiredByAuxiliaryCopy": true,
"retainDataUntil": 0,
"isSingleInstanced": true,
"hasSubclientLogCacheDump": true,
"jobInfoList": [
{
"jobId": 0,
"jobStatus": "NEVER_BACKED_UP",
"clientName": "string",
"appName": "string",
"instanceName": "string",
"backupSetName": "string",
"subclientName": "string",
"backupLevel": "string",
"cyclesNSeq": "string",
"archFileType": "DATA",
"dataStatus": "string",
"backupTime": 0,
"retainTill": 0,
"mediaSideName": "string",
"archFileName": "string",
"storagePolicyNCopy": "string",
"dataWritten": 0,
"sizeOfBackup": 0,
"sizeOfApplication": 0,
"isAged": true,
"isValidData": true
}
]
}
Not Found
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
GET /v4/mountpath/content
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/MountPath/Content' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/MountPath/Content' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/MountPath/Content' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/MountPath/Content' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/MountPath/Content' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/MountPath/Content' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/MountPath/Content' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'