← Back to schema index

BanxicoPublicTimeseriesResource

JSON:API resource carrying the timeseries for the requested metric/window pair.

ExtendsJsonApiResourceBase

Properties

FieldTypeDescription
type*stringJSON:API resource type. Always `banxico_public_timeseries`.
id*stringIdentifier derived from the metric/window pair (`<metric>_<window>`).
attributes*objectTime-series of Banxico CEP service health metrics in time buckets. Returned by `GET /v1/banxico/timeseries`.
metricstringReported metric: `probe_latency` — health probe latency in milliseconds; `verdict` — Banxico verdict distribution per bucket.
windowstringTotal time window covered by the series (`1h`, `8h`, `12h`, `24h`, or `7d`).
unitstringUnit of measurement for values: `ms` for `probe_latency`, `verdict` (integer 0/1/2) for `verdict`.
bucket_size_minutesintegerSize of each time bucket in minutes.
pointsarrayData points in chronological order. Each point contains `ts` (bucket start timestamp) and `value` (integer in ms for `probe_latency`, verdict integer 0/1/2 for `verdict`).

Used in operations

  • GET /v1/status/banxico/timeseries

Referenced by schemas