table of contents
TRAFFIC SERVER RECORDS(3ts) | Apache Traffic Server | TRAFFIC SERVER RECORDS(3ts) |
NAME¶
Traffic Server Records - traffic Server maintains a set of records which cover both configuration values and statistics
SYNOPSIS¶
#include <ts/ts.h>
DESCRIPTION¶
TSMgmtStringCreate() registers name as a configuration name and sets its various properties. If check_type is TS_RECORDCHECK_STR then check_reg must be point to a valid regular expression to use to check the string value.
If a plugin uses a value from records.config that is not built in to Traffic Server it must use this function or the value will be inaccessible and a warning for that name will be generated.
RETURN VALUES¶
TSMgmtStringCreate() and TSMgmtIntCreate() return TS_SUCCESS if the management value was created and TS_ERROR if not.
SEE ALSO¶
TSAPI(3ts)
COPYRIGHT¶
2024, dev@trafficserver.apache.org
January 6, 2024 | 9.2 |