Add task

Description

Add a task

Endpoint

/path/setUpTask

Method

POST

Access Level Rules

Minimum Access Level

edit+ on the parent folder or account holder in the root

Processing Units

Processing units

0

Parameters

NameDescriptionRequiredDefault

type

Must be "copernicusImport", "geodatabaseImport", "shapeImport" or "geopackageImport".

true

parameters

JSON with properties:

  • collection: Must be 'sentinel2' or 'sentinel1' (required in case of copernicusImport)

  • assetId: Asset id (required in case of copernicusImport)

  • name: string (required in case of non copernicusImports)

  • parentId: id of the Ellipsis Drive folder to place the import in. Can be null.

true

data

A file to upload (not required in the case of non copernicusImport)

false

Default null.

Last updated