mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 15:44:21 +02:00
add apigateway discovery type
This commit is contained in:
parent
d48b698061
commit
d6d6fb7414
@ -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