mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 07:34:35 +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(
|
my $response = $self->request_api(
|
||||||
method => 'POST',
|
method => 'POST',
|
||||||
endpoint => $self->{api_path} . '/enterprise/getEnterprise'
|
endpoint => '/enterprise/getEnterprise'
|
||||||
);
|
);
|
||||||
|
|
||||||
$self->{entreprise_id} = $response->{id};
|
$self->{entreprise_id} = $response->{id};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user