DPML
DPML Transit Set Resource Host Command
HomeUtilitiesStationMetroDepotTransit
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
urlUpdates the resource host base url.
usernameUpdate the resource host login username.
passwordUpdate the resource host password.
priorityChange the host priority setting.
indexUpdate the host index resource path.
disabledMarks the host as disabled.
enabledMarks the host as enabled.
trustedMarks the host as trusted.
untrustedMarks the host as untrusted.
layoutUpdates the assigned layout key.
schemeModifies the host authentication scheme.
promptModifies 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