Get Backup location details of local storage
Select
SaaS
Customer Managed
Used to fetch mount path details of the local storage pool
Path Parameters
- storagePoolId int32 required
Id of the local storage pool whose details have to be fetched
- backupLocationId int32 required
Id of the backup location whose details have to be fetched
Responses
- 200
- 404
Success
- application/json
- Schema
- Example (from schema)
Schema
- id int32
Id of the backup location
- name string
Name of the backup location
- backupLocation string
backup location path
mediaAgent object
configuration object
- totalCapacity int32
total capacity of the backup location
- freeSpace int32
total free space on the backup location
diskAccessPaths object[]
- enabled boolean
- access string
Possible values: [
READ_AND_WRITE
,READ
]The access type for the access path can be either read (writing to path not allowed) or read and write (writing to path allowed).
credentials object
savedCredentials object
{
"id": 0,
"name": "string",
"backupLocation": "string",
"mediaAgent": {
"id": 0,
"name": "string"
},
"configuration": {
"enableBackupLocation": true,
"disableBackupLocationforFutureBackups": true,
"prepareForRetirement": true
},
"totalCapacity": 0,
"freeSpace": 0,
"diskAccessPaths": [
{
"id": 0,
"mediaAgent": {
"id": 0,
"name": "string"
},
"path": "string",
"userName": "string",
"access": "READ_AND_WRITE",
"accessible": true
}
],
"enabled": true,
"access": "READ_AND_WRITE",
"credentials": {
"name": "string"
},
"savedCredentials": {
"id": 0,
"name": "string"
}
}
Requested Details not found
GET /v4/storage/local/:storagepoolid/backuplocation/:backuplocationid
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Storage/Local/:storagePoolId/BackupLocation/:backupLocationId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Storage/Local/:storagePoolId/BackupLocation/:backupLocationId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Storage/Local/:storagePoolId/BackupLocation/:backupLocationId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Storage/Local/:storagePoolId/BackupLocation/:backupLocationId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Storage/Local/:storagePoolId/BackupLocation/:backupLocationId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Storage/Local/:storagePoolId/BackupLocation/:backupLocationId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Storage/Local/:storagePoolId/BackupLocation/:backupLocationId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'