Closed greut closed 6 years ago
cs sends pagesize=500 and the other ones, and then CloudStack works its magic to pick one.
pagesize=500
$ cs listTemplates templatefilter=featured pageSize=1 page=0 | jq ".template|length" 1 $ cs listTemplates templatefilter=featured PageSize=1 page=0 | jq ".template|length" 236
idea?, https://github.com/requests/requests/blob/master/requests/structures.py#L15
cs sends
pagesize=500
and the other ones, and then CloudStack works its magic to pick one.idea?, https://github.com/requests/requests/blob/master/requests/structures.py#L15