Alexey
2
example:
# wget -O - http://localhost:14002/api/sno/satellite/12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs | jq '.storageSummary'
--2025-02-20 02:08:40-- http://localhost:14002/api/sno/satellite/12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs
Resolving localhost (localhost)... ::1, 127.0.0.1
Connecting to localhost (localhost)|::1|:14002... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/json]
Saving to: 'STDOUT'
- [ <=> ] 10.71K --.-KB/s in 0s
2025-02-20 02:08:40 (318 MB/s) - written to stdout [10969]
948294511753518.6
You may see other info
wget -O - http://localhost:14002/api/sno/satellite/12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs | jq
To get a list of satellites:
wget -O - http://localhost:14002/api/sno | jq '.satellites[].id' -r
1 Like