2013-12-23 21:11:18 -05:00
|
|
|
```
|
|
|
|
**GET**
|
|
|
|
send objects deprecate multi-stream
|
|
|
|
TODO "/events": getEvents, N
|
|
|
|
ok "/info": getInfo, 1
|
|
|
|
ok "/version": getVersion, 1
|
2014-01-08 17:05:05 -05:00
|
|
|
ok "/images/json": getImagesJSON, N
|
2014-01-15 17:47:35 -05:00
|
|
|
ok "/images/viz": getImagesViz, 0 yes
|
2014-01-08 17:05:05 -05:00
|
|
|
ok "/images/search": getImagesSearch, N
|
|
|
|
ok "/images/{name:.*}/get": getImagesGet, 0
|
|
|
|
ok "/images/{name:.*}/history": getImagesHistory, N
|
2014-01-20 19:09:07 -05:00
|
|
|
#3621 "/images/{name:.*}/json": getImagesByName, 1
|
2013-12-23 21:11:18 -05:00
|
|
|
TODO "/containers/ps": getContainersJSON, N
|
|
|
|
TODO "/containers/json": getContainersJSON, 1
|
|
|
|
ok "/containers/{name:.*}/export": getContainersExport, 0
|
2014-01-20 19:09:07 -05:00
|
|
|
ok "/containers/{name:.*}/changes": getContainersChanges, N
|
|
|
|
#3621 "/containers/{name:.*}/json": getContainersByName, 1
|
|
|
|
ok "/containers/{name:.*}/top": getContainersTop, N
|
2014-01-08 17:05:05 -05:00
|
|
|
ok "/containers/{name:.*}/attach/ws": wsContainersAttach, 0 yes
|
2013-12-23 21:11:18 -05:00
|
|
|
|
|
|
|
**POST**
|
|
|
|
TODO "/auth": postAuth, 0 yes
|
|
|
|
ok "/commit": postCommit, 0
|
|
|
|
TODO "/build": postBuild, 0 yes
|
|
|
|
TODO "/images/create": postImagesCreate, N yes yes (pull)
|
2014-01-08 17:05:05 -05:00
|
|
|
ok "/images/{name:.*}/insert": postImagesInsert, N yes yes
|
2014-01-20 19:09:17 -05:00
|
|
|
ok "/images/load": postImagesLoad, 1 yes (stdin)
|
2013-12-23 21:11:18 -05:00
|
|
|
TODO "/images/{name:.*}/push": postImagesPush, N yes
|
|
|
|
ok "/images/{name:.*}/tag": postImagesTag, 0
|
|
|
|
ok "/containers/create": postContainersCreate, 0
|
|
|
|
ok "/containers/{name:.*}/kill": postContainersKill, 0
|
2014-01-15 17:47:35 -05:00
|
|
|
ok "/containers/{name:.*}/restart": postContainersRestart, 0
|
2013-12-23 21:11:18 -05:00
|
|
|
ok "/containers/{name:.*}/start": postContainersStart, 0
|
|
|
|
ok "/containers/{name:.*}/stop": postContainersStop, 0
|
|
|
|
ok "/containers/{name:.*}/wait": postContainersWait, 0
|
|
|
|
ok "/containers/{name:.*}/resize": postContainersResize, 0
|
2014-01-08 17:05:05 -05:00
|
|
|
ok "/containers/{name:.*}/attach": postContainersAttach, 0 yes
|
|
|
|
ok "/containers/{name:.*}/copy": postContainersCopy, 0 yes
|
2013-12-23 21:11:18 -05:00
|
|
|
|
|
|
|
**DELETE**
|
2014-01-15 17:47:35 -05:00
|
|
|
ok "/containers/{name:.*}": deleteContainers, 0
|
2014-01-20 19:09:07 -05:00
|
|
|
#3645 "/images/{name:.*}": deleteImages, N
|
2013-12-23 21:11:18 -05:00
|
|
|
|
|
|
|
**OPTIONS**
|
|
|
|
ok "": optionsHandler, 0
|
2014-01-06 20:37:30 -05:00
|
|
|
```
|