Skip to content

rba_operation

RBA Operation

show | delete | set | add

show rba_operation

Use this operation to get RBA operations

Synopsys

show rba_operation [id=<string>]

Parameters

id

Id is system generated key for all the RBA operations

delete rba_operation

Use this operation to delete RBA Operation(s)

Synopsys {#synopsys-1 style="margin-left: 20px;"}

delete rba_operation id=<string>

Parameters {#parameters-1 style="margin-left: 20px;"}

id

Id is system generated key for all the RBA operations

This is a mandatory parameter.

set rba_operation

Use this operation to modify RBA Operations

Synopsys {#synopsys-2 style="margin-left: 20px;"}

set rba_operation id=<string> [name=<string>] [parent_name=<string>] [parent_id=<string>]

Parameters {#parameters-2 style="margin-left: 20px;"}

id

Id is system generated key for all the RBA operations

This is a mandatory parameter.

name

Operation Name

parent_name

parent_id

add rba_operation

Use this operation to add RBA Operations

Synopsys {#synopsys-3 style="margin-left: 20px;"}

add rba_operation name=<string> [parent_name=<string>] [parent_id=<string>]

Parameters {#parameters-3 style="margin-left: 20px;"}

name

Operation Name

This is a mandatory parameter.

parent_name

parent_id

Was this article helpful?