- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- InlineSource
- IngestionStatsEvent
- Try it!
Full name: projects.locations.instances.forwarders.importStatsEvents
ImportStatsEvents imports stats events from a forwarder.
HTTP request
POST https://chronicle.googleapis.com/v1alpha/{name}:importStatsEvents
Path parameters
Parameters | |
---|---|
name |
Required. The ID of the forwarder. Format: projects/{project}/locations/{location}/instances/{instance}/forwarders/{forwarder} |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{ // Union field |
Fields | |
---|---|
Union field source . The source of the events to be imported. source can be only one of the following: |
|
inline_ |
StatsEvents to be imported are specified inline. |
Response body
If successful, the response body is empty.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
InlineSource
An import source with the events to import included inline.
JSON representation |
---|
{
"events": [
{
object ( |
Fields | |
---|---|
events[] |
Required. The events being imported. |
event_ |
Required. Batch Id to use when ingesting StatsEvents. A base64-encoded string. |
IngestionStatsEvent
message to represent the stats related event forwarder will send.
JSON representation |
---|
{ "event_time": string, // Union field |
Fields | |
---|---|
event_ |
Required. The timestamp of the event. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted.Examples: |
Union field event . The stats event to be imported, either StatsEvent or AgentStatsEvent. event can be only one of the following: |
|
stats |
StatsEvent generated by the forwarder. |
agent_ |
AgentStatsEvent generated by the collection agent. |