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
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -107,6 +107,7 @@ <h3>Method Details</h3>
107
107
"applicationType": "A String", # Required. Type of the application. Netweaver, etc.
108
108
"ascsInstanceNumber": "A String", # Optional. Instance number of the ASCS instance.
109
109
"ascsUri": "A String", # Optional. Resource URI of the recognized ASCS host of the application.
110
+
"ersInstanceNumber": "A String", # Optional. Instance number of the ERS instance.
110
111
"kernelVersion": "A String", # Optional. Kernel version for Netweaver running in the system.
111
112
"nfsUri": "A String", # Optional. Resource URI of the recognized shared NFS of the application. May be empty if the application server has only a single node.
112
113
},
@@ -125,10 +126,17 @@ <h3>Method Details</h3>
125
126
"resources": [ # Optional. The resources in a component.
126
127
{ # Message describing a resource.
127
128
"instanceProperties": { # A set of properties only present for an instance type resource # Optional. A set of properties only applying to instance type resources.
129
+
"appInstances": [ # Optional. App server instances on the host
130
+
{ # Fields to describe an SAP application server instance.
131
+
"name": "A String", # Optional. Instance name of the SAP application instance.
132
+
"number": "A String", # Optional. Instance number of the SAP application instance.
133
+
},
134
+
],
128
135
"clusterInstances": [ # Optional. A list of instance URIs that are part of a cluster with this one.
129
136
"A String",
130
137
],
131
138
"instanceNumber": "A String", # Optional. The VM's instance number.
139
+
"instanceRole": "A String", # Optional. Bitmask of instance role, a resource may have multiple roles at once.
132
140
"virtualHostname": "A String", # Optional. A virtual hostname of the instance if it has one.
133
141
},
134
142
"relatedResources": [ # Optional. A list of resource URIs related to this resource.
@@ -150,6 +158,7 @@ <h3>Method Details</h3>
150
158
"applicationType": "A String", # Required. Type of the application. Netweaver, etc.
151
159
"ascsInstanceNumber": "A String", # Optional. Instance number of the ASCS instance.
152
160
"ascsUri": "A String", # Optional. Resource URI of the recognized ASCS host of the application.
161
+
"ersInstanceNumber": "A String", # Optional. Instance number of the ERS instance.
153
162
"kernelVersion": "A String", # Optional. Kernel version for Netweaver running in the system.
154
163
"nfsUri": "A String", # Optional. Resource URI of the recognized shared NFS of the application. May be empty if the application server has only a single node.
155
164
},
@@ -168,10 +177,17 @@ <h3>Method Details</h3>
168
177
"resources": [ # Optional. The resources in a component.
169
178
{ # Message describing a resource.
170
179
"instanceProperties": { # A set of properties only present for an instance type resource # Optional. A set of properties only applying to instance type resources.
180
+
"appInstances": [ # Optional. App server instances on the host
181
+
{ # Fields to describe an SAP application server instance.
182
+
"name": "A String", # Optional. Instance name of the SAP application instance.
183
+
"number": "A String", # Optional. Instance number of the SAP application instance.
184
+
},
185
+
],
171
186
"clusterInstances": [ # Optional. A list of instance URIs that are part of a cluster with this one.
172
187
"A String",
173
188
],
174
189
"instanceNumber": "A String", # Optional. The VM's instance number.
190
+
"instanceRole": "A String", # Optional. Bitmask of instance role, a resource may have multiple roles at once.
175
191
"virtualHostname": "A String", # Optional. A virtual hostname of the instance if it has one.
176
192
},
177
193
"relatedResources": [ # Optional. A list of resource URIs related to this resource.
0 commit comments