Skip to content

Commit

Permalink
admin/broker: updated maintenance status descriptions.
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Maslanka <michal@redpanda.com>
(cherry picked from commit ffb2854)
  • Loading branch information
mmaslankaprv authored and vbotbuildovich committed Oct 17, 2023
1 parent a7cd6c0 commit b202248
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/v/redpanda/admin/api-doc/broker.json
Original file line number Diff line number Diff line change
Expand Up @@ -304,15 +304,15 @@
},
"maintenance_status": {
"id": "maintenance_status",
"description": "Drain status",
"description": "Status of maintenance mode",
"properties": {
"draining": {
"type": "boolean",
"description": "in maintenance state"
"description": "Flag indicating if maintenance mode is enabled."
},
"finished": {
"type": "boolean",
"description": "drain finished"
"description": "Indicates that draining is finished. Note that the draining flag will always be true if maintenance mode is enable and draining has finished."
},
"errors": {
"type": "boolean",
Expand Down Expand Up @@ -349,7 +349,7 @@
"description": "number of replicas left on a node"
},
"allocation_failures": {
"type" : "array",
"type": "array",
"items": {
"type": "string",
"description": "ntp"
Expand Down Expand Up @@ -414,4 +414,4 @@
}
}
}
}
}

0 comments on commit b202248

Please sign in to comment.