You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dynatrace/api/builtin/appsec/runtimevulnerabilitydetection/schema.json
+17-1
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,22 @@
83
83
"$ref": "#/enums/MonitoringMode"
84
84
}
85
85
},
86
+
"globalMonitoringModeGo": {
87
+
"description": "Global Go code-level vulnerability detection control defines the default for all process groups. You can use monitoring rules to override the default for certain processes.",
88
+
"displayName": "Global Go code-level vulnerability detection control",
89
+
"documentation": "Code-level vulnerability detection for Go has been recently released as a preview version. It has been designed to carry a production-ready performance footprint. The overhead is depending on your application, but should be negligible in most cases. You have to enable the OneAgent feature \"Go code-level vulnerability evaluation\" to get started.",
"description": "Global Java code-level vulnerability detection control defines the default for all process groups. You can use monitoring rules to override the default for certain processes.",
GlobalMonitoringModeDotNetMonitoringMode`json:"globalMonitoringModeDotNet"`// (v1.290) Global .NET code-level vulnerability detection control defines the default for all process groups. You can use monitoring rules to override the default for certain processes. Possible Values: `MONITORING_OFF`, `MONITORING_ON`
29
-
GlobalMonitoringModeJavaMonitoringMode`json:"globalMonitoringModeJava"`// Global Java code-level vulnerability detection control defines the default for all process groups. You can use monitoring rules to override the default for certain processes. Possible Values: `MONITORING_OFF`, `MONITORING_ON`
30
-
GlobalMonitoringModeTPVMonitoringMode`json:"globalMonitoringModeTPV"`// Global third-party vulnerability detection control defines the default for all processes. Possible Values: `MONITORING_OFF`, `MONITORING_ON`
31
-
Technologies*Technology`json:"technologies"`// Vulnerability Analytics can be enabled/disabled per supported technology.
GlobalMonitoringModeDotNetMonitoringMode`json:"globalMonitoringModeDotNet"`// (v1.290) Global .NET code-level vulnerability detection control defines the default for all process groups. You can use monitoring rules to override the default for certain processes. Possible Values: `MONITORING_OFF`, `MONITORING_ON`
29
+
GlobalMonitoringModeGo*MonitoringMode`json:"globalMonitoringModeGo,omitempty"`// Global Go code-level vulnerability detection control defines the default for all process groups. You can use monitoring rules to override the default for certain processes.
30
+
GlobalMonitoringModeJavaMonitoringMode`json:"globalMonitoringModeJava"`// Global Java code-level vulnerability detection control defines the default for all process groups. You can use monitoring rules to override the default for certain processes. Possible Values: `MONITORING_OFF`, `MONITORING_ON`
31
+
GlobalMonitoringModeTPVMonitoringMode`json:"globalMonitoringModeTPV"`// Global third-party vulnerability detection control defines the default for all processes. Possible Values: `MONITORING_OFF`, `MONITORING_ON`
32
+
Technologies*Technology`json:"technologies"`// Vulnerability Analytics can be enabled/disabled per supported technology.
Description: "Global Go code-level vulnerability detection control defines the default for all process groups. You can use monitoring rules to override the default for certain processes.",
60
+
Optional: true, // nullable
61
+
},
56
62
"global_monitoring_mode_java": {
57
63
Type: schema.TypeString,
58
64
Description: "Global Java code-level vulnerability detection control defines the default for all process groups. You can use monitoring rules to override the default for certain processes. Possible Values: `MONITORING_OFF`, `MONITORING_ON`",
0 commit comments