Method: entities.add

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:

JSON representation
{
  "entity": {
    object (Entity)
  }
}
Fields
entity

object (Entity)

Required. The entity to add.

Response body

If successful, the response body contains an instance of Entity.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.