Skip to main content

Export Notification

POST 

/api/v1/map/export-notification

This service message allows Libot to notify when a map is completed or has failed.

Request

Body

required

    data

    object

    required

    catalogRecordID string
    domain string
    artifactCRS string
    webhook string[]
    ROI object

    description

    object

    type string
    features string[]
    keywords object
    parameters object
    id number
    estimatedSize number
    estimatedTime number
    status string

    Possible values: [PENDING, IN_PROGRESS, COMPLETED, ABORTED, PAUSED, FAILED, EXPIRED, ARCHIVED]

    errorReason string
    progress number
    artifacts string[]
    createdAt string
    expiredAt string
    finishedAt string

Responses

Loading...