Describe the websocket endpoints of Qovery
This API client was generated by the OpenAPI Generator project. By using the openapi-spec from a remote server, you can easily generate an API client.
- API version: 0.1.0
- Package version: 0.1.0
- Generator version: 7.13.0
- Build package:
org.openapitools.codegen.languages.RustClientCodegen
Put the package under your project folder in a directory named qovery-ws
and add the following to Cargo.toml
under [dependencies]
:
qovery-ws = { path = "./qovery-ws" }
All URIs are relative to http://localhost
Class | Method | HTTP request | Description |
---|---|---|---|
ClusterListNodesApi | handle_cluster_list_nodes_request | GET /cluster/node | |
ClusterMetricsApi | handle_cluster_metrics_request | GET /cluster/metrics | |
ClusterStatusApi | handle_cluster_status_request | GET /cluster/status | |
DeploymentApi | handle_deployment_logs_request | GET /deployment/logs | |
DeploymentApi | handle_deployment_status_request | GET /deployment/status | |
LogsApi | handle_infra_logs_request | GET /infra/logs | |
LogsApi | handle_service_logs_request | GET /service/logs | |
RemoteDebugApi | handle_shell_remote_debug | GET /shell/debug | |
ServiceListPodsApi | handle_service_list_pods_request | GET /service/pods | |
ServiceMetricsApi | handle_metrics_request | GET /service/metrics | |
ServiceStatusApi | handle_service_status_request | GET /service/status | |
ShellApi | handle_shell_exec | GET /shell/exec |
- ApplicationStatusDto
- CertificateStatusDto
- ClusterComputedStatusDto
- ClusterListNodesResponseDto
- ClusterMetricsDto
- ClusterNodeDto
- ClusterStatusDto
- ClusterStatusGlobalStatus
- ContainerStateDto
- ContainerStateTerminatedDto
- ContainerStatusDto
- DatabaseStatusDto
- DebugFlavor
- EnvironmentStatusDto
- KubeVersionStatusDriftValue
- KubeVersionStatusOkValue
- KubeVersionStatusUnknownValue
- MetricDto
- MetricsUsageDto
- MissingComponentValue
- NodeAddressDto
- NodeConditionDto
- NodeDto
- NodePodErrorStatusDto
- NodePodInfoDto
- NodePoolInfoDto
- NodeResourceAllocatedDto
- NodeResourceDto
- NodeTaintDto
- PodDto
- PodInErrorValue
- PodInfoDto
- PodKubernetesEventDto
- PodQoveryServiceInfoDto
- PodStatusDto
- PodStatusPhase
- PvcInfoDto
- QoveryClusterKubeVersionStatus
- QoveryComponentContainerStatusIssue
- QoveryComponentContainerStatusLevel
- QoveryComponentDto
- QoveryComponentInFailure
- QoveryComponentStatus
- QoveryNodeAttributes
- QoveryNodeFailure
- ResourceStatusDto
- ServiceInfraLogResponseDto
- ServiceListPodsResponseDto
- ServiceLogResponseDto
- ServiceMetricsDto
- ServiceMetricsV2Dto
- ServiceStateDto
- ServiceStatusDto
- ServiceType
- UnitDto
To get access to the crate's generated documentation, use:
cargo doc --open