| gettransformprofileResult Structure Definition |
The gettransformprofileResult structure defines the return type for gettransformprofile 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. |
transformprofileList |
List of transformprofiles |
| transformprofile Structure Definition |
The transformprofile structure defines the actual return type values for gettransformprofile API. |
Syntax |
Members |
name |
Name of the profile. |
actionname |
URL Transformation action name. |
type |
Type of transformation. Always URL for URL Transformation profiles. |
regexforfindingurlinjavascript |
Patclass having regexes to find the URLs in JavaScript. |
regexforfindingurlincss |
Patclass having regexes to find the URLs in CSS. |
regexforfindingurlinxcomponent |
Patclass having regexes to find the URLs in X-Component. |
regexforfindingurlinxml |
Patclass having regexes to find the URLs in XML. |
additionalreqheaderslist |
Patclass having a list of additional request header names that should transformed. |
additionalrespheaderslist |
Patclass having a list of additional response header names that should transformed. |
onlytransformabsurlinbody |
In the HTTP body, transform only absolute URLs. Relative URLs are ignored. |
comment |
Any comments to preserve information about this URL Transformation profile. |
priority |
Priority of the Action within the Profile. |
state |
Enabled flag. |
profilename |
URL Transformation profile name. |
requrlfrom |
Pattern of original request URLs. It corresponds to the way external users view the server, and acts as a source for request transformations. |
requrlinto |
Pattern of transformed request URLs. It corresponds to internal addresses and indicates how they are created. |
resurlfrom |
Pattern of original response URLs. It corresponds to the way external users view the server, and acts as a source for response transformations. |
resurlinto |
Pattern of transformed response URLs. It corresponds to internal addresses and indicates how they are created. |
cookiedomainfrom |
Pattern of the original domain in Set-Cookie headers. |
cookiedomaininto |
Pattern of the transformed domain in Set-Cookie headers. |
actioncomment |
Comments. |
_nextgenapiresource |
See Also |