Traffic Server Records

    TSReturnCode ( rec_type, const char* name, const TSMgmtString data_default, update_type, TSRecordCheckType check_type, const char* check_regex, access_type)

    TSMgmtStringCreate() registers name as a configuration name and sets its various properties. If check_type is then check_reg must be point to a valid regular expression to use to check the string value.

    TSMgmtStringCreate() and return TS_SUCCESS if the management value was created and TS_ERROR if not.