feat(kentik): add Device & Site Integration Model, source from official v6 spec - #67
Merged
michaelelrom merged 1 commit intoAug 13, 2026
Conversation
…al v6 spec Kentik's v5 REST API (targeted by the legacy Kentik 5.x Adapter) was deprecated in January 2025 with no official spec ever published for it, so this targets v6 instead. Combines the official Device and Site v6 specs from github.com/kentik/api-schema-public into one Integration Model and adds 20 CRUD workflows (Devices, Sites, Site Markets) to the existing Studio Project. The legacy adapter-based folders (Create Device, Device Flow Test, Sample Use Cases) are left unmigrated since they depend on undocumented internal endpoints and cross-system orchestration outside this scope.
4 tasks
michaelelrom
added a commit
that referenced
this pull request
Aug 13, 2026
Removes the Create Device, Device Flow Test, and Sample Use Cases folders (31 components wired to the retired adapter and its multi-vendor sample orchestrations), leaving only the Devices/Sites/ Site Markets Integration Model workflows added in #67. Co-authored-by: Michael Elrom <mike.elrom@itential.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
v202504beta2) and Site API (v202509) specs fromgithub.com/kentik/api-schema-publicinto a singleKentik Device & Site API:latestIntegration Model (20 operations) — both dated originals are preserved unmodified./api/ui/companySettings,/api/ui/devices/non-cloud-status) are undocumented internal endpoints with no v6 equivalent.Kentik/README.mdto document both the new Integration Model and the retained legacy content.Test plan