mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-24 22:25:02 +02:00
fix velocloud
This commit is contained in:
parent
927848a22a
commit
9a895deaa6
@ -278,7 +278,7 @@ sub get_entreprise_id {
|
||||
|
||||
my $response = $self->request_api(
|
||||
method => 'POST',
|
||||
endpoint => $self->{api_path} . '/enterprise/getEnterprise'
|
||||
endpoint => '/enterprise/getEnterprise'
|
||||
);
|
||||
|
||||
$self->{entreprise_id} = $response->{id};
|
||||
|
Loading…
x
Reference in New Issue
Block a user