- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
Full name: projects.locations.instances.watchlists.entities.batchAdd
Adds a batch of entities under watchlist.
HTTP request
Path parameters
| Parameters | |
|---|---|
| parent | 
 Required. The parent resource shared by all entities being added. Format:  | 
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.
IAM Permissions
Requires the following IAM permission on the parent resource:
- chronicle.entities.batchCreate
For more information, see the IAM documentation.