GET /a/policy/ipbans

[Enterprise Only] List banned IPs

No Parameters

Response Example (200)

Response Type /definitions/ipbanListBansCollection

{
  "Bans": [
    {
      "BanExpire": "string",
      "History": [
        {
          "Details": {},
          "IP": "string",
          "IsSuccess": true,
          "connectionTime": "string"
        }
      ],
      "IP": "string"
    }
  ]
}
Auto generated by Pydio Cells Enterprise Distribution v4.4.0 on 3-Apr-2024
Back to top