mirror of
https://github.com/minio/minio.git
synced 2025-11-09 13:39:46 -05:00
admin: Add version to service Status API response (#3605)
Add server's version field to service status API:
"version":{
"version":"DEVELOPMENT.GOGET",
"commitID":"DEVELOPMENT.GOGET"
}
This commit is contained in:
committed by
Harshavardhana
parent
e1f64141a2
commit
d1d89116f1
@@ -25,7 +25,7 @@
|
||||
* Status
|
||||
- GET /?service
|
||||
- x-minio-operation: status
|
||||
- Response: On success 200, return json formatted StorageInfo object.
|
||||
- Response: On success 200, return json formatted object which contains StorageInfo and ServerVersion structures
|
||||
|
||||
* SetCredentials
|
||||
- GET /?service
|
||||
|
||||
Reference in New Issue
Block a user