/deeplearning/checkForUpdates: Check For Updates

URL:
https://<root>/portals/[portalID]/livingatlascatalog/deeplearning/checkForUpdates
Methods:
GET
Version Introduced:
11.5

Example usage

The following is a sample request URL used to access the deeplearning resource:

Use dark colors for code blocksCopy
1
https://organization.example.com/<context>/sharing/rest/portals/0123456789ABCDEF/livingatlascatalog/deeplearning/checkForUpdates?f=pjson

Description

The checkForUpdates resource returns a list of every imported deep learning package and lists (using the package's itemId) the packages that have available updates or that have been retired.

Request parameters

ParameterDetails

f

The response format. The default format is json.

Values: json | pjson

JSON Response example

Use dark colors for code blocksCopy
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
  "installedDeeplearningPackages": [
    {
      "itemId":"0b0c8253d2194335a0f7183388ca6935",
      "title":"Blocks and Streets Extraction - KSA ",
      "status":"COMPLETED",
      "itemSizeInBytes":3723301515,
      "importDateTime":1741872066969
    },
    {
      "itemId":"9b67b441f29f4ce6810979f5f0667ebe",
      "title":"Segment Anything Model (SAM)",
      "status":"COMPLETED",
      "itemSizeInBytes":2584782032,
      "importDateTime":1741870784011
    },
    {
      "itemId":"a6857359a1cd44839781a4f113cd5934",
      "title":"Building Footprint Extraction - USA",
      "status":"COMPLETED",
      "itemSizeInBytes":165484018,
      "importDateTime":1741887594432
    },
    {
      "itemId":"dac319ec70f844dab2d152f32dfff399",
      "title":"High Resolution Canopy Height Estimation",
      "status":"COMPLETED",
      "itemSizeInBytes":2857162558,
      "importDateTime":1741872066506
    }
  ],
  "canBeUpdated":[0b0c8253d2194335a0f7183388ca6935,a6857359a1cd44839781a4f113cd5934],
  "retiredItems":[],
  "success":true
}

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