v1

latestSwagger 2.02026-07-1798126172.4 KB
Service

List of services

ServiceList provides a list of running services on the node.

get/services

Response

List of running services

idstring
optionsstring

options with which service was started. Every service has a unique list of allowed options.

provider_idstring

provider identity

statusstring
typestring

service type. Possible values are "openvpn", "wireguard" and "noop"

Example response

[
  {
    "id": "6ba7b810-9dad-11d1-80b4-00c04fd430c8",
    "options": "{\"port\": 1123, \"protocol\": \"udp\"}",
    "proposal": {
      "location": {
        "asn": 1,
        "city": "Amsterdam",
        "continent": "EU",
        "country": "NL",
        "ip_type": "residential",
        "isp": "Telia Lietuva, AB"
      },
      "provider_id": "0x0000000000000000000000000000000000000001",
      "service_type": "openvpn"
    },
    "provider_id": "0x0000000000000000000000000000000000000002",
    "status": "Running",
    "type": "openvpn"
  }
]