Returns information about custom node attributes
IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the nodes info API.
GET /_cat/nodeattrs
curl \
-X GET http://api.example.com/_cat/nodeattrs
Response examples (200)
[
{
"node": "string",
"id": "string",
"pid": "string",
"host": "string",
"ip": "string",
"port": "string",
"attr": "string",
"value": "string"
}
]