Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

response:  200 Ok. { "operationType": "rebalance", "startTime": "1287364876", "endTime" : "232353232", "status": "cancelled" }if it's already finished, the response should be: {


Code Block
DELETE https://localhost/operations/12356

HTTP/1.1 200 OK

{ 
  "operationType": "rebalance",
  "startTime": 1287364876,
  "endTime": 232353232,
  "status": "cancelled"
}


If the operation is already finished, the response status should be:   "1287364876", "endTime" : "232353232", "status": "successful" } 



How to purge the operations/????

...