Skip to content

Create CPMS

Request

Create a new CPMS backend

Security
bearerToken
Path
tenantstringrequired
Bodyapplication/jsonrequired
displayNamestringrequired

CPMS backend display name

urlstring, (uri)required

WebSocket URL for CPMS backend

Example:"wss://cpms.example.com"
intervalintegerrequired

Heartbeat interval in seconds

Example:30
curl -i -X POST \
  'https://docs.exolink.com/_mock/apis/exolink_api/tenant/{tenant}/cpms' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "displayName": "string",
    "url": "wss://cpms.example.com",
    "interval": 30
  }'

Responses

CPMS created successfully