API: Observability
API-Referenz: Observability
Section titled “API-Referenz: Observability”Quellverzeichnis: api/routes/observability/
— gehört zum Modul observability
Alle Endpunkte sind mandanten-isoliert und validieren ihre Eingaben.
| Methode | Pfad | Datei |
|---|---|---|
GET |
/v1/audit-trail |
observability.ts |
POST |
/v1/audit-trail |
observability.ts |
POST |
/v1/audit-trail/export |
observability.ts |
GET |
/v1/errors/catalog |
observability.ts |
POST |
/v1/errors/catalog |
observability.ts |
GET |
/v1/errors/catalog/:errorCode |
observability.ts |
PATCH |
/v1/errors/catalog/:errorCode |
observability.ts |
GET |
/v1/health |
health.ts |
GET |
/v1/health/components |
health.ts |
POST |
/v1/health/components |
health.ts |
GET |
/v1/health/components/:id |
health.ts |
PATCH |
/v1/health/components/:id |
health.ts |
GET |
/v1/health/components/:id/uptime |
health.ts |
GET |
/v1/logs |
observability.ts |
POST |
/v1/logs |
observability.ts |
GET |
/v1/logs/:traceId |
observability.ts |
POST |
/v1/logs/export |
observability.ts |
GET |
/v1/reports/generated |
observability.ts |
GET |
/v1/reports/scheduled |
observability.ts |
POST |
/v1/reports/scheduled |
observability.ts |
GET |
/v1/reports/scheduled/:id |
observability.ts |
PATCH |
/v1/reports/scheduled/:id |
observability.ts |
POST |
/v1/reports/scheduled/:id/activate |
observability.ts |
POST |
/v1/reports/scheduled/:id/archive |
observability.ts |
POST |
/v1/reports/scheduled/:id/pause |
observability.ts |
POST |
/v1/reports/scheduled/:id/trigger |
observability.ts |
GET |
/v1/sla |
observability.ts |
POST |
/v1/sla |
observability.ts |
GET |
/v1/sla/:id/compliance |
observability.ts |
GET |
/v1/sla/:id/error-budget |
observability.ts |
GET |
/v1/status-page |
health.ts |
GET |
/v1/status-page/incidents |
health.ts |
POST |
/v1/status-page/incidents |
health.ts |
GET |
/v1/status-page/incidents/:id |
health.ts |
POST |
/v1/status-page/incidents/:id/nis2-authority |
health.ts |
POST |
/v1/status-page/incidents/:id/nis2-internal |
health.ts |
POST |
/v1/status-page/incidents/:id/updates |
health.ts |
POST |
/v1/status-page/subscriptions |
health.ts |
Zurück zur API-Übersicht oder zur Startseite.