[
https://issues.apache.org/jira/browse/SLIDER-1041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15074616#comment-15074616
]
Sumit Mohanty commented on SLIDER-1041:
---------------------------------------
[~elserj] I do not remember specifics but it could be to get a summary and then
details if you go one level deeper. Also, I remember trying to get to a more
formatted export and possibly creating an alternate endpoint for those exports.
Its been a while :-)
> Discrepancy between /ws/v1/slider/publisher/exports and
> /ws/v1/slider/publisher/exports/{export_name}
> -----------------------------------------------------------------------------------------------------
>
> Key: SLIDER-1041
> URL: https://issues.apache.org/jira/browse/SLIDER-1041
> Project: Slider
> Issue Type: Bug
> Components: Web & REST
> Affects Versions: Slider 0.90.2
> Reporter: Josh Elser
> Assignee: Josh Elser
> Fix For: Slider 0.91
>
>
> In working on SLIDER-809, I noticed that I could see the map of all exports
> listed in /ws/v1/slider/publisher/exports, but this endpoint did not actually
> contain the value from the {{ExportEntry}}. If I request some
> /ws/v1/slider/publisher/exports/<export_name>, then I can see the value:
> For example:
> {noformat}
> {"exports":{"servers":{"description":"Servers","updated":1451440844425,"updatedTime":"Tue
> Dec 29 21:00:44 EST
> 2015","entries":{},"empty":true},"quicklinks":{"description":"QuickLinks","updated":1451440844425,"updatedTime":"Tue
> Dec 29 21:00:44 EST
> 2015","entries":{},"empty":true},"container_log_dirs":{"description":"container_log_dirs","updated":1451440840223,"updatedTime":"Tue
> Dec 29 21:00:40 EST
> 2015","entries":{},"empty":true},"container_work_dirs":{"description":"container_work_dirs","updated":1451440840223,"updatedTime":"Tue
> Dec 29 21:00:40 EST 2015","entries":{},"empty":true}}}
> {noformat}
> And if I fetch the quicklinks:
> {noformat}
> {"description":"QuickLinks","updated":1451440844425,"updatedTime":"Tue Dec 29
> 21:00:44 EST
> 2015","entries":{"HTTP":[{"value":"http://hw10447.local:60283","level":"application","updatedTime":"Tue
> Dec 29 21:00:44 EST 2015"}]},"empty":false}
> {noformat}
> Suddenly, entries is not empty. These seems to be inconsistent since both
> REST endpoints are backed by the same data structure.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)