Skip to content

Updates healthcheck endpoint to use /api/status ADAPT-758

Chris Calloway requested to merge patch/ADAPT-758 into master

The current healthcheck /api/docs/ returns HTML payload that the adapter does not appear able to parse as is. The /api/status returns a minimal JSON response and appears suitable for a healthcheck request to use in the adapter-netbox code.

https://github.com/netbox-community/netbox/issues/4918

Merge request reports