Skip to content
URL:
https://<knowledgegraphserver_datatransfer-url>/export
Methods:
POST
Version Introduced:
12.0

Description

The Export operation exports the service definition for a knowledge graph service. The resulting service definition can then be published as a new knowledge graph service in an ArcGIS Enterprise organization. The owner of the knowledge graph service and administrators of the ArcGIS Enterprise organization can always export its service definition. By default, other users cannot export the knowledge graph service. You can enable the Extract capability, allowing other users to export the service definition by managing the knowledge graph settings.

The Export operation allows an organization to move their knowledge graph services from one system to another while conserving the service's references and configured parameters.

Request parameters

ParameterDetails

export service definition name

(Required)

The knowledge graph service's name.

dataFormat

(Required)

The data storage format of knowledge graph service in the exported the service definition. The only supported format is EXPORT_DATA_FORMAT_GEOPARQUET.

f

The response format. The default format is html.

Values: pbf | html

Example usage

The following is a sample request URL to export a knowledge graph service named SupplyChain.

Use dark colors for code blocksCopy
1
https://organization.example.com/<context>/rest/services/Hosted/SupplyChain/KnowledgeGraphServer/dataTransfer/export?f=html

Response example

The tabbed sections below outline the workflow to obtain the knowledge graph service's exported service definition.

When the Export job request is submitted the status URL can be used to access the job status.

Use dark colors for code blocksCopy
1
https://organization.example.com/<context>/rest/services/Hosted/SupplyChain/KnowledgeGraphServer/jobs/j8566a874-3854-43a9-96b7-b1cd7630d8c9/status?f=html

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