action meshery_id_post_grafana_config { label: "Handle POST request for Grafana configuration" description: "Used for persisting Grafana configuration" provider: meshery method: POST path: "/api/telemetry/metrics/grafana/config" encoding: json input: { type: "object" description: "Parameters to save Grafana configuration" properties: { grafanaAPIKey: { type: "string" } grafanaURL: { type: "string" } } } output: { type: "object" additionalProperties: true } }