Method: dataTableRows.bulkReplaceAsync

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

Replace all existing data table rows with new data table rows asynchronously.

HTTP request

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

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 replace the existing data table rows. A maximum of 1000 rows (for sync requests) or 2000 rows (for async requests) can be replaced 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.asyncBulkReplace

For more information, see the IAM documentation.