In Aria Orchestrator "System.resolveIpAddress" function in Orchestrator should throw error if the supplied address cannot be resolved.
As per description for this code - "ResolveIpAddressReturns the host name given an IP Address (in standard dotted notation, for example "127.0.0.1"), using a DNS lookup. DNS must be configured on the Automation Orchestrator server. Failure to lookup the hostname, or badly formatted IP addresses will throw an exception"
Aria Orchestrator 8.18.1
This is not a functional defect, and requires a documentation change. The documentation will describe the actual behavior: that resolveIpAddress throws only for malformed or genuinely unresolvable addresses, and returns the input IP address unchanged when the address is valid but has no reverse-DNS record.
This is being tracked by engineering team and will be updated.