REST API - how to override connectivity
|
08-13-2012, 09:21 PM
(This post was last modified: 08-13-2012 09:23 PM by sabreB6.)
Post: #1
|
|||
|
|||
REST API - how to override connectivity
Hey!
I'm interested in overriding connectivity settings in REST API, I know that I can set bwDown, bwUp params but it would be nice to override them with single param. I was looking at runtest.php and found that location param may hold optional settings like 'location:browser.connectivity' Quote: For connectivity I should use values from conectivity.ini however I'm not sure about browser. I was submitting blank browser with 'Cable' connectivity and it works fine for IE but breaks for wptdriver - the test is submitted but never complete succesfully. Is it supported or I should rather stick to bwDown, bwUp? |
|||
08-14-2012, 12:22 AM
(This post was last modified: 08-14-2012 12:22 AM by sabreB6.)
Post: #2
|
|||
|
|||
RE: REST API - how to override connectivity
I've found some examples on wiki:https://sites.google.com/a/webpagetest.org/docs/advanced-features/webpagetest-restful-apis
It looks like it's enough to append '.{connectivity}' to instance name and it works for me, ':{browser}' is optional. |
|||
08-15-2012, 12:21 PM
Post: #3
|
|||
|
|||
RE: REST API - how to override connectivity
yes, sorry. Browser is optional and not used for IE agents. For connectivity you can also specify custom and then pass the individual settings for bandwidth, latency and packet loss (though since it's a private instance you could also just define your own named-values).
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)