设置ntp服务
功能描述
设置SE主机ntp服务设置。
调用URL
http://192.168.1.180:8888/SophonSystem/api/ntpConfig
调用方法
POST
请求参数
参数 | 类型 | 默认值 | 选择 | 描述 | 举例 |
---|---|---|---|---|---|
ntp_config | string | 无 | 必选 | 设置的ntp服务地址 | "ntp1.aliyun.com ntp2.aliyun.com 0.cn.pool.ntp.org 1.cn.pool.ntp.org" |
timezone | int | 无 | 必选 | 时区设置, “+”表示西区,“-”表示东区,所以以-8表示东八区 | -8 |
请求示例:
返回信息:
请求成功:
一级参数 | 二级参数 | 类型 | 描述 |
---|---|---|---|
data | dict | ||
ntpserver | string | 设置的ntp服务地址 | |
timezone | int | 时区设置 | |
time | int | 系统时间戳,单位为毫秒 |
请求成功示例:
请求失败
一级参数 | 二级参数 | 类型 | 描述 |
---|---|---|---|
error | code | int | 请求错误码 |
message | string | 错误描述 | |
status | string | 错误类型 |
Last updated