Full name: projects.locations.instances.dataTables.create
Create a new data table.
HTTP request
POST https://chronicle.googleapis.com/v1alpha/{parent}/dataTables
Path parameters
Parameters
parent
string
Required. The parent resource where this data table will be created. Format: projects/{project}/locations/{location}/instances/{instance}
Query parameters
Parameters
dataTableId
string
Required. The ID to use for the data table. This is also the display name for the data table. It must satisfy the following requirements: - Starts with letter. - Contains only letters, numbers and underscore. - Must be unique and has length < 256.
Request body
The request body contains an instance of DataTable.
Response body
If successful, the response body contains a newly created instance of DataTable.
[[["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-01-22 UTC."],[[["This webpage details the process of creating a new data table using the `projects.locations.instances.dataTables.create` method."],["The `POST` request to `https://chronicle.googleapis.com/v1alpha/{parent}/dataTables` is used to create the data table, with the `parent` resource specified as a path parameter."],["The `dataTableName` query parameter is required to set the unique ID and display name for the data table, with specific formatting rules."],["The request body must include an instance of `DataTable`, and a successful response will contain the newly created `DataTable`."],["Creating a data table requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope and the `chronicle.dataTables.create` IAM permission on the parent resource."]]],[]]