Skip to content

Commit

Permalink
Update REST_API_InternalDoc.md
Browse files Browse the repository at this point in the history
  • Loading branch information
naman108 authored Jan 8, 2021
1 parent 89d0670 commit 0e42f36
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions REST_API_InternalDoc.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,16 @@ recent error logs in JSON to the client event `logUpdate` with data in the follo
### parameters
the timestamp on the most recent log entry in format `%Y-%m-%d %H:%M:%S,%f`

## events
### description
event used to retrieve last 5 events
### returns
```json
{
"events": ["server event 1", "server event 2", "server event 3", "server event 4", "server event 5"]
}
```

## serviceInfo
### description
event used to retrieve information about all services including
Expand Down

0 comments on commit 0e42f36

Please sign in to comment.