| getstreamselectorResult Structure Definition |
The getstreamselectorResult structure defines the return type for getstreamselector 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. |
streamselectorList |
List of streamselectors |
| streamselector Structure Definition |
The streamselector structure defines the actual return type values for getstreamselector API. |
Syntax |
Members |
name |
Name for the selector. |
rule |
Set of up to five expressions. Maximum length: 7499 characters. Each expression must identify a specific request characteristic, such as the client's IP address (with CLIENT.IP.SRC) or requested server resource (with HTTP.REQ.URL).
Note: If two or more selectors contain the same expressions in different order, a separate set of records is created for each selector. |
_nextgenapiresource |
See Also |