Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anand1st authored Oct 6, 2017
1 parent 946d5f1 commit 4ea203f
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,39 @@ The following are sample inputs/outputs from the shell command if a non-admin us
bob echoes hi and your name is Jake
app> echo alice hi
alice says hi, Name Jake exists

app> endpoint list
Endpoints Is Enabled?
--------- -----------
autoconfig true
beans true
configprops true
dump true
env true
health true
info true
loggers true
metrics true
shutdown true
trace true
app> endpoint invoke health
{
"status" : "UP",
"mail" : {
"status" : "UP",
"location" : "smtp.gmail.com:465"
},
"diskSpace" : {
"status" : "UP",
"total" : 120108089344,
"free" : 26252050432,
"threshold" : 10485760
},
"db" : {
"status" : "UP",
"database" : "H2",
"hello" : 1
}
}
app> admin manage
Permission denied

Expand Down

0 comments on commit 4ea203f

Please sign in to comment.