Index Changes
Fuji Home

Fuji CLI Overview

Fuji CLI Home

show-eip-configuration

Will show the configuration for a specified configuration using the eip and configuration ids.

Example:

fuji show-eip-configuration --eip-id={http://fuji.dev.java.net/application/ifl1}dynamic-select --config-id=myConfigA

Both the --eip-id and --config-id are required options. The show command will also work with the index number of the list command. The list command will output an index number with each eip. This index number can be specified instead of the --eip-id

-> fuji list-eips --full

EIP Names
---------
[ 0] {http://fuji.dev.java.net/application/FlowTest2}anotherRouteRule
[ 1] {http://fuji.dev.java.net/application/FlowTest2}myRouteRule
[ 2] {http://fuji.dev.java.net/application/FlowTest2}theLastRouteRule
[ 3] {http://fuji.dev.java.net/application/FlowTest2}yetAnotherRouteRule

Command list-eips executed successfully.

-> fuji list-eip-configurations 1

Configurations For EIP myRouteRule
----------------------------------
myConfigB
myConfigA

Command list-eip-configurations executed successfully.

-> fuji show-eip-configuration 1 --config-id=myConfigB

config-id: myConfigB
config:
  - !java.util.HashMap
    to: endpoint-1
    type: xpath
    condition: //Trade/Type=BOND
  - !java.util.HashMap
    to: named-route-x
    type: xpath
    condition: //Trade/Type=CASH
type: select
enabled: yes
app-ns: "http://fuji.dev.java.net/application/FlowTest2"
name: myRouteRule
priority: !java.lang.Double 7.5

Command show-eip-configuration executed successfully.

OptionValueOption DescriptionRequired Option
--eip-id eip id The name or id of the EIP Yes
--config-id config id The name or id of eip configuration Yes
--help Will display the help for this command No

OperandOperand DescriptionRequired
none

JSPWiki v2.4.100
[RSS]
« Home Index Changes Prefs
This page (revision-2) was last changed on 11-Jun-09 17:21 PM, -0700 by Mark Saunders