forked from opensearch-project/opensearch-api-specification
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcat.tasks.yaml
55 lines (55 loc) · 1.56 KB
/
cat.tasks.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
openapi: 3.1.0
info:
title: Schemas of `cat.tasks` Category
description: Schemas of `cat.tasks` category.
version: 1.0.0
paths: {}
components:
schemas:
TasksRecord:
type: object
properties:
id:
$ref: '_common.yaml#/components/schemas/Id'
action:
description: The task action.
type: string
task_id:
$ref: '_common.yaml#/components/schemas/Id'
parent_task_id:
description: The parent task identifier.
type: string
type:
description: The task type.
type: string
start_time:
description: The start time in milliseconds.
type: string
timestamp:
description: The start time in `HH:MM:SS` format.
type: string
running_time_ns:
description: The running time in nanoseconds.
type: string
running_time:
description: The running time.
type: string
node_id:
$ref: '_common.yaml#/components/schemas/NodeId'
ip:
description: The IP address for the node.
type: string
port:
description: The bound transport port for the node.
type: string
node:
description: The node name.
type: string
version:
$ref: '_common.yaml#/components/schemas/VersionString'
x_opaque_id:
description: The X-Opaque-ID header.
type: string
description:
description: The task action description.
type: string