Get Servers
This endpoint allows you to retrieve your community's server configuration. This contains valuable Live Map configuration data and can be used to ensure correct Live Map configs.
Get Servers
Request Body
Name
Type
Description
{
"servers": [
{
"id": 1,
"name": "Server 1",
"description": "Default server description",
"signal": null,
"mapUrl": "https://cadapi.dev.sonoransoftware.com/map/community/map_example/index.html",
"mapIp": "123.456.78.9",
"mapPort": "30121",
"differingOutbound": false, // Different outbound/egress IP than the mapIp
"outboundIp": "",
"listenerPort": "0000",
"enableMap": false,
"mapType": "POSTAL",
"isStatic": false
}
]
}INVALID REQUEST TYPE
INVALID COMMUNITY ID
API IS NOT ENABLED FOR THIS COMMUNITY
INVALID API KEYLast updated
Was this helpful?

