Fuji CLI Overview
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.
| Option | Value | Option Description | Required 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 |
| Operand | Operand Description | Required |
| none | | |
This page (revision-2) was last changed on
11-Jun-09 17:21 PM, -0700
by Mark Saunders.
This page was created on
11-Jun-09 15:06 PM, -0700 by Mark Saunders.
More info...
| Version |
Date |
Author |
Size |
Changes ... |
|
2
|
11-Jun-09 17:21 PM, -0700
|
Mark Saunders |
2114 |
to previous
|
|
1
|
11-Jun-09 15:06 PM, -0700
|
Mark Saunders |
2126 |
to last
|