Get Backup location details of local storage
Select
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
- 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
id int32name stringconfiguration object
While adding network access path, please add credentials or saved credentials. If both are provided, credentials will be selected.
enableBackupLocation booleanUsed to enable or disable backup location
disableBackupLocationforFutureBackups booleanUsed to determine if backup location has to be disabled or enabled for future backups
prepareForRetirement booleanUsed to determine if the backup location has to be prepared for retirement
- totalCapacity int32
total capacity of the backup location
- freeSpace int32
total free space on the backup location
diskAccessPaths object[]
access paths available on the backup location
id int32Gives the disk access path id.
mediaAgent object
id int32name stringpath stringGives the disk access path.
userName stringaccess stringPossible 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).
accessible booleanstates if the access path is accessible
- 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
name stringName of the backup location
savedCredentials object
id int32name string
{
"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