mirror of
https://github.com/bb-Ricardo/netbox-sync.git
synced 2026-01-20 16:00:49 -06:00
fixes api path for fhrp-groups #233
This commit is contained in:
@@ -1700,7 +1700,7 @@ class NBFHRPGroupItem(NetBoxObject):
|
||||
It is used to handle IP address object properly.
|
||||
"""
|
||||
name = "FHRP group"
|
||||
api_path = "/ipam/fhrp-groups"
|
||||
api_path = "ipam/fhrp-groups"
|
||||
primary_key = "group_id"
|
||||
prune = False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user