System API
This page contains the APIs that are used for retrieving and updating the system configuration.
Use the following APIs to manage System configuration:
| Operation | Method | Endpoint |
|---|---|---|
| Retrieve the System Configuration | GET | /api/system-configuration |
| Update the System Configuration | PUT | /api/system-configuration |
| Export System Logs | GETPOST | /api/system/log/export?dateTimeSecondsFormat={dateTimeSecondsFormat}&includeArchived=true&zoneId={zoneId}/api/system/log/export |
| Retrieve the Logging Level | GET | /api/logger?name={name} |
| Update the Logging Level | POST | /api/logger |
| Rebuild the Elasticsearch index | POST | /api/system/reindex |
| Retrieve the status of an index rebuild | GET | /api/system/reindex |
| Retrieve System Status | GET | /api/status |
| Retrieve System Health | GET | /api/health |
| Retrieve System Version | GET | /api/system/version |
| Retrieve System Metrics Using Prometheus | GET | /api/prometheus/metrics |