Get ip address of deployed machine

Hi, I need help in figuring out the IP address of the deployed machine. I created a ovs bridge. I allocate the machine and deployed machine.everything is working fine. But I’m unable to find the ip address of the machine. I found the ip address while the machine is booting but I’m unable to scroll to see the ip.im able to ssh to the deployed machine.

My question is where can I find the ip address of a deployed vm ,other than the vm terminal.

You can use the CLI

maas admin machine read <system_id>

and parse the response to extract the IP address