action meraki_get_network_vlans_enabled_state { label: "Returns the enabled status of VLANs for the network" description: "Returns the enabled status of VLANs for the network" provider: meraki method: GET path: "/networks/{networkId}/vlansEnabledState" encoding: json input: { type: "object" properties: { networkId: { type: "string" } } required: ["networkId"] additionalProperties: false } output: { type: "object" } }