UNSOLVED

DanPJ

updated

7 years ago

D

DanPJ

2 Intern

309 Posts

0

1381

December 20th, 2019 08:00

Log in to Unity 5.x Rest API with Invoke-RestMethod

How do I connect to the Unity REST API with Invoke-RestMethod. I can connect with the Postman client with no problem. I must use Powershell as my REST client and choose to use the Invoke-RestMethod as opposed to Invoke-WebRequest. I found an article about this but it points to some websites that explain the solution with an old version of Unity and Powershell. There must be an easier way to do this by now.

https://www.dell.com/community/Unity/EMC-Unity-OE-and-Powershell-REST-login/td-p/7158943

  • Rainer_EMC

    6 Operator

    8645 Posts

    1180

    0

    Posted December 23rd, 2019 09:00

    I am not aware of any fundamental changes to the Unity REST API in terms of login so whatever method you find for older versions should apply to 5.0 just as well