mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-26 23:24:27 +02:00
add apigateway discovery type
This commit is contained in:
parent
78b2ba6d97
commit
995f8a781b
@ -59,6 +59,7 @@ sub run {
|
||||
|
||||
foreach my $api (@{$apis->{items}}) {
|
||||
my %api;
|
||||
$api{type} = "apigateway";
|
||||
$api{id} = $api->{id};
|
||||
$api{name} = $api->{name};
|
||||
$api{description} = $api->{description};
|
||||
|
Loading…
x
Reference in New Issue
Block a user