Update docs.
This commit is contained in:
parent
cd3d2c015d
commit
4fbe26c26b
|
|
@ -37,15 +37,15 @@
|
|||
|
||||
<ul>
|
||||
<li>
|
||||
Get a list of vhosts: TODO update after fixing round trip
|
||||
Get a list of vhosts:
|
||||
<pre>$ curl -i -u guest:guest http://localhost:55672/api/vhosts
|
||||
HTTP/1.1 200 OK
|
||||
Server: MochiWeb/1.1 WebMachine/1.7 (participate in the frantic)
|
||||
Date: Fri, 27 Aug 2010 16:53:02 GMT
|
||||
Date: Tue, 31 Aug 2010 15:46:59 GMT
|
||||
Content-Type: application/json
|
||||
Content-Length: 87
|
||||
Content-Length: 5
|
||||
|
||||
{"node":"rabbit@misshelpful","datetime":"Fri, 27 Aug 2010 15:53:02 GMT","vhosts":["/"]}</pre>
|
||||
["/"]</pre>
|
||||
</li>
|
||||
<li>
|
||||
Create a new vhost:
|
||||
|
|
|
|||
Loading…
Reference in New Issue