convert_schema¶
Note
Always use the FQCN (Fully Qualified Collection Name) arista.avd.convert_schema when using this plugin.
Convert AVD Schema to a chosen output format.
Synopsis¶
Only for internal use.
Parameters¶
| Argument | Type | Required | Default | Value Restrictions | Description |
|---|---|---|---|---|---|
| _input | string | True | None | Valid values: - eos_cli_config_gen- eos_designs |
ID of AVD Schema. |
| type | string | True | None | Valid values: - documentation_tables- jsonschema |
Type of schema to convert to. |
Return Values¶
| Name | Type | Description |
|---|---|---|
| _value | any | Schema of the requested type. |
Authors¶
- Arista Ansible Team (@aristanetworks)