Describe the bug
The go client VsInventory has currently has an API path of api/vsinventory but nowadays it seems api/virtualservice-inventory/ is correct.
In some tests and example the api/virtualservice-inventory/ endpoint is mentioned. It would be helpful if the corresponding models would mathc the actual scheme
Reproduction steps
Try to use the VsInventory client and fetch something from the ALB (ALB Version >= 30).
Expected behavior
The api path and model should match the current ALB implementation.
Additional context
No response
Describe the bug
The go client
VsInventoryhas currently has an API path ofapi/vsinventorybut nowadays it seemsapi/virtualservice-inventory/is correct.In some tests and example the
api/virtualservice-inventory/endpoint is mentioned. It would be helpful if the corresponding models would mathc the actual schemeReproduction steps
Try to use the VsInventory client and fetch something from the ALB (ALB Version >= 30).
Expected behavior
The api path and model should match the current ALB implementation.
Additional context
No response