add doc for structured_output parameter

This commit is contained in:
checktheroads 2020-06-03 09:22:02 -07:00
parent d37e55bf5e
commit e4426873cc

View file

@ -24,6 +24,7 @@ import Code from "../src/components/JSXCode";
| <R/> `display_name` | String | Device's user-facing name. |
| <R/> `port` | Integer | TCP port used to connect to the device. |
| <R/> `nos` | String | Network Operating System. <MiniNote>Must be a <Link to="/docs/platforms">supported platform</Link>.</MiniNote> |
| `structured_output` | Boolean | Disabled output parsing to structured data. |
| <R/>`credential` | | [Device Credential Configuration](#credential) |
| <R/>`vrfs` | | [Device VRF Configuration](#vrf) |
| `proxy` | | [SSH Proxy Configuration](#proxy) |