SetHypervisorFBR
Select
SaaS
Customer Managed
Endpoint to set FBR
Path Parameters
- hypervisorId string required
Linux Media Agent to set as FBR for linux File based restores
- application/json
Request Body
FBRMA object
id int32name string
Responses
- 200
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
- hypervisorId int32
- warningCode int32
- errorCode int32
- errorMessage string
Response message
- warningMessage string
Response message
{
"hypervisorId": 0,
"warningCode": 0,
"errorCode": 0,
"errorMessage": "string",
"warningMessage": "string"
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...