I placed a order to upgrade a virtual machine's hardware by api(python) "placeOrder", it retued successfully. And I used "wait_for_transaction"(function in VSManager) to wait this transaction to be finished. After a few minutes, it also retued successfully. However, when I login the website "control.softlayer.com", I found the upgrading ticket showed that it had been cancelled saying that "XXXX is unable to be completed due to insuffcient resources in the datacenter pool. The upgrade request has been cancelled and this ticket has been closed".
So how could I check this order has been accepted and handled successfully? I need to know the order result.
