Setup RTP
List
Retrieve a paginated list of Setup RTP records. Supports filtering, sorting, and search.
get/api/cp/setup/rtp
Query parameters
type'Database' | 'Switch' | 'Cache' | 'Dispatcher' | 'RTP' | 'PBX' | 'SIPTest' | 'Javascript' | 'Web' | 'Other' | '3CX' | 'Any-Dispatcher' | 'Registrar' | 'Turn' | 'AnyEdge-Dev' | 'AnyRTP-Control' | 'AnyRTP-Actuator' | 'Box'
Filter by Type
status'Active' | 'Failed' | 'Paused' | 'Unallocated' | 'Expired' | 'Installing' | 'Upgrading'
Filter by Status
Response
Successful response
Example response
[
{
"ip": "192.168.1.1",
"ipv6": "example_ipv6",
"alias": "example_alias"
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.