action meraki_get_network_site_to_site_vpn { label: "Return the site-to-site VPN settings of a network" description: "Return the site-to-site VPN settings of a network. Only valid for MX networks." provider: meraki method: GET path: "/networks/{networkId}/siteToSiteVpn" encoding: json input: { type: "object" properties: { networkId: { type: "string" } } required: ["networkId"] additionalProperties: false } output: { type: "object" } }