Browse code

Update api docs

Guillaume J. Charmes authored on 2013/06/01 07:56:30
Showing 1 changed files
... ...
@@ -914,10 +914,12 @@ Display system-wide information
914 914
 
915 915
 	   {
916 916
 		"Containers":11,
917
-		"Version":"0.2.2",
918 917
 		"Images":16,
919
-		"GoVersion":"go1.0.3",
920
-		"Debug":false
918
+		"Debug":false,
919
+		"NFd": 11,
920
+		"NGoroutines":21,
921
+		"MemoryLimit":true,
922
+		"SwapLimit":false
921 923
 	   }
922 924
 
923 925
         :statuscode 200: no error
... ...
@@ -943,12 +945,11 @@ Show the docker version information
943 943
 
944 944
            HTTP/1.1 200 OK
945 945
 	   Content-Type: application/json
946
-	   
946
+
947 947
 	   {
948 948
 		"Version":"0.2.2",
949 949
 		"GitCommit":"5a2a5cc+CHANGES",
950
-		"MemoryLimit":true,
951
-		"SwapLimit":false
950
+		"GoVersion":"go1.0.3"
952 951
 	   }
953 952
 
954 953
         :statuscode 200: no error