X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a09cc1eec4f13db73269b2c282e8157a02a50682..75fbb4eabf0da2fceebf8196bec769e4cbc6547b:/doc/admin/inspect.html.textile.liquid diff --git a/doc/admin/inspect.html.textile.liquid b/doc/admin/inspect.html.textile.liquid index f75a60a657..fff94cb55f 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|✓| @@ -32,7 +32,6 @@ table(table table-bordered table-condensed table-hover). |keepstore|✓| |keep-balance|✓| |keep-web|✓| -|workbench1|| |workbench2|| h2. Report fields @@ -45,7 +44,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
 [