Retrive status of call_manager.
GET
/call_manager/summary
Retrive status of call_manager.
Path parameters
-
access_tokenstring
required
token to be passed as a header
Sample Request
curl -v -X GET http://127.0.0.1:8990/api/call_manager/summary \
-H "Content-Type: application/json" \
-H "access_token: 4DFCF1D4C30B4D798ECE3AE43769F008" \
Responses
200
Successful operation
application/json
-
primary_dns_serverstring
Primary DNS Server. -
pbx_private_ip_v4string
IPV4 address for PortSIP PBX. -
pbx_public_ip_v4string
IPV4 address for PortSIP PBX. -
transportsarray
Show child attributesCollection of PBX transport protocol objects. PortSIP PBX supports all popular network transport protocol, including UDP, TCP, TLS, WS, and WSS. -
domainstring
SIP domain used by current user. -
secondary_dns_serverstring
Secondary DNS Server. -
pbx_private_ip_v6string
IPV6 address for PortSIP PBX. -
pbx_web_domainstring
-
pbx_public_ip_v6string
IPV6 address for PortSIP PBX.
Sample Response
{}
Retrive status of PBX.
GET
/system/summary
Retrive status of PBX.
Path parameters
-
access_tokenstring
required
token to be passed as a header
Sample Request
curl -v -X GET http://127.0.0.1:8990/api/system/summary \
-H "Content-Type: application/json" \
-H "access_token: 4DFCF1D4C30B4D798ECE3AE43769F008" \
Responses
200
Successful operation
application/json
-
now_timestring
-
per_hour_failed_calls_count_last_24hoursarray
Show child attributes -
up_timestring
Duration for which the PortSIP PBX is running. -
cpu_usageinteger
CPU usage for PortSIP PBX with the range 0 - 100. -
calls_count_last_24hoursinteger
The count of calls in last 24 hours. -
succeeded_calls_count_last_24hoursinteger
The count of succeeded calls in last 24 hours. -
tenants_countinteger
The count of tenant. -
per_hour_succeeded_calls_count_last_24hoursarray
Show child attributes -
failed_calls_count_last_24hoursinteger
The count of succeeded calls in last 24 hours. -
extensions_countinteger
The count of extension. -
memory_usageinteger
Memory usage for PortSIP PBX with the range 0 - 100. -
call_sessionsinteger
The count of current call sessions. -
online_extensionsinteger
The count of current online extensions. -
newsarray
Show child attributes
Sample Response
{}