You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to build a replacement for the rollout overview in hawkbit. I'm currently missing an easy way to list the detailed update status (the one that starts saying retrieved when the target starts processing the update). The endpoint rest/v1/rollouts/{rolloutId}/deploygroups/{groupId}/targets only lists the high-level update status which says "pending" until the update actually has completed.
To get the details status right now, I'll have to make one more api requests per target, which seems a bit wasteful when the information (that was on the old UI page) could just be included in the initial response.
The text was updated successfully, but these errors were encountered:
I'm trying to build a replacement for the rollout overview in hawkbit. I'm currently missing an easy way to list the detailed update status (the one that starts saying retrieved when the target starts processing the update). The endpoint
rest/v1/rollouts/{rolloutId}/deploygroups/{groupId}/targets
only lists the high-level update status which says "pending" until the update actually has completed.To get the details status right now, I'll have to make one more api requests per target, which seems a bit wasteful when the information (that was on the old UI page) could just be included in the initial response.
The text was updated successfully, but these errors were encountered: