routing.yml 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. dhcp_dhcp_model_api:
  2. resource: "@DHCPBundle/Controller/REST/DHCPModelRESTController.php"
  3. type: rest
  4. prefix: /api
  5. dhcp_dhcp_api:
  6. resource: "@DHCPBundle/Controller/REST/DHCPRESTController.php"
  7. type: rest
  8. prefix: /api
  9. dhcp:
  10. resource: "@DHCPBundle/Controller/"
  11. type: annotation
  12. prefix: /
  13. KeaBundle:
  14. resource: "@KeaBundle/Resources/config/routing/admin.xml"
  15. prefix: /
  16. i_pv4_sub_net_api:
  17. resource: "@IPv4Bundle/Controller/REST/SubNetRESTController.php"
  18. type: rest
  19. prefix: /api
  20. i_pv4_pool_api:
  21. resource: "@IPv4Bundle/Controller/REST/PoolRESTController.php"
  22. type: rest
  23. prefix: /api
  24. i_pv4_net_group_api:
  25. resource: "@IPv4Bundle/Controller/REST/NetGroupRESTController.php"
  26. type: rest
  27. prefix: /api
  28. i_pv4_host_type_api:
  29. resource: "@IPv4Bundle/Controller/REST/HostTypeRESTController.php"
  30. type: rest
  31. prefix: /api
  32. i_pv4_host_api:
  33. resource: "@IPv4Bundle/Controller/REST/HostRESTController.php"
  34. type: rest
  35. prefix: /api
  36. i_pv4:
  37. resource: "@IPv4Bundle/Controller/"
  38. type: annotation
  39. prefix: /
  40. login:
  41. path: /admin/login
  42. defaults:
  43. _controller: FrameworkBundle:Redirect:urlRedirect
  44. path: /connect/login
  45. permanent: true
  46. connect-login:
  47. path: /login/
  48. defaults:
  49. _controller: FrameworkBundle:Redirect:redirect
  50. route: hwi_oauth_service_redirect
  51. service: login
  52. permanent: true
  53. logout:
  54. path: /logout
  55. homepage:
  56. path: /
  57. defaults:
  58. _controller: FrameworkBundle:Redirect:urlRedirect
  59. path: /admin/dashboard
  60. permanent: true
  61. webservice:
  62. resource: "@WebserviceBundle/Resources/config/routing.yml"
  63. prefix: /
  64. base_oauth_client:
  65. resource: "@BaseOAuthClientBundle/Resources/config/routing.yml"
  66. base_hwioauthbundle_oauth_client:
  67. resource: "@BaseOAuthClientBundle/Resources/config/hwioauthbundle/routing.yml"
  68. base_admin_alert:
  69. resource: "@BaseAdminBundle/Controller/"
  70. type: annotation
  71. prefix: /
  72. audit:
  73. resource: "@AuditBundle/Controller/"
  74. type: annotation
  75. prefix: /
  76. base_admin:
  77. resource: "@BaseAdminBundle/Resources/config/routing.yml"
  78. _sonata:
  79. resource: "bundles/sonata-project/admin-bundle/routing.yml"
  80. admin_tenancy_change_tenancy_global_ajax:
  81. path: changeTenancyAjaxAction
  82. defaults: { _controller: BaseAdminBundle:RedirectionAjax:changeTenancyAjax }