Parsing strategy of IP addresses from Load Balancer pool members in F5REST pattern is incorrectDescriptionWhile running the F5REST pattern against the F5 load balancer, Load Balancer pool members (cmdb_ci_lb_pool_member) have incorrect IP assigned - instead of assigning IP field has FQDN value, e.g. example.domain.com.When discovering the same F5 load balancer using SNMP all IP addresses are properly set. Steps to Reproduce Steps to Reproduce: 1. Access instance where Discovery and Service Mapping is enabled 2. Run quick discovery on F5 Load balancer using F5REST pattern - application credentials are configured and SNMP port is closed on the device3. In payload from F5REST, you can see that IP addresses for Load balancer pool members have FQDN value instead of IP.Example: "className" : "cmdb_ci_lb_pool_member", "values" : { "install_status" : "1", "fqdn" : "example.domain.com", "name" : "/xxxx/xxxxxx", "pool" : "/xxx/xxxxxx", "ip_address" : "example.domain.com"WorkaroundChanges done:1.Step 1: added fix for ip in the step 1 of the pattern.2.While parsing the ip, retrieved the ip from the step 1 and populated in the $pool_members3.While setting the pool members IP, instead of using fqdn, used ip field from $pool_members .4.Added remove duplicate step for pool members.(Attached the screenshot for the same) The changes are captured in the updateset and the same are added as the attachement.Related Problem: PRB1564079