mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-24 22:25:02 +02:00
fix velocloud entreprise id to integer
This commit is contained in:
parent
f9014addf7
commit
0a1746c959
@ -281,7 +281,7 @@ sub get_entreprise_id {
|
||||
endpoint => '/enterprise/getEnterprise'
|
||||
);
|
||||
|
||||
$self->{entreprise_id} = $response->{id};
|
||||
$self->{entreprise_id} = int($response->{id});
|
||||
}
|
||||
|
||||
sub list_edges {
|
||||
|
Loading…
x
Reference in New Issue
Block a user