OctopusDeploy / go-octopusdeploy

| Public | Go API Client for Octopus Deploy :octopus:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Would like to be able to access the server status API

AndrewSav opened this issue · comments

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

Wanted to get service status. Was not able to. server_status_service.go does not seem to have any methods, and the likes of apiGet is private so cannot implement myself without re-inventing the wheel.

Describe the solution you'd like
I'd like the api for server status implemented similar to other services.

Describe alternatives you've considered

  • Not use this library and use http client instead
  • Implement the methods myself by copy-pasting code of apiGet and dependent methods to my project

@jbristowe thank you very much for your work. Can we also do /api/serverstatus/system-info please?

Reopening this issue for the API endpoint (above).