Hi Guys. I would like to propose adding a new API function to bring the record data type from a particular record.
A brief description of this new proposed API: *TSReturnCode TSMgmtDataTypeGet(const char * var_name, TSRecordDataType * result)* Get the type of a value for a configuration variable. *var_name* is the name of the variable as a null terminated string. The type value is stored in *result*. The function can return TS_ERROR <../types/TSReturnCode.en.html#c.TS_ERROR> if *var_name* is not found. --- You can find a PR <https://github.com/apache/trafficserver/pull/7221> with this change to complement this request: Best Regards, Damian.