Amazon Ground Station · Example Payload

Ground Station Contact Data Example

Data ProcessingIoTSatellite CommunicationsSpace Technology

Ground Station Contact Data Example is an example object payload from Amazon Ground Station, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

contactIdcontactStatusendTimeerrorMessagegroundStationmaximumElevation

Example Payload

Raw ↑
{
  "contactId": "example-contactId",
  "contactStatus": "COMPLETED",
  "endTime": "example-endTime",
  "errorMessage": "example-errorMessage",
  "groundStation": "example-groundStatio",
  "maximumElevation": "example-maximumEleva"
}