Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
In this article
Applies to: ✅ Azure Data Explorer
Display a cluster's callout policy.
You must have at least Cluster AllDatabasesMonitor permissions to run this command.
.show
cluster
policy
callout
Learn more about syntax conventions.
Name | Type | Description |
---|---|---|
PolicyName | string |
Name of the policy. For cluster callout policy this value is CalloutPolicy. |
EntityName | string |
Name of the entity for which the policy is set. |
Policy | string |
JSON representation of the policy object. |
ChildEntities | string |
Child entities for which this policy is set. For cluster callout policy this value is an array of strings, each of which corresponds to the name of system and user databases attached to the cluster. |
EntityType | string |
Type of entity for which this policy is set. For cluster callout policy this value is Cluster. |
Display the cluster's callout policy.
.show cluster policy callout
Output
PolicyName | EntityName | Policy | ChildEntities | EntityType |
---|---|---|---|---|
CalloutPolicy | [] | ["$systemdb","KustoMonitoringPersistentDatabase","TestDB"] | Cluster |