Skip to content

Commit 46d50b0

Browse files
committed
Regen docs
1 parent 1f22ed5 commit 46d50b0

File tree

6 files changed

+119
-30
lines changed

6 files changed

+119
-30
lines changed

docs/layouts/shortcodes/generated/rest_v1_dispatcher.html

Lines changed: 98 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1354,7 +1354,20 @@
13541354
<details>
13551355
<summary>Response</summary>
13561356
<pre><code>{
1357-
"type" : "any"
1357+
"type" : "array",
1358+
"items" : {
1359+
"type" : "object",
1360+
"id" : "urn:jsonschema:org:apache:flink:runtime:rest:messages:job:metrics:Metric",
1361+
"properties" : {
1362+
"id" : {
1363+
"type" : "string",
1364+
"required" : true
1365+
},
1366+
"value" : {
1367+
"type" : "string"
1368+
}
1369+
}
1370+
}
13581371
}</code></pre>
13591372
</label>
13601373
</td>
@@ -3444,7 +3457,20 @@
34443457
<details>
34453458
<summary>Response</summary>
34463459
<pre><code>{
3447-
"type" : "any"
3460+
"type" : "array",
3461+
"items" : {
3462+
"type" : "object",
3463+
"id" : "urn:jsonschema:org:apache:flink:runtime:rest:messages:job:metrics:Metric",
3464+
"properties" : {
3465+
"id" : {
3466+
"type" : "string",
3467+
"required" : true
3468+
},
3469+
"value" : {
3470+
"type" : "string"
3471+
}
3472+
}
3473+
}
34483474
}</code></pre>
34493475
</label>
34503476
</td>
@@ -5110,7 +5136,20 @@
51105136
<details>
51115137
<summary>Response</summary>
51125138
<pre><code>{
5113-
"type" : "any"
5139+
"type" : "array",
5140+
"items" : {
5141+
"type" : "object",
5142+
"id" : "urn:jsonschema:org:apache:flink:runtime:rest:messages:job:metrics:Metric",
5143+
"properties" : {
5144+
"id" : {
5145+
"type" : "string",
5146+
"required" : true
5147+
},
5148+
"value" : {
5149+
"type" : "string"
5150+
}
5151+
}
5152+
}
51145153
}</code></pre>
51155154
</label>
51165155
</td>
@@ -5165,7 +5204,20 @@
51655204
<details>
51665205
<summary>Response</summary>
51675206
<pre><code>{
5168-
"type" : "any"
5207+
"type" : "array",
5208+
"items" : {
5209+
"type" : "object",
5210+
"id" : "urn:jsonschema:org:apache:flink:runtime:rest:messages:job:metrics:Metric",
5211+
"properties" : {
5212+
"id" : {
5213+
"type" : "string",
5214+
"required" : true
5215+
},
5216+
"value" : {
5217+
"type" : "string"
5218+
}
5219+
}
5220+
}
51695221
}</code></pre>
51705222
</label>
51715223
</td>
@@ -5704,7 +5756,20 @@
57045756
<details>
57055757
<summary>Response</summary>
57065758
<pre><code>{
5707-
"type" : "any"
5759+
"type" : "array",
5760+
"items" : {
5761+
"type" : "object",
5762+
"id" : "urn:jsonschema:org:apache:flink:runtime:rest:messages:job:metrics:Metric",
5763+
"properties" : {
5764+
"id" : {
5765+
"type" : "string",
5766+
"required" : true
5767+
},
5768+
"value" : {
5769+
"type" : "string"
5770+
}
5771+
}
5772+
}
57085773
}</code></pre>
57095774
</label>
57105775
</td>
@@ -5984,7 +6049,20 @@
59846049
<details>
59856050
<summary>Response</summary>
59866051
<pre><code>{
5987-
"type" : "any"
6052+
"type" : "array",
6053+
"items" : {
6054+
"type" : "object",
6055+
"id" : "urn:jsonschema:org:apache:flink:runtime:rest:messages:job:metrics:Metric",
6056+
"properties" : {
6057+
"id" : {
6058+
"type" : "string",
6059+
"required" : true
6060+
},
6061+
"value" : {
6062+
"type" : "string"
6063+
}
6064+
}
6065+
}
59886066
}</code></pre>
59896067
</label>
59906068
</td>
@@ -6748,7 +6826,20 @@
67486826
<details>
67496827
<summary>Response</summary>
67506828
<pre><code>{
6751-
"type" : "any"
6829+
"type" : "array",
6830+
"items" : {
6831+
"type" : "object",
6832+
"id" : "urn:jsonschema:org:apache:flink:runtime:rest:messages:job:metrics:Metric",
6833+
"properties" : {
6834+
"id" : {
6835+
"type" : "string",
6836+
"required" : true
6837+
},
6838+
"value" : {
6839+
"type" : "string"
6840+
}
6841+
}
6842+
}
67526843
}</code></pre>
67536844
</label>
67546845
</td>

docs/static/generated/rest_v1_dispatcher.yml

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,9 @@ paths:
443443
content:
444444
application/json:
445445
schema:
446-
$ref: "#/components/schemas/MetricCollectionResponseBody"
446+
type: array
447+
items:
448+
$ref: "#/components/schemas/Metric"
447449
/jobmanager/thread-dump:
448450
get:
449451
description: Returns the thread dump of the JobManager.
@@ -897,7 +899,9 @@ paths:
897899
content:
898900
application/json:
899901
schema:
900-
$ref: "#/components/schemas/MetricCollectionResponseBody"
902+
type: array
903+
items:
904+
$ref: "#/components/schemas/Metric"
901905
/jobs/{jobid}/plan:
902906
get:
903907
description: Returns the dataflow plan of a job.
@@ -1330,7 +1334,9 @@ paths:
13301334
content:
13311335
application/json:
13321336
schema:
1333-
$ref: "#/components/schemas/MetricCollectionResponseBody"
1337+
type: array
1338+
items:
1339+
$ref: "#/components/schemas/Metric"
13341340
/jobs/{jobid}/vertices/{vertexid}/metrics:
13351341
get:
13361342
description: Provides access to task metrics.
@@ -1361,7 +1367,9 @@ paths:
13611367
content:
13621368
application/json:
13631369
schema:
1364-
$ref: "#/components/schemas/MetricCollectionResponseBody"
1370+
type: array
1371+
items:
1372+
$ref: "#/components/schemas/Metric"
13651373
/jobs/{jobid}/vertices/{vertexid}/subtasks/accumulators:
13661374
get:
13671375
description: Returns all user-defined accumulators for all subtasks of a task.
@@ -1580,7 +1588,9 @@ paths:
15801588
content:
15811589
application/json:
15821590
schema:
1583-
$ref: "#/components/schemas/MetricCollectionResponseBody"
1591+
type: array
1592+
items:
1593+
$ref: "#/components/schemas/Metric"
15841594
/jobs/{jobid}/vertices/{vertexid}/subtasktimes:
15851595
get:
15861596
description: Returns time-related information for all subtasks of a task.
@@ -1652,7 +1662,9 @@ paths:
16521662
content:
16531663
application/json:
16541664
schema:
1655-
$ref: "#/components/schemas/MetricCollectionResponseBody"
1665+
type: array
1666+
items:
1667+
$ref: "#/components/schemas/Metric"
16561668
/overview:
16571669
get:
16581670
description: Returns an overview over the Flink cluster.
@@ -1806,7 +1818,9 @@ paths:
18061818
content:
18071819
application/json:
18081820
schema:
1809-
$ref: "#/components/schemas/MetricCollectionResponseBody"
1821+
type: array
1822+
items:
1823+
$ref: "#/components/schemas/Metric"
18101824
/taskmanagers/{taskmanagerid}/thread-dump:
18111825
get:
18121826
description: Returns the thread dump of the requested TaskManager.

docs/static/generated/rest_v1_sql_gateway.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -403,10 +403,6 @@ components:
403403
- DESCRIPTOR
404404
- VARIANT
405405
- BITMAP
406-
MetricCollectionResponseBody:
407-
type: array
408-
items:
409-
$ref: "#/components/schemas/Metric"
410406
OpenSessionRequestBody:
411407
type: object
412408
properties:

docs/static/generated/rest_v2_sql_gateway.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -477,10 +477,6 @@ components:
477477
- DESCRIPTOR
478478
- VARIANT
479479
- BITMAP
480-
MetricCollectionResponseBody:
481-
type: array
482-
items:
483-
$ref: "#/components/schemas/Metric"
484480
OpenSessionRequestBody:
485481
type: object
486482
properties:

docs/static/generated/rest_v3_sql_gateway.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -506,10 +506,6 @@ components:
506506
- DESCRIPTOR
507507
- VARIANT
508508
- BITMAP
509-
MetricCollectionResponseBody:
510-
type: array
511-
items:
512-
$ref: "#/components/schemas/Metric"
513509
OpenSessionRequestBody:
514510
type: object
515511
properties:

docs/static/generated/rest_v4_sql_gateway.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -516,10 +516,6 @@ components:
516516
- DESCRIPTOR
517517
- VARIANT
518518
- BITMAP
519-
MetricCollectionResponseBody:
520-
type: array
521-
items:
522-
$ref: "#/components/schemas/Metric"
523519
OpenSessionRequestBody:
524520
type: object
525521
properties:

0 commit comments

Comments
 (0)