/cancelScheduledInstall: Cancel Scheduled Download and Install Package

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 cancelScheduledInstall operation:

Use dark colors for code blocksCopy
1
2
3
4
5
6
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 cancelScheduledInstall operation cancels a currently scheduled content update for ArcGIS Living Atlas.

Request parameters

ParameterDetails

packageId

(Optional)

Specifies the ID of an ArcGIS Living Atlas content package that was scheduled to be downloaded and installed.

Example

Use dark colors for code blocksCopy
1
packageId=1897ca6b39284c4db098f439da5a92e0

scheduleId

(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

Use dark colors for code blocksCopy
1
scheduleId=3f0790c95488464d8d5ebcc36630447d

f

The response format. The default format is html.

Values: html | json | pjson

JSON Response example

Use dark colors for code blocksCopy
1
2
3
4
5
6
7
8
9
10
11
{
  "accountId": "0123456789ABCDEF",
  "packageId": "3dd3ed5e-ef71-4b90-aaf4-a689a834e596",
  "scheduleId": "3f0790c95488464d8d5ebcc36630447d",
  "importDateTime": 1705050000000,
  "status": "cancelled",
  "created": 1704986271044,
  "modified": 1704986271060,
  "startTime": 1705050000000,
  "success": true
}

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