opnsense-docs/source/development/api/plugins/chrony.rst

26 lines
1,021 B
ReStructuredText
Raw Normal View History

2021-03-08 06:22:26 -05:00
Chrony
~~~~~~
2025-05-01 04:05:15 -04:00
.. csv-table:: Resources (GeneralController.php)
2021-03-08 06:22:26 -05:00
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``GET``","chrony","general","get",""
2022-10-19 11:21:08 -04:00
"``POST``","chrony","general","set",""
2021-03-08 06:22:26 -05:00
"``<<uses>>``", "", "", "", "*model* `General.xml <https://github.com/opnsense/plugins/blob/master/net/chrony/src/opnsense/mvc/app/models/OPNsense/Chrony/General.xml>`__"
.. csv-table:: Service (ServiceController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
2021-07-28 09:59:13 -04:00
"``GET``","chrony","service","chronyauthdata",""
"``GET``","chrony","service","chronysources",""
"``GET``","chrony","service","chronysourcestats",""
"``GET``","chrony","service","chronytracking",""
2022-10-19 11:21:08 -04:00
"``POST``","chrony","service","reconfigure",""
"``POST``","chrony","service","restart",""
"``POST``","chrony","service","start",""
2021-03-08 06:22:26 -05:00
"``GET``","chrony","service","status",""
2022-10-19 11:21:08 -04:00
"``POST``","chrony","service","stop",""