Closes #19893: Include hostname in REST API status endpoint (#19895)

This commit is contained in:
Jeremy Stretch 2025-07-24 11:42:31 -04:00 committed by GitHub
parent 6df0a02d8d
commit c047f35c57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -65,6 +65,7 @@ class StatusView(APIView):
return Response({
'django-version': DJANGO_VERSION,
'hostname': settings.HOSTNAME,
'installed-apps': installed_apps,
'netbox-version': settings.RELEASE.version,
'netbox-full-version': settings.RELEASE.full_version,