Skip to content

Commit

Permalink
Automatic api update 653895
Browse files Browse the repository at this point in the history
  • Loading branch information
begetSupport committed Dec 4, 2024
1 parent 0431ce6 commit 7e1d3fe
Show file tree
Hide file tree
Showing 202 changed files with 17,943 additions and 384 deletions.
55 changes: 53 additions & 2 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.3.1
- Package version: v1.3.1
- API version: v1.4.0
- Package version: v1.4.0
- Build package: org.openapitools.codegen.languages.GoClientCodegen

## Installation
Expand Down Expand Up @@ -85,6 +85,9 @@ Class | Method | HTTP request | Description
*CloudServiceApi* | [**CloudServiceGetList**](docs/CloudServiceApi.md#cloudservicegetlist) | **Get** /v1/cloud |
*CloudServiceApi* | [**CloudServiceRemove**](docs/CloudServiceApi.md#cloudserviceremove) | **Delete** /v1/cloud/{service_id} |
*CloudServiceApi* | [**CloudServiceUpdate**](docs/CloudServiceApi.md#cloudserviceupdate) | **Patch** /v1/cloud/{service_id} |
*MysqlBackupServiceApi* | [**MysqlBackupServiceGetList**](docs/MysqlBackupServiceApi.md#mysqlbackupservicegetlist) | **Get** /v1/cloud/mysql/backup |
*MysqlBackupServiceApi* | [**MysqlBackupServiceGetOrders**](docs/MysqlBackupServiceApi.md#mysqlbackupservicegetorders) | **Get** /v1/cloud/mysql/backup/orders |
*MysqlBackupServiceApi* | [**MysqlBackupServiceRestore**](docs/MysqlBackupServiceApi.md#mysqlbackupservicerestore) | **Post** /v1/cloud/mysql/backup/{copy_id} |
*MysqlServiceApi* | [**MysqlServiceChangeAccessPassword**](docs/MysqlServiceApi.md#mysqlservicechangeaccesspassword) | **Patch** /v1/cloud/mysql/{service_id}/db/{db_name}/access/{host} |
*MysqlServiceApi* | [**MysqlServiceCreateAccess**](docs/MysqlServiceApi.md#mysqlservicecreateaccess) | **Post** /v1/cloud/mysql/{service_id}/db/{db_name}/access |
*MysqlServiceApi* | [**MysqlServiceCreateDb**](docs/MysqlServiceApi.md#mysqlservicecreatedb) | **Post** /v1/cloud/mysql/{service_id}/db |
Expand All @@ -101,6 +104,9 @@ 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 |
*PostgresqlBackupServiceApi* | [**PostgresqlBackupServiceGetList**](docs/PostgresqlBackupServiceApi.md#postgresqlbackupservicegetlist) | **Get** /v1/cloud/postgresql/backup |
*PostgresqlBackupServiceApi* | [**PostgresqlBackupServiceGetOrders**](docs/PostgresqlBackupServiceApi.md#postgresqlbackupservicegetorders) | **Get** /v1/cloud/postgresql/backup/orders |
*PostgresqlBackupServiceApi* | [**PostgresqlBackupServiceRestore**](docs/PostgresqlBackupServiceApi.md#postgresqlbackupservicerestore) | **Post** /v1/cloud/postgresql/backup/{copy_id} |
*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 |
Expand All @@ -120,6 +126,13 @@ Class | Method | HTTP request | Description
*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 |
*S3ServiceApi* | [**S3ServiceChangeAccessKey**](docs/S3ServiceApi.md#s3servicechangeaccesskey) | **Patch** /v1/cloud/s3/{service_id}/access-key |
*S3ServiceApi* | [**S3ServiceChangeCors**](docs/S3ServiceApi.md#s3servicechangecors) | **Patch** /v1/cloud/s3/{service_id}/cors |
*S3ServiceApi* | [**S3ServiceChangeDomain**](docs/S3ServiceApi.md#s3servicechangedomain) | **Patch** /v1/cloud/s3/{service_id}/domain |
*S3ServiceApi* | [**S3ServiceChangePublic**](docs/S3ServiceApi.md#s3servicechangepublic) | **Patch** /v1/cloud/s3/{service_id}/public |
*S3ServiceApi* | [**S3ServiceGetPrefix**](docs/S3ServiceApi.md#s3servicegetprefix) | **Get** /v1/cloud/s3/prefix |
*S3ServiceApi* | [**S3ServiceGetPrice**](docs/S3ServiceApi.md#s3servicegetprice) | **Get** /v1/cloud/s3/price |
*S3ServiceApi* | [**S3ServiceGetQuota**](docs/S3ServiceApi.md#s3servicegetquota) | **Get** /v1/cloud/s3/quota |


## Documentation For Models
Expand All @@ -138,6 +151,11 @@ Class | Method | HTTP request | Description
- [CloudUpdateRequest](docs/CloudUpdateRequest.md)
- [CloudUpdateResponse](docs/CloudUpdateResponse.md)
- [CloudUpdateResponseError](docs/CloudUpdateResponseError.md)
- [MysqlBackupGetListResponse](docs/MysqlBackupGetListResponse.md)
- [MysqlBackupGetOrdersResponse](docs/MysqlBackupGetOrdersResponse.md)
- [MysqlBackupRestoreRequest](docs/MysqlBackupRestoreRequest.md)
- [MysqlBackupRestoreResponse](docs/MysqlBackupRestoreResponse.md)
- [MysqlBackupRestoreResponseError](docs/MysqlBackupRestoreResponseError.md)
- [MysqlChangeAccessPasswordRequest](docs/MysqlChangeAccessPasswordRequest.md)
- [MysqlChangeAccessPasswordResponse](docs/MysqlChangeAccessPasswordResponse.md)
- [MysqlChangeAccessPasswordResponseError](docs/MysqlChangeAccessPasswordResponseError.md)
Expand All @@ -157,6 +175,8 @@ Class | Method | HTTP request | Description
- [MysqlMysql5](docs/MysqlMysql5.md)
- [MysqlMysql5Configuration](docs/MysqlMysql5Configuration.md)
- [MysqlMysql8](docs/MysqlMysql8.md)
- [MysqlMysql84](docs/MysqlMysql84.md)
- [MysqlMysql84Configuration](docs/MysqlMysql84Configuration.md)
- [MysqlMysql8Configuration](docs/MysqlMysql8Configuration.md)
- [MysqlRemoveAccessResponse](docs/MysqlRemoveAccessResponse.md)
- [MysqlRemoveAccessResponseError](docs/MysqlRemoveAccessResponseError.md)
Expand All @@ -175,6 +195,11 @@ Class | Method | HTTP request | Description
- [MysqlUpdateDbRequest](docs/MysqlUpdateDbRequest.md)
- [MysqlUpdateDbResponse](docs/MysqlUpdateDbResponse.md)
- [MysqlUpdateDbResponseError](docs/MysqlUpdateDbResponseError.md)
- [PostgresqlBackupGetListResponse](docs/PostgresqlBackupGetListResponse.md)
- [PostgresqlBackupGetOrdersResponse](docs/PostgresqlBackupGetOrdersResponse.md)
- [PostgresqlBackupRestoreRequest](docs/PostgresqlBackupRestoreRequest.md)
- [PostgresqlBackupRestoreResponse](docs/PostgresqlBackupRestoreResponse.md)
- [PostgresqlBackupRestoreResponseError](docs/PostgresqlBackupRestoreResponseError.md)
- [PostgresqlPgConfigInfo](docs/PostgresqlPgConfigInfo.md)
- [PostgresqlPgCreateDbRequest](docs/PostgresqlPgCreateDbRequest.md)
- [PostgresqlPgCreateDbResponse](docs/PostgresqlPgCreateDbResponse.md)
Expand Down Expand Up @@ -210,6 +235,8 @@ Class | Method | HTTP request | Description
- [PostgresqlPostgresql14Configuration](docs/PostgresqlPostgresql14Configuration.md)
- [PostgresqlPostgresql15](docs/PostgresqlPostgresql15.md)
- [PostgresqlPostgresql15Configuration](docs/PostgresqlPostgresql15Configuration.md)
- [PostgresqlPostgresql164](docs/PostgresqlPostgresql164.md)
- [PostgresqlPostgresql164Configuration](docs/PostgresqlPostgresql164Configuration.md)
- [PostgresqlRole](docs/PostgresqlRole.md)
- [PostgresqlStatisticGetCpuDetailsResponse](docs/PostgresqlStatisticGetCpuDetailsResponse.md)
- [PostgresqlStatisticGetCpuResponse](docs/PostgresqlStatisticGetCpuResponse.md)
Expand All @@ -218,12 +245,36 @@ Class | Method | HTTP request | Description
- [PostgresqlStatisticGetLoadAverageResponse](docs/PostgresqlStatisticGetLoadAverageResponse.md)
- [PostgresqlStatisticGetMemoryResponse](docs/PostgresqlStatisticGetMemoryResponse.md)
- [PostgresqlStatisticGetNetworkResponse](docs/PostgresqlStatisticGetNetworkResponse.md)
- [S3ChangeAccessKeyRequest](docs/S3ChangeAccessKeyRequest.md)
- [S3ChangeAccessKeyResponse](docs/S3ChangeAccessKeyResponse.md)
- [S3ChangeAccessKeyResponseError](docs/S3ChangeAccessKeyResponseError.md)
- [S3ChangeCorsRequest](docs/S3ChangeCorsRequest.md)
- [S3ChangeCorsResponse](docs/S3ChangeCorsResponse.md)
- [S3ChangeCorsResponseError](docs/S3ChangeCorsResponseError.md)
- [S3ChangeDomainRequest](docs/S3ChangeDomainRequest.md)
- [S3ChangeDomainResponse](docs/S3ChangeDomainResponse.md)
- [S3ChangeDomainResponseError](docs/S3ChangeDomainResponseError.md)
- [S3ChangePublicRequest](docs/S3ChangePublicRequest.md)
- [S3ChangePublicResponse](docs/S3ChangePublicResponse.md)
- [S3ChangePublicResponseError](docs/S3ChangePublicResponseError.md)
- [S3Cors](docs/S3Cors.md)
- [S3GetPrefixResponse](docs/S3GetPrefixResponse.md)
- [S3GetPriceResponse](docs/S3GetPriceResponse.md)
- [S3GetQuotaResponse](docs/S3GetQuotaResponse.md)
- [S3S3](docs/S3S3.md)
- [S3S3Configuration](docs/S3S3Configuration.md)
- [S3S3CreateError](docs/S3S3CreateError.md)
- [S3S3CreateParams](docs/S3S3CreateParams.md)
- [StructuresAddressInfo](docs/StructuresAddressInfo.md)
- [StructuresAddressInfoPrivateAddress](docs/StructuresAddressInfoPrivateAddress.md)
- [StructuresAddressInfoPublicAddress](docs/StructuresAddressInfoPublicAddress.md)
- [StructuresMysqlCopy](docs/StructuresMysqlCopy.md)
- [StructuresMysqlRestoreOrder](docs/StructuresMysqlRestoreOrder.md)
- [StructuresParamConfig](docs/StructuresParamConfig.md)
- [StructuresParamConfigEnumValue](docs/StructuresParamConfigEnumValue.md)
- [StructuresParamConfigSetValue](docs/StructuresParamConfigSetValue.md)
- [StructuresPostgresqlCopy](docs/StructuresPostgresqlCopy.md)
- [StructuresPostgresqlRestoreOrder](docs/StructuresPostgresqlRestoreOrder.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.3.1
v1.4.0
Loading

0 comments on commit 7e1d3fe

Please sign in to comment.