/  Yamcs HTTP API  /  Stream Archive  /  Export Parameter Values

Export Parameter ValuesΒΆ

Export parameter values 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}:exportParameterValues
{instance}

Yamcs instance name.

Query Parameters

start

Filter the lower bound of the parameter's generation time. Specify a date string in ISO 8601 format.

stop

Filter the upper bound of the parameter's generation time. Specify a date string in ISO 8601 format.

parameters

The parameters to add to the export.

namespace

Namespace used to display parameter names in csv header. Only used when no parameter ids were specified.

extra

Extra columns added to the CSV output:

  • raw: Raw parameter values

  • monitoring: Monitoring status

delimiter

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