NSX-T Data Center REST API
CbmClusterNodeEntity (schema)
Cluster Node Entity Properties
NSX Cluster is made up of multiple cluster nodes. Each node can perform multiple functions, commonly referred to as roles. Cluster node entities are processes running in a cluster node that assist in the performance of a role. Cluster Boot Manager is a daemon that securely bootstraps and configures the entities. This type contains attributes of a cluster node entity that are relevant to the Cluster Boot Manager.
Name | Description | Type | Notes |
---|---|---|---|
certificate | Public certificate in PEM format Public certificate of the entity in PEM format. |
string | Required |
entity_type | Type of the entity Type of the entity. |
EntityType | Required |
entity_uuid | UUID of the entity UUID of the entity. |
string | Required |
fqdn | Domain name Domain name the entity binds to. |
string | Format: hostname |
ip_address | IP address of entity IP address the entity binds to. |
string | |
ipv6_address | IPv6 address of entity IPv6 address the entity binds to. |
string | |
ipv6_subnet_prefix_length | IPv6 subnet mask prefix length IPv6 subnet mask prefix length of the entity binds to. |
integer | Minimum: 0 Maximum: 128 |
port | Port number Port the entity binds to. |
integer | Minimum: 0 Maximum: 65535 |
subnet_prefix_length | IPv4 subnet mask prefix length IPv4 subnet mask prefix length of the entity binds to. |
integer | Minimum: 0 Maximum: 32 |