calm-dsl icon indicating copy to clipboard operation
calm-dsl copied to clipboard

Pagination support for various cli commands

Open abhijeetkaurav1st opened this issue 4 years ago • 0 comments

Api response can be configured to support for pagination. For now default length for api response used is 20. So following steps may happen:

  1. Increase default length in requested payload for apis
  2. Add pagination if enquired entity still doesn't fit in default requested length(using offset).
  3. Search for entity by name if api supports Affected commands: calm create provider_spec, calm describe project etc.

abhijeetkaurav1st avatar Apr 17 '20 06:04 abhijeetkaurav1st