Set Servers
This endpoint allows you to update your CAD's server configuration.
Set Servers
Request Body
Name
Type
Description
Server config updatedINVALID REQUEST TYPE
INVALID COMMUNITY ID
API IS NOT ENABLED FOR THIS COMMUNITY
INVALID API KEY{
"id": "YOUR_COMMUNITY_ID",
"key": "YOUR_API_KEY",
"type": "SET_SERVERS",
"data": {
"servers": [
{
"id": 1,
"name": "Server 1",
"description": "Main Server",
"signal": "",
"mapUrl": "",
"mapIp": "",
"listenerPort": 3232,
"differingOutbound": false, // Different outbound/egress IP than the mapIp
"outboundIp": "",
"enableMap": true,
"isStatic": false,
"mapType": "NORMAL" // NORMAL, POSTAL, OCRP POSTAL
}
]
"deployMap": true // Deploy the Live Map with these server changes
},
}Last updated
Was this helpful?

