mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-23 13:45:18 +02:00
fix cisco fmc (#2371)
This commit is contained in:
parent
0869587440
commit
bffd26536a
@ -213,7 +213,7 @@ sub request_api {
|
||||
$self->clean_session_token(statefile => $self->{cache});
|
||||
$self->authenticate(statefile => $self->{cache});
|
||||
($content) = $self->{http}->request(
|
||||
url_path => '/api/fmc_platform/v1' . $options{endpoint},
|
||||
url_path => '/api/' . $options{endpoint_domain} . '/v1' . $options{endpoint},
|
||||
get_param => $options{get_param},
|
||||
unknown_status => $self->{unknown_http_status},
|
||||
warning_status => $self->{warning_http_status},
|
||||
|
Loading…
x
Reference in New Issue
Block a user