Version: SG FLX
Community

Get one proxy

copy
GET /_signals/proxies/{proxy-id}

Load information about the proxy with the given id.

Responses

200 OK

The proxy was found, information about proxy is present in response body.

403 Forbidden

The user does not have the required permissions to access the endpoint.

404 Not Found

The proxy with the requested id does not exist.

Permissions

For being able to access the endpoint, the user needs to have the privilege cluster:admin:searchguard:signals:proxies/findone.

Examples

Get proxy with id my-proxy

copy
GET /_signals/proxies/my-proxy

Response

copy
200 OK
copy
{
  "status": 200,
  "data": {
    "id": "my-proxy",
    "name": "my test proxy",
    "uri": "http://127.0.0.1:9199"
  }
}


Not what you were looking for? Try the search.