Skip to content

Instantly share code, notes, and snippets.

@miguno
Last active September 2, 2016 14:22
Show Gist options
  • Save miguno/ffd36b4a55b629520777bfcd904052e1 to your computer and use it in GitHub Desktop.
Save miguno/ffd36b4a55b629520777bfcd904052e1 to your computer and use it in GitHub Desktop.
List all running instances of this application
# 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"
		]
	}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment