- URL:https://<knowledgegraphserviceadmin-url>/status
- Version Introduced:10.9.1
Description
License:
The active portal account must be licensed with the ArcGIS Knowledge user type extension to use Knowledge Graph Server services.
A knowledge graph service's status operation allows an administrative client to determine if the service is operational or not.
Request parameters
Parameter | Details |
---|---|
f | The response format. The default response format is html. Values: html | pjson | json |
Example usage
The following is a sample request URL for a knowledge graph service named SupplyChain:
https://machine.domain.com/webadaptor/rest/admin/services/Hosted/SupplyChain/KnowledgeGraphServer/status?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.
{
"name": "<knowledgeGraphService>",
"status": "<Started or Stopped>"
}
JSON Response example
This example illustrates the response to the example query shown above.
{
"name": "Hosted/MyKnowledgeGraph",
"status": "Started"
}