Open greg-at-symcor-dot-com opened 6 years ago
This issue has been automatically marked as stale because it has not been updated for at least 6 months.
If you can still reproduce this issue on the current release or on master
, please reply with all of the information you have about it in order to keep the issue open.
Thank you for all your contributions!
@greg-at-symcor-dot-com is this still a valid issue. If not can you close. If there's no update by next week, I'll be closing this issue.
Closing issue. If you feel the issue needs to remain open, please let me know and it will be reopened. @miq-bot close_issue
@JPrause To my knowledge this issue was never resolved.
@greg-at-symcor-dot-com would you like me to reopen this issue?
@greg-at-symcor-dot-com would you like me to reopen this issue?
@JPrause yes please.
@miq-bot open_issue
@miq-bot remove_label stale
@JPrause unrecognized command 'open_issue', ignoring...
Accepted commands are: add_label, add_reviewer, assign, close_issue, move_issue, remove_label, rm_label, set_milestone
This issue has been automatically marked as stale because it has not been updated for at least 6 months.
If you can still reproduce this issue on the current release or on master
, please reply with all of the information you have about it in order to keep the issue open.
Thank you for all your contributions!
@miq-bot remove_label stale @miq-bot add_label pinned
Trying to create a catalog item via the REST api.
I sent this request:
Got this back:
Tried passing ID’s from /api/configuration_script_sources and /api/configuration_script_payloads
Got these errors making me think the id’s are not correct:
when I crawl through the database I see the script ID i need and hardcoding it in my rest code allows the catalog item to be created. However this is not useful as I want to be able to get the script ID via the rest API which does not appear to be exposed at all.
Thoughts?