mirror of https://github.com/status-im/consul.git
Add LastErrorMessage to /acl/replication docs (#11990)
This commit is contained in:
parent
506a423495
commit
65f97e6305
|
@ -128,7 +128,8 @@ $ curl \
|
||||||
"ReplicatedIndex": 1976,
|
"ReplicatedIndex": 1976,
|
||||||
"ReplicatedTokenIndex": 2018,
|
"ReplicatedTokenIndex": 2018,
|
||||||
"LastSuccess": "2018-11-03T06:28:58Z",
|
"LastSuccess": "2018-11-03T06:28:58Z",
|
||||||
"LastError": "2016-11-03T06:28:28Z"
|
"LastError": "2016-11-03T06:28:28Z",
|
||||||
|
"LastErrorMessage": "failed to retrieve ACL policy updates: RPC rate limit exceeded"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -179,6 +180,9 @@ $ curl \
|
||||||
replication process is not in a good state. A zero value of
|
replication process is not in a good state. A zero value of
|
||||||
"0001-01-01T00:00:00Z" will be present if no sync has resulted in an error.
|
"0001-01-01T00:00:00Z" will be present if no sync has resulted in an error.
|
||||||
|
|
||||||
|
- `LastErrorMessage` - The last error message produced at the time of `LastError`.
|
||||||
|
An empty string indicates that no sync has resulted in an error.
|
||||||
|
|
||||||
## Translate Rules
|
## Translate Rules
|
||||||
|
|
||||||
-> **Deprecated** - This endpoint was removed in Consul 1.11.0.
|
-> **Deprecated** - This endpoint was removed in Consul 1.11.0.
|
||||||
|
|
Loading…
Reference in New Issue