Index Changes
Fuji Home

Fuji CLI Overview

Fuji CLI Home

remove-eip-configuration

Will remove a configuration from an existing EIP.

Example:

fuji remove-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 remove 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.

The following are equivalent

fuji remove-eip 1 --config-id=myConfigA
fuji remove-eip --eip-id=1 --config-id=myConfigA
fuji remove-eip 1 --eip-id={http://fuji.dev.java.net/application/FlowTest2}myRouteRule --config-id=myConfigA
fuji remove-eip --eip-id=myRouteRule --config-id=myConfigA     (This is valid if the local name "myRouteRule" is unique)

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-9) was last changed on 11-Jun-09 17:20 PM, -0700 by Mark Saunders