Skip to content

Commit 23a2f26

Browse files
yoshi-automationmiguelvelezsa
authored andcommitted
feat(workloadmanager): update the API
#### workloadmanager:v1 The following keys were added: - schemas.AgentStatus.properties.instanceUri.description - schemas.AgentStatus.properties.instanceUri.readOnly - schemas.AgentStatus.properties.instanceUri.type
1 parent 935c39a commit 23a2f26

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

discovery/workloadmanager-v1.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,7 @@
879879
}
880880
}
881881
},
882-
"revision": "20250630",
882+
"revision": "20250714",
883883
"rootUrl": "https://workloadmanager.googleapis.com/",
884884
"schemas": {
885885
"AgentCommand": {
@@ -963,6 +963,11 @@
963963
"readOnly": true,
964964
"type": "string"
965965
},
966+
"instanceUri": {
967+
"description": "Output only. The URI of the instance. Format: projects//zones//instances/",
968+
"readOnly": true,
969+
"type": "string"
970+
},
966971
"kernelVersion": {
967972
"$ref": "SapDiscoveryResourceInstancePropertiesKernelVersion",
968973
"description": "Output only. The kernel version of the system.",

src/apis/workloadmanager/v1.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,10 @@ export namespace workloadmanager_v1 {
169169
* Output only. The installed version of the agent on the host.
170170
*/
171171
installedVersion?: string | null;
172+
/**
173+
* Output only. The URI of the instance. Format: projects//zones//instances/
174+
*/
175+
instanceUri?: string | null;
172176
/**
173177
* Output only. The kernel version of the system.
174178
*/

0 commit comments

Comments
 (0)