[ ] 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
[ ] A lot of API response properties are "optional"/"nullable" when they are seemingly always populated
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 changes