post
https://maestro.dadosfera.ai/network-config
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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
| Code | Error | Description |
|---|---|---|
| 401 | Unauthenticated | Invalid or missing access-token header |
| 403 | Forbidden | User does not have the required permissions |
| 400 | Bad Request | Missing required fields or invalid file format |
| 500 | Internal Server Error | Unknown server error |
