- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- BasicView
- TimeDependentView
- Try it!
Full name: projects.locations.instances.watchlists.listEntities
Lists all entities for the given watchlist.
HTTP request
GET https://chronicle.googleapis.com/v1alpha/{parent}:listEntities
Path parameters
Parameters | |
---|---|
parent |
Required. The parent, which owns this collection of watchlists. Format: projects/{project}/locations/{location}/instances/{instance}/watchlists/{watchlist} |
Query parameters
Parameters | |
---|---|
pageSize |
Optional. The maximum number of entities to return. The service may return fewer than this value. If unspecified, at most 10,000 entities will be returned. The maximum value is 10,000; values above 10,000 will be coerced to 10,000. |
pageToken |
Optional. A page token, received from a previous When paginating, all other parameters provided to |
orderBy |
Optional. Ordering of entities. Currently, only the following is supported: - |
Union parameter view . The oneof view field indicates the scope of field to populate for the Entity being returned. view can be only one of the following: |
|
basicView |
Optional. Include basic metadata about the entity. |
timeDependentView |
Optional. Include time-dependent metadata about the entity beside |
Request body
The request body must be empty.
Response body
Response message for listing entities in watchlist.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"entities": [
{
object ( |
Fields | |
---|---|
entities[] |
Optional. The entities from the specified watchlist. |
next_page_token |
Optional. A token, which can be sent as |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
BasicView
This type has no fields.
BasicView includes basic metadata about the entity.
TimeDependentView
TimeDependentView includes time-dependent metadata (e.g., risk score) about the entity beside BasicView
.
JSON representation |
---|
{
"time_range": {
object ( |
Fields | |
---|---|
time_range |
Required. Time range that is used to fetch time-dependent entity view. |