mirror of
https://github.com/datarhei/core.git
synced 2025-10-05 16:07:07 +08:00
Update API docs
This commit is contained in:
@@ -3856,6 +3856,9 @@ const docTemplate = `{
|
|||||||
"degraded": {
|
"degraded": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
|
"degraded_error": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"id": {
|
"id": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@@ -3904,9 +3907,6 @@ const docTemplate = `{
|
|||||||
},
|
},
|
||||||
"uptime_seconds": {
|
"uptime_seconds": {
|
||||||
"type": "integer"
|
"type": "integer"
|
||||||
},
|
|
||||||
"version": {
|
|
||||||
"type": "string"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@@ -3848,6 +3848,9 @@
|
|||||||
"degraded": {
|
"degraded": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
|
"degraded_error": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"id": {
|
"id": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@@ -3896,9 +3899,6 @@
|
|||||||
},
|
},
|
||||||
"uptime_seconds": {
|
"uptime_seconds": {
|
||||||
"type": "integer"
|
"type": "integer"
|
||||||
},
|
|
||||||
"version": {
|
|
||||||
"type": "string"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@@ -75,6 +75,8 @@ definitions:
|
|||||||
type: string
|
type: string
|
||||||
degraded:
|
degraded:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
degraded_error:
|
||||||
|
type: string
|
||||||
id:
|
id:
|
||||||
type: string
|
type: string
|
||||||
nodes:
|
nodes:
|
||||||
@@ -108,8 +110,6 @@ definitions:
|
|||||||
type: string
|
type: string
|
||||||
uptime_seconds:
|
uptime_seconds:
|
||||||
type: integer
|
type: integer
|
||||||
version:
|
|
||||||
type: string
|
|
||||||
type: object
|
type: object
|
||||||
api.ClusterNodeFiles:
|
api.ClusterNodeFiles:
|
||||||
properties:
|
properties:
|
||||||
|
Reference in New Issue
Block a user