.. _vyos.rest.vyos_configure_module: ************************ vyos.rest.vyos_configure ************************ **Send raw set/delete commands to a VyOS device via REST API.** Version added: 1.0.0 .. contents:: :local: :depth: 1 Synopsis -------- - Sends one or more set/delete configuration commands to a VyOS device via the HTTPS REST API as a single atomic batch commit. - Useful for configuration not covered by dedicated resource modules, or for test setup and teardown tasks. - Commands are parsed from CLI-style strings (``set ...`` / ``delete ...``). Parameters ---------- .. raw:: html
| Key | Returned | Description |
|---|---|---|
|
commands
list
|
always |
Parsed command payloads sent to the device.
|
|
response
dictionary
|
when commands are applied |
Raw API response.
|