|
597 | 597 | "operations": {
|
598 | 598 | "methods": {
|
599 | 599 | "cancel": {
|
600 |
| -"description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.", |
| 600 | +"description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", |
601 | 601 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}:cancel",
|
602 | 602 | "httpMethod": "POST",
|
603 | 603 | "id": "workloadmanager.projects.locations.operations.cancel",
|
|
772 | 772 | }
|
773 | 773 | }
|
774 | 774 | },
|
775 |
| -"revision": "20241016", |
| 775 | +"revision": "20241209", |
776 | 776 | "rootUrl": "https://workloadmanager.googleapis.com/",
|
777 | 777 | "schemas": {
|
778 | 778 | "AgentCommand": {
|
|
857 | 857 | "description": "Description of the Evaluation",
|
858 | 858 | "type": "string"
|
859 | 859 | },
|
| 860 | +"evaluationType": { |
| 861 | +"description": "Evaluation type", |
| 862 | +"enum": [ |
| 863 | +"EVALUATION_TYPE_UNSPECIFIED", |
| 864 | +"SAP", |
| 865 | +"SQL_SERVER", |
| 866 | +"OTHER", |
| 867 | +"SCC_IAC" |
| 868 | +], |
| 869 | +"enumDescriptions": [ |
| 870 | +"Not specified", |
| 871 | +"SAP best practices", |
| 872 | +"SQL best practices", |
| 873 | +"Customized best practices", |
| 874 | +"SCC IaC (Infra as Code) best practices" |
| 875 | +], |
| 876 | +"type": "string" |
| 877 | +}, |
860 | 878 | "labels": {
|
861 | 879 | "additionalProperties": {
|
862 | 880 | "type": "string"
|
|
952 | 970 | "readOnly": true,
|
953 | 971 | "type": "array"
|
954 | 972 | },
|
| 973 | +"resultSummary": { |
| 974 | +"$ref": "Summary", |
| 975 | +"description": "Output only. [Output only] Result summary", |
| 976 | +"readOnly": true |
| 977 | +}, |
955 | 978 | "ruleResults": {
|
956 | 979 | "description": "Output only. execution result summary per rule",
|
957 | 980 | "items": {
|
|
1122 | 1145 | "sqlserverValidation": {
|
1123 | 1146 | "$ref": "SqlserverValidation",
|
1124 | 1147 | "description": "The insights data for the sqlserver workload validation."
|
| 1148 | +}, |
| 1149 | +"torsoValidation": { |
| 1150 | +"$ref": "TorsoValidation", |
| 1151 | +"description": "The insights data for workload validation of torso workloads." |
1125 | 1152 | }
|
1126 | 1153 | },
|
1127 | 1154 | "type": "object"
|
|
2240 | 2267 | },
|
2241 | 2268 | "type": "object"
|
2242 | 2269 | },
|
| 2270 | +"Summary": { |
| 2271 | +"description": "Message for execution summary", |
| 2272 | +"id": "Summary", |
| 2273 | +"properties": { |
| 2274 | +"failures": { |
| 2275 | +"description": "Output only. Number of failures", |
| 2276 | +"format": "int64", |
| 2277 | +"readOnly": true, |
| 2278 | +"type": "string" |
| 2279 | +}, |
| 2280 | +"newFailures": { |
| 2281 | +"description": "Output only. Number of new failures compared to the previous execution", |
| 2282 | +"format": "int64", |
| 2283 | +"readOnly": true, |
| 2284 | +"type": "string" |
| 2285 | +}, |
| 2286 | +"newFixes": { |
| 2287 | +"description": "Output only. Number of new fixes compared to the previous execution", |
| 2288 | +"format": "int64", |
| 2289 | +"readOnly": true, |
| 2290 | +"type": "string" |
| 2291 | +} |
| 2292 | +}, |
| 2293 | +"type": "object" |
| 2294 | +}, |
| 2295 | +"TorsoValidation": { |
| 2296 | +"description": "The schema of torso workload validation data.", |
| 2297 | +"id": "TorsoValidation", |
| 2298 | +"properties": { |
| 2299 | +"agentVersion": { |
| 2300 | +"description": "Required. agent_version lists the version of the agent that collected this data.", |
| 2301 | +"type": "string" |
| 2302 | +}, |
| 2303 | +"instanceName": { |
| 2304 | +"description": "Required. instance_name lists the human readable name of the instance that the data comes from.", |
| 2305 | +"type": "string" |
| 2306 | +}, |
| 2307 | +"projectId": { |
| 2308 | +"description": "Required. project_id lists the human readable cloud project that the data comes from.", |
| 2309 | +"type": "string" |
| 2310 | +}, |
| 2311 | +"validationDetails": { |
| 2312 | +"additionalProperties": { |
| 2313 | +"type": "string" |
| 2314 | +}, |
| 2315 | +"description": "Required. validation_details contains the pairs of validation data: field name & field value.", |
| 2316 | +"type": "object" |
| 2317 | +}, |
| 2318 | +"workloadType": { |
| 2319 | +"description": "Required. workload_type specifies the type of torso workload.", |
| 2320 | +"enum": [ |
| 2321 | +"WORKLOAD_TYPE_UNSPECIFIED", |
| 2322 | +"MYSQL", |
| 2323 | +"ORACLE", |
| 2324 | +"REDIS" |
| 2325 | +], |
| 2326 | +"enumDescriptions": [ |
| 2327 | +"Unspecified workload type.", |
| 2328 | +"MySQL workload.", |
| 2329 | +"Oracle workload.", |
| 2330 | +"Redis workload." |
| 2331 | +], |
| 2332 | +"type": "string" |
| 2333 | +} |
| 2334 | +}, |
| 2335 | +"type": "object" |
| 2336 | +}, |
2243 | 2337 | "ViolationDetails": {
|
2244 | 2338 | "description": "Message describing the violation in an evaluation result.",
|
2245 | 2339 | "id": "ViolationDetails",
|
|
0 commit comments