Created
March 13, 2012 15:32
-
-
Save freynaud/2029426 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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