v1
latestSwagger 2.02026-07-1798126172.4 KBService
List of services
ServiceList provides a list of running services on the node.
get/services
Response
List of running services
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"
}
]