An Azure service that automates the access and use of data across clouds without writing code.
@Cosmina Alexandra Jelea (RO) for reaching out to Microsoft Q&A, apologize for any inconvenience caused on this.
Based on the screenshot, it looks like the virtual machine is not found could you please check whether this particular machine is present (in the same resource group that your passing) or not.
The Api Version you are using is "2023-09-01" as per the virtual machine instance view documentation I can see the latest Api Version is "2023-07-01"
By default, Invoke Resource Operation is performing POST method instead of GET in order to pull the instance view of the virtual machine you need to use GET method.
Alternatively, to achieve your requirement I would suggest you to use the HTTP connector and call the respective Azure Management rest API of instance view.
Feel free to reach back to me if you have any further questions on this.