Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (16 loc) · 524 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 524 Bytes

A FastAPI application to query Nautobots GraphQL API to scrape targets for use with Prometheus http_sd_config.

Table of Contents

Usage

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

Documentation

Swagger API documentation can be found by browsing to localhost:8000/docs