NodeDetails

NodeDetails
NodeDetails
JSON Example
{
    "compute_manager_id": "string",
    "cpu_socket": "string",
    "features_enabled": [
        "string"
    ],
    "maintenance_mode": "string",
    "node_id": "string",
    "node_type": "string",
    "product_family": "string",
    "raw_cores": "string",
    "vcenter_cluster_id": "string",
    "vcenter_node_id": "string"
}
string
compute_manager_id
Optional

UUID of compute manager, Populated for node_type ESX and EDGE_NODE whose LCM is done by NSX.

string
cpu_socket
Optional

CPU sockets of a node.

array of string
features_enabled
Optional

List of the features enabled on the node.

Possible values are : DISTRIBUTED_FIREWALL, DISTRIBUTED_IPFIX, DISTRIBUTED_INTELLIGENCE, DISTRIBUTED_IDPS, GATEWAY_IDPS, DISTRIBUTED_MPS, GATEWAY_MPS, GATEWAY_FIREWALL, GATEWAY_TLS, NETWORK_DETECTION_RESPONSE, DISTRIBUTED_BAREMETAL, DISTRIBUTED_IPFIX_BAREMETAL, DISTRIBUTED_INTELLIGENCE_BAREMETAL,
string
maintenance_mode
Optional

Maintenance mode of the node.

Possible values are : ENABLED, FORCE_ENABLED, DISABLED,
string
node_id
Optional

Uuid of node.

string
node_type
Optional

Type of the nodes supported in security usage computation |eg. "ESX" or "EDGE_NODE" or "HOST_BAREMETAL" or "EDGE_BAREMETAL".

Possible values are : ESX, EDGE_NODE, HOST_BAREMETAL, EDGE_BAREMETAL,
string
product_family
Optional

License edition product family used on the node.

string
raw_cores
Optional

Raw cores of a node.

string
vcenter_cluster_id
Optional

vcenter cluster id, Only for ESX node.

string
vcenter_node_id
Optional

vcenter node id, Populated for node_type ESX and EDGE_NODE whose LCM is done by NSX.