Quake Service Scroll
quake_service_scrollRun deep-paginated Quake service searches with query filters and pagination. Use meta.pagination_id from each response to navigate through result pages.
Instructions
Run deep-pagination Quake service search with /api/v3/scroll/quake_service. Use meta.pagination_id from the response as pagination_id for the next page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rule | No | Service data collection rule name for IP-list collections. | |
| size | No | Results per page. | |
| query | Yes | Quake query, for example service:http or port:443 AND country:"China". | |
| latest | No | Whether to use latest data. | |
| exclude | No | Comma-separated fields to exclude. | |
| include | No | Comma-separated fields to include. | |
| ip_list | No | Comma-separated IP list. | |
| end_time | No | UTC end time, for example 2020-10-14 00:00:00. | |
| shortcuts | No | Comma-separated shortcut filter IDs from the web UI. | |
| start_time | No | UTC start time, for example 2020-10-14 00:00:00. | |
| ignore_cache | No | Whether to ignore cached data. | |
| pagination_id | No | Pagination ID from previous response. Expires in 5 minutes. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||