# 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}`