CsvFormatting

CsvFormatting
CSV Formatting

Optional CSV formatting configuration. If not specified, the CSV will contain all default fields (resource_id, resource_ref_id, site_id, display_name, metric_key, unit, object_id, node_id, time, value). If specified, only the listed columns (in the given order) will be included in the CSV.

JSON Example
{
    "columns": [
        {
            "field": "string",
            "header": "string"
        }
    ]
}
columns
Optional

Ordered list of column definitions specifying which fields to include and their CSV header labels.