Description |
---|
GraphSearch available server resources, used for search space configurations like remote triple stores, search indices, PoolParty projects and Custom Schemes. |
URL: /GraphSearch/api/servers
Supported Methods |
---|
GET |
This method returns a JSON formatted response containing all available server resources.
application/json
Status: 200 - OK
Example Request
https://vocabulary.semantic-web.at/GraphSearch/api/servers
Example Response
[
{
"serverId": "urn:uuid:1E02D67D-7959-0001-82BE-B9811AAC76E0",
"label": "CTP - cocktails test project",
"reachable": false,
"index": false
}
]