Fixed
Details
Assignee
Bahaa Aldeen GhazalBahaa Aldeen GhazalReporter
Alf-Rune SiqvelandAlf-Rune SiqvelandStory Points
3Priority
(None)Started
Jan 29, 2025, 3:36 PMDays in progress
0Fix versions
Backlog
yes
Details
Details
Assignee
Bahaa Aldeen Ghazal
Bahaa Aldeen GhazalReporter
Alf-Rune Siqveland
Alf-Rune SiqvelandStory Points
3
Priority
Started
Jan 29, 2025, 3:36 PM
Days in progress
0
Fix versions
Backlog
yes
Zendesk Support
Zendesk Support
Zendesk Support
Checklist
Checklist
Checklist
Created February 6, 2024 at 6:30 AM
Updated March 13, 2025 at 12:48 PM
Resolved February 3, 2025 at 12:25 PM
These request paths are rewritten in Traefik to
/api/(management|devices)/v1/inventory
but this needs to change at the service level in order to remove the gateway.Acceptance criteria:
All inventory API path prefixes
/api/0.1.0/*
needs a duplicate API path using our updated API scheme:/api/0.1.0/devices* → /api/management/v1/inventory/devices*
/api/0.1.0/groups* → /api/management/v1/inventory/groups*
/api/0.1.0/attributes → api/devices/v1/inventory/attributes
NOTE: In order to remain backward compatible, the service needs to be able to handle both request paths.