Skip to content

Commit

Permalink
Update readme file with new /oracles status
Browse files Browse the repository at this point in the history
  • Loading branch information
nichellekoh committed Apr 6, 2022
1 parent dc609e2 commit b9c21fd
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions apps/status-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,29 @@ DeFiChain Status API, providing the statuses of different DeFiChain services
To decouple the DeFiChain products from the status page, the approach of having a centralised provider to determine each DeFiChain service status with a pre-defined logic will allow it to be maintained consistently throughout. This will allow other apps or services to share the status from the same Status APIs.

### `/blockchain/status`
### `/blockchain`
>https://github.com/DeFiCh/jellyfish/issues/1271
To provide the status of the blockchain based on the block creation time interval

| Status | Threshold Time |
|--------------------|-------------------|
| `operational` | `< 30 minutes` |
| `degraded` | `30 - 45 minutes` |
| `outage` | `> 45 minutes` |

### `/oracles?address=<address>`

To provide the status of each oracle given the address based on the last published time for any given token


| Status | Threshold Time |
|--------------------|------------------|
| `operational` | `<= 45 minutes` |
| `outage` | `> 45 minutes` |


### `/overall/status`
### `/overall`
>https://github.com/DeFiCh/jellyfish/issues/1274
To provide the aggregated status of all services required by Light Wallet & Scan (Blockchain & Ocean)
Expand Down

0 comments on commit b9c21fd

Please sign in to comment.