VM Creation over API

ir0nstrik3

New Member
Dec 16, 2024
2
0
1
Hi Everyone,

I am using Bamboo as a build server, and I want to make API requests through a build plan to create a virtual machine (VM).
In my case, I am unsure about the correct syntax at this point.
1737446821137.png
 
what exactly are you unsure about?
 
Hi, sorry for the delay—I've had a heavy workload these days.

I wanted to clarify something. When I make an API POST request to create a machine, there are a few steps involved. For example, I need to fetch the image that I previously moved from Bamboo to Proxmox. My goal is to create a machine that is accessible to my script over the network.

However, when I perform the API POST request, I encounter an error indicating that my model is either not correctly declared or that there’s an issue with the syntax, particularly in defining the bridge interface and related configurations.