samples
turbot/flowpipe-samples/http-list-pagination
Pipelines
0
Triggers
0
Variables
GitHub

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/tap
brew install flowpipe

Clone:

git clone https://github.com/turbot/flowpipe-samples.git
cd monitoring/http_list_pagination

Install mod dependencies:

flowpipe mod install

Credentials

No credentials 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.