Skip to content

Commit

Permalink
Automatic api update 560068
Browse files Browse the repository at this point in the history
  • Loading branch information
begetSupport committed Feb 29, 2024
1 parent 9f1edd5 commit 0431ce6
Show file tree
Hide file tree
Showing 176 changed files with 22,601 additions and 1,388 deletions.
71 changes: 68 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ No description provided (generated by Openapi Generator https://github.com/opena
## Overview
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.

- API version: v1.2.0
- Package version: v1.2.0
- API version: v1.3.1
- Package version: v1.3.1
- Build package: org.openapitools.codegen.languages.GoClientCodegen

## Installation
Expand Down Expand Up @@ -101,6 +101,25 @@ Class | Method | HTTP request | Description
*MysqlStatisticServiceApi* | [**MysqlStatisticServiceGetLoadAverage**](docs/MysqlStatisticServiceApi.md#mysqlstatisticservicegetloadaverage) | **Get** /v1/cloud/mysql/{service_id}/statistic/load-average |
*MysqlStatisticServiceApi* | [**MysqlStatisticServiceGetMemory**](docs/MysqlStatisticServiceApi.md#mysqlstatisticservicegetmemory) | **Get** /v1/cloud/mysql/{service_id}/statistic/memory |
*MysqlStatisticServiceApi* | [**MysqlStatisticServiceGetNetwork**](docs/MysqlStatisticServiceApi.md#mysqlstatisticservicegetnetwork) | **Get** /v1/cloud/mysql/{service_id}/statistic/network |
*PostgresqlServiceApi* | [**PostgresqlServiceCreateDb**](docs/PostgresqlServiceApi.md#postgresqlservicecreatedb) | **Post** /v1/cloud/postgresql/{service_id}/db |
*PostgresqlServiceApi* | [**PostgresqlServiceCreateRole**](docs/PostgresqlServiceApi.md#postgresqlservicecreaterole) | **Post** /v1/cloud/postgresql/{service_id}/role |
*PostgresqlServiceApi* | [**PostgresqlServiceGetConfig**](docs/PostgresqlServiceApi.md#postgresqlservicegetconfig) | **Get** /v1/cloud/postgresql/{service_id}/config |
*PostgresqlServiceApi* | [**PostgresqlServiceGetDbList**](docs/PostgresqlServiceApi.md#postgresqlservicegetdblist) | **Get** /v1/cloud/postgresql/{service_id}/db |
*PostgresqlServiceApi* | [**PostgresqlServiceGetRemoteAccess**](docs/PostgresqlServiceApi.md#postgresqlservicegetremoteaccess) | **Get** /v1/cloud/postgresql/{service_id}/remote-access |
*PostgresqlServiceApi* | [**PostgresqlServiceGetRoleList**](docs/PostgresqlServiceApi.md#postgresqlservicegetrolelist) | **Get** /v1/cloud/postgresql/{service_id}/role |
*PostgresqlServiceApi* | [**PostgresqlServiceRemoveDb**](docs/PostgresqlServiceApi.md#postgresqlserviceremovedb) | **Delete** /v1/cloud/postgresql/{service_id}/db/{db_name} |
*PostgresqlServiceApi* | [**PostgresqlServiceRemoveRole**](docs/PostgresqlServiceApi.md#postgresqlserviceremoverole) | **Delete** /v1/cloud/postgresql/{service_id}/role/{role_name} |
*PostgresqlServiceApi* | [**PostgresqlServiceSetConfig**](docs/PostgresqlServiceApi.md#postgresqlservicesetconfig) | **Put** /v1/cloud/postgresql/{service_id}/config |
*PostgresqlServiceApi* | [**PostgresqlServiceUpdateDb**](docs/PostgresqlServiceApi.md#postgresqlserviceupdatedb) | **Patch** /v1/cloud/postgresql/{service_id}/db/{db_name} |
*PostgresqlServiceApi* | [**PostgresqlServiceUpdateRemoteAccess**](docs/PostgresqlServiceApi.md#postgresqlserviceupdateremoteaccess) | **Put** /v1/cloud/postgresql/{service_id}/remote-access |
*PostgresqlServiceApi* | [**PostgresqlServiceUpdateRole**](docs/PostgresqlServiceApi.md#postgresqlserviceupdaterole) | **Patch** /v1/cloud/postgresql/{service_id}/role/{role_name} |
*PostgresqlStatisticServiceApi* | [**PostgresqlStatisticServiceGetCpu**](docs/PostgresqlStatisticServiceApi.md#postgresqlstatisticservicegetcpu) | **Get** /v1/cloud/postgresql/{service_id}/statistic/cpu |
*PostgresqlStatisticServiceApi* | [**PostgresqlStatisticServiceGetCpuDetails**](docs/PostgresqlStatisticServiceApi.md#postgresqlstatisticservicegetcpudetails) | **Get** /v1/cloud/postgresql/{service_id}/statistic/cpu-details |
*PostgresqlStatisticServiceApi* | [**PostgresqlStatisticServiceGetDisk**](docs/PostgresqlStatisticServiceApi.md#postgresqlstatisticservicegetdisk) | **Get** /v1/cloud/postgresql/{service_id}/statistic/disk |
*PostgresqlStatisticServiceApi* | [**PostgresqlStatisticServiceGetDiskUsage**](docs/PostgresqlStatisticServiceApi.md#postgresqlstatisticservicegetdiskusage) | **Get** /v1/cloud/postgresql/{service_id}/statistic/disk-usage |
*PostgresqlStatisticServiceApi* | [**PostgresqlStatisticServiceGetLoadAverage**](docs/PostgresqlStatisticServiceApi.md#postgresqlstatisticservicegetloadaverage) | **Get** /v1/cloud/postgresql/{service_id}/statistic/load-average |
*PostgresqlStatisticServiceApi* | [**PostgresqlStatisticServiceGetMemory**](docs/PostgresqlStatisticServiceApi.md#postgresqlstatisticservicegetmemory) | **Get** /v1/cloud/postgresql/{service_id}/statistic/memory |
*PostgresqlStatisticServiceApi* | [**PostgresqlStatisticServiceGetNetwork**](docs/PostgresqlStatisticServiceApi.md#postgresqlstatisticservicegetnetwork) | **Get** /v1/cloud/postgresql/{service_id}/statistic/network |


## Documentation For Models
Expand All @@ -122,7 +141,7 @@ Class | Method | HTTP request | Description
- [MysqlChangeAccessPasswordRequest](docs/MysqlChangeAccessPasswordRequest.md)
- [MysqlChangeAccessPasswordResponse](docs/MysqlChangeAccessPasswordResponse.md)
- [MysqlChangeAccessPasswordResponseError](docs/MysqlChangeAccessPasswordResponseError.md)
- [MysqlConfig](docs/MysqlConfig.md)
- [MysqlConfigInfo](docs/MysqlConfigInfo.md)
- [MysqlCreateAccessRequest](docs/MysqlCreateAccessRequest.md)
- [MysqlCreateAccessResponse](docs/MysqlCreateAccessResponse.md)
- [MysqlCreateAccessResponseError](docs/MysqlCreateAccessResponseError.md)
Expand Down Expand Up @@ -156,9 +175,55 @@ Class | Method | HTTP request | Description
- [MysqlUpdateDbRequest](docs/MysqlUpdateDbRequest.md)
- [MysqlUpdateDbResponse](docs/MysqlUpdateDbResponse.md)
- [MysqlUpdateDbResponseError](docs/MysqlUpdateDbResponseError.md)
- [PostgresqlPgConfigInfo](docs/PostgresqlPgConfigInfo.md)
- [PostgresqlPgCreateDbRequest](docs/PostgresqlPgCreateDbRequest.md)
- [PostgresqlPgCreateDbResponse](docs/PostgresqlPgCreateDbResponse.md)
- [PostgresqlPgCreateDbResponseError](docs/PostgresqlPgCreateDbResponseError.md)
- [PostgresqlPgCreateError](docs/PostgresqlPgCreateError.md)
- [PostgresqlPgCreateParams](docs/PostgresqlPgCreateParams.md)
- [PostgresqlPgCreateRoleRequest](docs/PostgresqlPgCreateRoleRequest.md)
- [PostgresqlPgCreateRoleResponse](docs/PostgresqlPgCreateRoleResponse.md)
- [PostgresqlPgCreateRoleResponseError](docs/PostgresqlPgCreateRoleResponseError.md)
- [PostgresqlPgDb](docs/PostgresqlPgDb.md)
- [PostgresqlPgGetConfigResponse](docs/PostgresqlPgGetConfigResponse.md)
- [PostgresqlPgGetDbListResponse](docs/PostgresqlPgGetDbListResponse.md)
- [PostgresqlPgGetRemoteAccessResponse](docs/PostgresqlPgGetRemoteAccessResponse.md)
- [PostgresqlPgGetRoleListResponse](docs/PostgresqlPgGetRoleListResponse.md)
- [PostgresqlPgRemoteAccessState](docs/PostgresqlPgRemoteAccessState.md)
- [PostgresqlPgRemoveDbResponse](docs/PostgresqlPgRemoveDbResponse.md)
- [PostgresqlPgRemoveDbResponseError](docs/PostgresqlPgRemoveDbResponseError.md)
- [PostgresqlPgRemoveRoleResponse](docs/PostgresqlPgRemoveRoleResponse.md)
- [PostgresqlPgRemoveRoleResponseError](docs/PostgresqlPgRemoveRoleResponseError.md)
- [PostgresqlPgSetConfigRequest](docs/PostgresqlPgSetConfigRequest.md)
- [PostgresqlPgSetConfigResponse](docs/PostgresqlPgSetConfigResponse.md)
- [PostgresqlPgSetConfigResponseError](docs/PostgresqlPgSetConfigResponseError.md)
- [PostgresqlPgUpdateDbRequest](docs/PostgresqlPgUpdateDbRequest.md)
- [PostgresqlPgUpdateDbResponse](docs/PostgresqlPgUpdateDbResponse.md)
- [PostgresqlPgUpdateDbResponseError](docs/PostgresqlPgUpdateDbResponseError.md)
- [PostgresqlPgUpdateRemoteAccessRequest](docs/PostgresqlPgUpdateRemoteAccessRequest.md)
- [PostgresqlPgUpdateRemoteAccessResponse](docs/PostgresqlPgUpdateRemoteAccessResponse.md)
- [PostgresqlPgUpdateRemoteAccessResponseError](docs/PostgresqlPgUpdateRemoteAccessResponseError.md)
- [PostgresqlPgUpdateRoleRequest](docs/PostgresqlPgUpdateRoleRequest.md)
- [PostgresqlPgUpdateRoleResponse](docs/PostgresqlPgUpdateRoleResponse.md)
- [PostgresqlPgUpdateRoleResponseError](docs/PostgresqlPgUpdateRoleResponseError.md)
- [PostgresqlPostgresql14](docs/PostgresqlPostgresql14.md)
- [PostgresqlPostgresql14Configuration](docs/PostgresqlPostgresql14Configuration.md)
- [PostgresqlPostgresql15](docs/PostgresqlPostgresql15.md)
- [PostgresqlPostgresql15Configuration](docs/PostgresqlPostgresql15Configuration.md)
- [PostgresqlRole](docs/PostgresqlRole.md)
- [PostgresqlStatisticGetCpuDetailsResponse](docs/PostgresqlStatisticGetCpuDetailsResponse.md)
- [PostgresqlStatisticGetCpuResponse](docs/PostgresqlStatisticGetCpuResponse.md)
- [PostgresqlStatisticGetDiskResponse](docs/PostgresqlStatisticGetDiskResponse.md)
- [PostgresqlStatisticGetDiskUsageResponse](docs/PostgresqlStatisticGetDiskUsageResponse.md)
- [PostgresqlStatisticGetLoadAverageResponse](docs/PostgresqlStatisticGetLoadAverageResponse.md)
- [PostgresqlStatisticGetMemoryResponse](docs/PostgresqlStatisticGetMemoryResponse.md)
- [PostgresqlStatisticGetNetworkResponse](docs/PostgresqlStatisticGetNetworkResponse.md)
- [StructuresAddressInfo](docs/StructuresAddressInfo.md)
- [StructuresAddressInfoPrivateAddress](docs/StructuresAddressInfoPrivateAddress.md)
- [StructuresAddressInfoPublicAddress](docs/StructuresAddressInfoPublicAddress.md)
- [StructuresParamConfig](docs/StructuresParamConfig.md)
- [StructuresParamConfigEnumValue](docs/StructuresParamConfigEnumValue.md)
- [StructuresParamConfigSetValue](docs/StructuresParamConfigSetValue.md)
- [StructuresStatisticSeriesData](docs/StructuresStatisticSeriesData.md)


Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.2.0
v1.3.1
Loading

0 comments on commit 0431ce6

Please sign in to comment.