diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2023-11-21 10:17:53 +0000 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2023-11-21 20:23:14 +0000 |
commit | cc4773e23ae9688920a567ba940b88efddbc8d78 (patch) | |
tree | 1fb876e3195a2652f4a85c390d384eebbb559b8a /src/conf_mode | |
parent | 916adfaf0774df0731522bf3cbd886d794735c50 (diff) | |
download | vyos-1x-cc4773e23ae9688920a567ba940b88efddbc8d78.tar.gz vyos-1x-cc4773e23ae9688920a567ba940b88efddbc8d78.zip |
T5767: HTTPS API add reboot and poweroff endpoints
Add ability to reboot and poweroff the system via API
curl -k --location --request POST 'https://vyos/reboot' \
--form data='{"op": "reboot", "path": ["now"]}' \
--form key='apikey'
curl -k --location --request POST 'https://vyos/poweroff' \
--form data='{"op": "poweroff", "path": ["now"]}' \
--form key='apikey'
(cherry picked from commit 36f3c329c2df0e78f2f5da933d9729a872fb2a11)
Diffstat (limited to 'src/conf_mode')
0 files changed, 0 insertions, 0 deletions