/network-config

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Create Network Configuration

Use this route to create a new network configuration (VPN) for use with your connections. This allows pipelines to connect to data sources behind a VPN.

How to use

This endpoint accepts multipart/form-data. Send the configuration details as form fields along with the VPN configuration file.

Form fields

  • network_type_id (required): the identifier of the network type;
  • network_type_name (required): the name of the network type (e.g., openvpn);
  • name (required): display name for the network configuration;
  • description (required): description of the network configuration;
  • ovpn_file (required): the OpenVPN configuration file (.ovpn) to upload.

Error scenarios

CodeErrorDescription
401UnauthenticatedInvalid or missing access-token header
403ForbiddenUser does not have the required permissions
400Bad RequestMissing required fields or invalid file format
500Internal Server ErrorUnknown server error
Body Params
string
required
string
required
string
required
string
required
file
required
Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json