- URL:
- https://[root]/portals/[portalID]/livingatlascatalog/cancelScheduledInstall
- Methods:
POST
- Required Capability:
- Administrator
- Version Introduced:
- 11.3
Example usage
The following is a sample ArcGIS Enterprise POST request for the cancel
operation:
POST /webadaptor/sharing/rest/portals/0123456789SBCEDF/livingatlascatalog/cancelScheduledInstall
Host: machine.domain.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []
packageId=&scheduleId=3f0790c95488464d8d5ebcc36630447d&f=pjson
Description
The cancel
operation cancels a currently scheduled content update for ArcGIS Living Atlas.
Request parameters
Parameter | Details |
---|---|
(Optional) | Specifies the ID of an ArcGIS Living Atlas content package that was scheduled to be downloaded and installed. Example
|
(Required) | Provides the ID of a currently scheduled content update. The value for this parameter can be retrieved from the Download and Install Package response after scheduling the job, or from the Living Atlas Catalog resource. Example
|
| The response format. The default format is Values: |
JSON Response example
{
"accountId": "0123456789ABCDEF",
"packageId": "3dd3ed5e-ef71-4b90-aaf4-a689a834e596",
"scheduleId": "3f0790c95488464d8d5ebcc36630447d",
"importDateTime": 1705050000000,
"status": "cancelled",
"created": 1704986271044,
"modified": 1704986271060,
"startTime": 1705050000000,
"success": true
}