@@ -54,13 +54,13 @@ In the Hub-Node mode, the Distributor URL is the Hub server address.
54
54
``` shell
55
55
cURL --request DELETE ' http://localhost:4444/se/grid/distributor/node/<node-id>' --header ' X-REGISTRATION-SECRET: <secret> '
56
56
```
57
- In the fully distributed mode, the URL is the Distributor server address.
57
+ In the fully distributed mode, the URL is the Router server address.
58
58
``` shell
59
- cURL --request DELETE ' http://localhost:5553 /se/grid/distributor/node/<node-id>' --header ' X-REGISTRATION-SECRET: <secret>'
59
+ cURL --request DELETE ' http://localhost:4444 /se/grid/distributor/node/<node-id>' --header ' X-REGISTRATION-SECRET: <secret>'
60
60
```
61
61
If no registration secret has been configured while setting up the Grid, then use
62
62
``` shell
63
- cURL --request DELETE ' http://<Distributor -URL>/se/grid/distributor/node/<node-id>' --header ' X-REGISTRATION-SECRET;'
63
+ cURL --request DELETE ' http://<Router -URL>/se/grid/distributor/node/<node-id>' --header ' X-REGISTRATION-SECRET;'
64
64
```
65
65
66
66
### Drain Node
@@ -75,13 +75,13 @@ In the Hub-Node mode, the Distributor URL is the Hub server address.
75
75
``` shell
76
76
cURL --request POST ' http://localhost:4444/se/grid/distributor/node/<node-id>/drain' --header ' X-REGISTRATION-SECRET: <secret> '
77
77
```
78
- In the fully distributed mode, the URL is the Distributor server address.
78
+ In the fully distributed mode, the URL is the Router server address.
79
79
``` shell
80
- cURL --request POST ' http://localhost:5553 /se/grid/distributor/node/<node-id>/drain' --header ' X-REGISTRATION-SECRET: <secret>'
80
+ cURL --request POST ' http://localhost:4444 /se/grid/distributor/node/<node-id>/drain' --header ' X-REGISTRATION-SECRET: <secret>'
81
81
```
82
82
If no registration secret has been configured while setting up the Grid, then use
83
83
``` shell
84
- cURL --request POST ' http://<Distributor -URL>/se/grid/distributor/node/<node-id>/drain' --header ' X-REGISTRATION-SECRET;'
84
+ cURL --request POST ' http://<Router -URL>/se/grid/distributor/node/<node-id>/drain' --header ' X-REGISTRATION-SECRET;'
85
85
```
86
86
87
87
## Node
@@ -159,14 +159,14 @@ In the Hub-Node mode, the Queue URL is the Hub server address.
159
159
cURL --request DELETE ' http://localhost:4444/se/grid/newsessionqueue/queue' --header ' X-REGISTRATION-SECRET: <secret>'
160
160
```
161
161
162
- In the fully distributed mode, the Queue URL is New Session Queue server address.
162
+ In the fully distributed mode, the Queue URL is Router server address.
163
163
``` shell
164
- cURL --request DELETE ' http://localhost:5559 /se/grid/newsessionqueue/queue' --header ' X-REGISTRATION-SECRET: <secret>'
164
+ cURL --request DELETE ' http://localhost:4444 /se/grid/newsessionqueue/queue' --header ' X-REGISTRATION-SECRET: <secret>'
165
165
```
166
166
167
167
If no registration secret has been configured while setting up the Grid, then use
168
168
``` shell
169
- cURL --request DELETE ' http://<URL>/se/grid/newsessionqueue/queue' --header ' X-REGISTRATION-SECRET;'
169
+ cURL --request DELETE ' http://<Router- URL>/se/grid/newsessionqueue/queue' --header ' X-REGISTRATION-SECRET;'
170
170
```
171
171
172
172
### Get New Session Queue Requests
@@ -183,6 +183,6 @@ In the Hub-Node mode, the Queue URL is the Hub server address.
183
183
cURL --request GET ' http://localhost:4444/se/grid/newsessionqueue/queue'
184
184
```
185
185
186
- In the fully distributed mode, the Queue URL is New Session Queue server address.
186
+ In the fully distributed mode, the Queue URL is Router server address.
187
187
``` shell
188
- cURL --request GET ' http://localhost:5559 /se/grid/newsessionqueue/queue'
188
+ cURL --request GET ' http://localhost:4444 /se/grid/newsessionqueue/queue'
0 commit comments