Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(admin-api) field configuration_hash in /status #8430

Merged
merged 1 commit into from
Mar 3, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -530,7 +530,8 @@ return {
"connections_reading": 0,
"connections_writing": 1,
"connections_waiting": 0
}
},
"configuration_hash": "779742c3d7afee2e38f977044d2ed96b"
}
```

Expand Down Expand Up @@ -581,6 +582,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.
locao marked this conversation as resolved.
Show resolved Hide resolved
]],
},
}
Expand Down