Skip to content

Commit 4a60ffc

Browse files
feat(workloadmanager): update the api
#### workloadmanager:v1 The following keys were added: - schemas.SapDiscovery.properties.useDrReconciliation.type (Total Keys: 1) - schemas.SapDiscoveryComponentDatabaseProperties.properties.landscapeId.type (Total Keys: 1)
1 parent 57f4a91 commit 4a60ffc

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

docs/dyn/workloadmanager_v1.projects.locations.insights.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ <h3>Method Details</h3>
116116
&quot;databaseType&quot;: &quot;A String&quot;, # Required. Type of the database. HANA, DB2, etc.
117117
&quot;databaseVersion&quot;: &quot;A String&quot;, # Optional. The version of the database software running in the system.
118118
&quot;instanceNumber&quot;: &quot;A String&quot;, # Optional. Instance number of the SAP instance.
119+
&quot;landscapeId&quot;: &quot;A String&quot;, # Optional. Landscape ID from the HANA nameserver.
119120
&quot;primaryInstanceUri&quot;: &quot;A String&quot;, # Required. URI of the recognized primary instance of the database.
120121
&quot;sharedNfsUri&quot;: &quot;A String&quot;, # Optional. URI of the recognized shared NFS of the database. May be empty if the database has only a single node.
121122
},
@@ -175,6 +176,7 @@ <h3>Method Details</h3>
175176
&quot;databaseType&quot;: &quot;A String&quot;, # Required. Type of the database. HANA, DB2, etc.
176177
&quot;databaseVersion&quot;: &quot;A String&quot;, # Optional. The version of the database software running in the system.
177178
&quot;instanceNumber&quot;: &quot;A String&quot;, # Optional. Instance number of the SAP instance.
179+
&quot;landscapeId&quot;: &quot;A String&quot;, # Optional. Landscape ID from the HANA nameserver.
178180
&quot;primaryInstanceUri&quot;: &quot;A String&quot;, # Required. URI of the recognized primary instance of the database.
179181
&quot;sharedNfsUri&quot;: &quot;A String&quot;, # Optional. URI of the recognized shared NFS of the database. May be empty if the database has only a single node.
180182
},
@@ -227,6 +229,7 @@ <h3>Method Details</h3>
227229
&quot;projectNumber&quot;: &quot;A String&quot;, # Optional. The GCP project number that this SapSystem belongs to.
228230
&quot;systemId&quot;: &quot;A String&quot;, # Output only. A combination of database SID, database instance URI and tenant DB name to make a unique identifier per-system.
229231
&quot;updateTime&quot;: &quot;A String&quot;, # Required. Unix timestamp this system has been updated last.
232+
&quot;useDrReconciliation&quot;: True or False, # Optional. Whether to use DR reconciliation or not.
230233
&quot;workloadProperties&quot;: { # A set of properties describing an SAP workload. # Optional. The properties of the workload.
231234
&quot;productVersions&quot;: [ # Optional. List of SAP Products and their versions running on the system.
232235
{ # A product name and version.

googleapiclient/discovery_cache/documents/workloadmanager.v1.json

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@
772772
}
773773
}
774774
},
775-
"revision": "20250101",
775+
"revision": "20250120",
776776
"rootUrl": "https://workloadmanager.googleapis.com/",
777777
"schemas": {
778778
"AgentCommand": {
@@ -1646,6 +1646,10 @@
16461646
"format": "google-datetime",
16471647
"type": "string"
16481648
},
1649+
"useDrReconciliation": {
1650+
"description": "Optional. Whether to use DR reconciliation or not.",
1651+
"type": "boolean"
1652+
},
16491653
"workloadProperties": {
16501654
"$ref": "SapDiscoveryWorkloadProperties",
16511655
"description": "Optional. The properties of the workload."
@@ -1781,13 +1785,19 @@
17811785
"DATABASE_TYPE_UNSPECIFIED",
17821786
"HANA",
17831787
"MAX_DB",
1784-
"DB2"
1788+
"DB2",
1789+
"ORACLE",
1790+
"SQLSERVER",
1791+
"ASE"
17851792
],
17861793
"enumDescriptions": [
17871794
"Unspecified database type.",
17881795
"SAP HANA",
17891796
"SAP MAX_DB",
1790-
"IBM DB2"
1797+
"IBM DB2",
1798+
"Oracle Database",
1799+
"Microsoft SQL Server",
1800+
"SAP Sybase ASE"
17911801
],
17921802
"type": "string"
17931803
},
@@ -1799,6 +1809,10 @@
17991809
"description": "Optional. Instance number of the SAP instance.",
18001810
"type": "string"
18011811
},
1812+
"landscapeId": {
1813+
"description": "Optional. Landscape ID from the HANA nameserver.",
1814+
"type": "string"
1815+
},
18021816
"primaryInstanceUri": {
18031817
"description": "Required. URI of the recognized primary instance of the database.",
18041818
"type": "string"

0 commit comments

Comments
 (0)