This API lets you check the status of connections with the parent servers you've configured in the proxy service.
This feature is available on Artica v4.50 Service Pack 1 or Artica v4.50 Hotfix 20240111-15
GET
tohttp://1.2.3.4:9503/proxy/peers/status
You will receive a json
{
"peers": [
{
"parent_name": "Peer11",
"parent_addr": "192.168.1.190",
"parent_port": 3128,
"status": "Up",
"fetches": 2
},
{
"parent_name": "Peer21",
"parent_addr": "192.168.90.65",
"parent_port": 3128,
"status": "Down",
"fetches": 0
}
]
}
Down
, this means that your proxy is not able to reach the address of the defined Proxy Parent.