curl --request POST \
--url https://api.flare.io/firework/v4/events/actions \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"action": {
"type": "<string>"
},
"targets": [
{
"uid": "<string>"
}
]
}
'curl --request POST \
--url https://api.flare.io/firework/v4/events/actions \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"action": {
"type": "<string>"
},
"targets": [
{
"uid": "<string>"
}
]
}
'Apply an action to a list of events (ignore, remediate, etc.).Documentation Index
Fetch the complete documentation index at: https://api.docs.flare.io/llms.txt
Use this file to discover all available pages before exploring further.
Hide child attributes
Hide valid types
ignore
remediate
unignore
unremediateWas this page helpful?