NET-6785: updating peering docs to include stream status and remote data (#19929)

Updating peering docs to include stream status and remote data
This commit is contained in:
Tauhid Anjum 2023-12-14 12:07:35 +05:30 committed by GitHub
parent a6496898de
commit 0250e230a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 51 additions and 3 deletions

View File

@ -184,8 +184,25 @@ $ curl --header "X-Consul-Token: b23b3cad-5ea1-4413-919e-c76884b9ad60" \
"PeerServerAddresses": [ "PeerServerAddresses": [
"10.0.0.1:8300" "10.0.0.1:8300"
], ],
"StreamStatus": {
"ImportedServices": [
"db",
],
"ExportedServices": [
"backend",
"frontend",
"web"
],
"LastHeartbeat": "2023-12-13T06:31:28.227392Z",
"LastReceive": "2023-12-13T06:31:28.227392Z",
"LastSend": "2023-12-05T11:02:57.528676Z"
},
"CreateIndex": 89, "CreateIndex": 89,
"ModifyIndex": 89 "ModifyIndex": 89,
"Remote": {
"Partition": "",
"Datacenter": "east"
}
} }
``` ```
@ -293,8 +310,25 @@ $ curl --header "X-Consul-Token: 0137db51-5895-4c25-b6cd-d9ed992f4a52" \
"PeerServerAddresses": [ "PeerServerAddresses": [
"10.0.0.1:8300" "10.0.0.1:8300"
], ],
"StreamStatus": {
"ImportedServices": [
"db",
],
"ExportedServices": [
"backend",
"frontend",
"web"
],
"LastHeartbeat": "2023-12-13T06:31:28.227392Z",
"LastReceive": "2023-12-13T06:31:28.227392Z",
"LastSend": "2023-12-05T11:02:57.528676Z"
},
"CreateIndex": 89, "CreateIndex": 89,
"ModifyIndex": 89 "ModifyIndex": 89,
"Remote": {
"Partition": "",
"Datacenter": "east"
}
}, },
{ {
"ID": "1460ada9-26d2-f30d-3359-2968aa7dc47d", "ID": "1460ada9-26d2-f30d-3359-2968aa7dc47d",
@ -304,8 +338,22 @@ $ curl --header "X-Consul-Token: 0137db51-5895-4c25-b6cd-d9ed992f4a52" \
"Meta": { "Meta": {
"env": "production" "env": "production"
}, },
"StreamStatus": {
"ImportedServices": null,
"ExportedServices": [
"backend",
"frontend",
],
"LastHeartbeat": "2023-12-13T06:31:28.227392Z",
"LastReceive": "2023-12-13T06:31:28.227392Z",
"LastSend": "2023-12-05T11:02:57.528676Z"
},
"CreateIndex": 109, "CreateIndex": 109,
"ModifyIndex": 119 "ModifyIndex": 119,
"Remote": {
"Partition": "",
"Datacenter": "east"
}
} }
] ]
``` ```