How can we get to know a complete history of when a node was suspended or disqualified? Is there any table for that in the satellite DB? Any help in this would be appreciated.
Alexey
June 14, 2024, 4:11am
2
There is no history of these events, they are a one field - suspension date, disqualified date, etc.
You may get it via API
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
Payout data is available with v1.3.3
…
this is the only information related to audits available via API as far as I know.
Thanks a lot. This is helpful
1 Like