Download the PHP package ltd-beget/openapi-cloud-php without Composer
On this page you can find all versions of the php package ltd-beget/openapi-cloud-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ltd-beget/openapi-cloud-php
More information about ltd-beget/openapi-cloud-php
Files in ltd-beget/openapi-cloud-php
Package openapi-cloud-php
Short Description No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
License unlicense
Homepage https://openapi-generator.tech
Informations about the package openapi-cloud-php
BegetOpenAPICloud
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Installation & Usage
Requirements
PHP 7.4 and later. Should also work with PHP 8.0.
Composer
To install the bindings via Composer, add the following to composer.json
:
Then run composer install
Manual Installation
Download the files and include autoload.php
:
Getting Started
Please follow the installation procedure and then run the following:
API Endpoints
All URIs are relative to https://api.beget.com
Class | Method | HTTP request | Description |
---|---|---|---|
CloudServiceApi | cloudServiceChangeConfiguration | PATCH /v1/cloud/{service_id}/configuration | |
CloudServiceApi | cloudServiceCreate | POST /v1/cloud | |
CloudServiceApi | cloudServiceGet | GET /v1/cloud/{service_id} | |
CloudServiceApi | cloudServiceGetConfigurationList | GET /v1/cloud/configuration | |
CloudServiceApi | cloudServiceGetList | GET /v1/cloud | |
CloudServiceApi | cloudServiceRemove | DELETE /v1/cloud/{service_id} | |
CloudServiceApi | cloudServiceUpdate | PATCH /v1/cloud/{service_id} | |
MysqlServiceApi | mysqlServiceChangeAccessPassword | PATCH /v1/cloud/mysql/{service_id}/db/{db_name}/access/{host} | |
MysqlServiceApi | mysqlServiceCreateAccess | POST /v1/cloud/mysql/{service_id}/db/{db_name}/access | |
MysqlServiceApi | mysqlServiceCreateDb | POST /v1/cloud/mysql/{service_id}/db | |
MysqlServiceApi | mysqlServiceGetConfig | GET /v1/cloud/mysql/{service_id}/config | |
MysqlServiceApi | mysqlServiceGetDbList | GET /v1/cloud/mysql/{service_id}/db | |
MysqlServiceApi | mysqlServiceRemoveAccess | DELETE /v1/cloud/mysql/{service_id}/db/{db_name}/access/{host} | |
MysqlServiceApi | mysqlServiceRemoveDb | DELETE /v1/cloud/mysql/{service_id}/db/{db_name} | |
MysqlServiceApi | mysqlServiceSetConfig | PUT /v1/cloud/mysql/{service_id}/config | |
MysqlServiceApi | mysqlServiceUpdateDb | PATCH /v1/cloud/mysql/{service_id}/db/{db_name} | |
MysqlStatisticServiceApi | mysqlStatisticServiceGetCpu | GET /v1/cloud/mysql/{service_id}/statistic/cpu | |
MysqlStatisticServiceApi | mysqlStatisticServiceGetCpuDetails | GET /v1/cloud/mysql/{service_id}/statistic/cpu-details | |
MysqlStatisticServiceApi | mysqlStatisticServiceGetDisk | GET /v1/cloud/mysql/{service_id}/statistic/disk | |
MysqlStatisticServiceApi | mysqlStatisticServiceGetDiskUsage | GET /v1/cloud/mysql/{service_id}/statistic/disk-usage | |
MysqlStatisticServiceApi | mysqlStatisticServiceGetLoadAverage | GET /v1/cloud/mysql/{service_id}/statistic/load-average | |
MysqlStatisticServiceApi | mysqlStatisticServiceGetMemory | GET /v1/cloud/mysql/{service_id}/statistic/memory | |
MysqlStatisticServiceApi | mysqlStatisticServiceGetNetwork | GET /v1/cloud/mysql/{service_id}/statistic/network | |
PostgresqlServiceApi | postgresqlServiceCreateDb | POST /v1/cloud/postgresql/{service_id}/db | |
PostgresqlServiceApi | postgresqlServiceCreateRole | POST /v1/cloud/postgresql/{service_id}/role | |
PostgresqlServiceApi | postgresqlServiceGetConfig | GET /v1/cloud/postgresql/{service_id}/config | |
PostgresqlServiceApi | postgresqlServiceGetDbList | GET /v1/cloud/postgresql/{service_id}/db | |
PostgresqlServiceApi | postgresqlServiceGetRemoteAccess | GET /v1/cloud/postgresql/{service_id}/remote-access | |
PostgresqlServiceApi | postgresqlServiceGetRoleList | GET /v1/cloud/postgresql/{service_id}/role | |
PostgresqlServiceApi | postgresqlServiceRemoveDb | DELETE /v1/cloud/postgresql/{service_id}/db/{db_name} | |
PostgresqlServiceApi | postgresqlServiceRemoveRole | DELETE /v1/cloud/postgresql/{service_id}/role/{role_name} | |
PostgresqlServiceApi | postgresqlServiceSetConfig | PUT /v1/cloud/postgresql/{service_id}/config | |
PostgresqlServiceApi | postgresqlServiceUpdateDb | PATCH /v1/cloud/postgresql/{service_id}/db/{db_name} | |
PostgresqlServiceApi | postgresqlServiceUpdateRemoteAccess | PUT /v1/cloud/postgresql/{service_id}/remote-access | |
PostgresqlServiceApi | postgresqlServiceUpdateRole | PATCH /v1/cloud/postgresql/{service_id}/role/{role_name} | |
PostgresqlStatisticServiceApi | postgresqlStatisticServiceGetCpu | GET /v1/cloud/postgresql/{service_id}/statistic/cpu | |
PostgresqlStatisticServiceApi | postgresqlStatisticServiceGetCpuDetails | GET /v1/cloud/postgresql/{service_id}/statistic/cpu-details | |
PostgresqlStatisticServiceApi | postgresqlStatisticServiceGetDisk | GET /v1/cloud/postgresql/{service_id}/statistic/disk | |
PostgresqlStatisticServiceApi | postgresqlStatisticServiceGetDiskUsage | GET /v1/cloud/postgresql/{service_id}/statistic/disk-usage | |
PostgresqlStatisticServiceApi | postgresqlStatisticServiceGetLoadAverage | GET /v1/cloud/postgresql/{service_id}/statistic/load-average | |
PostgresqlStatisticServiceApi | postgresqlStatisticServiceGetMemory | GET /v1/cloud/postgresql/{service_id}/statistic/memory | |
PostgresqlStatisticServiceApi | postgresqlStatisticServiceGetNetwork | GET /v1/cloud/postgresql/{service_id}/statistic/network |
Models
- CloudChangeConfigurationRequest
- CloudChangeConfigurationResponse
- CloudChangeConfigurationResponseError
- CloudCreateRequest
- CloudCreateResponse
- CloudGetConfigurationListResponse
- CloudGetListResponse
- CloudGetResponse
- CloudRemoveResponse
- CloudService
- CloudServiceConfiguration
- CloudUpdateRequest
- CloudUpdateResponse
- CloudUpdateResponseError
- MysqlChangeAccessPasswordRequest
- MysqlChangeAccessPasswordResponse
- MysqlChangeAccessPasswordResponseError
- MysqlConfigInfo
- MysqlCreateAccessRequest
- MysqlCreateAccessResponse
- MysqlCreateAccessResponseError
- MysqlCreateDbRequest
- MysqlCreateDbResponse
- MysqlCreateDbResponseError
- MysqlCreateError
- MysqlCreateParams
- MysqlDb
- MysqlDbAccess
- MysqlGetConfigResponse
- MysqlGetDbListResponse
- MysqlMysql5
- MysqlMysql5Configuration
- MysqlMysql8
- MysqlMysql8Configuration
- MysqlRemoveAccessResponse
- MysqlRemoveAccessResponseError
- MysqlRemoveDbResponse
- MysqlRemoveDbResponseError
- MysqlSetConfigRequest
- MysqlSetConfigResponse
- MysqlSetConfigResponseError
- MysqlStatisticGetCpuDetailsResponse
- MysqlStatisticGetCpuResponse
- MysqlStatisticGetDiskResponse
- MysqlStatisticGetDiskUsageResponse
- MysqlStatisticGetLoadAverageResponse
- MysqlStatisticGetMemoryResponse
- MysqlStatisticGetNetworkResponse
- MysqlUpdateDbRequest
- MysqlUpdateDbResponse
- MysqlUpdateDbResponseError
- PostgresqlPgConfigInfo
- PostgresqlPgCreateDbRequest
- PostgresqlPgCreateDbResponse
- PostgresqlPgCreateDbResponseError
- PostgresqlPgCreateError
- PostgresqlPgCreateParams
- PostgresqlPgCreateRoleRequest
- PostgresqlPgCreateRoleResponse
- PostgresqlPgCreateRoleResponseError
- PostgresqlPgDb
- PostgresqlPgGetConfigResponse
- PostgresqlPgGetDbListResponse
- PostgresqlPgGetRemoteAccessResponse
- PostgresqlPgGetRoleListResponse
- PostgresqlPgRemoteAccessState
- PostgresqlPgRemoveDbResponse
- PostgresqlPgRemoveDbResponseError
- PostgresqlPgRemoveRoleResponse
- PostgresqlPgRemoveRoleResponseError
- PostgresqlPgSetConfigRequest
- PostgresqlPgSetConfigResponse
- PostgresqlPgSetConfigResponseError
- PostgresqlPgUpdateDbRequest
- PostgresqlPgUpdateDbResponse
- PostgresqlPgUpdateDbResponseError
- PostgresqlPgUpdateRemoteAccessRequest
- PostgresqlPgUpdateRemoteAccessResponse
- PostgresqlPgUpdateRemoteAccessResponseError
- PostgresqlPgUpdateRoleRequest
- PostgresqlPgUpdateRoleResponse
- PostgresqlPgUpdateRoleResponseError
- PostgresqlPostgresql14
- PostgresqlPostgresql14Configuration
- PostgresqlPostgresql15
- PostgresqlPostgresql15Configuration
- PostgresqlRole
- PostgresqlStatisticGetCpuDetailsResponse
- PostgresqlStatisticGetCpuResponse
- PostgresqlStatisticGetDiskResponse
- PostgresqlStatisticGetDiskUsageResponse
- PostgresqlStatisticGetLoadAverageResponse
- PostgresqlStatisticGetMemoryResponse
- PostgresqlStatisticGetNetworkResponse
- StructuresAddressInfo
- StructuresAddressInfoPrivateAddress
- StructuresAddressInfoPublicAddress
- StructuresParamConfig
- StructuresParamConfigEnumValue
- StructuresParamConfigSetValue
- StructuresStatisticSeriesData
Authorization
bearerAuth
- Type: Bearer authentication (JWT)
Tests
To run the tests, use:
Author
About this package
This PHP package is automatically generated by the OpenAPI Generator project:
- API version:
v1.3.1
- Package version:
v1.3.1
- Package version:
- Build package:
org.openapitools.codegen.languages.PhpClientCodegen
All versions of openapi-cloud-php with dependencies
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^7.3
guzzlehttp/psr7 Version ^1.7 || ^2.0