Closed
Description
NetBox version
v3.7.1
Feature type
Change to existing functionality
Proposed functionality
By now, any GUI path that look like:
http(s)://netbox/something/?filters
Can be easy switched to API dataset by adding /api:
http(s)://netbox/api/something/?filters
With VM disk model, for some reason it's looks like:
http(s)://netbox/virtualization/disks/?filters
in GUI. But api path looks like:
http(s)://netbox/api/virtualization/virtual-disks/?filters
Use same pattern, please. Fix GUI path, I suppose, it will not break API solutions.
Use case
Switching back and forth between GUI and API data representation.
Database changes
No response
External dependencies
No response