Clarify that cluster_id differs between PR Primary/Secondary clusters (#18130)
Per conversation on Slack with Nick. Co-authored-by: Nick Cabatoff <ncabatoff@hashicorp.com> Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com> Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com> Co-authored-by: Nick Cabatoff <ncabatoff@hashicorp.com>
This commit is contained in:
parent
2843cfcdc1
commit
2a387b1d3a
|
@ -62,7 +62,7 @@ secondary, it will look something like:
|
|||
```json
|
||||
{
|
||||
"data": {
|
||||
"cluster_id": "d4095d41-3aee-8791-c421-9bc7f88f7c3e",
|
||||
"cluster_id": "06dcf957-6630-44ae-bdd9-117d5f4d70d7",
|
||||
"known_primary_cluster_addrs": ["https://127.0.0.1:8201"],
|
||||
"last_remote_wal": 87,
|
||||
"merkle_root": "c31e40f6ff02f32c37b70e6a4d58732ac812abf0",
|
||||
|
|
Loading…
Reference in New Issue