Closed jbethune closed 3 years ago
Docs: http://keiono.github.io/cy-rest/#1469098445 The curl command I have tried: curl -X DELETE -v http://localhost:1234/v1/networks/80/groups/115/ and I am very certain that network 80 and group 115 exist.
I get a HTTP 500 error for this. Complete HTTP conversation:
> DELETE /v1/networks/80/groups/115/ HTTP/1.1 > User-Agent: curl/7.38.0 > Host: localhost:1234 > Accept: */* > < HTTP/1.1 500 Request failed. < Content-Type: text/html;charset=ISO-8859-1 < Date: Sun, 19 Oct 2014 20:36:25 GMT < Connection: close < Content-Length: 1033 < <html><head><title>Grizzly 2.3.16</title><style><!--div.header {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#003300;font-size:22px;-moz-border-radius-topleft: 10px;border-top-left-radius: 10px;-moz-border-radius-topright: 10px;border-top-right-radius: 10px;padding-left: 5px}div.body {font-family:Tahoma,Arial,sans-serif;color:black;background-color:#FFFFCC;font-size:16px;padding-top:10px;padding-bottom:10px;padding-left:10px}div.footer {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#666633;font-size:14px;-moz-border-radius-bottomleft: 10px;border-bottom-left-radius: 10px;-moz-border-radius-bottomright: 10px;border-bottom-right-radius: 10px;padding-left: 5px}BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;}B {font-family:Tahoma,Arial,sans-serif;color:black;}A {color : black;}HR {color : #999966;}--></style> </head><body><div class="header">Request failed.</div><div class="body">Request failed.</div><div class="footer">Grizzly 2.3.16</div></bod* Closing connection 0 y></html>
Docs: http://keiono.github.io/cy-rest/#1469098445 The curl command I have tried: curl -X DELETE -v http://localhost:1234/v1/networks/80/groups/115/ and I am very certain that network 80 and group 115 exist.
I get a HTTP 500 error for this. Complete HTTP conversation: