Skip to content

Commit c047f35

Browse files
Closes #19893: Include hostname in REST API status endpoint (#19895)
1 parent 6df0a02 commit c047f35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

netbox/netbox/api/views.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ def get(self, request):
6565

6666
return Response({
6767
'django-version': DJANGO_VERSION,
68+
'hostname': settings.HOSTNAME,
6869
'installed-apps': installed_apps,
6970
'netbox-version': settings.RELEASE.version,
7071
'netbox-full-version': settings.RELEASE.full_version,

0 commit comments

Comments
 (0)