Full name: projects.locations.instances.watchlists.entities.add
Adds an entity in watchlist.
HTTP request
POST https://chronicle.googleapis.com/v1alpha/{parent}/entities:add
Path parameters
Parameters
parent
string
Required. The parent resource where this entity will be added. Format: projects/{project}/locations/{location}/instances/{instance}/watchlists/{watchlist}
Request body
The request body contains data with the following structure:
Required. The entity to add. Note that one and only one of the following field should be populated: - entity.asset.ip (with only one element) - entity.asset.mac (with only one element) - entity.asset.hostname - entity.asset.product_object_id - entity.user.userid - entity.user.email_addresses (with only one element) - entity.user.employee_id - entity.user.windows_sid - entity.user.product_object_id On the other hand, entity.namespace is optional.
Response body
If successful, the response body contains an instance of Entity.
[[["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 API endpoint, `projects.locations.instances.watchlists.entities.add`, is used to add an entity to a specified watchlist."],["The HTTP request is a `POST` request to `https://chronicle.googleapis.com/v1alpha/{parent}/entities:add`, where `{parent}` indicates the resource path of the watchlist."],["The request body requires a JSON object containing an `entity` field, which represents the entity being added, and should only have one of the specified fields populated."],["Successful requests will return an instance of `Entity` in the response body."],["Authorization requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope and the `chronicle.entities.create` IAM permission on the parent resource."]]],[]]