TenantAtlas/specs/054-unify-runs-suitewide/contracts/routes.md
2026-01-16 19:06:30 +01:00

18 lines
655 B
Markdown

# Routes & URLs
## Monitoring UI
### List Operations
- **Route**: `tenant.monitoring.operations.index`
- **URL**: `/tenants/{tenant}/monitoring/operations`
- **Controller**: Livewire Component (`App\Livewire\Monitoring\OperationsList`)
### View Operation
- **Route**: `tenant.monitoring.operations.show`
- **URL**: `/tenants/{tenant}/monitoring/operations/{run}`
- **Controller**: Livewire Component (`App\Livewire\Monitoring\OperationsDetail`)
## Deep Links
- **Drift**: `/tenants/{tenant}/drift/history/{id}`
- **Inventory**: `/tenants/{tenant}/inventory` (General, or specific timestamp if supported)
- **Restore**: `/tenants/{tenant}/restore/{id}`