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
- Stream Archive
- Table
- Time Correlation
- Time
- Timeline
Yamcs Release Notes
Yamcs Server Manual
Source Code Documentation
Export EventsΒΆ
Export events in CSV format
Warning
This method uses server-streaming. Yamcs sends an unspecified amount of data using chunked transfer encoding.
URI Template
GET /api/archive/{instance}:exportEvents
{instance}Yamcs instance name
Query Parameters
startFilter the lower bound of the event's generation time. Specify a date string in ISO 8601 format. This bound is inclusive.
stopFilter the upper bound of the event's generation time. Specify a date string in ISO 8601 format. This bound is exclusive.
sourceThe source of the events. Names must match exactly.
severityThe minimum severity level of the events. One of
info,watch,warning,distressorsevere. Default:infoqText to search for in the message.
filterFilter query. See Filtering for how to write a filter query.
Literal text search matches against the
message,sourceandtypefields. Field comparisons can use any of the following fields:Field
Type
Description
messagestring
Filter by message text
seqNumbernumber
Filter by archived sequence number
severityenum
Filter by event severity
sourcestring
Filter by event source
typestring
Filter by event type
Possible severities:
info,watch,warning,distress,criticalorsevere.delimiterColumn delimiter. One of
TAB,COMMAorSEMICOLON. Default:TAB.