A10 Load Balancer Services with no Pool ReferenceDescriptionA10 Load Balancer Services have no Pool Reference if the SNMP response in step 26, `Get Service Ports`, includes the partition format.Steps to Reproduce 1. Observe an A10 LB Service record with no Pool reference value. /nav_to.do?uri=cmdb_ci_lb_service_list.do 2. Open record and record XML, observe no display value / reference sys_id. <pool display_value="">"Partition:"Partition":POOL</pool>WorkaroundUpdate Step 28, `Build Partition Qualified axVirtualServiceServiceGroup`, of the `A10 Load Balancer` pattern: ...// OOTB condition is: if (pattern.test(partition)) {if (!pattern.test(pool) && pattern.test(partition)) {var result = pattern.exec(partition);rtrn = result[1] + ":" + pool;}...Related Problem: PRB1658419