mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-25 14:44:43 +02:00
fix(velocloud): links qoe compliant post request (#3332)
This commit is contained in:
parent
7bfa19a37e
commit
2845577aba
@ -415,9 +415,9 @@ sub get_links_qoe {
|
|||||||
query_form_post => {
|
query_form_post => {
|
||||||
enterpriseId => int($self->{entreprise_id}),
|
enterpriseId => int($self->{entreprise_id}),
|
||||||
edgeId => $options{edge_id},
|
edgeId => $options{edge_id},
|
||||||
debug => 'false',
|
debug => \0,
|
||||||
individualScores => 'false',
|
individualScores => \0,
|
||||||
maxSamples => '15',
|
maxSamples => 15,
|
||||||
interval => {
|
interval => {
|
||||||
start => $start_time
|
start => $start_time
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user