System Status Setting(s)

Vodia PBX API (version 58.0 and above)

This page includes all the API parameters of the System Status information Setting(s).

GET System Status Setting(s)

GET

1) Info of System Status Information page from the Admin > Status > General

rest/system/status

Success (200 OK)

Example:

Request:

curl -u username:password GET -D - http://192.168.1.194:8080/rest/system/status
{ version: "58.1 (Debian64)", build_date: "Jul 27 2017 18:50:23", cwd: "/usr/local/pbx", mac: "00215CC87EBD 005056C00001 005056C00008", dns_servers: [ "127.0.1.1" ], pbx_server_ip: [ "127.0.0.1", "172.16.123.1", "192.168.1.194", "192.168.82.1" ], obj_cdrs: 438, trunk_cdrs: 174, ext_cdr: 383, ivr_cdr: 457, total_calls: 8, total_attempts: 5, total_duration: 121, current_calls: 0, current_legs: 0, sip_transmit: 1435, sip_receive: 1471, email_sent: 0, email_rejected: 0, email_alert: 0, fsstat: "81%", http_client: "0 api.clockworksms.com:443:2", uptime: 12762, memstat: "105338", http_sessions: 2, http_requests: 1, domains: 2, users: 29 }
Response Code Description
Success 200 OK
Invalid ID supplied 400 Only authenticated Admins can access the data
Permission Denied 403 Forbidden
Not Found 404 The id of the User was not found or there are errors in the URL.