.. _vyos.rest.vyos_reset_module: ******************** vyos.rest.vyos_reset ******************** **Execute reset commands on a VyOS device via REST API.** Version added: 1.0.0 .. contents:: :local: :depth: 1 Synopsis -------- - Sends a ``reset`` operational command to a VyOS device via the HTTPS REST API (``/reset`` endpoint). - Useful for resetting BGP sessions, VPN tunnels, ARP caches, etc. Requirements ------------ The below requirements are needed on the host that executes this module. - VyOS 1.3+ Parameters ---------- .. raw:: html
| Key | Returned | Description |
|---|---|---|
|
output
string
|
success |
Text output from the reset command (usually empty on success).
|