2015-09-21 54 views

回答

1

是;它是the /version endpoint

從文檔:

實施例請求:

GET /version HTTP/1.1 

實施例響應:

HTTP/1.1 200 OK 
Content-Type: application/json 

{ 
    "Version": "1.5.0", 
    "Os": "linux", 
    "KernelVersion": "3.18.5-tinycore64", 
    "GoVersion": "go1.4.1", 
    "GitCommit": "a8a31ef", 
    "Arch": "amd64", 
    "ApiVersion": "1.20", 
    "Experimental": false 
} 
相關問題