Your Storage node is suspended

docker exec -it storagenode wget -q -O - http://localhost:14002/api/sno/satellites

You will get a json response, so if you have jq installed, you may prettify it

docker exec -it storagenode wget -q -O - http://localhost:14002/api/sno/satellites | jq '.audits'

Or use

However, it’s simpler to use a web-dashboard. If you want to see it from the other device, you may use How to remote access the web dashboard - Storj Docs or [Tech Preview] Multinode Dashboard Binaries