Amazon Ground Station · Example Payload

Ground Station List Contacts Request Example

Data ProcessingIoTSatellite CommunicationsSpace Technology

Ground Station List Contacts Request 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

endTimegroundStationmaxResultsmissionProfileArnnextTokensatelliteArn

Example Payload

Raw ↑
{
  "endTime": "example-endTime",
  "groundStation": "example-groundStatio",
  "maxResults": "example-maxResults",
  "missionProfileArn": "arn:aws:groundstation:us-east-2:123456789012:contact/abc123",
  "nextToken": "example-nextToken",
  "satelliteArn": "arn:aws:groundstation:us-east-2:123456789012:contact/abc123"
}