findIncidentsByIndicators
Examples
curl -X POST \
https://api.cloud.ox.security/api/apollo-gateway \
-H 'Content-Type: application/json' \
-H 'Authorization: YOUR_API_TOKEN' \
-d '{
"query": "query FindIncidentsByIndicators($values: [String!]!) { findIncidentsByIndicators(values: $values) { caseId name status matchedValue } }",
"variables": {
"values": ["example"]
}
}'Arguments
Argument
Description
Supported fields
Fields
Field
Description
Supported fields
Last updated
