POST /a/policy/ipbans

[Enterprise Only] List banned IPs

Body Parameters

Name Description Type Required
IP string

Body Example

{
  "IP": "string"
}

Response Example (200)

Response Type /definitions/ipbanUnbanResponse

{
  "Success": true
}
Auto generated by Pydio Cells Enterprise Distribution v4.3.1 on 14-Nov-2023
Back to top