This skill connects to IMA OpenAPI, scans all accessible IMA knowledge bases, and exports a normalized scan_result.json inventory for downstream processing by kb-inventory-core.
Use this skill only for IMA-specific scanning. For already exported JSON/CSV/bookmarks, use kb-inventory-core directly.
IMA_OPENAPI_CLIENTIDIMA_OPENAPI_APIKEY--output outputs/scan_result.json--max-pages-per-kb 50--page-size 50python3 skills/ima-kb-connector/scripts/scan_ima_knowledge_bases.py --dry-run
python3 skills/ima-kb-connector/scripts/scan_ima_knowledge_bases.py --output outputs/scan_result.json
Each item includes normalized fields such as title, source, source_type, platform, kb_name, kb_id, media_id, media_type, created_at, and updated_at.
See references/ima_openapi_setup.md for setup details.
共 1 个版本