/{BASE}/config/comment/{key} | Return the description for the configuration key passed as argument. | GET |
/{BASE}/config/data/{key} | Return the string or list value for the configuration key passed as argument. | GET, POST, DELETE |
/{BASE}/config/list | Retrieve all entries in the system configuration as key-value pairs. | GET, POST |
/{BASE}/config/type/{key} | Return the data type for the configuration key passed as argument. | GET |
/{BASE}/content | Creates a redirect depending of the stored mimeType for the requested uri. | GET, DELETE |
/{BASE}/content/{mimetype} | Returns remote resource content with the given uri and an accepted return
type (mimetype) | GET, PUT |
/{BASE}/content/{mimetype}/{uuid} | Returns local resource content with the given uuid and an accepted return
type (mimetype) | GET, PUT |
/{BASE}/content/{uuid} | Creates a redirect depending of the stored mimeType for the requested resource. | GET, DELETE |
/{BASE}/context | Indirect context identification, listing in case 'graph' is missing | GET, POST, POST, PUT, PUT, DELETE |
/{BASE}/context/list | List all contexts | GET |
/{BASE}/context/{uuid} | Returns the content stored on this context | GET, DELETE |
/{BASE}/dependencies | | GET |
/{BASE}/dependencies/{groupId} | | GET |
/{BASE}/dependencies/{groupId}/{artifactId} | | GET |
/{BASE}/export/download | Download the triple data contained in the (optional) context (named graph) in the format specified by the Accept
header of the request. | GET |
/{BASE}/export/types | Return a set of all mime types that are acceptable by the importer. | GET |
/{BASE}/import/cancel | Stop the importer thread with the ID passed as query argument. | DELETE |
/{BASE}/import/external | Fetch content from an external resource and import it into the LMF system. | POST |
/{BASE}/import/list | | GET |
/{BASE}/import/status | Get the status of the importer thread with the ID passed as query argument. | GET |
/{BASE}/import/types | Return a set of all mime types that are acceptable by the importer. | GET |
/{BASE}/import/upload | Upload content and import it into the LMF system. | POST |
/{BASE}/inspect | | GET |
/{BASE}/inspect/context | | GET |
/{BASE}/inspect/object | | GET |
/{BASE}/inspect/predicate | | GET |
/{BASE}/inspect/subject | | GET |
/{BASE}/inspect/{uuid} | | GET |
/{BASE}/logging/appenders | Get a JSON list of all log appenders currently configured in the system using the JSON format described in the
header of the class | GET, POST |
/{BASE}/logging/appenders/{id} | Get the configuration of the log appender with the given ID using the JSON format described in the header of
the class | GET, POST |
/{BASE}/logging/modules | List all modules currently available in the system as a JSON list using the JSON format described in the
header of this class | GET, POST |
/{BASE}/logging/modules/{id} | Get the configuration of the logging module with the given id, using the JSON format described in the
header of this class. | GET, POST |
/{BASE}/meta | Delete metadata of remote resource with given uri | DELETE |
/{BASE}/meta/{mimetype} | Returns remote resource metadata with the given uri and an accepted
return type (mimetype) | GET, PUT |
/{BASE}/meta/{mimetype}/{uuid} | Returns local resource data with the given uuid and an accepted return
type (mimetype) | GET, PUT |
/{BASE}/meta/{uuid} | Delete metadata of local resource with given uuid | DELETE |
/{BASE}/modules/buildinfo | Return the configuration of the module identified by the name passed as query argument. | GET |
/{BASE}/modules/list | Return a list of names of the LMF modules that are currently enabled in the LMF installation. | GET |
/{BASE}/modules/module | Return the configuration of the module identified by the name passed as query argument. | GET |
/{BASE}/ping | | GET |
/{BASE}/prefix | Get all prefixes mappings | GET |
/{BASE}/prefix/reverse | Reverse prefix lookup | GET |
/{BASE}/prefix/{prefix} | Get namespace | GET, DELETE, POST |
/{BASE}/resource | Returns a link to a remote resource (data or content) with the given uri
and an accepted return type | POST, GET, PUT, DELETE |
/{BASE}/resource/{uuid} | Returns a link to a local resource (data or content) with the given uuid
and an accepted return type | POST, GET, PUT, DELETE |
/{BASE}/statistics/enabled | Return the status of statistics gathering. | PUT, GET |
/{BASE}/statistics/list | Retrieve the statistics information of all statistics modules. | GET |
/{BASE}/statistics/modules | Return a JSON-formatted list of all statistics modules that are available in the system. | GET |
/{BASE}/statistics/{module} | Retrieve the statistics information of the statistics module with the name passed as path argument. | GET |
/{BASE}/statistics/{module}/enabled | | PUT, GET |
/{BASE}/system/database/reinit | Reinitialise the database configuration. | POST |
/{BASE}/tasks | List all tasks in all groups currently running in the system. | GET |
/{BASE}/tasks/byThread | | GET |
/{BASE}/tasks/{group} | List all tasks in the group given as argument. | GET |
/{BASE}/tasks/{group}/{name} | Return the task identified by the id given as argument. | GET |