Rest Option List with Morpheus API URL

Hello,

How do I call to Morpheus API by using Rest Option list? Is there any reference documentation/screenshots to fill the parameters.

I am trying to retrieve instance’s IP Address value with Rest option list based on Morpheus API Instance option list with instance Id.

Thanks,
Aung

Please check this API docs link.

Thanks
Velan

Please check this forum link

Hello @vsenthilkarasu Thanks. I have one question. Morpheus use Bearer token. How should I use it in Rest Option list.?

Thanks,
Aung

image
You can add source header, name should be “Authorization” and Value should be “Bearer ”

Thanks
Velan

Thank you @vsenthilkarasu .