X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a09cc1eec4f13db73269b2c282e8157a02a50682..48afa5ce8f43ba08e52a31e1ddfc8f93a3cdcf78:/doc/admin/inspect.html.textile.liquid diff --git a/doc/admin/inspect.html.textile.liquid b/doc/admin/inspect.html.textile.liquid index f75a60a657..2ce528b8d0 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. -
curl -sfH "Authorization: Bearer your_management_token_goes_here" "https://0.0.0.0:25107/_inspect/requests" | jq .
-
+
curl -sfH "Authorization: Bearer your_management_token_goes_here" "https://0.0.0.0:25107/_inspect/requests" | jq .
+
-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
 [