Netboxdemo
Connector for the netboxdemo API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://netboxdemo.com/api - Auth:
header:Authorization(pass your key via theapiKeyinput)
Operations
circuits_circuit_terminations_list— GET /circuits/circuit-terminations/ — Call to super to allow for cachingcircuits_circuit_terminations_read— GET /circuits/circuit-terminations/{id}/ — Call to super to allow for cachingcircuits_circuit_types_list— GET /circuits/circuit-types/ — Call to super to allow for cachingcircuits_circuit_types_read— GET /circuits/circuit-types/{id}/ — Call to super to allow for cachingcircuits_circuits_list— GET /circuits/circuits/ — Call to super to allow for cachingcircuits_circuits_read— GET /circuits/circuits/{id}/ — Call to super to allow for caching
Inputs
apiKey— your netboxdemo 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>