Finds Attack discovery schedules that match the search criteria
Technical Preview; added in 9.2.0
Spaces method and path for this operation:
get /s/{space_id}/api/attack_discovery/schedules/_find
Refer to Spaces for more information.
Finds Attack discovery schedules that match the search criteria. Supports pagination and sorting by various fields. Technical preview
Query parameters
-
Page number to return (used for pagination). Defaults to 1.
-
Number of Attack discovery schedules to return per page (used for pagination). Defaults to 10.
-
Field used to sort results. Common fields include 'name', 'created_at', 'updated_at', and 'enabled'.
Minimum length is
1. -
Sort order direction. Use 'asc' for ascending or 'desc' for descending. Defaults to 'asc'.
Values are
ascordesc.
GET
/api/attack_discovery/schedules/_find
curl \
--request GET 'http://localhost:5601/api/attack_discovery/schedules/_find' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json"