List of endpoints available to manage services for a given tunnel.
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
accountNamestring · requiredThe name of the account. You can find this in your Zuplo Portal under Settings > Project Information.
tunnelIdstring · requiredThe ID of the tunnel.
operationIdstring · requiredThe ID of the operation.
Responses
The request has succeeded.
idstring · readOnly · requiredExample: pst_ezMUOh0xFqRWg84DPH5jVwgOstatusstring · enum · requiredEnum values:in-progresssuccesserrorExample: success
messagestringExample: Successfully provisioned services.detailsstring
Gets a service configuration
This endpoint returns a snapshot of the services that the tunnel is currently configured for.
path Parameters
accountNamestring · requiredThe name of the account. You can find this in your Zuplo Portal under Settings > Project Information.
tunnelIdstring · requiredThe ID of the tunnel.
Responses
The request has succeeded.
versioninteger · uint8 · requiredThe version of this configuration format.
Example: 1servicesobject[] · 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
accountNamestring · requiredThe name of the account. You can find this in your Zuplo Portal under Settings > Project Information.
tunnelIdstring · requiredThe ID of the tunnel.
Request Body
versioninteger · uint8 · requiredThe version of this configuration format.
Example: 1servicesobject[] · requiredA list of services that the tunnel will connect to.
Responses
The request has succeeded.
idstring · readOnly · requiredExample: pst_ezMUOh0xFqRWg84DPH5jVwgOstatusstring · enum · requiredEnum values:in-progresssuccesserrorExample: success
messagestringExample: Successfully provisioned services.detailsstring