GCP: Onboard GCP Projects
Run GCP data collection+analysis, or re-run analysis
- Initial run: provide a GCP service account credential and
projectId. Schedules nightly collection and analysis; can setconnectionNameand awebHook. - Re-run: call again with the same
projectId(+ optional newwebHook); does not collect data. - Request is rejected if collection/analysis is in progress or within ~30 minutes of the scheduled tasks.
POST
Body
application/json
GCP project ID to analyze (required even if the credential maps to multiple projects).
GCP service account credential (inline JSON). Docs show both string and object usage.
Unique within GCP connections; defaults to the project ID.
Maximum string length:
32Policy instance to use for analysis (optional, shown in example).

