Skip to main content

Add Media Agent License for a Client

Put call to consume ma license for a client

Path Parameters
  • serverId int32 required

    serverId of the client for which the MA role needs to be added

Responses

MA role added


Schema
  • errorMessage string
  • errorCode int32
PUT /v4/servers/:serverid/role/mediaagent    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://localhost/webconsole/api
token
serverId — path required
curl -L -X PUT 'https://localhost/webconsole/api/V4/Servers/:serverId/Role/MediaAgent' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'