- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
Full name: projects.locations.instances.iocs.find
Gets a list of Iocs given a list of parameters that uniquely identify them.
HTTP request
Path parameters
Parameters | |
---|---|
parent |
Required. The parent, which is the SecOps instance. Format: projects/{project}/locations/{location}/instances/{instance} |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{
"fieldAndValue": [
{
object ( |
Fields | |
---|---|
fieldAndValue[] |
Required. Parameters to identify the IOCs. Each item should uniquely identify one Ioc record. Only |
Response body
The response to a iocs.find request.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"iocs": [
{
object ( |
Fields | |
---|---|
iocs[] |
The Iocs that match the request. Note this returns a max of 1000 IOCs, in the order requested. |
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.iocs.findIocs
For more information, see the IAM documentation.