10346: Document token scopes.
[arvados.git] / doc / api / methods / keep_services.html.textile.liquid
index da6818b92da3bae0e87b1999fe6637ea392ea6d2..5fa8817ede69bce116063487ce61fedce5aeb443 100644 (file)
@@ -12,7 +12,20 @@ API endpoint base: @https://{{ site.arvados_api_host }}/arvados/v1/keep_services
 
 Required arguments are displayed in %{background:#ccffcc}green%.
 
-h2. accessible
+h2. Resource
+
+Each KeepService has, in addition to the usual "attributes of Arvados resources":{{site.baseurl}}/api/resources.html:
+
+table(table table-bordered table-condensed).
+|_. Attribute|_. Type|_. Description|_. Example|
+|service_host|string|||
+|service_port|integer|||
+|service_ssl_flag|boolean|||
+|service_type|string|||
+
+h2. Methods
+
+h3. accessible
 
 Get a list of keep services that are accessible to the requesting client.  This
 is context-sensitive, for example providing the list of actual Keep servers
@@ -21,7 +34,7 @@ Arvados from outside the cluster.
 
 Takes no arguments.
 
-h2. create
+h3. create
 
 Create a new KeepService.
 
@@ -31,7 +44,7 @@ table(table table-bordered table-condensed).
 |_. Argument |_. Type |_. Description |_. Location |_. Example |
 |keep_disk|object||query||
 
-h2. delete
+h3. delete
 
 Delete an existing KeepService.
 
@@ -41,7 +54,7 @@ table(table table-bordered table-condensed).
 |_. Argument |_. Type |_. Description |_. Location |_. Example |
 {background:#ccffcc}.|uuid|string|The UUID of the KeepService in question.|path||
 
-h2. get
+h3. get
 
 Gets a KeepService's metadata by UUID.
 
@@ -51,7 +64,7 @@ table(table table-bordered table-condensed).
 |_. Argument |_. Type |_. Description |_. Location |_. Example |
 {background:#ccffcc}.|uuid|string|The UUID of the KeepService in question.|path||
 
-h2. list
+h3. list
 
 List keep_services.
 
@@ -63,7 +76,7 @@ table(table table-bordered table-condensed).
 |order|string|Order in which to return matching keep_services.|query||
 |filters|array|Conditions for filtering keep_services.|query||
 
-h2. update
+h3. update
 
 Update attributes of an existing KeepService.