Skip to main content

System Status (System)

API Description#

Fetch system status.

HTTP Request#

GET /sapi/v1/system/status

Request Weight(IP)#

1

Response Example#

{     "status": 0,              // 0: normal,1:system maintenance    "msg": "normal"           // "normal", "system_maintenance"}