This command modifies the specified attributes of an existing application instance. Omitted arguments are overwritten.
Table 7–7 Arguments and Result for the hdb.a.mod Command
Argument/Result |
Syntax |
Description |
|
---|---|---|---|
ID |
Required |
AppInstanceID |
The application instance ID |
pID |
Optional |
AppInstanceID |
The new parent application ID |
ip |
Optional |
String |
The new application IP address (x.y.z.w) |
port |
Optional |
Integer |
The new application port |
conn |
Optional |
ConnectionType |
The new connection type (raw|ssh|ssl) |
param |
Optional |
String |
The new parameters |
result |
UIAppInstanceUpdate |
The modified application instance and associated warnings |
Omitting the -port argument or setting the port to 0 on an application instance with connection type ssh will cause the default ssh port to be used.