DiscoveryBase
Base module for all discovery operations with standardized patterns and throttling
What it does
Provides consistent initialization, validation, and error handling for all discovery modules. This module includes standardized patterns for discovery operations including batching, throttling, retry logic, and efficient data retrieval with `Invoke-GraphAPIWithPaging`. It serves as the foundation for all discovery modules ensuring consistent behavior, error handling, and performance optimization across the entire discovery suite.
How the app exposes it
The module runs through the ACQI discovery orchestrator and writes its rows into a dedicated results view. From there, conflicts, dependencies, and readiness scores feed the deal-wide consolidation layer.
/discovered/discovery-base Outputs
Each module emits a normalised CSV keyed by entity ID with readiness and risk scores, evidence-source counts, and last-seen timestamps. The exact column set varies by module — the app's results view shows the live schema.