- HTTP request
- Path parameters
- Request body
- Response body
- Authorization Scopes
- IAM Permissions
- Examples
Append events to a LOADED
DataSet
.
HTTP request
POST https://timeseriesinsights.googleapis.com/v1/{dataset=projects/*/locations/*/datasets/*}:appendEvents
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
dataset |
Required. The DataSet to which we want to append to in the format of "projects/{project}/datasets/{dataset}" |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{
"events": [
{
object ( |
Fields | |
---|---|
events[] |
Events to be appended. Note:
|
Response body
If successful, the response body contains an instance of AppendEventsResponse
.
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the dataset
resource:
timeseriesinsights.datasets.update
For more information, see the IAM documentation.