feat(tufin): add SecureTrack, SecureChange, and SecureApp Integration Models - #116
Merged
Merged
Conversation
… Models and Studio Projects Adds Integration Models and Studio Projects for Tufin's three REST APIs, built from the vendor's official per-version Swagger 1.2 documentation (forum.tufin.com, R25-2) and converted to curated OpenAPI 3.0 specs: - SecureTrack: device inventory, security rule search, policy/sub-policy listing, policy browser, network object and service/port CRUD, NAT policy listing, and config revisions (66 of 275 upstream operations). - SecureChange: ticket CRUD and full lifecycle actions, saved queries, request search/cancel, workflow listing, and target-device lookup (70 of 101 upstream operations). - SecureApp: application, connection, interface, server, and local/global service CRUD (56 of 104 upstream operations). Each product ships a full dated spec alongside the curated -latest spec, plus a companion Studio Project with one atomic workflow per curated operation, organized into folders by resource category and wired to the product's -latest Integration Model. All six specs and three projects were live-imported against a running Itential Platform instance.
The three dated full specs were previously converted to OpenAPI 3.0, deviating from the repo's established pattern of keeping the dated spec in the vendor's native format (see VMware NSX, Atlassian Bitbucket Cloud). Rebuilt tufin_securetrack-25.2.json, tufin_securechange-25.2.json, and tufin_secureapp-25.2.json directly from Tufin's published Swagger 1.2 resource listing and per-resource declaration documents, consolidated into one file per product without altering their structure. Updated each product's README to describe the full spec accordingly. The curated -latest.json specs are unchanged.
…n-model # Conflicts: # README.md
This branch was successfully deployed
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
Tufin/— SecureTrack (66 curated / 275 full ops), SecureChange (70 curated / 101 full ops), SecureApp (56 curated / 104 full ops)Test plan