You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A clear and concise description of what the bug is.
Please also include information about the reproducibility and the severity/impact of the issue.
ACC generated AS3 declaration and attempt to post generated AS3 declaration results with 422 response:
{
"code": 422,
"errors": [
"/waf/http/serviceMain/virtualAddresses/0: should match format \"f5ip\""
],
"declarationFullId": "",
"message": "declaration is invalid"
}
this validation error is related to the following portion of AS3 config:
A clear and concise description of what you expected to happen.
AS3 accepts declaration and creates all needed objects
Actual Behavior
A clear and concise description of what actually happens.
Please include any applicable error output.
AS3 throws the following validation exception:
{
"code": 422,
"errors": [
"/waf/http/serviceMain/virtualAddresses/0: should match format \"f5ip\""
],
"declarationFullId": "",
"message": "declaration is invalid"
}
The text was updated successfully, but these errors were encountered:
Environment
Summary
A clear and concise description of what the bug is.
Please also include information about the reproducibility and the severity/impact of the issue.
ACC generated AS3 declaration and attempt to post generated AS3 declaration results with 422 response:
this validation error is related to the following portion of AS3 config:
and after looking at BIGIP configurations, it was discovered that AS3 declaration was generated from the following config:
Steps To Reproduce
Steps to reproduce the behavior:
Expected Behavior
A clear and concise description of what you expected to happen.
AS3 accepts declaration and creates all needed objects
Actual Behavior
A clear and concise description of what actually happens.
Please include any applicable error output.
AS3 throws the following validation exception:
The text was updated successfully, but these errors were encountered: