fix(velocloud): links qoe compliant post request (#3332)

This commit is contained in:
Thibault S 2021-12-21 16:01:56 +01:00 committed by GitHub
parent b3e9d540fc
commit 297ced42c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -415,9 +415,9 @@ sub get_links_qoe {
query_form_post => {
enterpriseId => int($self->{entreprise_id}),
edgeId => $options{edge_id},
debug => 'false',
individualScores => 'false',
maxSamples => '15',
debug => \0,
individualScores => \0,
maxSamples => 15,
interval => {
start => $start_time
}