Fixed
Details
Assignee
Krzysztof JaśkiewiczKrzysztof JaśkiewiczReporter
Manuel ZedelManuel ZedelStory Points
8Priority
(None)Days in progress
9Fix versions
Sprint
NoneBacklog
yes
Details
Details
Assignee
Krzysztof Jaśkiewicz
Krzysztof JaśkiewiczReporter
Manuel Zedel
Manuel ZedelStory Points
8
Priority
Days in progress
9
Fix versions
Sprint
None
Backlog
yes
Zendesk Support
Zendesk Support
Zendesk Support
Checklist
Checklist
Checklist
Created September 29, 2020 at 2:24 PM
Updated February 19, 2023 at 9:37 AM
Resolved February 19, 2023 at 9:37 AM
In order to allow informing about the data volume consumption of a deployment, while supporting large device counts, the deployment statistics endpoint (`/api/management/v1/deployments/deployments/<deploymentId>/statistics`) should be extended to also include the amount of data that was used to deploy to the devices in the deployment.
In order to do this, the requested artifact per deployment device will have to be tracked - just like the deployment device status and based on this artifact, the total used volume can be aggregated as part of the statistics.
It might be useful to separate the information in the response object, but as long as the attribute for the aggregated data volume is unique that can be up to the implementation.