Skip to main content
Replace company IP access settings
curl --request PUT \
  --url https://api.coralogix.com/mgmt/openapi/latest/aaa/team-sec-ip-access/v1 \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "enableCoralogixCustomerSupportAccess": "CORALOGIX_CUSTOMER_SUPPORT_ACCESS_UNSPECIFIED",
  "id": 405,
  "ipAccess": [
    {
      "enabled": true,
      "ipRange": "192.168.0.1/24",
      "name": "Office Network"
    }
  ]
}'
{
  "settings": {
    "enableCoralogixCustomerSupportAccess": "CORALOGIX_CUSTOMER_SUPPORT_ACCESS_UNSPECIFIED",
    "id": 405,
    "ipAccess": 405
  }
}

Authorizations

Authorization
string
header
required

API key authentication

Body

application/json

This data structure represents the request to replace company IP access settings.

enableCoralogixCustomerSupportAccess
enum<string>
Available options:
CORALOGIX_CUSTOMER_SUPPORT_ACCESS_UNSPECIFIED,
CORALOGIX_CUSTOMER_SUPPORT_ACCESS_DISABLED,
CORALOGIX_CUSTOMER_SUPPORT_ACCESS_ENABLED
id
string
Example:

405

ipAccess
IP Access · object[]

Response

This data structure represents the response to replace company IP access settings.

settings
object

This data structure represents the IP access settings for a company.