Airbus OneAtlas · Example Payload

Oneatlas Activity Example

ImagerySatellites

Oneatlas Activity Example is an example object payload from Airbus OneAtlas, with 13 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

_linkscreationDateendDateidlastStageNamemessagepayloadpriorityprogressstartDatestatustypeuserId

Example Payload

Raw ↑
{
  "_links": {},
  "creationDate": "example-creationDate",
  "endDate": "example-endDate",
  "id": "example-id",
  "lastStageName": "example-lastStageName",
  "message": "example-message",
  "payload": {},
  "priority": 1.0,
  "progress": 1.0,
  "startDate": "example-startDate",
  "status": "QUEUED",
  "type": "ingestion",
  "userId": "example-userId"
}