From a81104508a75af34055578c345c2a4abc418f7eb Mon Sep 17 00:00:00 2001 From: diegosouzapw <8016841+diegosouzapw@users.noreply.github.com> Date: Wed, 16 Sep 2026 02:27:32 -0300 Subject: [PATCH] docs(skills): regenerate omni-settings SKILL.md for the egress-observation endpoint --- skills/omni-settings/SKILL.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/skills/omni-settings/SKILL.md b/skills/omni-settings/SKILL.md index 0c21e89816..fd0d6c6a04 100644 --- a/skills/omni-settings/SKILL.md +++ b/skills/omni-settings/SKILL.md @@ -1150,6 +1150,17 @@ curl -X DELETE https://localhost:20128/api/settings/proxies/pool \ -H "Authorization: Bearer $OMNIROUTE_TOKEN" ``` +### GET /api/settings/proxies/pool/egress-observation + +GET settings › proxies › pool › egress observation + +Read-only observation of how many distinct egress IPs actually served the members of a proxy pool over the last 24 h, read from the proxy log (numbers only, never used for routing). Opt-in through the PROXY_POOL_EGRESS_OBSERVATION feature flag: while it is off, or when the read fails, the body is JSON null. Results are cached for 30 seconds per normalized scope (key is read as account, global as the stored global pool). + +```bash +curl https://localhost:20128/api/settings/proxies/pool/egress-observation \ + -H "Authorization: Bearer $OMNIROUTE_TOKEN" +``` + ### POST /api/settings/proxy/cloudflare-deploy POST settings › proxy › cloudflare deploy