Cisco Cisco Workload Automation 6.3 Developer's Guide

Page of 64
76
Customizing the Command Line Program
table.props
table.props
This property file defines formatting properties for table style command results. It is effective only if value of the 
Style 
property in tescmd.props is set to 
table.  For each listed SACmd, you can customize columns to display as well as title, 
width and alignment of each column.
For example, to change alignment of the column 
active of the agent -C LIST command to left (default is "center"), 
you can specify the following:
agent.list.active.align=left
Note: 
You should not modify this file directly. Editing this file will not have any effect on the SACmd. Instead, create a 
custom property file by following the procedure described in the header of the table.props. When starting SACmd, supply 
this custom property file by using the -table_props option.
PageHeight
Specifies the number of lines to display per page. Default is 50.
Style
Specifies the style in which to display command results.  Valid styles are:
table
list
xml
Default is table. You can change it to any of the three values depending on 
your need. For example, you may choose xml style if you wish to feed the 
command result into your application capable of processing the xml 
document.
javax.net.ssl.trustStore
Specifies fully qualified path of the SSL trust store to be used if you wish to 
connect SACmd to a SSL enabled Client Manager. This property is 
commented out by default.
Property Name
Description