Variables for IP Pool for post provisioning workflow

Variables for IP Pool for post provisioning workflow
Is there a variable which will return the allocated IP from the IP Pool?

<%=server.internalIp%> pulls the IP address configured within the OS

This select statement pulls the correct IP - SELECT ip_address from network_pool_ip WHERE hostname = ‘hostname.localdomain’;