You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I am trying to deploy a VM via API call I am not able to correctl transfer array which is containing the
networks id to a variable "iptonetworklist"
@BwOrK If I'm not mistaken you only get a jobId from the deployVirtualMachine command. You can use this to query the async job result (queryAsyncjobresult). When the job succeeds there should be a nics array in the virtual machine response.
when I am trying to deploy a VM via API call I am not able to correctl transfer array which is containing the
networks id to a variable "iptonetworklist"
can you tell me how to do it,
$cloudQuery = $this->cloudConnect->clientEurope()->command(......)
let me know
Thansk
The text was updated successfully, but these errors were encountered: