preventremote is set, from every peer in the cluster. Each row carries the hostname of the server it came from, so the same recording server appears once per core server with that server's own enabled value. Peers that time out (3s budget each) are omitted rather than failing the request.Authorization: Bearer ********************curl --location 'https://awqacore01.crexendocloud.com/ns-api/v2/recordings/servers?recording-server-id=undefined&enabled=undefined&preventremote=undefined&sort=undefined&limit=undefined&start=undefined' \
--header 'Authorization: Bearer <token>'[
{
"recording-server-id": "Recording-Server2",
"hostname": "core1.example.com",
"name": "recording",
"address": "10.0.0.5",
"contact": "noc",
"phone": "5551234567",
"email": "noc@example.com",
"ccc-ip": "10.0.0.5",
"ccc-port": 9000,
"cdc-url": "https://rec.example.com/cdc",
"cdc-type": "http",
"enabled": "yes"
}
]