Apache EventMesh Registry API

The Registry API from Apache EventMesh — 1 operation(s) for registry.

OpenAPI Specification

apache-event-mesh-registry-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: Apache EventMesh Admin Client Registry API
  description: The Apache EventMesh Admin API provides HTTP endpoints for managing the EventMesh runtime, including topic management, subscription management, event publishing, and runtime monitoring. EventMesh supports CloudEvents specification for event formatting.
  version: 1.10.0
  contact:
    name: Apache EventMesh
    url: https://eventmesh.apache.org/
  license:
    name: Apache 2.0
    url: https://www.apache.org/licenses/LICENSE-2.0
servers:
- url: http://localhost:10106
  description: Default EventMesh Admin HTTP endpoint
tags:
- name: Registry
paths:
  /registry/query:
    get:
      summary: Apache EventMesh Query Event Mesh Registry
      operationId: queryRegistry
      tags:
      - Registry
      responses:
        '200':
          description: Registry entries
          content:
            application/json:
              schema:
                type: object