File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -71,17 +71,20 @@ resources:
7171 port_mapping : " #/components/schemas/PortMapping"
7272 instance : " #/components/schemas/Instance"
7373 path_info : " #/components/schemas/PathInfo"
74+ instance_stats : " #/components/schemas/InstanceStats"
7475 methods :
7576 list : get /instances
7677 create : post /instances
7778 get : get /instances/{id}
7879 delete : delete /instances/{id}
7980 standby : post /instances/{id}/standby
8081 restore : post /instances/{id}/restore
82+ fork : post /instances/{id}/fork
8183 start : post /instances/{id}/start
8284 stop : post /instances/{id}/stop
8385 logs : get /instances/{id}/logs
8486 stat : get /instances/{id}/stat
87+ stats : get /instances/{id}/stats
8588 # Subresources define resources that are nested within another for more powerful
8689 # logical groupings, e.g. `cards.payments`.
8790 subresources :
You can’t perform that action at this time.
0 commit comments