Switch
Status
Status
get/api/cp/switch/ip/status
Response
Successful response
Example response
{
"id": 12345,
"company_id": 1,
"ip": "192.168.1.1",
"proxy": "example_proxy",
"bandwidth": 123,
"channels": 123,
"cps": 123,
"manufacturer": "example_manufacturer",
"version": "example_version",
"protocol": "example_protocol",
"port": "example_port",
"codec": "example_codec",
"dial_pattern": "example_dial_pattern",
"prefix": "example_prefix",
"cli_prefix": "example_cli_prefix",
"strip": 123,
"cli_strip": 123,
"direction": "Ingress",
"user": "example_user",
"pass": "example_pass",
"from": "example_from",
"rewrite": "example_rewrite",
"force_nat": 1,
"intercept_reinvite": 1,
"flags": "example_flags",
"weight": 1,
"start_ip": 123,
"end_ip": 123,
"iso3166_alpha_2": "example_iso3166_alpha_2"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.