Usage
#
Connection modeA connection to the streaming endpoint will result in an HTTP persistent connection.
#
Streaming modeThe server will keep sending messages until the connection terminates.
Note that while a single HTTP connection in streaming mode may persist for long periods without termination, code to support automatic reconnection using the last known position token is highly recommended for customer usage in production.
#
Query ParametersThe following parameters can be specified to filter the stream on the server-side or to reduce the bandwidth requirements. All query parameters are optional, if not specified then all available data is sent to the stream.
Query Parameters | Type | Description |
---|---|---|
compression | string | Compression of the data.gzip (default) GZip compressionnone to disable compression |
icao_address | string | Comma separated list of ICAO addresses (6 hex characters) |
tail_number | string | Comma separated list of tail numbers |
flight_id | string | Internal unique id in UUID format |
event_type | string | Event type created at the creation_time |