Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add paginated feature to list rules api #14017

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

qinxx108
Copy link
Contributor

This is to implement the proposal here: #12120
There is 3 parameters added:

MaxAlerts: Limit number of alerts returned for each rules, if there is more alerts for a rule, we will return hasMore = true
MaxRuleGroups: Limit number of rule groups returned, if there is more rule groups to return, we will return a NextToken in the response
NextToken: The paginate token

@qinxx108 qinxx108 force-pushed the paginated-list-rules branch 2 times, most recently from 8617a47 to 9dfdb47 Compare April 30, 2024 21:45
Signed-off-by: Yijie Qin <qinyijie@amazon.com>
@beorn7
Copy link
Member

beorn7 commented May 8, 2024

I tagged people that have discussed #12120 as reviewers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants