action mist_get_org_gateway_template { label: "getOrgGatewayTemplate" description: "Get Organization Gateway Template details" provider: mist method: GET path: "/api/v1/orgs/{org_id}/gatewaytemplates/{gatewaytemplate_id}" encoding: json output: { type: "object" additionalProperties: true } }