Skip to content

Instantly share code, notes, and snippets.

@freynaud
Created March 13, 2012 15:32
Show Gist options
  • Save freynaud/2029426 to your computer and use it in GitHub Desktop.
Save freynaud/2029426 to your computer and use it in GitHub Desktop.
/**
* API to query the hub config remotly.
*
* use the API by sending a GET to grid/api/hub/
* with the content of the request in JSON,specifying the
* parameters you're interesting in, for instance, to get
* the timeout of the hub and the registered servlets :
*
* {"configuration":
* [
* "timeout",
* "servlets"
* ]
* }
*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment