Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Chaos Mesh Events API

Query chaos experiment events and audit logs

Chaos Mesh Events API is one of 7 APIs that Chaos Mesh publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 1 JSON Schema definition.

Tagged areas include Events. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a getting-started guide, a GitHub repository, a JSON-LD context, and 1 JSON Schema.

This API exposes 4 operations across 4 paths, and defines 4 schemas. It is described by OpenAPI 3.1.0, at version 2.5.

Requests are made against a single base URL, http://localhost:2333/api.

4 operations 4 paths 4 schemas 4 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
2.5
Server
http://localhost:2333/api
License
Resource Areas
1

Paths & Operations 4

Across 4 paths, the API surfaces 4 operations — 4 GET. Each is listed below with its method, path, parameters, and response codes.

Events 4

Query chaos experiment events and audit logs

GET
/events
Chaos Mesh List chaos events
listEvents 7 params → 200400500
GET
/events/{id}
Chaos Mesh Get an event
getEvent 1 param → 200400404500
GET
/events/workflow/{uid}
Chaos Mesh List events for a workflow
listWorkflowEvents 1 param → 200400404500
GET
/api/events
Chaos Mesh List events
listEvents 5 params → 200401500

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are Event_2 (9 properties), Event (8 properties), APIError (3 properties), ErrorResponse (2 properties). Each schema is shown below with its type and property counts.

Event_2
object
An event record capturing a state transition or notable occurrence in the lifecycle of a chaos experiment, workflow, or schedule.
9 properties
ErrorResponse
object
Error response returned when an API operation fails.
2 properties
Event
object
A chaos experiment event recording a state transition or fault injection activity.
8 properties
APIError
object
Error response returned when an API request fails.
3 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

chaos-mesh-events-api-openapi.yml Raw ↑

Other APIs Chaos Mesh publishes across the network.

Chaos Mesh Archives API
Chaos Mesh Common API
Chaos Mesh Experiments API
Chaos Mesh Schedules API
Chaos Mesh Templates API
Chaos Mesh Workflows API