Skip to content
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] Central Admin task visibility #1032

Open
Fryguy opened this issue Apr 27, 2021 · 1 comment
Open

[RFE] Central Admin task visibility #1032

Fryguy opened this issue Apr 27, 2021 · 1 comment

Comments

@Fryguy
Copy link
Member

Fryguy commented Apr 27, 2021

When a user makes a power operations request to a global API, then response value has a task id in the remote region. For example,

Request from region 99

curl POST 'https://{{global-region-99}}/api/vms/{{vmid}}'
--data-raw '{
  "action": "stop"
}'

Response

{
  "body": {
    "success": true,
    "message": "VM id:1000000000129 name:'foo' stopping",
    "task_id": "1000000000057",
    "task_href": "https://{{global-region-99}}/api/tasks/1000000000057",
    "href": "https://{{global-region-99}}/api/vms/1000000000129"
  },
  "statusCode": 200
}

As can be seen, the response has a value from the remote region, but cannot be queried from the global region.

One possible solution is to honor the remote region id, but, under the covers, make the request down to the remote region, and return task result. We may have to manipulate the href hostnames to present the global region instead of the remote region.

@miq-bot
Copy link
Member

miq-bot commented Feb 27, 2023

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 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! More information about the ManageIQ triage process can be found in the triage process documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Roadmap
  
To do
Development

No branches or pull requests

4 participants