Domain name for API request: csip.intl.tencentcloudapi.com.
Modify the AI-Link engine configuration.
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: ModifyAILinkSetting. |
| Version | Yes | String | Common Params. The value used for this API: 2022-11-21. |
| Region | No | String | Common Params. This parameter is not required. |
| AILinkEnable | Yes | Integer | 0: Turn off the AI-Link engine, 1: Turn on the AI-Link engine |
| MemberId.N | No | Array of String | Group account member id |
| RuleScopeDeep | No | Integer | Deep mode 0-Off 1-On |
| RuleScopeBalanced | No | Integer | Balanced mode. 0: off; 1: on |
| RuleScopePrecise | No | Integer | Precision mode 0-Disable 1-Enable |
| Scope | No | Integer | 1 for all professional/flagship edition hosts, 0 for the selected host list |
| AutoInclude | No | Integer | Automatic inclusion of new assets: 0 excludes, 1 includes |
| TagIDs.N | No | Array of String | Tag ID |
| TCSSScope | No | Integer | 0,1 Enumeration values:
|
| ClusterIDs.N | No | Array of String | Cluster ID. |
| ExcludeClusterIDs.N | No | Array of String | Exclude Cluster ID |
| InstanceIds.N | No | Array of String | Instance ID. |
| ExcludeInstanceIds.N | No | Array of String | Instance ID exclusion |
| 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. |
POST / HTTP/1.1
Host: csip.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: ModifyAILinkSetting
<Common request parameters>
{
"AILinkEnable": 1,
"MemberId": [
"mem-tencent-6f5795752f66e429"
],
"RuleScopeDeep": 1,
"RuleScopeBalanced": 1,
"RuleScopePrecise": 1,
"Scope": 0,
"AutoInclude": 0,
"TagIDs": [
"1"
],
"TCSSScope": 0,
"ClusterIDs": [
"0e7**************************5e9"
],
"ExcludeClusterIDs": [
"0e***************************5e9"
],
"InstanceIds": [
"ins-******ks"
],
"ExcludeInstanceIds": [
"ins-*******s"
],
"Quuids": [
"36e*******************************53"
],
"ExcludeQuuids": [
"36********************************53"
]
}
{
"Response": {
"RequestId": "b59ba586-ee91-4a49-a996-aa1b04c48313"
}
}
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. |
피드백