Skip to main content

REconfigures and Renew License for the hypervisor client

REconfigures and Renew License for the hypervisor client

Path Parameters
  • hypervisorId string required

    Hypervisor client ID to reconfigure

Responses

Success


Schema
  • errorMessage string
  • errorCode int32
POST /v4/hypervisor/:hypervisorid/reconfigure    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://localhost/webconsole/api
token
hypervisorId — path required
curl -L -X POST 'https://localhost/webconsole/api/V4/Hypervisor/:hypervisorId/Reconfigure' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'