routing.yml 3.1 KB

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