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
components.schemas.AdvancedFirewallRule.properties.destination_ports.items.type should accept an integer type alongside string type.
Currently, if the ChangeAdvancedFirewallRules action is submitted while server is being created (eg. cloud-init in progress), a 400 response is returned. As a result, have to wait until server is fully provisioned, this adds a long delay to terraform applying changes
Rename operation should return a "completed" status instead if an "in-progress" status. Also, requests to find the status of the rename action by ID are returning a 404 response.
Apparently rename "should be getting back an UpdateNetwork server action when you query it" - fix/solution pending
API request fields that should be optional instead of just nullable?
components.schemas.AdvancedFirewallRule.properties.destination_ports.items.type
should accept an integer type alongside string type.ChangeAdvancedFirewallRules
action is submitted while server is being created (eg. cloud-init in progress), a 400 response is returned. As a result, have to wait until server is fully provisioned, this adds a long delay to terraform applying changescomponents.schemas.SizeOptionsRequest.properties.memory
components.schemas.ChangeSizeOptionsRequest.properties.memory
The text was updated successfully, but these errors were encountered: