aliyun / alibaba-cloud-sdk-go

Alibaba Cloud SDK for Go
Apache License 2.0
1.16k stars 273 forks source link

DescribeScalingGroups API will not return more than 20 ASGs even if more than 20 valid and distinct IDs are supplied in request #616

Open bprocek opened 6 months ago

bprocek commented 6 months ago

One workaround is to add user code to chunk the ASGs into 20-item slices and invoke the Cloud SDK/API multiple times, then aggregate the responses.