> For the complete documentation index, see [llms.txt](https://docs.cloudeka.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudeka.ai/cloudeka-api/deka-vpn/list-openvpn.md).

# List OpenVPN

List of OpenVPN configurations

```json
{"openapi":"3.1.1","info":{"title":"Cloudeka AI - API Documentation","version":"1.0.0"},"tags":[{"name":"Deka VPN","description":"API endpoints for Deka VPN (base: /core/vpn)"}],"servers":[{"url":"https://ai.cloudeka.id/"}],"paths":{"/core/vpn/v1/openvpn/list":{"post":{"description":"List of OpenVPN configurations","tags":["Deka VPN","openvpn"],"summary":"List OpenVPN","responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ai_vpn__response.OpenVPNResponse"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ai_vpn__response.OpenVPNResponse"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ai_vpn__request.PayloadOpenVpn"}}},"description":"OpenVPN request","required":true}}}},"components":{"schemas":{"ai_vpn__response.OpenVPNResponse":{"type":"object","properties":{"code":{"type":"integer"},"data":{"type":"array","items":{"type":"object","properties":{"allow_compression":{"type":"string"},"authmode":{"type":"string"},"caref":{"type":"string"},"cert_depth":{"type":"string"},"certref":{"type":"string"},"create_gw":{"type":"string"},"data_ciphers":{"type":"string"},"data_ciphers_fallback":{"type":"string"},"description":{"type":"string"},"dev_mode":{"type":"string"},"dh_length":{"type":"string"},"digest":{"type":"string"},"dns_server1":{"type":"string"},"dns_server2":{"type":"string"},"ecdh_curve":{"type":"string"},"engine":{"type":"string"},"exit_notify":{"type":"string"},"inactive_seconds":{"type":"string"},"interface":{"type":"string"},"keepalive_interval":{"type":"string"},"keepalive_timeout":{"type":"string"},"local_network":{"type":"string"},"local_port":{"type":"string"},"maxclients":{"type":"string"},"mode":{"type":"string"},"ncp_enable":{"type":"string"},"netbios_ntype":{"type":"string"},"ping_action":{"type":"string"},"ping_action_seconds":{"type":"string"},"ping_method":{"type":"string"},"ping_seconds":{"type":"string"},"protocol":{"type":"string"},"serverbridge_interface":{"type":"string"},"tls":{"type":"string"},"topology":{"type":"string"},"tunnel_network":{"type":"string"},"username_as_common_name":{"type":"string"},"verbosity_level":{"type":"string"},"vpnid":{"type":"string"}}}},"message":{"type":"string"},"return":{"type":"integer"},"status":{"type":"string"}}},"ai_vpn__request.PayloadOpenVpn":{"type":"object","required":["name","organization_id","project_id"],"properties":{"actitivity_name":{"type":"string"},"description":{"type":"string"},"expired_date":{"type":"string"},"ip_public":{"type":"string"},"local_network":{"type":"string"},"name":{"type":"string","maxLength":30},"organization_id":{"type":"string"},"password":{"type":"string"},"project_id":{"type":"string"},"project_name":{"type":"string"},"subnet_network":{"type":"string"},"user_id":{"type":"string"},"username":{"type":"string"}}}}}}
```
