Status

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

Description

A knowledge graph service's status operation allows an administrative client to determine if the service is operational or not.

Request parameters

ParameterDetails

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 :

1
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.

1
2
3
4
{
  "name": "<knowledgeGraphService>",
  "status": "<Started or Stopped>"
}

JSON Response example

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

1
2
3
4
{
  "name": "Hosted/MyKnowledgeGraph",
  "status": "Started"
}

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

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close