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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transition to the SoS Health /v1/system/health-summary/ APIs for bundle collection #96

Closed
4 tasks done
tenthirtyam opened this issue Feb 24, 2023 · 3 comments 路 Fixed by #102
Closed
4 tasks done
Assignees
Labels
enhancement Enhancement
Milestone

Comments

@tenthirtyam
Copy link
Contributor

Code of Conduct

  • I have read and agree to the project's Code of Conduct.
  • Vote on this issue by adding a 馃憤 reaction to the original issue initial description to help the maintainers prioritize.
  • Do not leave "+1" or other comments that do not add relevant information or questions.
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment.

Description

Today, this PowerShell module uses the Request-SoSHealthJson cmdlet to collect the SoS Health data from SDDC Manager. This cmdlet uses the Invoke-SddcCommand which is essentially a call to Invoke-VMScript over VMware Tools and requires that the user provides the SDDC Manager root account password.

The purpose of this enhancement request is to transition to the SoS Health v1/system/health-summary API for bundle collection, whereby only the API is used. This will require that status (/v1/system/health-summary/{id}) of the API is checked (IN_PROGRESS, COMPLETED_WITH_SUCCESS, and else). Once completed, the payload will need to be downloaded (/v1/system/health-summary/{id}/data) and untarred both on Windows and Linux - which ideally should not require a third-party tool.

Use Case(s)

  • Remove the reliance on invoking the OS cmdline over VMware Tools and use the native SoS API.
  • Remove the reliance on the SDDC Manager root password.

Potential Configuration

TBD

References

@tenthirtyam tenthirtyam added the enhancement Enhancement label Feb 24, 2023
@tenthirtyam tenthirtyam added this to the v2.0.0 milestone Feb 24, 2023
@github-actions github-actions bot added the pending-review Pending Review label Feb 24, 2023
@tenthirtyam tenthirtyam removed the pending-review Pending Review label Feb 24, 2023
@garlicNova
Copy link
Contributor

I will be working on this, please assign it to me

@tenthirtyam
Copy link
Contributor Author

I will be working on this, please assign it to me

Assigned to Kevin Teng (@garlicNova).

@github-actions
Copy link

I'm going to lock this issue because it has been closed for 30 days. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 28, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement Enhancement
Projects
None yet
2 participants