Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.02 KB

vlan_info.md

File metadata and controls

42 lines (30 loc) · 1.02 KB

vlan_info

Get info about a Linode VLAN.

Examples

- name: Get info about a VLAN by label
  linode.cloud.vlan_info:
    label: example-vlan

Parameters

Field Type Required Description
label str Required The VLAN’s label.

Return Values

  • vlan - The VLAN in JSON serialized form.

    • Sample Response:
      {
        "created": "2020-01-01T00:01:01",
        "label": "vlan-example",
        "linodes": [
          111,
          222
        ],
        "region": "ap-west"
      }
    • See the Linode API response documentation for a list of returned fields