Adds JSON and YAML export of the network topology.

Adds views that export the entire network topology as JSON and YAML.
This commit is contained in:
Ben Thomasson
2017-05-17 16:05:20 -04:00
parent 257cf6a7d7
commit 640e687f3e
6 changed files with 53 additions and 14 deletions

View File

@@ -15,6 +15,7 @@ urlpatterns = [
url(r'^api/', include('awx.api.urls', namespace='api')),
url(r'^sso/', include('awx.sso.urls', namespace='sso')),
url(r'^sso/', include('social_django.urls', namespace='social')),
url(r'^network_ui/', include('awx.network_ui.urls', namespace='network_uiui', app_name='network_ui')),
url(r'^(?:api/)?400.html$', handle_400),
url(r'^(?:api/)?403.html$', handle_403),
url(r'^(?:api/)?404.html$', handle_404),