You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Restarting a server now takes an optional host property.This begs a question: should the method take a RestartServer resource as a parameter? And why not avoidHost, or does it?
vmj
changed the title
Add support for new properties in ServerApi::start payload
Add support for host/avoidHost properties in ServerApi::start payload
Feb 24, 2020
vmj
changed the title
Add support for host/avoidHost properties in ServerApi::start payload
Add support for host/avoidHost properties in ServerApi::{,re}start methods
Feb 24, 2020
Starting a server used to be an empty
POST
call. Now it takes aServer
resource withhost
and/oravoidHost
properties.Both of those properties are optional. Does the API still accept empty
POST
body?https://developers.upcloud.com/1.3/8-servers/#start-server
Restarting a server now takes an optional
host
property.This begs a question: should the method take a RestartServer resource as a parameter? And why notavoidHost
, or does it?https://developers.upcloud.com/1.3/8-servers/#restart-server
The text was updated successfully, but these errors were encountered: