GET databases/:database_name/nodes/:node_id
Returns details about the node identified by :node_id.
	Returns details about the node identified by :node_id. The :node_id is one of the node IDs returned by GET databases/:database_name/nodes.
Resource URL
https://<NODE>:5444/:database_name/nodes/:node_id
Authentication
Requires a VerticaAPIKey in the request header.
The API key must have restricted level security or higher.
Parameters
None.
Example request
| GET | https://<NODE>:5444/databases/VMart/nodes/v_vmart_node0001 | 
Response:
{
    "db": "VMart",
    "host": "10.20.100.247",
    "name": "v_vmart_node0001",
    "state": "UP"
}