NSX-T Data Center REST API

ALBControllerNodeInfo (type)

{
  "description": "Avi Load Balancer Controller node information like node IP and node name.",
  "id": "ALBControllerNodeInfo",
  "module_id": "PolicyALBControllerDeployment",
  "properties": {
    "is_dhcp": {
      "description": "Avi Load Balancer Controller node IP configuration is static or DHCP.",
      "readonly": true,
      "title": "Is DHCP based IP assignment",
      "type": "boolean"
    },
    "node_ip": {
      "$ref": "IPAddress",
      "description": "Avi Load Balancer Controller node IP.",
      "readonly": true,
      "title": "Avi Load Balancer Controller node IP"
    },
    "node_name": {
      "description": "Avi Load Balancer Controller node name.",
      "readonly": true,
      "title": "Avi Load Balancer Controller node name",
      "type": "string"
    },
    "node_role": {
      "description": "Avi Load Balancer Controller node role in cluster.",
      "readonly": true,
      "title": "Avi Load Balancer Controller node role",
      "type": "string"
    },
    "node_start_time": {
      "$ref": "EpochMsTimestamp",
      "description": "Avi Load Balancer Controller node start time in its local timezone.",
      "readonly": true,
      "title": "Avi Load Balancer Controller node start time"
    },
    "node_state": {
      "description": "Avi Load Balancer Controller node current state in the cluster.",
      "readonly": true,
      "title": "Avi Load Balancer Controller node state",
      "type": "string"
    },
    "vm_id": {
      "description": "ID of the node maintained internally. Note: This is automatically generated and cannot be modified.",
      "readonly": true,
      "title": "ID of node used to recognize it",
      "type": "string"
    }
  },
  "title": "Information for Avi Load Balancer Controller nodes",
  "type": "object"
}