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 note on limits #1389

Merged
merged 1 commit into from
Nov 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions doc/content/api/concepts/pagination/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ This section explains how pagination works with HTTP (REST) APIs. For other APIs
1. `limit`: The number of objects returned per page (at a time).
2. `page`: The number of the page. A value of `0` is interpreted as the first page.

{{< note "If the request does not set a `limit` value, the default limit set for the RPC is used." />}}

In the following example, there are 10 gateways accessible by the `admin` user in a {{% tts %}} cluster.

Let's list these gateways with a limit of 2 per page.
Expand Down
Loading