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

Add refresh_vm cmdlet #305

Closed
rfitzhugh opened this issue Jun 13, 2019 · 3 comments
Closed

Add refresh_vm cmdlet #305

rfitzhugh opened this issue Jun 13, 2019 · 3 comments

Comments

@rfitzhugh
Copy link
Contributor

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

Doing a full vCenter refresh can be time and resource intensive when managing a very large VMware environment.

Describe the solution you'd like

Create a cmdlet to refresh a single VM's metadata using the following endpoint: /vmware/vcenter/{id}/refresh_vm

Describe alternatives you've considered

none

Additional context

n/a

@clumnah
Copy link
Contributor

clumnah commented Jun 18, 2019

We should look at making change in the Update-RubrikHost cmdlet. This cmdlet already does the metadata refresh for a windows/linux/sql host

@mwpreston
Copy link
Contributor

Or perhaps adding a VM parameter to the Update-RubrikvCenter cmdlet?

@rfitzhugh
Copy link
Contributor Author

Agree with @mwpreston, it should either be a separate cmdlet or be a parameter for the update-rubrikvcenter since it is performing the same functionality but at a more granular (VM vs all vCenter inventory) level.

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

No branches or pull requests

4 participants