Full name: projects.locations.instances.watchlists.entities.batchAdd
Adds a batch of entities under watchlist.
HTTP request
POST https://chronicle.googleapis.com/v1alpha/{parent}/entities:batchAdd
Path parameters
Parameters | |
---|---|
parent |
Required. The parent resource shared by all entities being added. Format: projects/{project}/locations/{location}/instances/{instance}/watchlists/{watchlist} If this is set, the parent field in the AddWatchlistEntityRequest messages must either be empty or match this field. |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{
"requests": [
{
object ( |
Fields | |
---|---|
requests[] |
Required. The request message specifying the entities to add. |
Response body
Response message for adding entities in batch.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"entities": [
{
object ( |
Fields | |
---|---|
entities[] |
Entities added. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.