Refresh

URL:
https://<knowledgegraphserviceadmin-url>/refresh
Methods:
GET

Description

A knowledge graph service's refresh operation allows an administrative client to make updated properties and content of the service available to client applications.

Request parameters

ParameterDetails

f

The response format. The default response format is html .

Values: html | json | pjson

Example usage

The following is a sample request URL for a knowledge graph service named SupplyChain :

Use dark colors for code blocksCopy
1
https://machine.domain.com/webadaptor/rest/admin/services/Hosted/SupplyChain/KnowledgeGraphServer/refresh?f=json

JSON Response syntax

When an JSON request is sent to the knowledge graph service, a JSON response is returned outlining the capabilities of the service. The following example represents the syntax for describing the capabilities of a knowledge graph service.

Use dark colors for code blocksCopy
1
2
3
{
  "success": <boolean>
}

JSON Response example

This example illustrates the response to the example query shown above.

Use dark colors for code blocksCopy
1
2
3
{
  "status": true
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.