mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-04-07 20:35:27 +02:00
add header in azure_list_resources_set_url (#4376)
This commit is contained in:
parent
c59c0f1f61
commit
5ecf958a1b
@ -1227,7 +1227,8 @@ sub azure_list_policystates {
|
||||
full_url => $url,
|
||||
hostname => '',
|
||||
get_params => $get_params,
|
||||
query_form_post => ''
|
||||
query_form_post => '',
|
||||
header => ['Content-Type: application/json']
|
||||
);
|
||||
foreach (@{$response->{value}}) {
|
||||
push @$full_response, $_;
|
||||
|
Loading…
x
Reference in New Issue
Block a user