- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Full name: projects.locations.instances.watchlists.create
Creates a watchlist for the given instance. Note that there can be at most 200 watchlists per instance.
HTTP request
POST https://chronicle.googleapis.com/v1alpha/{parent}/watchlists
Path parameters
Parameters | |
---|---|
parent |
Required. The parent resource where this watchlist will be created. Format: projects/{project}/locations/{location}/instances/{instance} |
Query parameters
Parameters | |
---|---|
watchlistId |
Required. The ID to use for the watchlist, which will become the final component of the watchlist's resource name. This value should be 4-63 characters, and valid characters are /[a-z][0-9]-/. |
Request body
The request body contains an instance of Watchlist
.
Response body
If successful, the response body contains a newly created instance of Watchlist
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.