Method: dataTableRows.bulkCreateAsync

Full name: projects.locations.instances.dataTables.dataTableRows.bulkCreateAsync

Create data table rows in bulk asynchronously.

HTTP request

POST https://chronicle.googleapis.com/v1alpha/{parent}/dataTableRows:bulkCreateAsync

Path parameters

Parameters
parent

string

Required. The resource id of the data table. Format: /projects/{project}/locations/{region}/instances/{instance}/dataTables/{data_table}

Request body

The request body contains data with the following structure:

JSON representation
{
  "requests": [
    {
      object (CreateDataTableRowRequest)
    }
  ]
}
Fields
requests[]

object (CreateDataTableRowRequest)

Required. Data table rows to create. A maximum of 1000 rows (for sync requests) or 2000 rows (for async requests) can be created in a single request. Total size of the rows should be less than 4MB.

Response body

If successful, the response body contains an instance of Operation.

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 parent resource:

  • chronicle.dataTableRows.asyncBulkCreate

For more information, see the IAM documentation.