Add Media Agent to Disk Path
Select
SaaS
Customer Managed
Used to add a media agent to a disk access path
Path Parameters
- storagePoolId int32 required
Id of the disk storage pool whose details have to be fetched to add a new access path
- backupLocationId int32 required
Id of the backup location whose details have to be fetched to add a new access path
- application/json
Request Body
mediaAgents object[] required
Can add a list of media agents to be added as the disk access path.
id int32name string
Responses
- 200
- 404
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Requested Details not found
Internal Server Error
Loading...