DiskGetEligibleMediaAgentsForAccessPath
Select
SaaS
Customer Managed
Used to fetch available media agents which can be added as access paths for disk storage
Path Parameters
- storagePoolId int32 required
Id of the disk storage pool whose media agent has to be shared
- backupLocationId int32 required
Id of the back up location of which media agent has to be shared
Responses
- 200
- 404
Success
- application/json
- Schema
- Example (from schema)
Schema
mediaAgents object
id int32name stringdisplayName string
{
"mediaAgents": {
"id": 0,
"name": "string",
"displayName": "string"
}
}
Requested Details not found
Loading...