Skip to main content
Get the connection profiles
curl --request GET \
  --url http://localhost/api/network/connection_profiles
[
  {
    "id": "<string>",
    "path": "<string>",
    "ipv4_settings": {
      "ip_addresses": [
        {
          "address": "<string>",
          "prefix": 123
        }
      ],
      "gateway": "<string>",
      "method": "unknown",
      "dns": [
        "<string>"
      ],
      "never_default": true
    }
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.dwe.ai/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Successful Response

id
string
required
path
string
required
ipv4_settings
IPV4Configuration · object
required