Skip to main content

SetHypervisorFBR

Select

SaaS
Customer Managed

Endpoint to set FBR

Path Parameters
  • hypervisorId int32 required

    Linux Media Agent to set as FBR for linux File based restores

Request Body
  • FBRMA object
  • id int32
  • name string
Responses

OK


Schema
  • hypervisorId int32
  • warningCode int32
  • errorCode int32
  • errorMessage string

    Response message

  • warningMessage string

    Response message

PUT /v4/hypervisor/:hypervisorid/fbr    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
hypervisorId — path required
Body
{
"FBRMA": {
"id": 0,
"name": "string"
}
}
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/V4/Hypervisor/:hypervisorId/FBR' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"FBRMA": {
"id": 0,
"name": "string"
}
}'