Domain name for API request: tke.tencentcloudapi.com.
This API is used to query the URL of TKE edge script. You can add external nodes to a TKE Edge cluster by downloading the URL.
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common Params. The value used for this API: DescribeTKEEdgeScript. |
Version | Yes | String | Common Params. The value used for this API: 2018-05-25. |
Region | No | String | Common Params. This parameter is not required for this API. |
ClusterId | Yes | String | Cluster ID |
Interface | Yes | String | ENI |
NodeName | No | String | Name of the name |
Config | No | String | Node configuration in JSON format |
ScriptVersion | No | String | A legacy version of edgectl script can be downloaded. The latest version is downloaded by default. The version information can be checked in the script. |
Parameter Name | Type | Description |
---|---|---|
Link | String | Whether to download the link |
Token | String | Whether to download the desired token |
Command | String | Whether to download the command |
ScriptVersion | String | Version of edgectl script. The latest version is obtained by default. Note: This field may return null , indicating that no valid values can be obtained. |
RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
This example shows you how to obtain the URL to download scripts used to add nodes to an edge cluster.
POST / HTTP/1.1
Host: tke.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeTKEEdgeScript
<Common request parameters>
{
"Interface": "eth0",
"Config": "{\"Interface\":\"\",\"RuntimePath\":\"/var/lib/docker\",\"EdgeClusterVersion\":\"2.2\",\"TTL\":\"24h\", \"SkipInstallRuntime\":true}",
"ClusterId": "cls123",
"NodeName": "node"
}
{
"Response": {
"Link": "www.tencent.com",
"Token": "123456",
"Command": "wget www.tencent.com",
"RequestId": "eac6b301-a322-493a-8e36-83b295459397",
"ScriptVersion": "2022112323123"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
FailedOperation | Operation failed. |
InternalError | Internal error. |
InvalidParameter | Parameter error. |
LimitExceeded | Quota limit is exceeded. |
MissingParameter | Missing parameter. |
ResourceInUse | The resource is occupied. |
ResourceNotFound | The resource does not exist. |
ResourceUnavailable | Resource is unavailable |
UnauthorizedOperation | Unauthorized operation. |
UnknownParameter | Unknown parameter. |
UnsupportedOperation | Unsupported operation. |
문제 해결에 도움이 되었나요?