Closes #19893: Include hostname in REST API status endpoint

This commit is contained in:
Jeremy Stretch 2025-07-16 10:29:31 -04:00
parent 5f8a4f6c43
commit bd9a802bf8

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,