TMSH Configuration & Status Commands¶
Description¶
The following Tcl commands mirror tmsh commands or provide structured
access for retrieving configuration, statistics, and status
information.
Command List¶
- tmsh::create - Mirrors the tmsh create command.
- tmsh::delete - Mirrors the tmsh delete command
- tmsh::get_config - Returns a list of configuration items as Tcl objects.
- tmsh::get_field_names - Returns a list of field names present in an object.
- tmsh::get_field_value - Retrieves the value of the field name.
- tmsh::get_name - Returns the object identifier associated with the object.
- tmsh::get_status - Returns a list of config item statuses as Tcl objects.
- tmsh::get_type - Returns the type identifier associated with the object.
- tmsh::list - Runs the command list using the specified arguments.
- tmsh::modify - Runs the command modify using the specified arguments.
- tmsh::reset_stats - Runs the command reset-stats using the specified arguments
- tmsh::show - Runs the command show using the specified arguments.
Note
For the full traffic management shell reference, see F5 TMSH Reference
The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.