Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.08 KB

ApplianceNodeInfo.md

File metadata and controls

14 lines (10 loc) · 1.08 KB

ApplianceNodeInfo

NodeInfo managed object stores the Intersight Appliance's cluster node information. NodeInfo managed objects are created during the Intersight Appliance setup. The Intersight Appliance updates the NodeInfo managed objects with status information periodically.

Properties

Name Type Description Notes
hostname str Cluster node's FQDN or IP address. [optional] [readonly]
node_id int System assigned unique ID of the Intersight Appliance node. The system incrementally assigns identifiers to each node in the Intersight Appliance cluster starting with a value of 1. [optional] [readonly]
node_ip_v4_config CommIpV4Interface [optional]
operational_status str Operational status of the Intersight Appliance node. [optional] [readonly] [default to 'Unknown']

[Back to Model list] [Back to API list] [Back to README]