Skip to content

Commit

Permalink
Add missing timeouts to rest-api-spec shutdown APIs (#118921) (#119736)
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin authored Jan 8, 2025
1 parent c8233be commit 51ac3bc
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
5 changes: 5 additions & 0 deletions docs/changelog/118921.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 118921
summary: Add missing timeouts to rest-api-spec shutdown APIs
area: Infra/Node Lifecycle
type: bug
issues: []
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@
}
]
},
"params":{}
"params":{
"master_timeout":{
"type":"time",
"description":"Explicit operation timeout for connection to master node"
},
"timeout":{
"type":"time",
"description":"Explicit operation timeout"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,16 @@
}
]
},
"params":{},
"params":{
"master_timeout":{
"type":"time",
"description":"Explicit operation timeout for connection to master node"
},
"timeout":{
"type":"time",
"description":"Explicit operation timeout"
}
},
"body":{
"description":"The shutdown type definition to register",
"required": true
Expand Down

0 comments on commit 51ac3bc

Please sign in to comment.