'System Startup' Report

When the PBX finishes startup, a report will be sent to the application server.

Note: The application server should be connected to the PBX via API interface.

Report Parameters

Name Type Description
action String BootUp.
sn String The PBX's serial number.

Report Example

POST / HTTP/1.1
User-Agent: WebAPI
Host: api.yeastarcloud.com
Content-Type: application/json
Accept: application/json
{
    "action": "BootUp",
    "sn": "369351034049"
}