Routing
ui_admin.security.login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/ui/admin/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 3 | _wdt | /_wdt/{token} | Path does not match |
| 4 | _profiler_home | /_profiler/ | Path does not match |
| 5 | _profiler_search | /_profiler/search | Path does not match |
| 6 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 7 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 8 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 9 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 10 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 11 | _profiler_open_file | /_profiler/open | Path does not match |
| 12 | _profiler | /_profiler/{token} | Path does not match |
| 13 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 14 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 15 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 16 | homepage | / | Path does not match |
| 17 | api_provider.create.client | /api/provider/v1/clients | Path does not match |
| 18 | api_provider.update.client | /api/provider/v1/clients/{id} | Path does not match |
| 19 | api_provider.client.list | /api/provider/v1/clients | Path does not match |
| 20 | api_provider.delete.client | /api/provider/v1/clients/{id} | Path does not match |
| 21 | api_provider.set_client_ips_free | /api/provider/v1/client/{id}/ips/set_free | Path does not match |
| 22 | api_provider.network.list | /api/provider/v1/network/list | Path does not match |
| 23 | api_provider.token_check.check | /api/provider/v1/token-check | Path does not match |
| 24 | api_client.reserve_ips | /api/client/v1/ips/reserve | Path does not match |
| 25 | api_client.set_free | /api/client/v1/ips/set_free | Path does not match |
| 26 | api_client.reserve_ip | /api/client/v1/ip/reserve | Path does not match |
| 27 | api_client.network.list | /api/client/v1/network/list | Path does not match |
| 28 | api_client.reserved_ips | /api/client/v1/network/{id}/reserved_ips | Path does not match |
| 29 | api_client.reserve_subnet | /api/client/v1/subnet/reserve | Path does not match |
| 30 | api_client.find_subnet | /api/client/v1/subnet/find | Path does not match |
| 31 | api_client.free_subnet | /api/client/v1/subnet | Path does not match |
| 32 | api_client.token_check.check | /api/client/v1/token-check | Path does not match |
| 33 | api_client.reserve_vlan | /api/client/v1/vlan/reserve | Path does not match |
| 34 | api_client.vlan_free | /api/client/v1/vlan/{vlan} | Path does not match |
| 35 | ui_admin.client.list | /ui/admin/clients | Path does not match |
| 36 | ui_admin.client.add | /ui/admin/client/add | Path does not match |
| 37 | ui_admin.client.edit | /ui/admin/clients/{id} | Path does not match |
| 38 | ui_admin.client.view | /ui/admin/client/{id} | Path does not match |
| 39 | ui_admin.details.list | /ui/admin/vlan/{id}/details | Path does not match |
| 40 | ui_admin.details.add | /ui/admin/vlan/{id}/details/add | Path does not match |
| 41 | ui_admin.details.delete_vlan | /ui/admin/vlan/{id}/details/delete/{vlanId}/ | Path does not match |
| 42 | ui_admin.details.delete_ip | /ui/admin/vlan/{id}/details/delete/{vlanId}/{ipId} | Path does not match |
| 43 | ui_admin.ip.view | /ui/admin/ip/{id} | Path does not match |
| 44 | ui_admin.log.list | /ui/admin/logs | Path does not match |
| 45 | ui_admin.network.list | /ui/admin/networks | Path does not match |
| 46 | ui_admin.network.create | /ui/admin/create/network | Path does not match |
| 47 | ui_admin.network.ips | /ui/admin/network/{id}/ips | Path does not match |
| 48 | ui_admin.edit.network.provider.list | /ui/admin/edit/{id}/network_provider_list | Path does not match |
| 49 | ui_admin.network.ip.add | /ui/admin/network/{id}/ip/add | Path does not match |
| 50 | ui_admin.network.ip.delete | /ui/admin/network/{networkId}/ip/{ipId}/delete | Path does not match |
| 51 | ui_admin.provider.list | /ui/admin/providers | Path does not match |
| 52 | ui_admin.provider.add | /ui/admin/providers/add | Path does not match |
| 53 | ui_admin.provider.edit | /ui/admin/providers/{id} | Path does not match |
| 54 | ui_admin.provider.view | /ui/admin/provider/{id} | Path does not match |
| 55 | ui_admin.security.login | /ui/admin/login | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.