Skip to content
186 changes: 176 additions & 10 deletions docs/layouts/shortcodes/generated/rest_v1_dispatcher.html
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI: changes to *.html and *.yml were made as part of running ./mvnw package -Dgenerate-rest-docs -pl flink-docs -am -nsu -DskipTests 2>&1

Original file line number Diff line number Diff line change
Expand Up @@ -1354,7 +1354,20 @@
<details>
<summary>Response</summary>
<pre><code>{
"type" : "any"
"type" : "array",
"items" : {
"type" : "object",
"id" : "urn:jsonschema:org:apache:flink:runtime:rest:messages:job:metrics:Metric",
"properties" : {
"id" : {
"type" : "string",
"required" : true
},
"value" : {
"type" : "string"
}
}
}
}</code></pre>
</label>
</td>
Expand Down Expand Up @@ -1505,7 +1518,32 @@
<details>
<summary>Response</summary>
<pre><code>{
"type" : "any"
"type" : "array",
"items" : {
"type" : "object",
"id" : "urn:jsonschema:org:apache:flink:runtime:rest:messages:job:metrics:AggregatedMetric",
"properties" : {
"avg" : {
"type" : "number"
},
"id" : {
"type" : "string",
"required" : true
},
"max" : {
"type" : "number"
},
"min" : {
"type" : "number"
},
"skew" : {
"type" : "number"
},
"sum" : {
"type" : "number"
}
}
}
}</code></pre>
</label>
</td>
Expand Down Expand Up @@ -3444,7 +3482,20 @@
<details>
<summary>Response</summary>
<pre><code>{
"type" : "any"
"type" : "array",
"items" : {
"type" : "object",
"id" : "urn:jsonschema:org:apache:flink:runtime:rest:messages:job:metrics:Metric",
"properties" : {
"id" : {
"type" : "string",
"required" : true
},
"value" : {
"type" : "string"
}
}
}
}</code></pre>
</label>
</td>
Expand Down Expand Up @@ -5110,7 +5161,20 @@
<details>
<summary>Response</summary>
<pre><code>{
"type" : "any"
"type" : "array",
"items" : {
"type" : "object",
"id" : "urn:jsonschema:org:apache:flink:runtime:rest:messages:job:metrics:Metric",
"properties" : {
"id" : {
"type" : "string",
"required" : true
},
"value" : {
"type" : "string"
}
}
}
}</code></pre>
</label>
</td>
Expand Down Expand Up @@ -5165,7 +5229,20 @@
<details>
<summary>Response</summary>
<pre><code>{
"type" : "any"
"type" : "array",
"items" : {
"type" : "object",
"id" : "urn:jsonschema:org:apache:flink:runtime:rest:messages:job:metrics:Metric",
"properties" : {
"id" : {
"type" : "string",
"required" : true
},
"value" : {
"type" : "string"
}
}
}
}</code></pre>
</label>
</td>
Expand Down Expand Up @@ -5312,7 +5389,32 @@
<details>
<summary>Response</summary>
<pre><code>{
"type" : "any"
"type" : "array",
"items" : {
"type" : "object",
"id" : "urn:jsonschema:org:apache:flink:runtime:rest:messages:job:metrics:AggregatedMetric",
"properties" : {
"avg" : {
"type" : "number"
},
"id" : {
"type" : "string",
"required" : true
},
"max" : {
"type" : "number"
},
"min" : {
"type" : "number"
},
"skew" : {
"type" : "number"
},
"sum" : {
"type" : "number"
}
}
}
}</code></pre>
</label>
</td>
Expand Down Expand Up @@ -5704,7 +5806,20 @@
<details>
<summary>Response</summary>
<pre><code>{
"type" : "any"
"type" : "array",
"items" : {
"type" : "object",
"id" : "urn:jsonschema:org:apache:flink:runtime:rest:messages:job:metrics:Metric",
"properties" : {
"id" : {
"type" : "string",
"required" : true
},
"value" : {
"type" : "string"
}
}
}
}</code></pre>
</label>
</td>
Expand Down Expand Up @@ -5984,7 +6099,20 @@
<details>
<summary>Response</summary>
<pre><code>{
"type" : "any"
"type" : "array",
"items" : {
"type" : "object",
"id" : "urn:jsonschema:org:apache:flink:runtime:rest:messages:job:metrics:Metric",
"properties" : {
"id" : {
"type" : "string",
"required" : true
},
"value" : {
"type" : "string"
}
}
}
}</code></pre>
</label>
</td>
Expand Down Expand Up @@ -6373,7 +6501,32 @@
<details>
<summary>Response</summary>
<pre><code>{
"type" : "any"
"type" : "array",
"items" : {
"type" : "object",
"id" : "urn:jsonschema:org:apache:flink:runtime:rest:messages:job:metrics:AggregatedMetric",
"properties" : {
"avg" : {
"type" : "number"
},
"id" : {
"type" : "string",
"required" : true
},
"max" : {
"type" : "number"
},
"min" : {
"type" : "number"
},
"skew" : {
"type" : "number"
},
"sum" : {
"type" : "number"
}
}
}
}</code></pre>
</label>
</td>
Expand Down Expand Up @@ -6748,7 +6901,20 @@
<details>
<summary>Response</summary>
<pre><code>{
"type" : "any"
"type" : "array",
"items" : {
"type" : "object",
"id" : "urn:jsonschema:org:apache:flink:runtime:rest:messages:job:metrics:Metric",
"properties" : {
"id" : {
"type" : "string",
"required" : true
},
"value" : {
"type" : "string"
}
}
}
}</code></pre>
</label>
</td>
Expand Down
Loading