Fixed
Details
Assignee
Scott ThelemanScott ThelemanReporter
Scott ThelemanScott ThelemanStory Points
3Sprint
NoneFix versions
Priority
Minor
Details
Details
Assignee
Scott Theleman
Scott ThelemanReporter
Scott Theleman
Scott ThelemanStory Points
3
Sprint
None
Fix versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created April 4, 2022 at 7:24 PM
Updated June 7, 2022 at 4:51 PM
Resolved April 6, 2022 at 6:16 PM
Update DCB Rest APIs to make their purpose more clear and to clean up the code a bit.
'device-config' with query params will get ALL records with the given query params for filter/sort/limit/offset
'device-config/latest' will get only the latest records (by lastUpdated) for the given query. This is API used by main UI table
'device-config/interface/{ipInterfaceId}' gets a history of records for the given ipinterfaceid, basically history for one device