post
/public_api/v1/alerts/update_alerts/
Update one or more alerts. You can update up to 100 alerts per request. Missing fields are ignored.
Required license: Cortex Xpanse Expander
Request headers
authorization
String
required
api-key
Example:
{{api_key}}
x-xdr-auth-id
String
required
api-key-id
Example:
{{api_key_id}}
Body parameters
required
Free-Form object
request_dataObject
(Required) A dictionary containing the API request fields.
An empty dictionary returns all results.
REQUEST BODY
{
"request_data": ""
}
CURL
curl -X 'POST'
-H
'Accept: application/json'
-H
'Content-Type: application/json'
-H
'authorization: {{api_key}}'
-H
'x-xdr-auth-id: {{api_key_id}}'
'https://api-}/public_api/v1/alerts/update_alerts/'
-d
'{
"request_data" : ""
}'
Responses