Security Attack discovery API
Enable Attack Discovery schedule
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/{id}/_enable</span></div>Refer to Spaces for more information.
Enables a previously disabled Attack Discovery schedule, allowing it to run according to its configured interval. Once enabled, the schedule will begin executing at the next scheduled time based on its interval configuration.
post/api/attack_discovery/schedules/{id}/_enable
Path parameters
idstring nonempty required
A string that does not contain only whitespace characters.
Example:I am a string
The unique identifier (UUID) of the Attack Discovery schedule to enable. This ID is returned when creating a schedule and can be found in schedule listings.
Response
Successfully enabled Attack Discovery schedule, returning the schedule ID for confirmation
Example response
{
"id": "I am a string"
}