Skip to main content
Replace company IP access settings

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>

The Coralogix customer support access setting. Defaults to DISABLED if not provided.

Available options:
CORALOGIX_CUSTOMER_SUPPORT_ACCESS_UNSPECIFIED,
CORALOGIX_CUSTOMER_SUPPORT_ACCESS_DISABLED,
CORALOGIX_CUSTOMER_SUPPORT_ACCESS_ENABLED
Example:

"CORALOGIX_CUSTOMER_SUPPORT_ACCESS_ENABLED"

id
string

Unique identifier of the existing IP access settings resource to replace.

Example:

"d662a2f1-21c3-493c-8f8a-595d3ab05ef3"

ipAccess
IP Access · object[]

List of IP access entries to replace.

Response

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

settings
Company IP access settings · object

The replaced company IP access settings.