RocMarshal commented on code in PR #27696:
URL: https://github.com/apache/flink/pull/27696#discussion_r2867287963
##########
docs/layouts/shortcodes/generated/rest_v1_dispatcher.html:
##########
@@ -221,6 +221,62 @@
</tr>
</tbody>
</table>
+<table class="rest-api table table-bordered">
+ <tbody>
+ <tr>
+ <td class="text-left"
colspan="2"><h5><strong>/applications/:applicationid/jobmanager/config</strong></h5></td>
+ </tr>
+ <tr>
+ <td class="text-left" style="width: 20%">Verb: <code>GET</code></td>
+ <td class="text-left">Response code: <code>200 OK</code></td>
+ </tr>
+ <tr>
+ <td colspan="2">Returns the jobmanager's configuration of a specific
application.</td>
+ </tr>
+ <tr>
+ <td colspan="2">Path parameters</td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <ul>
+<li><code>applicationid</code> - 32-character hexadecimal string value that
identifies an application.</li>
+ </ul>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <label>
Review Comment:
Thanks @featzhang .
I checked it locally. The overview ui is shown successfully.
and the all change is generated by maven plugin command.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]