v1

latestOpenAPI 3.0.32026-07-17687987.2 KB
clients

Get information about configured clients

get/clients

Response

OK.

supported_tagsstring[]

Example response

{
  "clients": [
    {
      "safebrowsing_enabled": true,
      "blocked_services": [
        "blocked_services",
        "blocked_services"
      ],
      "use_global_settings": true,
      "safesearch_enabled": true,
      "parental_enabled": true,
      "upstreams": [
        "upstreams",
        "upstreams"
      ],
      "name": "localhost",
      "ids": [
        "ids",
        "ids"
      ],
      "use_global_blocked_services": true,
      "filtering_enabled": true,
      "tags": [
        "tags",
        "tags"
      ]
    },
    {
      "safebrowsing_enabled": true,
      "blocked_services": [
        "blocked_services",
        "blocked_services"
      ],
      "use_global_settings": true,
      "safesearch_enabled": true,
      "parental_enabled": true,
      "upstreams": [
        "upstreams",
        "upstreams"
      ],
      "name": "localhost",
      "ids": [
        "ids",
        "ids"
      ],
      "use_global_blocked_services": true,
      "filtering_enabled": true,
      "tags": [
        "tags",
        "tags"
      ]
    }
  ],
  "supported_tags": [
    "supported_tags",
    "supported_tags"
  ],
  "auto_clients": [
    {
      "ip": "127.0.0.1",
      "name": "localhost",
      "source": "etc/hosts",
      "whois_info": {
        "key": "whois_info"
      }
    },
    {
      "ip": "127.0.0.1",
      "name": "localhost",
      "source": "etc/hosts",
      "whois_info": {
        "key": "whois_info"
      }
    }
  ]
}