Netbox
Connector for the netbox API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://demo.netbox.dev/api - Auth:
header:Authorization(pass your key via theapiKeyinput)
Operations
circuits_circuit_terminations_list— GET /circuits/circuit-terminations/circuits_circuit_terminations_read— GET /circuits/circuit-terminations/{id}/circuits_circuit_terminations_paths— GET /circuits/circuit-terminations/{id}/paths/ — Return all CablePaths which traverse a given pass-through port.circuits_circuit_types_list— GET /circuits/circuit-types/circuits_circuit_types_read— GET /circuits/circuit-types/{id}/circuits_circuits_list— GET /circuits/circuits/
Inputs
apiKey— your netbox API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: circuits_circuit_terminations_list
apiKey: <your key>