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 basic CentralAdmin support to the API #472

Merged
merged 6 commits into from
Oct 3, 2018

Commits on Oct 2, 2018

  1. Configuration menu
    Copy the full SHA
    5d11ea8 View commit details
    Browse the repository at this point in the history
  2. Add CentralAdmin support to /api/vms for:

    - pause
    - reboot_guest
    - refresh
    - reset
    - scan
    - shelve
    - shelve_offload
    - shutdown_guest
    - start
    - stop
    - suspend
    
    Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1628658
    bdunne committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    23b8a38 View commit details
    Browse the repository at this point in the history
  3. Add CentralAdmin support to /api/instances for:

    - pause
    - reboot_guest
    - reset
    - shelve
    - start
    - stop
    - suspend
    - terminate
    
    Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1628658
    bdunne committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    81bb2b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9922180 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f685194 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    504eda4 View commit details
    Browse the repository at this point in the history