sdn-sense / sense-o-py-client

Other
0 stars 3 forks source link

Cancel call is allowed upon Cancel - READY status #21

Closed xi-yang closed 3 years ago

xi-yang commented 3 years ago

This is partly a StackV issue as the API endpoint should check and disallow this.

The client should also check and put some guardrail code here.

R-Jimenez commented 3 years ago

Is simple to pull in some basic logic from the portal in this case. I already have some helpers to verify service status and can throw a standard 400 error in such cases.

xi-yang commented 3 years ago

Taken care of from the server side.