action meshery_id_post_prometheus_config { label: "Handle POST for Prometheus configuration" description: "Used for persisting Prometheus configuration" provider: meshery method: POST path: "/api/telemetry/metrics/config" encoding: json input: { type: "string" } output: { type: "object" additionalProperties: true } }