tunnel › Fetch running tunnels of your account.
tunnel
Fetch running tunnels of your account. To fetch lists of all tunnels runing in an account.
Fetch running tunnels of your account. curl -- request GET \
-- url "https://api.lambdatest.com/automation/api/v1/tunnels" \
-- header "Authorization: Basic <encoded-value>"
{
"message" : "Retrieve tunnel was successful" ,
"status" : "success" ,
"data" : [
{
"dns" : "<string>" ,
"email" : "<string>" ,
"username" : "<string>" ,
"shared_tunnel" : true ,
"folder_path" : "<string>" ,
"local_domains" : "<string>" ,
"org_id" : 123 ,
"start_timestamp" : "<string>" ,
"status_ind" : "<string>" ,
"tunnel_id" : 123 ,
"tunnel_name" : "<string>" ,
"user_id" : 123
}
]
}
Authorizations Authorization string header required
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Response 200▼
application/json Successful operation
data object[]
▶ Hide child attributesdata. dns string
Example: "<string>"
data. email string
Example: "<string>"
data. username string
Example: "<string>"
data. shared_tunnel boolean
Example: true
data. folder_path string
Example: "<string>"
data. local_domains string
Example: "<string>"
data. start_timestamp string
Example: "<string>"
data. status_ind string
Example: "<string>"
data. tunnel_name string
Example: "<string>"
Fetch running tunnels of your account. curl -- request GET \
-- url "https://api.lambdatest.com/automation/api/v1/tunnels" \
-- header "Authorization: Basic <encoded-value>"
{
"message" : "Retrieve tunnel was successful" ,
"status" : "success" ,
"data" : [
{
"dns" : "<string>" ,
"email" : "<string>" ,
"username" : "<string>" ,
"shared_tunnel" : true ,
"folder_path" : "<string>" ,
"local_domains" : "<string>" ,
"org_id" : 123 ,
"start_timestamp" : "<string>" ,
"status_ind" : "<string>" ,
"tunnel_id" : 123 ,
"tunnel_name" : "<string>" ,
"user_id" : 123
}
]
}