CsvColumnDefinition
CSV Column Definition
Defines a mapping from a Metrics API response field to a custom CSV column header.
JSON Example
{
"field": "string",
"header": "string"
}
string
field
Required
The field name from the Metrics API response to include as a column in the CSV. Supported values: resource_id, resource_ref_id, site_id, display_name, metric_key, unit, object_id, node_id, time, value.
string
header
Required
Custom label to use as the CSV column header for this field.