@@ -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.
0 commit comments