adding additional parameters to allow for full inclusion of all zones

This commit is contained in:
Steven M. Miano 2019-05-28 09:34:05 -04:00
parent 09bce5e6d6
commit 7f6d588fd3

View File

@ -117,7 +117,7 @@ _get_root() {
#not valid
return 1
fi
if ! _ultra_rest GET "zones"; then
if ! _ultra_rest GET "zones?limit=1000&Offset=1000"; then
return 1
fi
if _contains "${response}" "${h}." >/dev/null; then