-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
complexity: lowRequires minimal effort to implementRequires minimal effort to implementstatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: featureIntroduction of new functionality to the applicationIntroduction of new functionality to the application
Milestone
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
ITJamie and bluikko
Metadata
Metadata
Assignees
Labels
complexity: lowRequires minimal effort to implementRequires minimal effort to implementstatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: featureIntroduction of new functionality to the applicationIntroduction of new functionality to the application