tencent cloud

APIs

ModifyAILinkSetting

Download
Focus Mode
Font Size
Last updated: 2026-09-01 10:11:37

1. API Description

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.

We recommend you to use API Explorer
Try it
API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples.

2. Input Parameters

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:

  • 0: Partial
  • 1: All
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

3. Output Parameters

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.

4. Example

Example1 ModifyAILinkSetting

Input Example

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"
    ]
}

Output Example

{
    "Response": {
        "RequestId": "b59ba586-ee91-4a49-a996-aa1b04c48313"
    }
}

5. Developer Resources

SDK

TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.

Command Line Interface

6. Error Code

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.

Help and Support

Was this page helpful?

Help us improve! Rate your documentation experience in 5 mins.

Feedback