diff --git a/centreon-plugins/network/cisco/meraki/cloudcontroller/restapi/mode/listdevices.pm b/centreon-plugins/network/cisco/meraki/cloudcontroller/restapi/mode/listdevices.pm index 408d052d6..525c2431e 100644 --- a/centreon-plugins/network/cisco/meraki/cloudcontroller/restapi/mode/listdevices.pm +++ b/centreon-plugins/network/cisco/meraki/cloudcontroller/restapi/mode/listdevices.pm @@ -105,7 +105,7 @@ sub disco_show { name => $_->{name}, status => $_->{status}, network_name => $_->{network_name}, - network_id => $_->{network_id}, + network_id => $_->{networkId}, organization_name => $_->{organization_name}, tags => defined($_->{tags}) ? $_->{tags} : '' );