| getcsactionResult Structure Definition |
The getcsactionResult structure defines the return type for getcsaction API. |
Syntax |
Members |
rc |
If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings. |
message |
If the method succeeds, message is NULL else message contains Error/Warning message. |
csactionList |
List of csactions |
| csaction Structure Definition |
The csaction structure defines the actual return type values for getcsaction API. |
Syntax |
Members |
name |
Name of the content switching action. |
targetlbvserver |
Target LB vserver name. |
targetvserver |
Target VPN vserver name. |
targetvserverexpr |
Target LB vserver expression. |
hits |
The number of times the action has been taken. |
referencecount |
The number of references to the action. |
undefhits |
The number of times the action resulted in UNDEF. |
builtin |
comment |
Comments associated with this cs action. |
_nextgenapiresource |
See Also |