3

I need to create VM in ManageIQ (http://manageiq.org/) by rest API.

Is there any way to do that?

I was trying to use https://github.com/01000101/python-cloudforms, but with no luck.

I'am new in virtualization topic so any help will be appreciated.

blong
  • 2,815
  • 8
  • 44
  • 110
k.rozycki
  • 635
  • 1
  • 5
  • 12

2 Answers2

0

method called prvisioning do the trick: https://github.com/ManageIQ/manageiq_docs/blob/master/api/reference/provision_requests.adoc

thx.

k.rozycki
  • 635
  • 1
  • 5
  • 12
0

According to the documentation, there's no such action as creating VM with ManageIQ API