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
Attempting to add an interface to a VM via the API fails if you don't specify the form_factor field.
The docs say the form_factor field is optional for POST /virtualization/interfaces/.
However unless that field is set to 0 or 200 (the Virtual type interfaces) an error is returned:
Issue type
[ ] Feature request
[x] Bug report
[ ] Documentation
Environment
Description
Attempting to add an interface to a VM via the API fails if you don't specify the
form_factor
field.The docs say the
form_factor
field is optional forPOST /virtualization/interfaces/
.However unless that field is set to
0
or200
(the Virtual type interfaces) an error is returned:This should probably default to
0
?The text was updated successfully, but these errors were encountered: