action meraki_get_network_uplink_settings { label: "Returns the uplink settings for your MX network." description: "Returns the uplink settings for your MX network." provider: meraki method: GET path: "/networks/{networkId}/uplinkSettings" encoding: json input: { type: "object" properties: { networkId: { type: "string" } } required: ["networkId"] additionalProperties: false } output: { type: "object" } }