Skip to main content

Change CommServ hostname

Select

SaaS
Customer Managed

Send new hostname for CommServ

Request Body
  • hostName string

    New hostname for CommServ

Responses

Success


Schema
  • errorMessage string
  • errorCode int32
PUT /v4/commserv/hostname    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
Body
{
"hostName": "string"
}
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/V4/CommServ/HostName' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"hostName": "string"
}'