[arvados] updated: 2.6.0-212-g3a9428dd1
git repository hosting
git at public.arvados.org
Mon May 29 19:43:49 UTC 2023
Summary of changes:
doc/_config.yml | 1 +
doc/admin/inspect.html.textile.liquid | 69 +++++++++++++++++++++++++++++++++++
doc/admin/metrics.html.textile.liquid | 2 +-
3 files changed, 71 insertions(+), 1 deletion(-)
create mode 100644 doc/admin/inspect.html.textile.liquid
via 3a9428dd1db2fd393dd90cd3ffc744c0bf45fe28 (commit)
via 217064e8036b23ec9620a631f995142a4bf93db8 (commit)
via a09cc1eec4f13db73269b2c282e8157a02a50682 (commit)
from d75d084f12dbc5efdcf9a65da7849aa5cc183ea5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 3a9428dd1db2fd393dd90cd3ffc744c0bf45fe28
Merge: d75d084f1 217064e80
Author: Tom Clegg <tom at curii.com>
Date: Mon May 29 15:43:17 2023 -0400
Merge branch '20229-doc-inspect-requests'
closes #20229
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>
commit 217064e8036b23ec9620a631f995142a4bf93db8
Author: Tom Clegg <tom at curii.com>
Date: Mon May 29 15:42:51 2023 -0400
20229: Improve formatting.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>
diff --git a/doc/admin/inspect.html.textile.liquid b/doc/admin/inspect.html.textile.liquid
index f75a60a65..2ce528b8d 100644
--- a/doc/admin/inspect.html.textile.liquid
+++ b/doc/admin/inspect.html.textile.liquid
@@ -16,11 +16,11 @@ To access snapshots, services must be configured with a "management token":manag
In an interactive setting, use the @jq@ tool to format the JSON response.
-<pre>curl -sfH "Authorization: Bearer your_management_token_goes_here" "https://0.0.0.0:25107/_inspect/requests" | jq .
-</pre>
+<notextile><pre><code>curl -sfH "Authorization: Bearer <span class="userinput">your_management_token_goes_here</span>" "https://<span class="userinput">0.0.0.0:25107</span>/_inspect/requests" | jq .
+</code></pre></notextile>
-table(table table-bordered table-condensed table-hover).
-|_. Component|_. @/_inspect/requests@ endpoint|
+table(table table-bordered table-condensed table-hover){width:40em}.
+|_. Component|_. Provides @/_inspect/requests@ endpoint|
|arvados-api-server||
|arvados-controller|✓|
|arvados-dispatch-cloud|✓|
@@ -45,7 +45,7 @@ The @RemoteAddr@ field reports the source of the incoming TCP connection, which
The @Elapsed@ field reports the number of seconds since the incoming HTTP request headers were received.
-h2. Example
+h2. Example response
<pre>
[
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list