| bindappfwprofile_grpcvalidation |
Use this method to bind grpcvalidation to appfw profile. |
Syntax |
Parameters |
name |
Name of the profile to which to bind an exemption or rule. This is mandatory parameter. |
grpcvalidation |
Exempt any gRPC method matching the given pattern from the API schema validation check.
A gRPC validation exemption (relaxation) consists of the following items:
* gRPC Validation. A gRPC method pattern. Examples: 'bookstore.api.doc.AddBook', 'bookstore.*.doc.**'
* 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 |