sample
turbot/flowpipe-samples/http-list-pagination
Get Involved
Version
License
Paginate HTTP List Call Response
Paginate the response from HTTP list call.
Installation
Download and install Flowpipe (https://flowpipe.io/downloads). Or use Brew:
brew tap turbot/tapbrew install flowpipe
Clone:
git clone https://github.com/turbot/flowpipe-samples.gitcd monitoring/http_list_pagination
flowpipe mod install
Connections
No connections are required.
Usage
Run the pipeline to get paginated response from HTTP list call::
flowpipe pipeline run http_list_pagination
Configuration
No additional configuration is required.