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 support for private cloud (the hosts APIs) #9

Open
vmj opened this issue Feb 24, 2020 · 0 comments · May be fixed by #15
Open

Add support for private cloud (the hosts APIs) #9

vmj opened this issue Feb 24, 2020 · 0 comments · May be fixed by #15
Labels
api-1.3 Needed to fully support UpCloud API 1.3 PR exists
Milestone

Comments

@vmj
Copy link
Owner

vmj commented Feb 24, 2020

  • A new resource Host, which has (among other simple properties) a List<Stat> stats property
  • A new method UpCloudApi::hosts that returns a list of List<Host> hosts resources
  • A new API trait HostApi with the methods:
    • HostApi::load(...args)
    • HostApi::update(Resource, ...args) (only Host::description seems to be allowed here`)

Question: the properties of Host or Stat are not documented?

https://developers.upcloud.com/1.3/14-hosts/

@vmj vmj added the api-1.3 Needed to fully support UpCloud API 1.3 label Feb 24, 2020
@vmj vmj changed the title Add support for private cloud Add support for private cloud (the hosts APIs) Feb 24, 2020
@vmj vmj linked a pull request Apr 8, 2020 that will close this issue
@vmj vmj added this to the 0.1.0 milestone Apr 8, 2020
@vmj vmj added the PR exists label Apr 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api-1.3 Needed to fully support UpCloud API 1.3 PR exists
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant