Property File Reference
Property files contain Administrator server location and user-specific information used when running the command-line interface.
Property | Type | Description |
---|---|---|
adminURL | URL | URL of the Administrator server. |
username | String | Name of the Administrator user executing the task. The user must have the permissions required to execute the actions in the script. |
password | String | Password of the Administrator user executing the task. |
httpConnectionTimeout (s) | Integer | Length of time to wait for the connection to the Administrator server to establish. |
httpAuthType | String | Type of authentication to use to secure communication between the Administrator CLI and the remote Administrator server:
Default: basic. |
javax.net.ssl.trustStore | String | Trust store properties used by the Administrator CLI to connect to the Administrator server when the external HTTP connector is enabled with SSL. The property values are used to create the trust store file in the location specified by the
javax.net.ssl.trustStore property.
|
javax.net.ssl.trustStoreType | String | |
javax.net.ssl.trustStorePassword | Obfuscated password | |
admin.cli.ssl.keystorelocation | String | Keystore properties are used by the Administrator CLI to connect to the TIBCO Host instance when it is enabled with JMX over SSL. The property values are used to create the keystore file in the location specified by the
admin.cli.ssl.keystorelocation property.
|
admin.cli.ssl.keystorepassword | Obfuscated password | |
admin.cli.ssl.keystoretype | String | |
admin.cli.ssl.keyalias | String | |
admin.cli.ssl.keypassword | Obfuscated password |