action meraki_get_network_appliance_port { label: "Return per-port VLAN settings for a single MX port." description: "Return per-port VLAN settings for a single MX port." provider: meraki method: GET path: "/networks/{networkId}/appliancePorts/{appliancePortId}" encoding: json input: { type: "object" properties: { appliancePortId: { type: "string" } networkId: { type: "string" } } required: ["appliancePortId", "networkId"] additionalProperties: false } output: { type: "object" } }