.alter callout policy

Change the cluster callout policy. Azure Data Explorer clusters can communicate with external services in many different scenarios. Cluster admins can manage the authorized domains for external calls, by updating the cluster's callout policy.

Syntax

.alter cluster policy callout SerializedArrayOfPolicyObjects

Arguments

SerializedArrayOfPolicyObjects - A serialized array of JSON policy objects defined. See callout policy for policy properties.

Returns

Returns a JSON representation of the policy.

Example

Define permitted callouts for the cluster callout policy.

.alter cluster policy callout @'[{"CalloutType": "sql","CalloutUriRegex": "sqlname\\.database\\.azure\\.com/?$","CanCall": true}]'
PolicyName EntityName Policy ChildEntities EntityType
CalloutPolicy [{
"CalloutType": "sql",
"CalloutUriRegex": "sqlname\\.database\\.azure\\.com/?$",
"CanCall": true
}]