Full name: projects.locations.instances.webhooks.WebhookIngestion
Ingests data through a configured webhook. This is the main endpoint for external systems to push alerts or event data. The request body must match the expected format defined in the webhook configuration.
HTTP request
POST https://chronicle.africa-south1.rep.googleapis.com/v1beta/{name}:ingest Path parameters
| Parameters | |
|---|---|
name |
Required. The resource name of the Webhook to ingest data for. Format: projects/{project}/locations/{location}/instances/{instance}/webhooks/{webhook} |
Query parameters
| Parameters | |
|---|---|
apiKey |
Optional. API Key that will be used to validate the request. |
Request body
The request body contains an instance of HttpBody.
Response body
If successful, the response body is an empty JSON object.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platformhttps://www.googleapis.com/auth/chroniclehttps://www.googleapis.com/auth/chronicle.readonly
For more information, see the Authentication Overview.