enh(dell/powerstore): mode hardware - increase pagination limit (#3291)
This commit is contained in:
parent
b48f44453d
commit
bd8d1880e5
|
@ -64,7 +64,7 @@ sub init_custom {
|
||||||
|
|
||||||
$self->{results} = $options{custom}->request_api(
|
$self->{results} = $options{custom}->request_api(
|
||||||
endpoint => '/api/rest/hardware',
|
endpoint => '/api/rest/hardware',
|
||||||
get_param => ['select=*']
|
get_param => ['select=*', 'offset=0', 'limit=2000']
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue