Skip to main content

Web Service Method: Retrieve GraphSearch Server Configuration

Abstract

Web Service Method: Retrieve GraphSearch Server Configuration

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

Request

Supported Methods

GET

Response

This method returns a JSON formatted response containing all available server resources.

Content-Type:

application/json

Status: 200 - OK

Examples

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
    }
]