Skip to content

Commit

Permalink
docs(admin-api) field configuration_hash in /status (#8430)
Browse files Browse the repository at this point in the history
  • Loading branch information
locao authored Mar 3, 2022
1 parent b674277 commit 83ccef8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion autodoc/admin-api/data/admin-api.lua
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,8 @@ return {
"connections_reading": 0,
"connections_writing": 1,
"connections_waiting": 0
}
},
"configuration_hash": "779742c3d7afee2e38f977044d2ed96b"
}
```
Expand Down Expand Up @@ -582,6 +583,9 @@ return {
* `reachable`: A boolean value reflecting the state of the
database connection. Please note that this flag **does not**
reflect the health of the database itself.
* `configuration_hash`: The hash of the current configuration. This
field is only returned when the Kong node is running in DB-less
or data-plane mode.
]],
},
}
Expand Down

0 comments on commit 83ccef8

Please sign in to comment.