getfeoactionResult Structure Definition

The getfeoactionResult structure defines the return type for getfeoaction 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.

feoactionList

List of feoactions


feoaction Structure Definition

The feoaction structure defines the actual return type values for getfeoaction API.

Syntax



Members

name

The name of the front end optimization action.

cachemaxage

Maxage for cache extension.

domainsharding

Domain name of the server

dnsshards

Set of domain names that replaces the parent domain.

hits

The number of times the action has been taken.

undefhits

Total number of undefined policy hits.

builtin

Flag to determine if front end optimization action is built-in or not.

_nextgenapiresource


See Also