Observe the following error message once try to deploy first covnersion:
{
"code": 422,
"errors": [
"/Common/Shared/test_target/targetAddress: should match format \"f5ip\""
],
"declarationFullId": "",
"message": "declaration is invalid"
}
Second one result in port 0 (in fact all ports) instead of desired one.
Expected Behavior
Properly convert to target address and target port.
Actual Behavior
Wrong logic in conversion for wildcard IP and specific port given.
Environment
Summary
If there is no Ip address given in alias for tcp ( and maybe others) monitor but port is defined there is a problem with convertions.
Steps To Reproduce
Steps to reproduce the behavior:
Converted to:
//////////////////OR :
Converted to:
Second one result in port 0 (in fact all ports) instead of desired one.
Expected Behavior
Properly convert to target address and target port.
Actual Behavior
Wrong logic in conversion for wildcard IP and specific port given.