Add VM inventory CSV export support#397
Merged
Dany9966 merged 3 commits intoMay 6, 2026
Merged
Conversation
Dany9966
requested changes
Mar 25, 2026
e348735 to
0cc2991
Compare
Dany9966
requested changes
Mar 27, 2026
0cc2991 to
56313e3
Compare
mihaelabalutoiu
commented
Mar 27, 2026
Member
Author
mihaelabalutoiu
left a comment
There was a problem hiding this comment.
I updated the code, thank you a lot
Dany9966
approved these changes
Mar 30, 2026
Adds a `PROVIDER_TYPE_ENDPOINT_INVENTORY_EXPORT` capability type that supports exporting VM inventory as CSV. Signed-off-by: Mihaela Balutoiu <mbalutoiu@cloudbasesolutions.com>
Signed-off-by: Mihaela Balutoiu <mbalutoiu@cloudbasesolutions.com>
56313e3 to
61b8398
Compare
Dany9966
requested changes
May 6, 2026
| """Export the full VM inventory as a CSV-formatted string. | ||
|
|
||
| Returns a standards-compliant CSV string with a header row and one | ||
| row per VM, sorted deterministically by VM ID. |
Contributor
There was a problem hiding this comment.
Please also document each param of the method, and also what's expected to be returned.
Signed-off-by: Mihaela Balutoiu <mbalutoiu@cloudbasesolutions.com>
61b8398 to
ba3717d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR includes the following changes:
PROVIDER_TYPE_ENDPOINT_INVENTORY_EXPORTcapability type thatsupports exporting VM inventory as CSV;