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-07-14 UTC."],[[["\u003cp\u003eThis API endpoint allows you to create a new reference list within a specified instance, using the \u003ccode\u003eprojects.locations.instances.referenceLists.create\u003c/code\u003e method.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eparent\u003c/code\u003e path parameter is required to indicate where the reference list will be created, following the format: \u003ccode\u003eprojects/{project}/locations/{location}/instances/{instance}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eA unique \u003ccode\u003ereferenceListId\u003c/code\u003e 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.\u003c/p\u003e\n"],["\u003cp\u003eThe request body should contain an instance of \u003ccode\u003eReferenceList\u003c/code\u003e, and a successful response will return the newly created \u003ccode\u003eReferenceList\u003c/code\u003e instance.\u003c/p\u003e\n"],["\u003cp\u003eCreating a reference list requires the \u003ccode\u003echronicle.referenceLists.create\u003c/code\u003e IAM permission on the parent resource and the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"]]],[],null,[]]