From e4426873cc7d698841d88a7778e1f2c68116d67f Mon Sep 17 00:00:00 2001 From: checktheroads Date: Wed, 3 Jun 2020 09:22:02 -0700 Subject: [PATCH] add doc for structured_output parameter --- docs/docs/devices.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/devices.mdx b/docs/docs/devices.mdx index 6c7bc89..f893982 100644 --- a/docs/docs/devices.mdx +++ b/docs/docs/devices.mdx @@ -24,6 +24,7 @@ import Code from "../src/components/JSXCode"; | `display_name` | String | Device's user-facing name. | | `port` | Integer | TCP port used to connect to the device. | | `nos` | String | Network Operating System. Must be a supported platform. | +| `structured_output` | Boolean | Disabled output parsing to structured data. | | `credential` | | [Device Credential Configuration](#credential) | | `vrfs` | | [Device VRF Configuration](#vrf) | | `proxy` | | [SSH Proxy Configuration](#proxy) |