feat(qingteng): align API with v3.4.1.58 manual and add fastjob, asse…#93
Merged
feat(qingteng): align API with v3.4.1.58 manual and add fastjob, asse…#93
Conversation
…t-discovery, microseg modules Add three new API modules (33 endpoints) based on the QingTeng v3.4.1.58 external API manual: - qingteng_fastjob: task template queries, job CRUD, execution and results - qingteng_asset_discovery: discovered host list and scan job management - qingteng_microseg: segmentation policies, host microseg controls, and black-strategy management Fix existing interface discrepancies: - delete_host: add missing password and allOffline body fields - bounceshell_list: make os_type optional (defaults to linux, supports win) - poc_job_rule_list: make os_type optional (win uses /win/rule_list path) Each new module includes a standalone YAML definition, thin handler, and validator function. Update api-reference.md accordingly. Made-with: Cursor
…_qingteng_api_v3_4
xiami762
approved these changes
Apr 10, 2026
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.
Add three new API modules (33 endpoints) based on the QingTeng v3.4.1.58 external API manual:
Fix existing interface discrepancies:
Each new module includes a standalone YAML definition, thin handler, and validator function. Update api-reference.md accordingly.