Full name: projects.locations.instances.dataTableOperationErrors.get
Get the error for a data table operation.
HTTP request
GET https://chronicle.googleapis.com/v1alpha/{name}
Path parameters
Parameters
name
string
Required. Resource name for the data table operation errors. Format: projects/{project}/locations/{location}/instances/{instance}/dataTableOperationErrors/{data_table_operation_errors}
[[["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 page details how to retrieve error information for a specific data table operation using the `projects.locations.instances.dataTableOperationErrors.get` method."],["The HTTP request for this operation is a `GET` request to a specified URL, requiring a resource name for the data table operation errors in the path parameters."],["The request body for this operation must be empty, indicating no data is required to be sent in the body for error retrieval."],["A successful response will return an instance of `DataTableOperationErrors`, containing the details of the errors encountered during the operation."],["To execute this operation, the request must be authorized with the `https://www.googleapis.com/auth/cloud-platform` OAuth scope and the `chronicle.dataTableOperationErrors.get` IAM permission."]]],[]]