Inside `api.signal.ge`, two architectural pipelines are strictly isolated: external region workers interact via a structural lease/results allocation model, while localized system daemons target dedicated metrics and private network endpoints.
Our API core fully maps perimeter availability tracking alongside comprehensive internal private network telemetry ingestion.
The worker securely provisions its active region and engine version, requests dynamic execution batches, and returns network logs.
Monitors are temporarily locked for routing overhead, updating system uptime states, response logs, and telemetry upon completion.
The agent data gateway safely routes machine capacity specs and core resource usage arrays right into the control panel.
A localized daemon securely fetches task items designated solely to its token scope and tests environments hidden behind firewalls.
Route permissions map project application credentials directly to atomic `system.metrics.write` and `system.monitoring.run` scopes.
Result parsing at the API layer natively triggers the active incident lifecycle framework and manages down-range alert routing.
Core transport methods and resource paths provisioned for infrastructure integration.
| Method | Path | Description |
|---|---|---|
| POST | /api/monitoring/v1/lease |
A global region worker requests its next concurrent batch of monitors |
| POST | /api/monitoring/v1/results |
The worker returns status logs, exact response durations, and HTTP code verifications |
| POST | /monitoring/v1/heartbeat |
Dispatches a routine worker liveness signal back to `api.signal.ge` |
| POST | /api/system-agent/v1/metrics |
The background daemon ships host machine resource utilization payloads |
| POST | /api/system-agent/v1/monitoring/lease |
The agent requests monitors pinned specifically to its isolated network scope |
| POST | /api/system-agent/v1/monitoring/results |
The agent returns localized execution states for internal network components |
{
"region": "ge-tbilisi",
"worker_id": "worker-01",
"version": "1.0.9",
"limit": 50
}If private infrastructure auditing is your core target, move forward to our cross-platform agent deployment guide.
One workspace for a flexible control panel, developer-friendly API, global external checks, and local agents for monitoring infrastructure of any complexity.