Last active
August 29, 2015 14:07
-
-
Save dimacus/00b15b2542f0fca56152 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
GET | |
/api/v1/hub/config #Grid Hub configuration | |
/api/v1/proxies #List of all connected proxies | |
/api/v1/proxies/id #Info on a given connected proxy (Hostname, IP, Version, etc..) | |
/api/v1/proxies/id/config #Proxy configuration (node.json) | |
/api/v1/proxies/id/capabilities #Registered capabilities, (Browsers, maxInstances, etc..) | |
/api/v1/proxies/id/sessions #List of current sessions (possibly previous ones also) | |
/api/v1/queue #List of new sessions in queue, possibly add DELETE verb to get rid of items in queue that we want removed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment