Skip to main content

Reconfigure License to commcell entity

Select

SaaS
Customer Managed

This operation reapplies a license to a CommCell entity. This operation consumes a license for the selected entity.

More Details

Request Body required
  • clientInfo object
  • clientId integer
  • platformTypes integer[]
Responses

OK


Schema
  • errorMessage string
  • errorCode integer
POST /client/license/reconfigure    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
Body required

{
"clientInfo": {
"clientId": 0
},
"platformTypes": [
0
]
}
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/Client/License/Reconfigure' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"clientInfo": {
"clientId": 0
},
"platformTypes": [
0
]
}'