forked from opensearch-project/opensearch-api-specification
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcat.nodeattrs.yaml
35 lines (35 loc) · 867 Bytes
/
cat.nodeattrs.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
openapi: 3.1.0
info:
title: Schemas of cat.nodeattrs category
description: Schemas of cat.nodeattrs category
version: 1.0.0
paths: {}
components:
schemas:
NodeAttributesRecord:
type: object
properties:
node:
description: The node name.
type: string
id:
description: The unique node identifier.
type: string
pid:
description: The process identifier.
type: string
host:
description: The host name.
type: string
ip:
description: The IP address.
type: string
port:
description: The bound transport port.
type: string
attr:
description: The attribute name.
type: string
value:
description: The attribute value.
type: string