Ingest CWPP Runtime Evidence
runtime_evidence_ingestIngest CWPP/EDR runtime signals into a tenant-local evidence store for security analysis, without writing to customer cloud targets.
Instructions
Ingest CWPP runtime/EDR workload signals into the local evidence store.
Mutates the durable runtime-evidence store for the authenticated source's
tenant. Sources are provisioned via ``AGENT_BOM_RUNTIME_EVIDENCE_SOURCES``.
Fail-closed on auth; never writes to a customer cloud target.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| secret | Yes | Shared secret for the source (never logged). | |
| source_id | Yes | Pre-registered runtime evidence source id. | |
| signals_json | Yes | JSON string: a list of signal objects, or {"signals": [...]} matching the POST /v1/cloud/runtime-evidence/ingest body shape (metadata only). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |