ArcoreNexus
ProductionPlatform Foundation
The central hub for monitoring the health, performance, and risk posture of the entire ARCore enterprise suite. Nexus aggregates data from Parkour (builds), Sentinel (tests), and cloud providers to provide a Single Source of Truth (SSoT) for program health.
Key Features
- Unified Dashboard (SSoT)
- Cross-Component Health Checks
- Risk Heatmaps
- Executive PDF Reporting
- Centralized API Documentation
API Endpoints
| Method | Path | Description |
|---|---|---|
| GET | `/api/v1/status/system` | Get aggregated system health |
| GET | `/api/v1/status/{component}` | Get detailed status of a specific component |
| POST | `/api/v1/status/poll` | Trigger an immediate health poll |
| GET | `/api/v1/metrics/history` | Get historical uptime and incident data |
Usage Example
python
import requests
# Example interaction
response = requests.get(
url="https://api.arcore.internal/api/v1/status/system",
headers={"Authorization": "Bearer <token>"}
)
print(response.json())Tech Stack
Node.js (Fastify)ReactSQLiteTypeScript
Authentication
- •**Header:** `Authorization: Bearer <token>`
- •**Scopes:** RBAC is enforced at the object level via `ArcoreCodex` policies.
Compliance & Security
Compliance
- ✓Access: Read-only dashboards for most users
- ✓Audit: Polling actions logged
Security
- ✓Access: Read-only dashboards for most users