curl --request POST \
--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",
"ipAccess": [
{
"enabled": true,
"ipRange": "192.168.0.1/24",
"name": "Office Network"
}
]
}
'{
"settings": {
"enableCoralogixCustomerSupportAccess": "CORALOGIX_CUSTOMER_SUPPORT_ACCESS_UNSPECIFIED",
"id": 405,
"ipAccess": 405
}
}No description available
curl --request POST \
--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",
"ipAccess": [
{
"enabled": true,
"ipRange": "192.168.0.1/24",
"name": "Office Network"
}
]
}
'{
"settings": {
"enableCoralogixCustomerSupportAccess": "CORALOGIX_CUSTOMER_SUPPORT_ACCESS_UNSPECIFIED",
"id": 405,
"ipAccess": 405
}
}API key authentication
This data structure represents the request to create company IP access settings.
CORALOGIX_CUSTOMER_SUPPORT_ACCESS_UNSPECIFIED, CORALOGIX_CUSTOMER_SUPPORT_ACCESS_DISABLED, CORALOGIX_CUSTOMER_SUPPORT_ACCESS_ENABLED This data structure represents the response to create company IP access settings.
This data structure represents the IP access settings for a company.
Show child attributes
CORALOGIX_CUSTOMER_SUPPORT_ACCESS_UNSPECIFIED, CORALOGIX_CUSTOMER_SUPPORT_ACCESS_DISABLED, CORALOGIX_CUSTOMER_SUPPORT_ACCESS_ENABLED The unique identifier for the company IP access settings. This is typically a company ID.
405
The list of IP access entries.
Show child attributes
Represents a single IP access entry.
Show child attributes
405
Was this page helpful?