File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ type AgentPolicy struct {
8484 Name string `json:"name"`
8585 // Namespace of the policy. Required to create a policy.
8686 Namespace string `json:"namespace"`
87+ AdvancedSettings map [string ]interface {} `json:"advanced_settings,omitempty"`
8788 Description string `json:"description,omitempty"`
8889 MonitoringEnabled []MonitoringEnabledOption `json:"monitoring_enabled,omitempty"`
8990 DataOutputID string `json:"data_output_id,omitempty"`
@@ -113,6 +114,7 @@ type AgentPolicyUpdateRequest struct {
113114 Name string `json:"name"`
114115 // Namespace of the policy. Required in an update request.
115116 Namespace string `json:"namespace"`
117+ AdvancedSettings map [string ]interface {} `json:"advanced_settings,omitempty"`
116118 Description string `json:"description,omitempty"`
117119 MonitoringEnabled []MonitoringEnabledOption `json:"monitoring_enabled,omitempty"`
118120 DataOutputID string `json:"data_output_id,omitempty"`
You can’t perform that action at this time.
0 commit comments