List proxies
GET /api/fleet/proxies
curl \
-X GET https://localhost:5601/api/fleet/proxies
Response examples (200)
{
"items": [
{
"certificate": "string",
"certificate_authorities": "string",
"certificate_key": "string",
"id": "string",
"name": "string",
"proxy_headers": {},
"url": "string"
}
],
"page": 42,
"perPage": 42,
"total": 42
}
Response examples (400)
{
"error": "string",
"message": "string",
"statusCode": 42.0
}