Flow Action Inputs
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2023 11:01 AM
I have a flow action (get_devices_action) created when service graph connector for workspace one was installed.
Need to understand the logic behind this? What is request page size input? Where is its value coming from?
Does it impact the volume of REST API calls defined in the REST step?
Any advise here would be appreciated. Thanks.
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2023 11:51 AM
I think i found it being stored in one of the script includes.
The value is 500.
What impact will it have on API calls? So if i have 100k devices to pull from workspace one, does the API call run 200 times?