- URL:
- https://<root>/portals/[portalID]/livingatlascatalog/deeplearning/import
- Methods:
- POST
- Version Introduced:
- 11.5
Example usage
The following is a sample POST request for the import operation:
POST /<context>/sharing/rest/portals/0123456789SBCEDF/livingatlascatalog/deeplearning/import
Host: organization.example.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []
itemIds=a6857359a1cd44839781a4f113cd5934&f=pjsonDescription
The import operation allows administrators to add deep learning packages from Living Atlas in ArcGIS Online to their deployment of ArcGIS Enterprise. This operation is performed asynchronously and returns a job that can be used to track the status of the import job. Job status can also be tracked using the Install Status resource.
Request parameters
| Parameter | Details | 
|---|---|
| 
 (Required) | A list of deep learning package item IDs. Item IDs must be separated by a comma if multiple deep learning packages are included in the same request. | 
| 
 | The response format. The default format is  Values:  | 
JSON Response example
{
  "itemJobs": [
    {
      "itemId": "a6857359a1cd44839781a4f113cd5934",
      "jobId": "8c0a18cafd744fe68d586507a36cb588"
    }
  ],
  "success": true,
  "status": "submitted",
  "unprocessedItems": []
}