alerting
Find backfills for rules
Spaces method and path for this operation:
<div><span class="operation-verb post">post</span> <span class="operation-path">/s/{space_id}/api/alerting/rules/backfill/_find</span></div>Refer to Spaces for more information.
post/api/alerting/rules/backfill/_find
Query parameters
endstring
The end date for filtering backfills.
pagenumber
The page number to return.
per_pagenumber
The number of backfills to return per page.
rule_idsstring
A comma-separated list of rule identifiers.
initiator'user' | 'system'
The initiator of the backfill, either user for manual backfills or system for automatic gap fills.
startstring
The start date for filtering backfills.
sort_field'createdAt' | 'start'
The field to sort backfills by.
sort_order'asc' | 'desc'
The sort order.
Headers
kbn-xsrfstring required
Example:true
A required header to protect against CSRF attacks
Response
Indicates a successful call.