Skip to content

Commit

Permalink
init commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ahangsu committed Nov 30, 2022
1 parent d19f2aa commit 448c4a9
Show file tree
Hide file tree
Showing 6 changed files with 296 additions and 229 deletions.
27 changes: 27 additions & 0 deletions daemon/algod/api/algod.oas2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1075,6 +1075,33 @@
}
}
},
"/v2/ready": {
"get": {
"tags": [
"public",
"nonparticipating"
],
"produces": [
"application/json"
],
"schemes": [
"http"
],
"summary": "Returns OK if healthy and fully caught up.",
"operationId": "GetReady",
"responses": {
"200": {
"description": "OK."
},
"500": {
"description": "Internal Error"
},
"default": {
"description": "Unknown Error"
}
}
}
},
"/v2/status/wait-for-block-after/{round}": {
"get": {
"tags": [
Expand Down
24 changes: 24 additions & 0 deletions daemon/algod/api/algod.oas3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3972,6 +3972,30 @@
"x-codegen-request-body-name": "keymap"
}
},
"/v2/ready": {
"get": {
"operationId": "GetReady",
"responses": {
"200": {
"content": {},
"description": "OK."
},
"500": {
"content": {},
"description": "Internal Error"
},
"default": {
"content": {},
"description": "Unknown Error"
}
},
"summary": "Returns OK if healthy and fully caught up.",
"tags": [
"public",
"nonparticipating"
]
}
},
"/v2/shutdown": {
"post": {
"description": "Special management endpoint to shutdown the node. Optionally provide a timeout parameter to indicate that the node should begin shutting down after a number of seconds.",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 448c4a9

Please sign in to comment.