enh(dell/powerstore): mode hardware - increase pagination limit (#3291)

This commit is contained in:
qgarnier 2021-12-02 17:05:30 +01:00 committed by GitHub
parent b48f44453d
commit bd8d1880e5
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ sub init_custom {
$self->{results} = $options{custom}->request_api(
endpoint => '/api/rest/hardware',
get_param => ['select=*']
get_param => ['select=*', 'offset=0', 'limit=2000']
);
}