Methods
- Activities
- Alarms
- Audit
- Buckets
- Clearance
- Commands
- COP-1
- Database
- Events
- File Transfer
- IAM
- Indexes
- Instances
- Links
- MDB Override
- MDB
- Packets
- Parameter Archive
- Parameter Lists
- Parameter Values
- Processing
- Queues
- Replication
- RocksDB
- SDLS
- Server
- Services
- Sessions
- Table
- Time Correlation
- Time
- Timeline
Yamcs Release Notes
Yamcs Server Manual
Source Code Documentation
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
startFilter the lower bound of the packet's generation time. Specify a date string in ISO 8601 format. This bound is inclusive.
stopFilter the upper bound of the packet's generation time. Specify a date string in ISO 8601 format. This bound is exclusive.
nameThe archived name of the packets. Names must match exactly.
linkFilter by the link where the packet was received from.
filterFilter query. See Filtering for how to write a filter query.
Literal text search matches against the
nameandlinkfields. Field comparisons can use any of the following fields:Field
Type
Description
namestring
Filter by archived name
linkstring
Filter by receiving link
seqNumbernumber
Filter by archived sequence number
sizenumber
Filter by packet size in bytes