ipmcget -d ntpinfo
更新时间: 2026/07/16
在Gitcode上查看源码ipmcget -d ntpinfo
命令功能
查询 NTP 信息
命令格式
text
ipmcget -d ntpinfo参数说明
无
响应/输出说明
| Name | Location | Type | Required | Default | Constraint | Description |
|---|---|---|---|---|---|---|
Enabled | RspBody | - | 否 | - | - | - |
NTPMode | RspBody | - | 否 | - | - | - |
PreferServer | RspBody | - | 否 | - | - | - |
AlternateServer | RspBody | - | 否 | - | - | - |
ExtraServers | RspBody | - | 否 | - | - | - |
NTPServerCount | RspBody | - | 否 | - | - | - |
SyncResult | RspBody | - | 否 | - | - | - |
AuthEnabled | RspBody | - | 否 | - | - | - |
GroupKeyStatus | RspBody | - | 否 | - | - | - |
后端处理流
| Step | Type | Path/URI | Interface | Field/Method | Source | Destination |
|---|---|---|---|---|---|---|
| 1 | List | /bmc/kepler/Managers | bmc.kepler.Managers.Ntp | - | - | {"Members": "ntp_list"} |
| 2 | Property | ${ProcessingFlow[1]/Destination/ntp_list[1]} | bmc.kepler.Managers.Ntp | - | - | {"Enabled": "Enabled", "NTPMode": "NTPMode", "PreferServer": "PreferServer", "AlternateServer": "AlternateServer", "ExtraServers": "ExtraServers", "NTPServerCount": "NTPServerCount", "SyncResult": "SyncResult"} |
| 3 | Property | ${ProcessingFlow[1]/Destination/ntp_list[1]} | bmc.kepler.Managers.Ntp.Auth | - | - | {"AuthEnabled": "AuthEnabled", "GroupKeyStatus": "GroupKeyStatus"} |
使用示例
text
ipmcget -d ntpinfo输出样例
来源信息
| Item | Value |
|---|---|
| 命令类型 | ipmcget |
| target | _ |
| dataitem | ntpinfo |
| URI | /cli/v1/_/ntpinfo |
| Interface Type | Get |
| 配置来源 | interface_config/cli/ipmcget/ntp.json |
| 请求版本 | 26.06_2026.06.30 |
| 源码提交 | 5606349e |
| 生成时间 | 2026-07-16T01:48:37 |