API and SDK
Introduction to API and SDK.
đī¸ API Call Process
This section introduces the API call process.
đī¸ API Access Method
Cloudpods APIs are provided by various backend services respectively. Therefore, to access APIs, the API caller must be able to directly access each service. Each service's API can be accessed through two URL addresses. One is a URL with EndpointType of internal, which can only be accessed within the Kubernetes cluster; the other is a URL with EndpointType of public, which is the Node Port access URL of the host machine hosting the platform service.
đī¸ Using SDK
This section introduces SDK call methods. Currently, SDKs are provided for multiple languages including golang, Java, Python3, Nodejs and PHP: