# List all running instances of this application
$ http://localhost:7070/state/instances[
{
"host": "localhost",
"port": 7070,
"storeNames": [
"windowed-word-count",
"word-count"
]
},
{
"host": "localhost",
"port": 7071,
"storeNames": [
"word-count"
]
}
]