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"
}
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:
Convert following config:
Review generated AS3 declaration:
POST generated AS3 declaration to AS3
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: