-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RFE] Ability to change Catalog Item Request Info via API #1196
Comments
It's possible that's not exposed via the API, as those provisioning forms are some of the oldest in the app (from before we even had an API). I'm going to transfer this to the API repo and mark as an enhancement request. |
@kbrock Do you know if we have this? |
We have a spec around using the API to update a request. I'm assuming you are talking about the request rather than the contents of the catalog item. Knowing the actual fields to set here would be tricky, but it looks like it is possible. https://github.com/ManageIQ/manageiq-api/blob/master/spec/requests/requests_spec.rb#L354-L369 |
Now that we know we have the endpoint. |
This issue has been automatically marked as stale because it has not been updated for at least 3 months. If you can still reproduce this issue on the current release or on Thank you for all your contributions! More information about the ManageIQ triage process can be found in the triage process documentation. |
This issue has been automatically closed because it has not been updated for at least 3 months. Feel free to reopen this issue if this issue is still valid. Thank you for all your contributions! More information about the ManageIQ triage process can be found in the triage process documentation. |
This issue has been automatically marked as stale because it has not been updated for at least 3 months. If you can still reproduce this issue on the current release or on |
3 similar comments
This issue has been automatically marked as stale because it has not been updated for at least 3 months. If you can still reproduce this issue on the current release or on |
This issue has been automatically marked as stale because it has not been updated for at least 3 months. If you can still reproduce this issue on the current release or on |
This issue has been automatically marked as stale because it has not been updated for at least 3 months. If you can still reproduce this issue on the current release or on |
Hi, is there a way how to set or reset VM for a catalog item using rails or API? I can do it in GUI on the following tab:
but I need to do it in a script. I cannot find any relation between a Catalog Item and the data in Request Info. How can I retrieve them and change them if needed?
Thank you very much!
The text was updated successfully, but these errors were encountered: