获取定时重启配置

功能描述

获取SE主机ntp服务情况。

调用URL

http://192.168.1.180:8888/SophonSystem/api/regularReboot

调用方法

GET

请求示例:

请求url: http://192.168.1.180:8888/SophonSystem/api/regularReboot?

返回信息:

请求成功

一级参数二级参数类型描述

data

dict

days

string

需要重启的天数,如“1,2,3,4,5,6,7”表示周一到周日每天都需要重启,如“1,2,3”则表示只在周一,周二,周三重启,规定范围为:“1,2,3,4,5,6,7”。

hour

string

需要重启的时间整点数。表示每天几点重启。规定范围为:“00,01,02,03,04,05,06,07,08,09,10,11,12,13,14,15,16,17,18,19,20,21,22,23”。

请求成功示例:

{
    "data": {
        "days": "1,2,3,4,5,6,7",
        "hour": "03"
    }
}

请求失败

一级参数二级参数类型描述

error

code

int

请求错误码

message

string

错误描述

status

string

错误类型

Last updated