Getting Individual Test IDs from a bulktest ID
|
07-22-2014, 09:24 AM
Post: #1
|
|||
|
|||
Getting Individual Test IDs from a bulktest ID
Say I did a bulk test and get a URL like the following
http://private.instance.of.webpagete.st/...0721_VK_3C Given the input of 140721_VK_3C I want to decompose it into individual tests like 140721_NM_3D, 140721_ZJ_3E and the likes. Is there a way to do this? |
|||
07-23-2014, 01:32 AM
Post: #2
|
|||
|
|||
RE: Getting Individual Test IDs from a bulktest ID
Sure. Take this bulk test as an example: http://www.webpagetest.org/result/140722_KZ_NMG/
You can use the normal XML entry point which will provide the list of individual tests: http://www.webpagetest.org/xmlResult.php...722_KZ_NMG (looks like the JSON interface isn't hooked up). You can also use the aggregate CSV interface (link at the bottom of the result) where each row is an individual test and the last column is the test ID: http://www.webpagetest.org/aggregate.php...722_KZ_NMG If you'd like JSON access to it it shouldn't be too hard to add, just open a github issue and I can get it into the next release (probably 2.16 since 2.15 is going out the door now). |
|||
07-23-2014, 04:51 AM
Post: #3
|
|||
|
|||
RE: Getting Individual Test IDs from a bulktest ID
(07-23-2014 01:32 AM)pmeenan Wrote: Sure. Take this bulk test as an example: http://www.webpagetest.org/result/140722_KZ_NMG/ Thanks a bunch as always :-) |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)