Merge branch '21841-missing-vocab' refs #21841
[arvados.git] / doc / admin / inspect.html.textile.liquid
index f75a60a6572fab9e949f4e53cf591e96de889bdc..601d26c5cb26973c7fa17fa9fec7973ccbeda911 100644 (file)
@@ -16,23 +16,21 @@ 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|✓|
 |arvados-dispatch-lsf|✓|
-|arvados-git-httpd||
 |arvados-ws|✓|
 |composer||
 |keepproxy|✓|
 |keepstore|✓|
 |keep-balance|✓|
 |keep-web|✓|
-|workbench1||
 |workbench2||
 
 h2. Report fields
@@ -45,7 +43,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>
 [