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: docs/dyn/workloadmanager_v1.projects.locations.insights.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,8 @@ <h3>Method Details</h3>
97
97
98
98
{ # Request for sending the data insights.
99
99
"insight": { # A presentation of host resource usage where the workload runs. # Required. The metrics data details.
100
-
"sapDiscovery": { # The schema of SAP system discovery data. # The insights data for sap system discovery. This is a copy of SAP System proto and should get updated whenever that one changes.
100
+
"instanceId": "A String", # Required. The instance id where the insight is generated from
101
+
"sapDiscovery": { # LINT.IfChange The schema of SAP system discovery data. # The insights data for sap system discovery. This is a copy of SAP System proto and should get updated whenever that one changes.
101
102
"applicationLayer": { # Message describing the system component. # An SAP system may run without an application layer.
102
103
"applicationType": "A String", # The component is a SAP application.
103
104
"databaseType": "A String", # The component is a SAP database.
@@ -156,10 +157,9 @@ <h3>Method Details</h3>
156
157
"agentVersion": "A String", # The agent version collected this data point
157
158
"validationDetails": [ # A list of SqlServer validation metrics data.
158
159
{ # Message describing the Sqlserver validation metrics.
159
-
"details": { # The pairs of metrics data: field name & field value.
160
+
"fields": { # pairs of metrics data: column name & column value.
160
161
"a_key": "A String",
161
162
},
162
-
"instanceId": "A String", # The instance id where the ValidationDetail is generated from
163
163
"type": "A String", # The Sqlserver system that the validation data is from.
parent: string, Required. The [project] on which to execute the request. The format is: projects/{project_id}/locations/{location} Currently, the pre-defined rules are global available to all projects and all regions (required)
98
+
customRulesBucket: string, The Cloud Storage bucket name for custom rules.
98
99
filter: string, Filter based on primary_category, secondary_category
99
100
pageSize: integer, Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
100
101
pageToken: string, A token identifying a page of results the server should return.
0 commit comments