Skip to content

Latest commit

 

History

History
65 lines (51 loc) · 1.64 KB

File metadata and controls

65 lines (51 loc) · 1.64 KB
layout title parent nav_order has_children redirect_from
default
CAT nodeattrs
CAT API
35
false
/opensearch/rest-api/cat/cat-nodeattrs/

CAT nodeattrs

Introduced 1.0 {: .label .label-purple }

The CAT nodeattrs operation lists the attributes of custom nodes.

Endpoints

GET /_cat/nodeattrs

Query parameters

The following table lists the available query parameters. All query parameters are optional.

Parameter Data type Description Default
cluster_manager_timeout String The amount of time allowed to establish a connection to the cluster manager node.
format String A short version of the Accept header, such as json or yaml.
h List A comma-separated list of column names to display.
help Boolean Returns help information. false
local Boolean Returns local information but does not retrieve the state from the cluster manager node. false
s List A comma-separated list of column names or column aliases to sort by.
v Boolean Enables verbose mode, which displays column headers. false

Example request

The following example request returns attributes about custom nodes:

GET _cat/nodeattrs?v

{% include copy-curl.html %}

Example response

node | host | ip | attr | value
odfe-node2 | 172.18.0.3 | 172.18.0.3 | testattr | test