List locations and the number of pending tests

getLocations(server, requestId = NULL, dryRun = FALSE, ...)

Arguments

server
A WebPagetest server
requestId
request ID, useful to track asynchronous requests
dryRun
If TRUE just return the RESTful API URL. Defaults to FALSE
...
Additonal function arguments

Value

A list of locations and the number of pending tests at those locations

Examples

## Not run: ------------------------------------ # WPT <- server() # locs <- getLocations(WPT) ## ---------------------------------------------