Description of problem:
"edit" action is not been supported for vms resources. While trying to hit the post HTTP method for editing the name and description of specific VM ID using "edit" as action then it returns below message
{"error":{"kind":"bad_request","message":"Disabled Action edit for the vms resource specified","klass":"Api::BadRequestError"}}
Version-Release number of selected component (if applicable):
5.7.0
How reproducible:
Always
Steps to Reproduce:
1. Try to hit the curl command to edit the attributes of Vms resources
2. It will respond with message: {"error":{"kind":"bad_request","message":"Disabled Action edit for the vms resource specified","klass":"Api::BadRequestError"}}
3.
Actual results:
It should modify the attribute of specfic VM.
Expected results:
Bad request exception thrown as the "Edit" action is not enabled for vms resource.
Additional info:
The same is working for service resource but not for vm resource.
Hi-
Editing will only account for basic VM attributes. Updating other attributes such as operating system will require a separate action. I would suggest creating a separate RFE BZ for these cases.
Description of problem: "edit" action is not been supported for vms resources. While trying to hit the post HTTP method for editing the name and description of specific VM ID using "edit" as action then it returns below message {"error":{"kind":"bad_request","message":"Disabled Action edit for the vms resource specified","klass":"Api::BadRequestError"}} Version-Release number of selected component (if applicable): 5.7.0 How reproducible: Always Steps to Reproduce: 1. Try to hit the curl command to edit the attributes of Vms resources 2. It will respond with message: {"error":{"kind":"bad_request","message":"Disabled Action edit for the vms resource specified","klass":"Api::BadRequestError"}} 3. Actual results: It should modify the attribute of specfic VM. Expected results: Bad request exception thrown as the "Edit" action is not enabled for vms resource. Additional info: The same is working for service resource but not for vm resource.