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

ipstring ipv4

Ip (unique)

ipv6string

Ipv 6

aliasstring

Alias

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.