Set Host Command
Description
Updates a resource host defintion.
Commandline
$ transit set host <id> [-url <url>] [-username <username>] [-password <password>] [-priority <int>] [-index <resource>] [-disabled | -enabled] [-trusted | -untrusted] [-layout <id>] [-scheme <scheme>] [-prompt <prompt>]
Options
url | Updates the resource host base url. |
username | Update the resource host login username. |
password | Update the resource host password. |
priority | Change the host priority setting. |
index | Update the host index resource path. |
disabled | Marks the host as disabled. |
enabled | Marks the host as enabled. |
trusted | Marks the host as trusted. |
untrusted | Marks the host as untrusted. |
layout | Updates the assigned layout key. |
scheme | Modifies the host authentication scheme. |
prompt | Modifies the host authentication prompt. |
Example
The following example demonstrates the modification of a resource host definition.
$ transit set host demo -url http://localhost:8080 -priority 60 -trusted
Updating resource host: demo Saving to: local:xml:dpml/transit/config