18 lines
655 B
Markdown
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}` |