MCP Gateway
ApiObservability settings

Generate AWS Collector config

Generate OTEL Collector YAML config for AWS CloudWatch.

POST
/api/v1/settings/observability/aws-collector-config

Authorization

User API Key
AuthorizationBearer <token>

User API key (mgw_usr_live_* or mgw_usr_test_*)

In: header

access_token?|

Response Body

application/json

application/json

curl -X POST "https://loading/api/v1/settings/observability/aws-collector-config"
{
  "property1": "string",
  "property2": "string"
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}