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

ReasonBlocks Monitors API

The Monitors API from ReasonBlocks — 1 operation(s) for monitors.

ReasonBlocks Monitors API is one of 9 APIs that ReasonBlocks publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Monitors. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and a getting-started guide.

This API exposes 1 operation across 1 path, and defines 5 schemas. It is described by OpenAPI 3.1.0, at version 0.1.0.

Requests are made against the base URL https://rb-api.reasonblocks.com.

1 operations 1 paths 5 schemas 1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
0.1.0
Base URL
https://rb-api.reasonblocks.com
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

ReasonBlocks Monitors API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (HTTPBearer).

Paths & Operations 1

Across 1 path, the API surfaces 1 operation — 1 POST. Each is listed below with its method, path, parameters, and response codes.

Monitors 1
POST
/v1/monitors/evaluate
Evaluate Monitors
evaluate_monitors_v1_monitors_evaluate_post 1 param body → 200422

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are MonitorEvaluateResponse (9 properties), MonitorEvaluateRequest (6 properties), MonitorStep (5 properties), ValidationError (5 properties). Each schema is shown below with its type and property counts.

MonitorEvaluateResponse
object
Response body. interventiontext is the only field that drives user-visible behaviour; everything else is audit metadata for the SDK's per-call records.
9 properties 1 required
ValidationError
object
5 properties 3 required
MonitorEvaluateRequest
object
Request body for /monitors/evaluate. Weight resolution order (lowest precedence to highest): 1. Server defaults (MONITORWEIGHTS in scoring/monitors.py). 2. Pro…
6 properties
HTTPValidationError
object
1 property
MonitorStep
object
One step in the SDK-side trace, flattened for over-the-wire transit. Strict shape: untrusted clients can't inject arbitrary keys. If a new field is needed, add…
5 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

reasonblocks-monitors-api-openapi.yml Raw ↑

Other APIs ReasonBlocks publishes across the network.

ReasonBlocks Billing API
ReasonBlocks Codebase Findings API
ReasonBlocks Health API
ReasonBlocks monitor API
ReasonBlocks Monitor Telemetry API
ReasonBlocks Pattern Library API
ReasonBlocks Patterns & Traces API
ReasonBlocks Scoring API