Skip to content

Commit

Permalink
fix(fmc): fix getdeviceetherchannel interfaces endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
bl4ko committed Feb 18, 2025
1 parent 45c855b commit e3f06b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/source/fmc/client/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ func (fmcc *FMCClient) GetDeviceEtherChannelInterfaces(

for {
vInterfacesURL := fmt.Sprintf(
"fmc_config/v1/domain/%s/devices/devicerecords/%s/vlaninterfaces?offset=%d&limit=%d",
"fmc_config/v1/domain/%s/devices/devicerecords/%s/etherchannelinterfaces?offset=%d&limit=%d",
domainUUID,
deviceID,
offset,
Expand Down

0 comments on commit e3f06b7

Please sign in to comment.