Skip to content

Instantly share code, notes, and snippets.

@dimacus
Last active August 29, 2015 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dimacus/00b15b2542f0fca56152 to your computer and use it in GitHub Desktop.
Save dimacus/00b15b2542f0fca56152 to your computer and use it in GitHub Desktop.
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