Automate NetBox
HumDay reads NetBox’s own published API description and derives 844 operations from it. Describe the outcome you want in plain words — you get a program that is written, proven on real data, and run for you.
What NetBox is
API to access NetBox
API host: demo.netbox.dev
What HumDay can do in NetBox
636 documented operations change something in NetBox. The 67 most useful are listed here.
- POSTNon-authenticated REST API endpoint via which a user may create a Token.
/users/tokens/provision/ - POSTRun a Report identified as ".
/extras/reports/{id}/run/ - DELETEDelete users
/users/users/ - PATCHUpdate users
/users/users/ - POSTUpdate users
/users/users/ - PUTUpdate users
/users/users/ - DELETEDelete groups
/users/groups/ - PATCHUpdate groups
/users/groups/ - POSTUpdate groups
/users/groups/ - PUTUpdate groups
/users/groups/ - DELETEDelete tokens
/users/tokens/ - PATCHUpdate tokens
/users/tokens/ - POSTUpdate tokens
/users/tokens/ - PUTUpdate tokens
/users/tokens/ - DELETEDelete contacts
/tenancy/contacts/ - PATCHUpdate contacts
/tenancy/contacts/ - POSTUpdate contacts
/tenancy/contacts/ - PUTUpdate contacts
/tenancy/contacts/ - DELETEDelete permissions
/users/permissions/ - PATCHUpdate permissions
/users/permissions/ - POSTUpdate permissions
/users/permissions/ - PUTUpdate permissions
/users/permissions/ - DELETEDelete inventory items
/dcim/inventory-items/ - PATCHUpdate inventory items
/dcim/inventory-items/ - POSTUpdate inventory items
/dcim/inventory-items/ - PUTUpdate inventory items
/dcim/inventory-items/ - DELETEDelete contact roles
/tenancy/contact-roles/ - PATCHUpdate contact roles
/tenancy/contact-roles/ - POSTUpdate contact roles
/tenancy/contact-roles/ - PUTUpdate contact roles
/tenancy/contact-roles/ - DELETEDelete contact groups
/tenancy/contact-groups/ - PATCHUpdate contact groups
/tenancy/contact-groups/ - POSTUpdate contact groups
/tenancy/contact-groups/ - PUTUpdate contact groups
/tenancy/contact-groups/ - DELETEDelete inventory item roles
/dcim/inventory-item-roles/ - PATCHUpdate inventory item roles
/dcim/inventory-item-roles/ - POSTUpdate inventory item roles
/dcim/inventory-item-roles/ - PUTUpdate inventory item roles
/dcim/inventory-item-roles/ - DELETEDelete contact assignments
/tenancy/contact-assignments/ - PATCHUpdate contact assignments
/tenancy/contact-assignments/ - POSTUpdate contact assignments
/tenancy/contact-assignments/ - PUTUpdate contact assignments
/tenancy/contact-assignments/ - DELETEDelete inventory item templates
/dcim/inventory-item-templates/ - PATCHUpdate inventory item templates
/dcim/inventory-item-templates/ - POSTUpdate inventory item templates
/dcim/inventory-item-templates/ - PUTUpdate inventory item templates
/dcim/inventory-item-templates/ - DELETEDelete id
/users/users/{id}/ - PATCHUpdate id
/users/users/{id}/ - PUTUpdate id
/users/users/{id}/ - DELETEDelete id
/users/groups/{id}/ - PATCHUpdate id
/users/groups/{id}/ - PUTUpdate id
/users/groups/{id}/ - DELETEDelete id
/users/tokens/{id}/ - PATCHUpdate id
/users/tokens/{id}/ - PUTUpdate id
/users/tokens/{id}/ - DELETEDelete id
/tenancy/contacts/{id}/ - PATCHUpdate id
/tenancy/contacts/{id}/ - PUTUpdate id
/tenancy/contacts/{id}/ - DELETEDelete id
/users/permissions/{id}/ - PATCHUpdate id
/users/permissions/{id}/ - PUTUpdate id
/users/permissions/{id}/ - DELETEDelete id
/dcim/inventory-items/{id}/ - PATCHUpdate id
/dcim/inventory-items/{id}/ - PUTUpdate id
/dcim/inventory-items/{id}/ - DELETEDelete id
/tenancy/contact-roles/{id}/ - PATCHUpdate id
/tenancy/contact-roles/{id}/ - PUTUpdate id
/tenancy/contact-roles/{id}/
What HumDay can read from NetBox
These are the operations a schedule or a trigger can watch.
- GETReturn the UserConfig for the currently authenticated User.
/users/config/ - GETRetrieve a list of job results
/extras/job-results/ - GETRead-only list of ContentTypes.
/extras/content-types/ - GETThis endpoint allows a user to determine what device (if any) is connected to a given peer device and peer interface.
/dcim/connected-device/ - GETRetrieve a list of recent changes.
/extras/object-changes/ - GETA lightweight read-only endpoint for conveying NetBox's current operational status.
/status/ - GETRetrieve a list of job results
/extras/job-results/{id}/ - GETRead-only list of ContentTypes.
/extras/content-types/{id}/ - GETRetrieve a list of recent changes.
/extras/object-changes/{id}/ - GETCompile all reports and their related results (if any).
/extras/reports/ - GETRack elevation representing the list of rack units.
/dcim/racks/{id}/elevation/ - GETRetrieve a single Report identified as ".
/extras/reports/{id}/ - GETExecute a NAPALM method on a Device
/dcim/devices/{id}/napalm/ - GETTrace a complete cable path and return each segment as a three-tuple of (termination, cable, termination).
/dcim/interfaces/{id}/trace/ - GETReturn all CablePaths which traverse a given pass-through port.
/dcim/rear-ports/{id}/paths/ - GETReturn all CablePaths which traverse a given pass-through port.
/dcim/front-ports/{id}/paths/ - GETTrace a complete cable path and return each segment as a three-tuple of (termination, cable, termination).
/dcim/power-feeds/{id}/trace/ - GETTrace a complete cable path and return each segment as a three-tuple of (termination, cable, termination).
/dcim/power-ports/{id}/trace/ - GETTrace a complete cable path and return each segment as a three-tuple of (termination, cable, termination).
/dcim/console-ports/{id}/trace/ - GETTrace a complete cable path and return each segment as a three-tuple of (termination, cable, termination).
/dcim/power-outlets/{id}/trace/ - GETTrace a complete cable path and return each segment as a three-tuple of (termination, cable, termination).
/dcim/console-server-ports/{id}/trace/ - GETReturn all CablePaths which traverse a given pass-through port.
/circuits/circuit-terminations/{id}/paths/ - GETRead users
/users/users/ - GETRead groups
/users/groups/ - GETRead tokens
/users/tokens/ - GETRead contacts
/tenancy/contacts/ - GETRead permissions
/users/permissions/ - GETRead inventory items
/dcim/inventory-items/ - GETRead contact roles
/tenancy/contact-roles/ - GETRead contact groups
/tenancy/contact-groups/ - GETRead inventory item roles
/dcim/inventory-item-roles/ - GETRead contact assignments
/tenancy/contact-assignments/ - GETRead inventory item templates
/dcim/inventory-item-templates/
How automating NetBox works
- Describe the outcome. Say what you want to happen, in your own words. No node graphs, no field mapping.
- Approve the contract. HumDay writes down exactly what it will do, what it will touch, and what it will never do. You approve it before anything is built.
- See it proven. The program runs and shows you the result before it is allowed near your live NetBox account.
- Grant access, then go live. You approve the specific NetBox operations it may use — and only those.
Popular NetBox integrations
Connect NetBox to the tools people pair it with most.
- NetBox and OData for namespace microsoft.graphintegration
- NetBox and Cloudflareintegration
- NetBox and GitHubintegration
- NetBox and Mistintegration
- NetBox and Loket.nlintegration
- NetBox and Atlassian The Jira Cloud platformintegration
- NetBox and Magento B2Bintegration
- NetBox and Stripeintegration
- NetBox and Zuora Reference Billingintegration
- NetBox and bunqintegration
- NetBox and DocuSignintegration
- NetBox and Zoomintegration
Automate NetBox with these
- Mist768 operations
- Loket.nl641 operations
- DocuSign414 operations
- Osisoft PI 2018 SP1 Swagger Spec413 operations
- Meraki Dashboard263 operations
- Pipedrive196 operations
- Akeneo PIM140 operations
- Apache Superset120 operations
- ID4i106 operations
- Neblio Suite50 operations
- TYK Gateway18 operations
- Personio Personnel Data13 operations
Categories
Questions about NetBox automation
- Can HumDay connect to NetBox?
- Yes. HumDay reads NetBox's own published API description and derives the operations from it, so there is no hand-built connector to wait for. 844 operations are documented.
- Do I need to write code to automate NetBox?
- No. You describe the outcome you want in plain words. HumDay agrees a contract with you, writes the program, and shows you a test run before anything touches your NetBox account.
- What can HumDay do in NetBox?
- 636 of the 844 documented operations change something in NetBox, and 208 read from it. HumDay only ever uses the specific operations your approved contract needs.
- Is my NetBox account safe?
- Your credentials are stored encrypted and are never shown in chat, code, or logs. Every run is limited to the operations you explicitly approved, and anything that writes to NetBox is held behind that approval.
Where this came from
The operations above are read from a published API description for NetBox at demo.netbox.dev/api/docs/?format=openapi. Descriptions are the provider’s own words, not ours. Last published 2023-03-21.