action mist_get_getaway_default_config { label: "getGetawayDefaultConfig" description: "Generate Default Gateway Config" provider: mist method: GET path: "/api/v1/const/default_gateway_config" encoding: json input: { type: "object" properties: { ha: { type: "string" } model: { type: "string" } } additionalProperties: false } output: { type: "object" } }