You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2014/06/02 17:56:12 UTC

svn commit: r1599252 - /jena/Experimental/jena-fuseki2/docs/fuseki-server-protocol.md

Author: andy
Date: Mon Jun  2 15:56:11 2014
New Revision: 1599252

URL: http://svn.apache.org/r1599252
Log:
Docs

Modified:
    jena/Experimental/jena-fuseki2/docs/fuseki-server-protocol.md

Modified: jena/Experimental/jena-fuseki2/docs/fuseki-server-protocol.md
URL: http://svn.apache.org/viewvc/jena/Experimental/jena-fuseki2/docs/fuseki-server-protocol.md?rev=1599252&r1=1599251&r2=1599252&view=diff
==============================================================================
--- jena/Experimental/jena-fuseki2/docs/fuseki-server-protocol.md (original)
+++ jena/Experimental/jena-fuseki2/docs/fuseki-server-protocol.md Mon Jun  2 15:56:11 2014
@@ -55,6 +55,8 @@ The URL `/$/ping` is a guaranteed low co
 is running or not.  It returns no other information other than to respond to the
 request over `GET` or `POST` (to avoid any HTTP caching) with a 200 response.
 
+Return: empty body
+
 ## Server Information 
 Pattern: `/$/server`
 
@@ -104,9 +106,6 @@ The dataset name must not be already in-
 
 Datasets are created in director `databases/`.
 
-
-The following alternative 
-
 #### Assembler example
 
 The assembler description contains data and service.  It can be sent by posting the assembler RDF graph
@@ -150,6 +149,15 @@ Backups are written to the server local 
 
 See [Tasks](#tasks) for how to monitor a backups progress.
 
+Return: A task is allocated a identifier (usually, a number).
+```
+{ "taskId" : "*{taskId}*" }
+```
+The task id can be used to construct a URL to get details of the task:
+```
+/$/tasks/*{taskId}*
+```
+
 ## Tasks
 Some operations cause a backgrond task to be executed, backup is an example.
 The result of such operations includes a json object with teh task id and