/  Yamcs HTTP API  /  Packets  /  Export Packets

Export PacketsΒΆ

Export raw packets

Warning

This method uses server-streaming. Yamcs sends an unspecified amount of data using chunked transfer encoding.

URI Template

GET /api/archive/{instance}:exportPackets
POST /api/archive/{instance}:exportPackets
{instance}

Yamcs instance name

Query Parameters

start

Filter the lower bound of the packet's generation time. Specify a date string in ISO 8601 format. This bound is inclusive.

stop

Filter the upper bound of the packet's generation time. Specify a date string in ISO 8601 format. This bound is exclusive.

name

The archived name of the packets. Names must match exactly.

link

Filter by the link where the packet was received from.

filter

Filter query. See Filtering for how to write a filter query.

Literal text search matches against the name and link fields. Field comparisons can use any of the following fields:

Field

Type

Description

name

string

Filter by archived name

link

string

Filter by receiving link

seqNumber

number

Filter by archived sequence number

size

number

Filter by packet size in bytes