Apache EventMesh · Example Payload

Eventmesh Admin Client Example

ApacheCloudEventsEvent-DrivenMessagingOpen SourcePub-SubServerless

Eventmesh Admin Client Example is an example object payload from Apache EventMesh, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

envidcsysippidprotocolgrouptopics

Example Payload

Raw ↑
{
  "env": "example-value",
  "idc": "evt-500123",
  "sys": "example-value",
  "ip": "example-value",
  "pid": "evt-500123",
  "protocol": "HTTP",
  "group": "example-value",
  "topics": [
    "test-topic"
  ]
}