- HTTP request
 - Path parameters
 - Request body
 - Response body
 - Authorization scopes
 - IAM Permissions
 - CreateDataTableRowRequest
 - Try it!
 
Full name: projects.locations.instances.dataTables.dataTableRows.bulkCreate
Create data table rows in bulk.
HTTP request
Path parameters
| Parameters | |
|---|---|
parent | 
                
                   
 Required. The resource id of the data table. Format: /projects/{project}/locations/{region}/instances/{instance}/dataTables/{dataTable}  | 
              
Request body
The request body contains data with the following structure:
| JSON representation | 
|---|
{
  "requests": [
    {
      object ( | 
                
| Fields | |
|---|---|
requests[] | 
                  
                     
 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
Response message with created data table rows.
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
{
  "dataTableRows": [
    {
      object ( | 
                  
| Fields | |
|---|---|
dataTableRows[] | 
                    
                       
 DataTableRows created  | 
                  
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.bulkCreate
For more information, see the IAM documentation.
CreateDataTableRowRequest
Request to create data table row.
| JSON representation | 
|---|
{
  "parent": string,
  "dataTableRow": {
    object ( | 
              
| Fields | |
|---|---|
parent | 
                
                   
 Required. The resource id of the data table. Format: /projects/{project}/locations/{region}/instances/{instance}/dataTables/{dataTable}  | 
              
dataTableRow | 
                
                   
 Required. The data table row to create.  |