Resources
ResourceDescriptionMethods
/{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/listRetrieve 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}/contentCreates 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}/contextIndirect context identification, listing in case 'graph' is missingGET, POST, POST, PUT, PUT, DELETE
/{BASE}/context/listList all contextsGET
/{BASE}/context/{uuid}Returns the content stored on this contextGET, DELETE
/{BASE}/dependenciesGET
/{BASE}/dependencies/{groupId}GET
/{BASE}/dependencies/{groupId}/{artifactId}GET
/{BASE}/export/downloadDownload the triple data contained in the (optional) context (named graph) in the format specified by the Accept header of the request.GET
/{BASE}/export/typesReturn a set of all mime types that are acceptable by the importer.GET
/{BASE}/import/cancelStop the importer thread with the ID passed as query argument.DELETE
/{BASE}/import/externalFetch content from an external resource and import it into the LMF system.POST
/{BASE}/import/listGET
/{BASE}/import/statusGet the status of the importer thread with the ID passed as query argument.GET
/{BASE}/import/typesReturn a set of all mime types that are acceptable by the importer.GET
/{BASE}/import/uploadUpload content and import it into the LMF system.POST
/{BASE}/inspectGET
/{BASE}/inspect/contextGET
/{BASE}/inspect/objectGET
/{BASE}/inspect/predicateGET
/{BASE}/inspect/subjectGET
/{BASE}/inspect/{uuid}GET
/{BASE}/logging/appendersGet a JSON list of all log appenders currently configured in the system using the JSON format described in the header of the classGET, 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 classGET, POST
/{BASE}/logging/modulesList all modules currently available in the system as a JSON list using the JSON format described in the header of this classGET, 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}/metaDelete metadata of remote resource with given uriDELETE
/{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 uuidDELETE
/{BASE}/modules/buildinfoReturn the configuration of the module identified by the name passed as query argument.GET
/{BASE}/modules/listReturn a list of names of the LMF modules that are currently enabled in the LMF installation.GET
/{BASE}/modules/moduleReturn the configuration of the module identified by the name passed as query argument.GET
/{BASE}/pingGET
/{BASE}/prefixGet all prefixes mappingsGET
/{BASE}/prefix/reverseReverse prefix lookupGET
/{BASE}/prefix/{prefix}Get namespaceGET, DELETE, POST
/{BASE}/resourceReturns a link to a remote resource (data or content) with the given uri and an accepted return typePOST, GET, PUT, DELETE
/{BASE}/resource/{uuid}Returns a link to a local resource (data or content) with the given uuid and an accepted return typePOST, GET, PUT, DELETE
/{BASE}/statistics/enabledReturn the status of statistics gathering.PUT, GET
/{BASE}/statistics/listRetrieve the statistics information of all statistics modules.GET
/{BASE}/statistics/modulesReturn 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}/enabledPUT, GET
/{BASE}/system/database/reinitReinitialise the database configuration.POST
/{BASE}/tasksList all tasks in all groups currently running in the system.GET
/{BASE}/tasks/byThreadGET
/{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