- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
Full name: projects.locations.instances.iocs.findFirstAndLastSeen
FindFirstAndLastSeen for an Ioc.
HTTP request
GET https://chronicle.googleapis.com/v1alpha/{name}:findFirstAndLastSeen
Path parameters
Parameters | |
---|---|
name |
Required. projects/{project}/locations/{location}/instances/{instance}/iocs/{ioc} |
Request body
The request body must be empty.
Response body
Response message to find first and last seen of an Ioc
If successful, the response body contains data with the following structure:
JSON representation |
---|
{ "first_seen_time": string, "last_seen_time": string } |
Fields | |
---|---|
first_ |
First seen timestamp of an Ioc in the corporation Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted.Examples: |
last_ |
Last seen timestamp of an Ioc in the corporation Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted.Examples: |
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 name
resource:
chronicle.iocs.findFirstAndLastSeen
For more information, see the IAM documentation.