feat(netbox): replace Studio Project with NetBox:latest CRUD workflows - #47
Merged
michaelelrom merged 4 commits intoJul 27, 2026
Merged
Conversation
Replaces the old Netbox Inventory Sync project with a re-export of a live, tested project: List/Create/Get/Update/Delete workflows for Devices, IP Addresses, Prefixes, and VLANs, all wired to the netbox-latest.json Integration Model (instance name "NetBox"). Removes the Automations folder (a standalone branch-onboarding script with no corresponding Studio Project workflow). Rewrites the README's Studio Projects section to document the new workflows and moves it after the OpenAPIs section — it was previously sandwiched between two OpenAPIs subsections, breaking the heading hierarchy. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Second half of the NetBox Studio Project replacement: re-exports NetBox.project.json (List/Create/Get/Update/Delete workflows for Devices, IP Addresses, Prefixes, and VLANs on the netbox-latest.json Integration Model, instance name "NetBox") and rewrites the README's Studio Projects section to document it, moved after OpenAPIs to fix the heading hierarchy. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
The previous commit's README rewrite dropped all documentation for NetBox Inventory Sync.project.json, even though the file itself was never touched — it's a different project (syncs NetBox's device inventory into Inventory Manager) from the new CRUD automation project, and both should coexist and be documented as separate Studio Projects. Also fixes inconsistent "Netbox" vs "NetBox" casing: renames the file to "NetBox Inventory Sync.project.json" and its internal name field to match, and rewords the Studio Projects section headings to `NetBox.project.json` / `NetBox Inventory Sync.project.json` (matching the OpenAPIs section's filename-heading pattern) to avoid an anchor collision with the page's own "NetBox" H1 title. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
…RDS.md rule Removes the "Import via Automation Studio > Projects > Import" lead-in from both Studio Project sections — already covered generically in the root README's Getting Started section. Adds a repo-wide rule to STANDARDS.md so future product READMEs don't reintroduce this: product READMEs should only cover what's specific to that product, not restate the universal import click-path. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
NetBox/Studio Projects/NetBox.project.json(previously a device-onboarding/inventory-sync project) with a re-export of a live, tested project: List/Create/Get/Update/Delete workflows for Devices, IP Addresses, Prefixes, and VLANs, all built on thenetbox-latest.jsonIntegration Model (instance nameNetBox).NetBox/Automations/(Onboard Device NetBox Branch.json) — a standalone script with no corresponding Studio Project workflow, unrelated to the new project.Test plan
200 OKresponses with real data (e.g. List Devices returned 7 real devices)NetBox:latest/ instanceNetBox, no schema errors on savenetbox-latest.jsonoperation coverage confirmed to include every operationId the project's tasks reference (dcim_devices_, ipam_ip_addresses_, ipam_prefixes_, ipam_vlans_)