| bindappfwprofile_restvalidation |
Use this method to bind restvalidation to appfw profile. |
Syntax |
Parameters |
name |
Name of the profile to which to bind an exemption or rule. This is mandatory parameter. |
restvalidation |
Exempt REST endpoints or any other URLs matching the given pattern from the API schema validation check.
A REST validation exemption (relaxation) consists of the following items:
* REST validation. A URL pattern. Examples: 'GET:/v1/bookstore/viewbooks', '*:/v1/bookstore/**'
* Rule Action. Action to be taken for traffic matching the configured relaxation rule. Values: none, log |
ruleaction |
Action to be taken for traffic matching the configured relaxation rule. Default value = AS_NONE. Possible Values : log, none. |
Return Value |
Returns simpleResult |
See Also |