Endpoints
An endpoint is the request address for calling an API. Endpoints vary depending on services and regions. For the endpoints of all services, see Regions and Endpoints.
Select an endpoint based on your service requirements.
- The URL for cluster management APIs is in the format of https://Endpoint/uri. uri indicates the resource path, that is, the API access path.
- The URL for Kubernetes APIs, storage management APIs, and add-on management APIs are in the format of https://{clusterid}.Endpoint/uri. In the URL, {clusterid} indicates the cluster ID, and uri indicates the resource path, that is, the path for API access.
|
Parameter |
Description |
|---|---|
|
{clusterid} |
Cluster ID. After a cluster is created, call the API for obtaining a cluster in a specific project to obtain the cluster ID. |
|
Endpoint |
URL that is the entry point for a web service. It is obtained from Regions and Endpoints. |
|
uri |
Access path of an API for performing a specified operation. Obtain the path from the URI of an API. For example, the resource-path of the API used to obtain a user token is v3/auth/tokens. |
Last Article: API Calling
Next Article: Constraints
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.