- 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
| Parameter | Details |
|---|---|
(Required) | The knowledge graph service's name. |
(Required) | The data storage format of knowledge graph service in the exported the service definition. The only supported format is |
| The response format. The default format is Values: |
Example usage
The following is a sample request URL to export a knowledge graph service named Supply.
https://organization.example.com/<context>/rest/services/Hosted/SupplyChain/KnowledgeGraphServer/dataTransfer/export?f=htmlResponse 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.
https://organization.example.com/<context>/rest/services/Hosted/SupplyChain/KnowledgeGraphServer/jobs/j8566a874-3854-43a9-96b7-b1cd7630d8c9/status?f=html