[GET] /server
This commit is contained in:
@@ -283,8 +283,35 @@
|
||||
"models.Server": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"contentType": {
|
||||
"type": "string"
|
||||
},
|
||||
"ip": {
|
||||
"type": "string"
|
||||
},
|
||||
"pid": {
|
||||
"type": "integer"
|
||||
},
|
||||
"port": {
|
||||
"type": "integer"
|
||||
},
|
||||
"process": {
|
||||
"type": "string"
|
||||
},
|
||||
"protocol": {
|
||||
"type": "string"
|
||||
},
|
||||
"response": {
|
||||
"type": "string"
|
||||
},
|
||||
"sockState": {
|
||||
"type": "string"
|
||||
},
|
||||
"statusCode": {
|
||||
"type": "integer"
|
||||
},
|
||||
"uid": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -56,8 +56,26 @@ definitions:
|
||||
type: object
|
||||
models.Server:
|
||||
properties:
|
||||
contentType:
|
||||
type: string
|
||||
ip:
|
||||
type: string
|
||||
pid:
|
||||
type: integer
|
||||
port:
|
||||
type: integer
|
||||
process:
|
||||
type: string
|
||||
protocol:
|
||||
type: string
|
||||
response:
|
||||
type: string
|
||||
sockState:
|
||||
type: string
|
||||
statusCode:
|
||||
type: integer
|
||||
uid:
|
||||
type: integer
|
||||
type: object
|
||||
host: localhost
|
||||
info:
|
||||
|
Reference in New Issue
Block a user