Security Attack discovery API
Bulk enable Attack Discovery schedules
Spaces method and path for this operation:
<div><span class="operation-verb post">post</span> <span class="operation-path">/s/{space_id}/api/attack_discovery/schedules/_bulk_enable</span></div>Refer to Spaces for more information.
Enables multiple Attack Discovery schedules by ID.
post/api/attack_discovery/schedules/_bulk_enable
Request body
Example request
{
"ids": [
"I am a string"
]
}Response
Successfully processed the bulk enable request.
Example response
{
"errors": [
{
"rule": {
"id": "I am a string"
}
}
],
"ids": [
"I am a string"
]
}