datamart_include_file_header

This command controls whether the header line (column names) are included in the output CSV of a user-defined and predefined file data mart.

This API is available in Guardium V9.5 and later.

REST API syntax

This API is available as a REST service with the PUT method. Call this API as follows:
PUT https://[Guardium hostname or IP address]:8443/restAPI/datamart_include_file_header

GuardAPI syntax

datamart_include_file_header parameter=value

Parameters

Parameter Value type Description
includeFileHeader String Required. Valid values:
  • Yes
  • No
Name String Required. Data mart name.

Examples

This command enables the file header on the data mart Export:Exception Log.

grdapi datamart_include_file_header Name=Export:Exception Log includeFileHeader=Yes