/  Yamcs HTTP API  /  Events  /  Export Events

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

start

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

stop

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

source

The source of the events. Names must match exactly.

severity

The minimum severity level of the events. One of info, watch, warning, distress or severe. Default: info

q

Text to search for in the message.

filter

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

Literal text search matches against the fields message, source and type.

Field comparisons can use any of the following fields:

message

string

seqNumber

number

severity

enum

One of info, watch, warning, distress, critical or severe.

source

string

type

string

delimiter

Column delimiter. One of TAB, COMMA or SEMICOLON. Default: TAB.