Tunnel Services
List of endpoints available to manage services for a given tunnel.
https://dev.zuplo.com
Gets a provisioning status
This endpoint returns the status of the services that the tunnel is currently configured for. Provisioning the services is an asynchronous process so this endpoint allows you to poll the status.
path Parameters
accountName
string · requiredThe name of the account. You can find this in your Zuplo Portal under Settings > Project Information.
tunnelId
string · requiredThe ID of the tunnel.
operationId
string · requiredThe ID of the operation.
Responses
id
string · readOnly · requiredstatus
string · enum · requiredEnum values:in-progresssuccesserrormessage
stringdetails
string
Gets a service configuration
This endpoint returns a snapshot of the services that the tunnel is currently configured for.
path Parameters
accountName
string · requiredThe name of the account. You can find this in your Zuplo Portal under Settings > Project Information.
tunnelId
string · requiredThe ID of the tunnel.
Responses
version
integer · uint8 · requiredThe version of this configuration format.
services
object[] · requiredA list of services that the tunnel will connect to.
Configures tunnel services
This endpoint reads the request body and creates/updates/delete the services that the tunnel connects to.
path Parameters
accountName
string · requiredThe name of the account. You can find this in your Zuplo Portal under Settings > Project Information.
tunnelId
string · requiredThe ID of the tunnel.
Request Body
version
integer · uint8 · requiredThe version of this configuration format.
services
object[] · requiredA list of services that the tunnel will connect to.
Responses
id
string · readOnly · requiredstatus
string · enum · requiredEnum values:in-progresssuccesserrormessage
stringdetails
string