API: Service/Status - 返回服務(wù)器狀態(tài)
概覽
service/status
API,返回 SUBMAIL 服務(wù)器狀態(tài)和響應(yīng)時間(單位:秒)。
URL
https://api-v4.mysubmail.com/service/status
支持格式
格式 | URL |
---|---|
json | https://api-v4.mysubmail.com/service/status.json (默認) |
xml | https://api-v4.mysubmail.com/service/status.xml |
yaml | https://api-v4.mysubmail.com/service/status.yaml |
http 請求方式
GET
是否需要授權(quán)
否
請求參數(shù)
無
返回值
請求成功
{
"status":"runing",
"runtime":0.024
}