| 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:
- basic - Use basic authentication. The
username and password credentials are sent in each request. Before
transmission, the user name is appended with a colon and concatenated with
the password. The resulting string is encoded with the Base64 algorithm.
- form -
Use form-based authentication. After the
username and password credentials are validated by the Administrator server,
the server creates a session identified by a unique key that is passed between
the client and server on each subsequent HTTP request. This approach is more
secure because authentication credentials are only sent during the initial
handshake and not with every request.
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
|