Skip to main content

Get tunnel activation status

GET
/tunnels/{id}/status

Contract

Parameter
Value
Sectiontunnels
AuthenticationCookieAuth
Consumesnot required
Producesapplication/json

Parameters

1 parameter

Name
Location
Required
Type
Description
idpathyesintegerTunnel ID

Responses

4 responses

Status
Description
Type
200
Successful responseobject
400
Invalid tunnel IDobject
401
Unauthorizedobject
404
Tunnel not foundobject
  • {}
  • {
      "data": {},
      "error": "<string>"
    }
  • {
      "data": {},
      "error": "<string>"
    }
  • {
      "data": {},
      "error": "<string>"
    }