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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-27 UTC."],[[["This endpoint facilitates the asynchronous creation of multiple data table rows within a specified data table."],["The `parent` path parameter is mandatory and defines the target data table resource using a specific format."],["The request body must contain an array of `CreateDataTableRowRequest` objects, and it has a limit of 1000 rows for sync requests and 2000 rows for async requests, with a total size under 4MB."],["The request requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `chronicle.dataTableRows.asyncBulkCreate` on the parent resource."],["Upon successful execution, the API returns an instance of an `Operation` object."]]],[]]