--- Begin Message ---
Signed-off-by: lou lecrivain <[email protected]>
---
 src/PVE/Network/SDN/Ipams/NetboxPlugin.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/PVE/Network/SDN/Ipams/NetboxPlugin.pm 
b/src/PVE/Network/SDN/Ipams/NetboxPlugin.pm
index 7efccaf..d923269 100644
--- a/src/PVE/Network/SDN/Ipams/NetboxPlugin.pm
+++ b/src/PVE/Network/SDN/Ipams/NetboxPlugin.pm
@@ -240,7 +240,7 @@ sub verify_api {
 
 
     eval {
-       PVE::Network::SDN::api_request("GET", "$url/ipam/prefixes/", $headers);
+       PVE::Network::SDN::api_request("GET", "$url/ipam/aggregates/", 
$headers);
     };
     if ($@) {
        die "Can't connect to netbox api: $@";
-- 
2.39.5



--- End Message ---
_______________________________________________
pve-devel mailing list
[email protected]
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to