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 76c2b200ef
commit e1b2b5dd6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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']
);
}