With v0.35.3 the storage node dashboard API endpoints have changed. If you don’t know how to open the dashboard API please take a look at the old thread here: Storage node dashboard API (v0.19.0)
The new endpoints are: /api/sno /api/sno/satellites /api/sno/satellite/${id} /api/notifications/list?page=1&limit=10
In the code I can also see the following endpoints but I was not able to test them: /api/notifications/readall /api/notifications/${id}/read
{"satelliteId":"118UWpMCHzs6CvSgWd9BfFVjw5K9pZbJjkfZJexMtSkmKxvvAW", -> Stefas satellite
"period":"2020-02", -> Feburary payout
"created":"2020-04-07T20:14:46.965815Z", -> We importat all the historical data in April
"codes":"X:E", -> Graceful exit finished. Complete list here: https://github.com/storj/storj/blob/895eac17113f74f7a6364cdf2fdbcea1b8d93ccc/satellite/compensation/codes.go#L11-L29
"usageAtRest":554741700493312, ->
"usageGet":566457122816, -> 0.566 TB download traffic
"usagePut":52167979776,
"usageGetRepair":1107763,
"usagePutRepair":0,
"usageGetAudit":2316800,
"compAtRest":1137220,
"compGet":11329142, -> $ 11.32 (0.566 * $ 20)
"compPut":0,
"compGetRepair":1107763, -> $ 1.1 ($10 per TB)
"compPutRepair":0,
"compGetAudit":23, -> $0.000023 ($10 per TB)
"surgePercent":0,
"held":0, -> Held amount depending on the node age
"owed":90849277, -> Payout reduced by held amount
"disposed":77275128, -> Any held amount payback. In this example graceful exit. It will also show the 50% payback in month 15
"paid":90849277} -> Final payment for usage + held amount
@greener Hope you have some time to update the prometheus-exporter to the new endpoints
Would be greatly appreciated!
Good that we have a slow rollout, so there is some time until it hits all the docker installations
{"satelliteId":"118UWpMCHzs6CvSgWd9BfFVjw5K9pZbJjkfZJexMtSkmKxvvAW", -> Stefas satellite
"period":"2020-02", -> Feburary payout
"created":"2020-04-07T20:14:46.965815Z", -> We importat all the historical data in April
"codes":"X:E", -> Graceful exit finished. Complete list here: https://github.com/storj/storj/blob/895eac17113f74f7a6364cdf2fdbcea1b8d93ccc/satellite/compensation/codes.go#L11-L29
"usageAtRest":554741700493312, ->
"usageGet":566457122816, -> 0.566 TB download traffic
"usagePut":52167979776,
"usageGetRepair":1107763,
"usagePutRepair":0,
"usageGetAudit":2316800,
"compAtRest":1137220,
"compGet":11329142, -> $ 11.32 (0.566 * $ 20)
"compPut":0,
"compGetRepair":1107763, -> $ 1.1 ($10 per TB)
"compPutRepair":0,
"compGetAudit":23, -> $0.000023 ($10 per TB)
"surgePercent":0,
"held":0, -> Held amount depending on the node age
"owed":90849277, -> Payout reduced by held amount
"disposed":77275128, -> Any held amount payback. In this example graceful exit. It will also show the 50% payback in month 15
"paid":90849277} -> Final payment for usage + held amount
@Alexey can you make this a wiki topic as well so that I am allowed to update the first post?