Full name: projects.locations.instances.referenceLists.create
Creates a new reference list.
HTTP request
POST https://chronicle.googleapis.com/v1alpha/{parent}/referenceLists
Path parameters
Parameters
parent
string
Required. The parent resource where this reference list will be created. Format: projects/{project}/locations/{location}/instances/{instance}
Query parameters
Parameters
referenceListId
string
Required. The ID to use for the reference list. This is also the display name for the reference list. It must satisfy the following requirements: - Starts with letter. - Contains only letters, numbers and underscore. - Has length < 256. - Must be unique.
Request body
The request body contains an instance of ReferenceList.
Response body
If successful, the response body contains a newly created instance of ReferenceList.
[[["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 API endpoint allows you to create a new reference list within a specified instance, using the `projects.locations.instances.referenceLists.create` method."],["The `parent` path parameter is required to indicate where the reference list will be created, following the format: `projects/{project}/locations/{location}/instances/{instance}`."],["A unique `referenceListId` is required as a query parameter, which must start with a letter, contain only letters, numbers, and underscores, be less than 256 characters long, and be unique."],["The request body should contain an instance of `ReferenceList`, and a successful response will return the newly created `ReferenceList` instance."],["Creating a reference list requires the `chronicle.referenceLists.create` IAM permission on the parent resource and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]