ash_api 0.1.7

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# AvalancheNodeResourceBaseNodeStatus

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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)