v1

latestOpenAPI 3.0.02026-08-064311,0881.3 MB
serviceAllowlistManagement

Remove allowlisted CIDRs/IP addresses.

Remove allowlisted CIDR notations and/or IP addresses from the organization. Removed CIDRs/IPs will immediately lose access to Sumo Logic and content sharing.

post/v1/serviceAllowlist/addresses/remove

Request body

Example request

{
  "data": [
    {
      "cidr": "192.35.24.1",
      "description": "Accountant"
    }
  ]
}

Response

List of all allowlisted CIDR notations and/or IP addresses for the organization.

Example response

{
  "data": [
    {
      "cidr": "192.35.24.1",
      "description": "Accountant"
    }
  ]
}