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

Support for MigrateVm admin extension (I'll help) #713

Open
nutgood opened this issue Oct 8, 2024 · 0 comments
Open

Support for MigrateVm admin extension (I'll help) #713

nutgood opened this issue Oct 8, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@nutgood
Copy link

nutgood commented Oct 8, 2024

Is your feature request related to a problem? Please describe.

Yes, we need to programmatically migrate VMs and leverage the Go SDK a ton.

Describe the solution you'd like

There's at least one API call to implement:

POST /admin/extension/resourcePool/{id}/action/migrateVms

It looks like the SDK already has all the relevant types implement, except maybe the types required to make this call (which seems to only be MigrateParams.

I'm thinking we could implement this inside vsphere_resource_pool.go since this api call is on a given resource pool, but we're looking for guidance here.

Describe alternatives you've considered

No response

Additional context

We're open to driving the implementation for this, but are looking for guidance.

@nutgood nutgood added the enhancement New feature or request label Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant