You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+14
Original file line number
Diff line number
Diff line change
@@ -155,6 +155,20 @@ Open a bash shell in the AVM container with the following command:
155
155
~/voi/bin/start-shell
156
156
```
157
157
158
+
### Getting basic node status
159
+
160
+
To retrieve basic health information about your node, execute the following command:
161
+
162
+
```bash
163
+
~/voi/bin/get-node-status
164
+
```
165
+
166
+
The `get-node-status` command performs checks using:
167
+
168
+
-`goal node status` to connect to the running daemon and retrieve basic node information
169
+
-`/health`: This API endpoint checks the reported health of the node. [REST API /health documentation](https://developer.algorand.org/docs/rest-apis/algod/#get-health).
170
+
-`/ready`: This API endpoint checks the reported readiness of the node and if fully caught up. [REST API /ready documentation](https://developer.algorand.org/docs/rest-apis/algod/#get-ready).
0 commit comments