Fixes JSON in wildcard query example.
This commit is contained in:
parent
51c3d05c90
commit
0f23210628
|
@ -240,16 +240,16 @@ applies a failover policy to it:
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
{
|
{
|
||||||
"Name": "",
|
"Name": "",
|
||||||
"Template" {
|
"Template": {
|
||||||
"Type": "name_prefix_match",
|
"Type": "name_prefix_match"
|
||||||
},
|
},
|
||||||
"Service": {
|
"Service": {
|
||||||
"Service": "${name.full}",
|
"Service": "${name.full}",
|
||||||
"Failover": {
|
"Failover": {
|
||||||
"NearestN": 3,
|
"NearestN": 3
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue