A FastAPI application to query Nautobots GraphQL API to scrape targets for use with Prometheus http_sd_config
.
Clone the repository
gh repo clone RSS-Engineering/nautobot_target_proxy
Copy the .env.example
to .env
and update the appropriate API keys.
Bring up the Docker compose stack
docker compose up --build
Swagger API documentation can be found by browsing to localhost:8000/docs