feat(ip-fabric): add tables/snapshots/path-lookup/jobs Integration Model - #68
Merged
michaelelrom merged 2 commits intoAug 13, 2026
Conversation
IP Fabric doesn't publish a standalone OpenAPI file, so this is built from IP Fabric's official Postman collection (v7.8) and API reference docs, cross-validated against the legacy adapter's full operation set to catch renamed/removed endpoints (deviceDiff -> tables/management/ changes/devices). Groups the 200+ near-identical "tables" endpoints into 32 category- and-depth operations using individual path parameters per segment, since Itential Platform's OpenAPI adapter URL-encodes slashes inside a single path parameter and would otherwise send the wrong URL for multi-segment tables. Adds 48 new workflows (Tables, Snapshots, Path Lookup, Jobs) to the existing Studio Project, alongside the untouched legacy adapter-based folders.
…gration Model Removes the 6 workflows/root components still on the legacy IP Fabric Adapter (Create Network Snapshot, Compare Snapshot Inventory, Compare Network Routes From Snapshots, Analyze Service Path, and their payload helper tasks) along with all adapter references in the README and spec, so the project is fully Integration Model-based.
4 tasks
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
gitlab.com/ip-fabric/integrations/postman, v7.8) and official API reference docs (docs.ipfabric.io).seg1/seg2/seg3) — a single embedded-slash parameter gets URL-encoded by Itential Platform's OpenAPI adapter and would silently send the wrong URL for multi-segment tables. Verified against a live HTTP echo endpoint.graphs) endpoint, and 3 job-control ops — 48 new operations total.IP Fabric/README.md— no adapter references remain.Test plan