Amazon Ground Station · Example Payload

Ground Station Component Status Data Example

Data ProcessingIoTSatellite CommunicationsSpace Technology

Ground Station Component Status 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

bytesReceivedbytesSentcapabilityArncomponentTypedataflowIdpacketsDropped

Example Payload

Raw ↑
{
  "bytesReceived": "example-bytesReceive",
  "bytesSent": "example-bytesSent",
  "capabilityArn": "arn:aws:groundstation:us-east-2:123456789012:contact/abc123",
  "componentType": "example-componentTyp",
  "dataflowId": "example-dataflowId",
  "packetsDropped": "example-packetsDropp"
}