Deployment Services

Global API gateway for Admin Portal service relay and crash log aggregation

deployment.opcommservice.com

Service Running
1.0.0
Version
Production
Environment
4c034272bcae
Machine
REST
Protocol

API Key Authentication

Service-to-service auth via X-Api-Key header. Admin Portal instances authenticate with a shared key stored in Azure Key Vault.

Crash Log Relay

Aggregates mobile DxLog crash reports from tenant databases into the GlobalCrashLog table with optional PII sterilization.

Health Monitoring

Database connectivity health checks at /health for Azure App Service probes and uptime monitoring.

API ENDPOINTS

General
Crash Reports (Admin Portal Server Errors)
POST /api/crash-reports Submit server-side crash report
GET /api/crash-reports/recent Recent crash reports
GET /api/crash-reports/stats Stats by instance and exception type
Crash Log Relay (Mobile DxLog Aggregation)
POST /api/crash-logs/relay Relay single DxLog to GlobalCrashLog
POST /api/crash-logs/relay/batch Batch relay (up to 500 logs)
GET /api/crash-logs/recent Recent relayed logs by tenant
All API endpoints require authentication via X-Api-Key header