| getcractionResult Structure Definition |
The getcractionResult structure defines the return type for getcraction 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. |
cractionList |
List of cractions |
| craction Structure Definition |
The craction structure defines the actual return type values for getcraction API. |
Syntax |
Members |
name |
Name of the action for which to display detailed information. |
crtype |
Type to decide where to redirect the requests if the cache redirection policy is hit.
The valid options are as follows:
*CACHE - Directs all the requests to the cache if cache redirection policy is hit.
*ORIGIN - Directs all requests to the origin server if the cache redirection policy is hit. |
builtin |
Flag to determine whether CRACTION is default or not. |
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. |
comment |
Comment. Any type of information about this responder action. |
_nextgenapiresource |
See Also |