Hello, just some general ideas. Could you try with v2 api? You could also add --verbose and --debug flags to hammer and look at what calls and with what parameters it makes and try to recreate them with curl afterwards.
Adam On Mon, Jul 10, 2017 at 7:14 AM, bijith nair <[email protected]> wrote: > Guys, > > Could you please have a look? > > On Thursday, 29 June 2017 19:04:37 UTC+5:30, bijith nair wrote: > >> Hello Team, >> >> When i try to create vm using API's, It fails with below error.. >> >> [root@oel6u5 ~]# curl -X POST -s -H "Accept:application/json" -k -u >> admin:redhat -d "host[name]=mytestdev" -d "host[hostgroup_id]=4" -d >> "host[compute_resource_id]=1" -d "host[powerup]=1" >> https://192.168.133.210/api/v1/hosts/ | python -mjson.tool >> { >> "host": { >> "errors": { >> "base": [ >> "Failed to create a compute Vmware GDC - Devops (VMware) >> instance mytestdev.testlab.local: Unknown Network ID: \n " >> ] >> }, >> "full_messages": [ >> "Failed to create a compute Vmware GDC - Devops (VMware) >> instance mytestdev.testlab.local: Unknown Network ID: \n " >> ], >> "id": null >> } >> } >> >> Though Hammer cli works fine, I see same error while deploying vm via UI >> but sumitting the job again fixes it but not happening with API >> >> Rgds/Bijith >> > -- > You received this message because you are subscribed to the Google Groups > "Foreman users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/foreman-users. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Foreman users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/foreman-users. For more options, visit https://groups.google.com/d/optout.
