For the complete documentation index, see llms.txt. This page is also available as Markdown.

Status

Retrieve current system status

get

Get current status of system.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

OK

application/json
versionstringOptional

The version information of PortSIP PBX.

newsstringOptional

The news information of PortSIP PBX.

license_keystringOptional

The license key of PortSIP PBX.

license_typestringOptional

The license type of product.

maintenance_expires_atstring · date_timeOptional

The RFC 3339 format is defined by The date_time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

Example: 2017-07-21T17:32:28Z
max_concurrent_callsinteger · int32Optional

The number of authorized concurrent calls purchased by the user.

licensed_usersinteger · int32Optional

The maximum number of authorized users purchased by the system admin.

current_usersinteger · int32Optional

The number of current users of the system.

online_usersinteger · int32Optional

The number of current online users of the system.

current_tenantsinteger · int32Optional

The number of current tenants of the system.

current_dealersinteger · int32Optional

The number of current dealers of the system.

current_callsinteger · int32Optional

The current number of calls.

current_trunksinteger · int32Optional

The current number of trunks.

current_conference_serversinteger · int32Optional

The current number of conference servers.

current_media_serversinteger · int32Optional

The current number of media servers.

current_call_queue_serversinteger · int32Optional

The current number of call queue servers.

current_ivr_serversinteger · int32Optional

The current number of ivr servers.

get/admin/status

Was this helpful?