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
<pre>Gets details of a discovered workload profile.
103
-
104
-
Args:
105
-
name: string, Required. Name of the resource (required)
106
-
x__xgafv: string, V1 error format.
107
-
Allowed values
108
-
1 - v1 error format
109
-
2 - v2 error format
110
-
111
-
Returns:
112
-
An object of the form:
113
-
114
-
{ # workload resource
115
-
"labels": { # Optional. such as name, description, version. More example can be found in deployment
116
-
"a_key": "A String",
117
-
},
118
-
"name": "A String", # Identifier. name of resource names have the form 'projects/{project_id}/locations/{location}/workloadProfiles/{workload_id}'
119
-
"refreshedTime": "A String", # Required. time when the workload data was refreshed
120
-
"sapWorkload": { # The body of sap workload # The sap workload content
121
-
"application": { # The component of sap workload # Output only. the acsc componment
"latestBackupStatus": "A String", # Output only. The state of the latest backup.
125
-
"latestBackupTime": "A String", # The time when the latest backup was performed.
126
-
},
127
-
"databaseType": "A String", # Output only. Type of the database. HANA, DB2, etc.
128
-
},
129
-
"haHosts": [ # A list of host URIs that are part of the HA configuration if present. An empty list indicates the component is not configured for HA.
130
-
"A String",
131
-
],
132
-
"resources": [ # Output only. resources in the component
"latestBackupStatus": "A String", # Output only. The state of the latest backup.
166
-
"latestBackupTime": "A String", # The time when the latest backup was performed.
167
-
},
168
-
"databaseType": "A String", # Output only. Type of the database. HANA, DB2, etc.
169
-
},
170
-
"haHosts": [ # A list of host URIs that are part of the HA configuration if present. An empty list indicates the component is not configured for HA.
171
-
"A String",
172
-
],
173
-
"resources": [ # Output only. resources in the component
0 commit comments