Skip to content

Commit

Permalink
feat(baremetalsolution): update the api
Browse files Browse the repository at this point in the history
#### baremetalsolution:v2

The following keys were added:
- schemas.ResetInstanceResponse (Total Keys: 2)
- schemas.StartInstanceResponse (Total Keys: 2)
- schemas.StopInstanceResponse (Total Keys: 2)
  • Loading branch information
yoshi-automation committed May 24, 2023
1 parent 915a4fe commit bf8e4ac
Showing 1 changed file with 19 additions and 1 deletion.
Expand Up @@ -1605,7 +1605,7 @@
}
}
},
"revision": "20230517",
"revision": "20230522",
"rootUrl": "https://baremetalsolution.googleapis.com/",
"schemas": {
"AllowedClient": {
Expand Down Expand Up @@ -3117,6 +3117,12 @@
"properties": {},
"type": "object"
},
"ResetInstanceResponse": {
"description": "Response message from resetting a server.",
"id": "ResetInstanceResponse",
"properties": {},
"type": "object"
},
"ResizeVolumeRequest": {
"description": "Request for emergency resize Volume.",
"id": "ResizeVolumeRequest",
Expand Down Expand Up @@ -3210,6 +3216,12 @@
"properties": {},
"type": "object"
},
"StartInstanceResponse": {
"description": "Response message from starting a server.",
"id": "StartInstanceResponse",
"properties": {},
"type": "object"
},
"Status": {
"description": "The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors).",
"id": "Status",
Expand Down Expand Up @@ -3243,6 +3255,12 @@
"properties": {},
"type": "object"
},
"StopInstanceResponse": {
"description": "Response message from stopping a server.",
"id": "StopInstanceResponse",
"properties": {},
"type": "object"
},
"SubmitProvisioningConfigRequest": {
"description": "Request for SubmitProvisioningConfig.",
"id": "SubmitProvisioningConfigRequest",
Expand Down

0 comments on commit bf8e4ac

Please sign in to comment.