Get desktop application:
View/edit binary Protocol Buffers messages
Live tail of API metrics as they are written. History is served by the REST endpoint GET /management/metrics; this service delivers only new metrics via a Redis pub/sub channel.
Server-side filters. Empty string = no filter on that field. Filters AND together: passing consumer_id + verb = events matching BOTH. url_substring matches if the event's url contains the given substring.
Per-REST-call metric record, mirrors APIMetrics.saveMetric args and MetricJsonV600 (REST v6.0.0). Field names track REST v6.0.0 verbatim. `response_body` is intentionally omitted — can be large and contain PII; fetch via the REST /management/metrics endpoint if needed.
ISO-8601 UTC, seconds precision — matches REST v6.0.0 (yyyy-MM-dd'T'HH:mm:ss'Z').
Identifies which OBP instance (pod) served this request. Sourced from the `api_instance_id` prop — either a configured value suffixed with a per-JVM UUID, or a pure UUID if the prop is unset. See code.api.Constant.ApiInstanceId.
OBP operation id, e.g. "OBPv6.0.0-getBanks". Matches MetricJsonV600.operation_id.
Reference id of the consent (if any) that authorised the request. Mirrors MetricJsonV600.consent_reference_id (REST v6.0.0+).