v1

latestOpenAPI 3.0.0Apache 2.02026-07-1410280162.7 KB
services

Get a service descriptor targets

Get a service descriptor targets

get/api/services/{serviceId}/targets

Path parameters

serviceIdstring required

The service id

Response

Successful operation

hoststring hostname required

The host on which the HTTP call will be forwarded. Can be a domain name, or an IP address. Can also have a port

schemestring required

The protocol used for communication. Can be http or https

Example response

[
  {
    "host": "www.google.com",
    "scheme": "a string value"
  }
]