mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-04-08 17:06:05 +02:00
enh(dell/powerstore): mode hardware - increase pagination limit (#3291)
This commit is contained in:
parent
76c2b200ef
commit
e1b2b5dd6b
@ -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']
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user