# AvalancheNodeResourceBaseNodeStatus
## Properties
**running** | Option<**bool**> | Whether the node is running | [optional][default to false]
**bootstrapped** | Option<[**serde_json::Value**](.md)> | Whether the node is bootstrapped for each blockchain | [optional]
**healthy** | Option<[**serde_json::Value**](.md)> | Whether the node is healthy for each Subnet tracked | [optional]
**restart_required** | Option<**bool**> | Whether the node needs to be restarted to apply configuration changes | [optional][default to false]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)