v1
latestOpenAPI 3.0.02026-08-064311,0881.3 MBserviceAllowlistManagement
Allowlist CIDRs/IP addresses.
Add CIDR notations and/or IP addresses to the allowlist of the organization if not already there. When service allowlisting functionality is enabled, CIDRs/IP addresses that are allowlisted will have access to Sumo Logic and/or content sharing.
post/v1/serviceAllowlist/addresses/add
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"
}
]
}