From 776a1d2798169f50445673e51679c3b1eea6459c Mon Sep 17 00:00:00 2001 From: garnier-quentin Date: Thu, 17 Dec 2020 14:32:27 +0100 Subject: [PATCH] fix velocloud --- centreon-plugins/cloud/vmware/velocloud/restapi/custom/api.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centreon-plugins/cloud/vmware/velocloud/restapi/custom/api.pm b/centreon-plugins/cloud/vmware/velocloud/restapi/custom/api.pm index a125d86a8..0adbb367c 100644 --- a/centreon-plugins/cloud/vmware/velocloud/restapi/custom/api.pm +++ b/centreon-plugins/cloud/vmware/velocloud/restapi/custom/api.pm @@ -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};