Domain name for API request: csip.intl.tencentcloudapi.com.
Install Agent for cluster container security (parallel container installation method).
capi layer processing process:
Description (container asset revision 2026 H1): This API is a passthrough API. The capi layer does not verify the existence, data type, or format of ClusterCaMD5. ClusterCaMD5 values that miss in the DB are silently skipped with no error reported.
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: InstallClusterAgent. |
| Version | Yes | String | Common Params. The value used for this API: 2022-11-21. |
| Region | No | String | Common Params. This parameter is not required. |
| ClusterCaMD5List.N | Yes | Array of String | cluster CA certificate MD5 list (single/batch unified) |
| MemberId.N | No | Array of String | Group account member id |
| Parameter Name | Type | Description |
|---|---|---|
| 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. |
Import one ClusterCaMD5 for container security Agent cluster installation.
POST / HTTP/1.1
Host: csip.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: InstallClusterAgent
<Common request parameters>
{
"ClusterCaMD5List": [
"e3b0c44298fc1c149afbf4c8996fb924"
]
}
{
"Response": {
"RequestId": "c368eae2-8739-4cc2-b4f8-8f4284a93b41"
}
}
Import multiple ClusterCaMD5 for container security Agent batch installation.
POST / HTTP/1.1
Host: csip.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: InstallClusterAgent
<Common request parameters>
{
"ClusterCaMD5List": [
"e3b0c44298fc1c149afbf4c8996fb924",
"d41d8cd98f00b204e9800998ecf8427e"
]
}
{
"Response": {
"RequestId": "d479fbf3-9840-4dd3-c5f9-9f5395ba4c52"
}
}
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 |
|---|---|
| InternalError | Internal error. |
| InvalidParameter | Parameter error. |
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback