mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-26 23:24:27 +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(
|
$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…
x
Reference in New Issue
Block a user