tccli 3.0.1393.1__py2.py3-none-any.whl → 3.0.1395.1__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tccli/__init__.py +1 -1
- tccli/services/__init__.py +2 -1
- tccli/services/ai3d/v20250513/api.json +4 -4
- tccli/services/apm/apm_client.py +53 -0
- tccli/services/apm/v20210622/api.json +354 -0
- tccli/services/apm/v20210622/examples.json +8 -0
- tccli/services/billing/billing_client.py +326 -8
- tccli/services/billing/v20180709/api.json +2200 -255
- tccli/services/billing/v20180709/examples.json +48 -0
- tccli/services/cam/v20190116/api.json +1 -1
- tccli/services/ccc/ccc_client.py +125 -72
- tccli/services/ccc/v20200210/api.json +185 -10
- tccli/services/ccc/v20200210/examples.json +8 -0
- tccli/services/cfw/v20190904/api.json +121 -9
- tccli/services/ckafka/v20190819/api.json +20 -0
- tccli/services/ctem/v20231128/api.json +290 -0
- tccli/services/ctem/v20231128/examples.json +3 -3
- tccli/services/cvm/cvm_client.py +0 -212
- tccli/services/cvm/v20170312/api.json +80 -842
- tccli/services/cvm/v20170312/examples.json +24 -56
- tccli/services/emr/v20190103/api.json +36 -7
- tccli/services/ess/v20201111/api.json +7 -7
- tccli/services/ess/v20201111/examples.json +6 -6
- tccli/services/essbasic/v20210526/api.json +1 -1
- tccli/services/gs/gs_client.py +216 -4
- tccli/services/gs/v20191118/api.json +201 -0
- tccli/services/gs/v20191118/examples.json +32 -0
- tccli/services/iai/v20180301/api.json +115 -93
- tccli/services/iai/v20180301/examples.json +19 -19
- tccli/services/iotexplorer/iotexplorer_client.py +57 -4
- tccli/services/iotexplorer/v20190423/api.json +69 -0
- tccli/services/iotexplorer/v20190423/examples.json +8 -0
- tccli/services/lighthouse/v20200324/api.json +113 -9
- tccli/services/lighthouse/v20200324/examples.json +2 -2
- tccli/services/lke/v20231130/api.json +34 -1
- tccli/services/lkeap/v20240522/api.json +1 -1
- tccli/services/mna/v20210119/api.json +10 -1
- tccli/services/mna/v20210119/examples.json +1 -1
- tccli/services/ocr/v20181119/api.json +2 -2
- tccli/services/organization/v20210331/api.json +6 -6
- tccli/services/redis/v20180412/api.json +9 -9
- tccli/services/sqlserver/v20180328/api.json +15 -5
- tccli/services/sqlserver/v20180328/examples.json +1 -1
- tccli/services/trocket/v20230308/api.json +4 -4
- tccli/services/tsf/v20180326/api.json +2 -2
- tccli/services/vod/v20180717/api.json +1 -1
- tccli/services/vpc/v20170312/api.json +5 -5
- tccli/services/vtc/v20240223/api.json +1 -1
- tccli/services/waf/v20180125/api.json +8 -8
- tccli/services/waf/v20180125/examples.json +1 -1
- tccli/services/wedata/v20250806/api.json +13645 -0
- tccli/services/wedata/v20250806/examples.json +621 -0
- tccli/services/wedata/wedata_client.py +5031 -1157
- {tccli-3.0.1393.1.dist-info → tccli-3.0.1395.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1393.1.dist-info → tccli-3.0.1395.1.dist-info}/RECORD +58 -56
- {tccli-3.0.1393.1.dist-info → tccli-3.0.1395.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1393.1.dist-info → tccli-3.0.1395.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1393.1.dist-info → tccli-3.0.1395.1.dist-info}/license_files/LICENSE +0 -0
@@ -11375,7 +11375,7 @@
|
|
11375
11375
|
},
|
11376
11376
|
{
|
11377
11377
|
"disabled": false,
|
11378
|
-
"document": "应用状态 1:未上线
|
11378
|
+
"document": "应用状态 1:未上线 2:运行中",
|
11379
11379
|
"example": "1",
|
11380
11380
|
"member": "string",
|
11381
11381
|
"name": "AppStatus",
|
@@ -14183,6 +14183,28 @@
|
|
14183
14183
|
"required": false,
|
14184
14184
|
"type": "string",
|
14185
14185
|
"value_allowed_null": false
|
14186
|
+
},
|
14187
|
+
{
|
14188
|
+
"disabled": false,
|
14189
|
+
"document": "是否关闭模型超参",
|
14190
|
+
"example": "false",
|
14191
|
+
"member": "bool",
|
14192
|
+
"name": "IsCloseModelParams",
|
14193
|
+
"output_required": false,
|
14194
|
+
"required": false,
|
14195
|
+
"type": "bool",
|
14196
|
+
"value_allowed_null": false
|
14197
|
+
},
|
14198
|
+
{
|
14199
|
+
"disabled": false,
|
14200
|
+
"document": "是否支持深度思考",
|
14201
|
+
"example": "false",
|
14202
|
+
"member": "bool",
|
14203
|
+
"name": "IsDeepThinking",
|
14204
|
+
"output_required": false,
|
14205
|
+
"required": false,
|
14206
|
+
"type": "bool",
|
14207
|
+
"value_allowed_null": false
|
14186
14208
|
}
|
14187
14209
|
],
|
14188
14210
|
"usage": "both"
|
@@ -19941,6 +19963,17 @@
|
|
19941
19963
|
"required": false,
|
19942
19964
|
"type": "list",
|
19943
19965
|
"value_allowed_null": true
|
19966
|
+
},
|
19967
|
+
{
|
19968
|
+
"disabled": false,
|
19969
|
+
"document": "错误代码\n注意:此字段可能返回 null,表示取不到有效值。",
|
19970
|
+
"example": "\"NodeErr.MissingParam\"",
|
19971
|
+
"member": "string",
|
19972
|
+
"name": "FailCode",
|
19973
|
+
"output_required": false,
|
19974
|
+
"required": false,
|
19975
|
+
"type": "string",
|
19976
|
+
"value_allowed_null": true
|
19944
19977
|
}
|
19945
19978
|
],
|
19946
19979
|
"usage": "both"
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"actions": {
|
3
3
|
"ChatCompletions": {
|
4
|
-
"document": "### 接口功能\n\n调用接口,发起一次对话请求。默认该接口下的单账号QPM上限为15000 ,TPM上限为1200000\n如需使用OpenAI兼容接口, 请参考文档:[Deepseek OpenAI对话接口](https://cloud.tencent.com/document/product/1772/115969)\n\n#### 在线体验\n如您希望在网页内直接体验 DeepSeek 模型对话,推荐您前往[腾讯云智能体开发平台](https://cloud.tencent.com/product/lke),使用[ DeepSeek 联网助手](https://lke.cloud.tencent.com/webim_exp/#/chat/wQrAwR)。\n\n#### 已支持的模型\n- DeepSeek-V3-0324(model 参数值为**deepseek-v3-0324**)\n - DeepSeek-V3-0324为671B参数MoE模型,在编程与技术能力、上下文理解与长文本处理等方面优势突出。\n - 支持128K上下文长度,最大输出16k(不含思维链)。\n - 注意:相比于DeepSeek-V3,DeepSeek-V3-0324仅更新了模型权重,未增加参数量。总模型大小为685B,其中包括671B的主模型权重和 14B 的多令牌预测(MTP)模块权重,后续均描述主模型参数量。\n- DeepSeek-V3(model 参数值为**deepseek-v3**)\n - DeepSeek-V3为671B参数MoE模型,在百科知识、数学推理等多项任务上优势突出,评测成绩在主流榜单中位列开源模型榜首。\n - 支持64K上下文长度,最大输出16k。\n- DeepSeek-R1(model 参数值为**deepseek-r1**)\n - DeepSeek-R1为671B模型,使用强化学习训练,推理过程包含大量反思和验证,思维链长度可达数万字。 该系列模型在数学、代码以及各种复杂逻辑推理任务上推理效果优异,并为用户展现了完整的思考过程。\n - 支持96K上下文长度,最大输入长度64k,最大输出16k(默认4k),最大思维链输出长度32k。\n- DeepSeek-R1-0528(model 参数值为**deepseek-r1-0528**)\n - DeepSeek-R1-0528为671B 模型,架构优化与训练策略升级后,相比上一版本在代码生成、长文本处理和复杂推理领域提升明显。\n - 支持128K上下文长度,最大输入长度96k,最大输出16k(默认4k),最大思维链输出长度32k。\n- DeepSeek-V3.1(model 参数值为 deepseek-v3.1)\n - DeepSeek-V3.1 为685B 参数 MoE 模型,支持混合推理架构,有更高的思考效率和更强的 Agent 能力。\n
|
4
|
+
"document": "### 接口功能\n\n调用接口,发起一次对话请求。默认该接口下的单账号QPM上限为15000 ,TPM上限为1200000\n如需使用OpenAI兼容接口, 请参考文档:[Deepseek OpenAI对话接口](https://cloud.tencent.com/document/product/1772/115969)\n\n#### 在线体验\n如您希望在网页内直接体验 DeepSeek 模型对话,推荐您前往[腾讯云智能体开发平台](https://cloud.tencent.com/product/lke),使用[ DeepSeek 联网助手](https://lke.cloud.tencent.com/webim_exp/#/chat/wQrAwR)。\n\n#### 已支持的模型\n- DeepSeek-V3-0324(model 参数值为**deepseek-v3-0324**)\n - DeepSeek-V3-0324为671B参数MoE模型,在编程与技术能力、上下文理解与长文本处理等方面优势突出。\n - 支持128K上下文长度,最大输出16k(不含思维链)。\n - 注意:相比于DeepSeek-V3,DeepSeek-V3-0324仅更新了模型权重,未增加参数量。总模型大小为685B,其中包括671B的主模型权重和 14B 的多令牌预测(MTP)模块权重,后续均描述主模型参数量。\n- DeepSeek-V3(model 参数值为**deepseek-v3**)\n - DeepSeek-V3为671B参数MoE模型,在百科知识、数学推理等多项任务上优势突出,评测成绩在主流榜单中位列开源模型榜首。\n - 支持64K上下文长度,最大输出16k。\n- DeepSeek-R1(model 参数值为**deepseek-r1**)\n - DeepSeek-R1为671B模型,使用强化学习训练,推理过程包含大量反思和验证,思维链长度可达数万字。 该系列模型在数学、代码以及各种复杂逻辑推理任务上推理效果优异,并为用户展现了完整的思考过程。\n - 支持96K上下文长度,最大输入长度64k,最大输出16k(默认4k),最大思维链输出长度32k。\n- DeepSeek-R1-0528(model 参数值为**deepseek-r1-0528**)\n - DeepSeek-R1-0528为671B 模型,架构优化与训练策略升级后,相比上一版本在代码生成、长文本处理和复杂推理领域提升明显。\n - 支持128K上下文长度,最大输入长度96k,最大输出16k(默认4k),最大思维链输出长度32k。\n- DeepSeek-V3.1(model 参数值为 deepseek-v3.1)\n - DeepSeek-V3.1 为685B 参数 MoE 模型,支持混合推理架构,有更高的思考效率和更强的 Agent 能力。\n - 支持128K上下文长度,最大输入长度96k,最大输出32k(默认4k),最大思维链输出长度32k。\n- DeepSeek-V3.1-Terminus(model 参数值为 deepseek-v3.1-terminus)\n - DeepSeek-V3.1-Terminus 为685B 参数 MoE 模型,在保持模型原有能力的基础上,优化了语言一致性,Agent 能力等问题,输出效果相比前一版本更加稳定。\n - 支持128K上下文长度,最大输入长度96k,最大输出32k(默认4k),最大思维链输出长度32k。\n### 计费说明\n\n- 标准计费(2025年2月26日起生效),计费模式为后付费小时结,为保证您账户资源的正常使用,请提前[开通后付费](https://console.cloud.tencent.com/lkeap/settings)并及时[充值](https://console.cloud.tencent.com/expense/recharge)。\n\n - DeepSeek-R1 模型 | 输入:0.004元/千token | 输出(含思维链):0.016元/千token\n\n - DeepSeek-R1-0528 模型 | 输入:0.004元/千token | 输出(含思维链):0.016元/千token\n\n - DeepSeek-V3 模型 | 输入:0.002元/千token | 输出:0.008元/千token\n\n - DeepSeek-V3-0324 模型 | 输入:0.002元/千token | 输出:0.008元/千token\n\n - DeepSeek-V3.1 模型 | 输入:0.004元/千token | 输出:0.012元/千token\n\n - DeepSeek-V3.1-Terminus 模型 | 输入:0.004元/千token | 输出:0.012元/千token\n\n\n### Openai兼容协议接口\n知识引擎原子能力大模型对话 API 兼容了 OpenAI 的接口规范,这意味着您可以直接使用 OpenAI 官方提供的 SDK 来调用大模型对话接口。您仅需要将 base_url 和 [api_key](https://cloud.tencent.com/document/product/1772/115970) 替换成相关配置,不需要对应用做额外修改,即可无缝将您的应用切换到相应的大模型。请参考文档:[Deepseek OpenAI对话接口](https://cloud.tencent.com/document/product/1772/115969)。\n> base_url: https://api.lkeap.cloud.tencent.com/v1\n\n> api_key的获取请参考[API KEY管理](https://cloud.tencent.com/document/product/1772/115970)\n\n\n### 快速接入\n1. 完成[实名认证](https://console.cloud.tencent.com/developer/auth)。\n2. 主账户前往[控制台](https://console.cloud.tencent.com/lkeap)开通服务。若为子账户,需由主账号在[权限管理](https://console.cloud.tencent.com/cam)中为子账号授权,关联预设策略,策略名称:QcloudLKEAPFullAccess。\n3. 通过API Explorer[在线调试](https://console.cloud.tencent.com/api/explorer?Product=lkeap&Version=2024-05-22&Action=ChatCompletions)。\n4. 使用[官方 SDK ](https://cloud.tencent.com/document/product/1772/115963#SDK)调用本接口(支持Python/Java/PHP/Go/Node.js/.NET等语言)。\n\n-----------\n\n### SDK调用示例\n通过本地代码调用本接口(支持Python/Java/PHP/Go/Node.js/.NET等语言):下面的代码以 Python 语言为例,展示如何访问腾讯云上的DeepSeek模型API的样例。\n(1)安装环境\n```\npython3 -m pip install --upgrade tencentcloud-sdk-python-common\npython3 -m pip install --upgrade tencentcloud-sdk-python-lkeap\n```\n\n(2)示例代码\n\n- 其中SecretKey和SecretID需要从腾讯云控制台获取\n\n- 参数params中模型Model字段可以选择“deepseek-r1“和“deepseek-v3”\n\n```\n# -*- coding: utf-8 -*-\nimport json\n\nfrom tencentcloud.common.common_client import CommonClient\nfrom tencentcloud.common import credential\nfrom tencentcloud.common.exception.tencent_cloud_sdk_exception import TencentCloudSDKException\nfrom tencentcloud.common.profile.client_profile import ClientProfile\nfrom tencentcloud.common.profile.http_profile import HttpProfile\n\nclass NonStreamResponse(object):\n def __init__(self):\n self.response = \"\"\n\n def _deserialize(self, obj):\n self.response = json.dumps(obj)\n\ntry:\n # 实例化一个认证对象,入参需要传入腾讯云账户 SecretId 和 SecretKey,此处还需注意密钥对的保密\n # 代码泄露可能会导致 SecretId 和 SecretKey 泄露,并威胁账号下所有资源的安全性。以下代码示例仅供参考,建议采用更安全的方式来使用密钥,请参见:https://cloud.tencent.com/document/product/1278/85305\n # 密钥可前往官网控制台 https://console.cloud.tencent.com/cam/capi 进行获取\n cred = credential.Credential(\"\", \"\")\n\n httpProfile = HttpProfile()\n httpProfile.endpoint = \"lkeap.tencentcloudapi.com\"\n httpProfile.reqTimeout = 40000 # 流式接口可能耗时较长\n clientProfile = ClientProfile()\n clientProfile.httpProfile = httpProfile\n\n params = \"{\\\"Model\\\":\\\"deepseek-r1\\\",\\\"Messages\\\":[{\\\"Role\\\":\\\"user\\\",\\\"Content\\\":\\\"你好\\\"}],\\\"Stream\\\":true}\";\n common_client = CommonClient(\"lkeap\", \"2024-05-22\", cred, \"ap-guangzhou\", profile=clientProfile)\n resp = common_client._call_and_deserialize(\"ChatCompletions\", json.loads(params), NonStreamResponse)\n if isinstance(resp, NonStreamResponse): # 非流式响应\n print(resp.response)\n else: # 流式响应\n for event in resp:\n print(event)\nexcept TencentCloudSDKException as err:\n print(err)\n\n```\n\n**DeepSeek-R1使用建议**\n\n1. 将温度设置在 0.5-0.7 范围内(建议为0.6),以防止无休止的重复或不连贯的输出。\n2. 避免添加system prompt,所有说明都应包含在user prompt中。",
|
5
5
|
"input": "ChatCompletionsRequest",
|
6
6
|
"name": "DeepSeek API 接口",
|
7
7
|
"output": "ChatCompletionsResponse",
|
@@ -2022,6 +2022,15 @@
|
|
2022
2022
|
"name": "GatewayType",
|
2023
2023
|
"required": false,
|
2024
2024
|
"type": "int"
|
2025
|
+
},
|
2026
|
+
{
|
2027
|
+
"disabled": false,
|
2028
|
+
"document": "应用ID, 查询分组流量时无需使用。 查询应用流量时该字段为应用ID,GroupId 填写 \"-1\"",
|
2029
|
+
"example": "mna-test1",
|
2030
|
+
"member": "string",
|
2031
|
+
"name": "MpApplicationId",
|
2032
|
+
"required": false,
|
2033
|
+
"type": "string"
|
2025
2034
|
}
|
2026
2035
|
],
|
2027
2036
|
"type": "object"
|
@@ -2032,7 +2041,7 @@
|
|
2032
2041
|
{
|
2033
2042
|
"disabled": false,
|
2034
2043
|
"document": "流量详细信息",
|
2035
|
-
"example": "
|
2044
|
+
"example": "{ \"Current\": 305576473, \"Time\": \"1711555200\" }, { \"Current\": 3291852, \"Time\": \"1711641600\" }",
|
2036
2045
|
"member": "NetDetails",
|
2037
2046
|
"name": "NetDetails",
|
2038
2047
|
"output_required": true,
|
@@ -145,7 +145,7 @@
|
|
145
145
|
"GetFlowStatisticByGroup": [
|
146
146
|
{
|
147
147
|
"document": "",
|
148
|
-
"input": "POST / HTTP/1.1\nHost: mna.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetFlowStatisticByGroup\n<公共请求参数>\n\n{\n \"GroupId\": \"cliGrp-xf8rboasbh\",\n \"BeginTime\": 1711296000,\n \"EndTime\": 1711987200,\n \"Type\": 1,\n \"TimeGranularity\": 2,\n \"AccessRegion\": \"MC\",\n \"GatewayType\": 0\n}",
|
148
|
+
"input": "POST / HTTP/1.1\nHost: mna.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetFlowStatisticByGroup\n<公共请求参数>\n\n{\n \"GroupId\": \"cliGrp-xf8rboasbh\",\n \"BeginTime\": 1711296000,\n \"EndTime\": 1711987200,\n \"Type\": 1,\n \"TimeGranularity\": 2,\n \"AccessRegion\": \"MC\",\n \"MpApplicationId\": \"mna-w795bzezug\",\n \"GatewayType\": 0\n}",
|
149
149
|
"output": "{\n \"Response\": {\n \"AvgValue\": 154434162.5,\n \"MaxValue\": 305576473,\n \"NetDetails\": [\n {\n \"Current\": 305576473,\n \"Time\": \"1711555200\"\n },\n {\n \"Current\": 3291852,\n \"Time\": \"1711641600\"\n }\n ],\n \"RequestId\": \"e5b650a9-d994-439f-9132-3e5c56054903\",\n \"TotalValue\": 308868325\n }\n}",
|
150
150
|
"title": "根据分组获取用量统计信息"
|
151
151
|
}
|
@@ -169,9 +169,9 @@
|
|
169
169
|
"status": "online"
|
170
170
|
},
|
171
171
|
"GeneralAccurateOCR": {
|
172
|
-
"document": "本接口支持图像整体文字的检测和识别。支持中文、英文、中英文、数字和特殊字符号的识别,并返回文字框位置和文字内容。\n\n适用于文字较多、版式复杂、对识别准召率要求较高的场景,如试卷试题、网络图片、街景店招牌、法律卷宗等场景。\n\n产品优势:与通用印刷体识别接口相比,本接口提供更高精度的通用文字识别服务,在手写体、文字较多、长串数字、小字、模糊字、倾斜文本等困难场景下,高精度版的准确率和召回率更高。\n\n通用文字识别不同版本的差异如下:\n<table style=\"width:715px\">\n <thead>\n <tr>\n <th style=\"width:150px\"></th>\n <th
|
172
|
+
"document": "本接口支持图像整体文字的检测和识别。支持中文、英文、中英文、数字和特殊字符号的识别,并返回文字框位置和文字内容。\n\n适用于文字较多、版式复杂、对识别准召率要求较高的场景,如试卷试题、网络图片、街景店招牌、法律卷宗等场景。\n\n产品优势:与通用印刷体识别接口相比,本接口提供更高精度的通用文字识别服务,在手写体、文字较多、长串数字、小字、模糊字、倾斜文本等困难场景下,高精度版的准确率和召回率更高。\n\n通用文字识别不同版本的差异如下:\n<table style=\"width:715px\">\n <thead>\n <tr>\n <th style=\"width:150px\"></th>\n <th >【荐】通用文字识别(高精度版)</th>\n <th style=\"width:300px\"><a href=\"https://cloud.tencent.com/document/product/866/33526\">【荐】通用印刷体识别</a></th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td> 适用场景</td>\n <td>适用于文字较多、长串数字、小字、模糊字、倾斜文本等困难场景</td>\n <td>适用于所有通用场景的印刷体识别</td>\n </tr>\n <tr>\n <td>识别准确率</td>\n <td>99%</td>\n <td>96%</td>\n </tr>\n <tr>\n <td>价格</td>\n <td>中</td>\n <td>低</td>\n </tr>\n <tr>\n <td>支持的语言</td>\n <td>中文、英文、中英文、泰语、印尼语、日语、韩语、西班牙语、法语、德语、葡萄牙语、越南语、马来语、俄语、意大利语、荷兰语、瑞典语、芬兰语、丹麦语、挪威语、匈牙利语、哈萨克语</td>\n <td>中文、英文、中英文、日语、韩语、西班牙语、法语、德语、葡萄牙语、越南语、马来语、俄语、意大利语、荷兰语、瑞典语、芬兰语、丹麦语、挪威语、匈牙利语、泰语</td> \n </tr>\n <tr>\n <td>自动语言检测</td>\n <td>中英文支持;其他语言需要调整输入参数</td>\n <td>支持</td>\n </tr>\n <tr>\n <td>返回文本行坐标</td>\n <td>支持</td>\n <td>支持</td>\n </tr>\n <tr>\n <td>自动旋转纠正</td>\n <td>支持旋转识别,返回角度信息</td>\n <td>支持旋转识别,返回角度信息</td>\n </tr>\n </tbody>\n </table>\n\n默认接口请求频率限制:10次/秒。",
|
173
173
|
"input": "GeneralAccurateOCRRequest",
|
174
|
-
"name": "
|
174
|
+
"name": "通用文字识别(高精度版)",
|
175
175
|
"output": "GeneralAccurateOCRResponse",
|
176
176
|
"status": "online"
|
177
177
|
},
|
@@ -2069,7 +2069,7 @@
|
|
2069
2069
|
},
|
2070
2070
|
{
|
2071
2071
|
"disabled": false,
|
2072
|
-
"document": "成员财务权限ID列表。取值:1-查看账单、2-查看余额、3
|
2072
|
+
"document": "成员财务权限ID列表。取值:1-查看账单、2-查看余额、3-资金划拨(若需要开启资金划拨权限,请联系您的商务经理内部开通。)、4-合并出账、5-开票、6-优惠继承、7-代付费、8-成本分析、9-预算管理、10-信用额度设置(若需要开启信用额度设置权限,请联系您的商务经理内部开通。),1、2 默认必须",
|
2073
2073
|
"example": "[1,2]",
|
2074
2074
|
"member": "uint64",
|
2075
2075
|
"name": "PermissionIds",
|
@@ -2142,7 +2142,7 @@
|
|
2142
2142
|
{
|
2143
2143
|
"disabled": false,
|
2144
2144
|
"document": "成员标签列表。最大10个",
|
2145
|
-
"example": "
|
2145
|
+
"example": "无",
|
2146
2146
|
"member": "Tag",
|
2147
2147
|
"name": "Tags",
|
2148
2148
|
"required": false,
|
@@ -6103,7 +6103,7 @@
|
|
6103
6103
|
},
|
6104
6104
|
{
|
6105
6105
|
"disabled": false,
|
6106
|
-
"document": "成员财务权限ID列表。取值:1-查看账单、2-查看余额、3
|
6106
|
+
"document": "成员财务权限ID列表。取值:1-查看账单、2-查看余额、3-资金划拨(若需要开启资金划拨权限,请联系您的商务经理内部开通。)、4-合并出账、5-开票、6-优惠继承、7-代付费、8-成本分析、9-预算管理、10-信用额度设置(若需要开启信用额度设置权限,请联系您的商务经理内部开通。),1、2 默认必须",
|
6107
6107
|
"example": "[1,2]",
|
6108
6108
|
"member": "uint64",
|
6109
6109
|
"name": "PermissionIds",
|
@@ -6158,7 +6158,7 @@
|
|
6158
6158
|
{
|
6159
6159
|
"disabled": false,
|
6160
6160
|
"document": "互信主体证明文件列表。",
|
6161
|
-
"example": "
|
6161
|
+
"example": "无",
|
6162
6162
|
"member": "AuthRelationFile",
|
6163
6163
|
"name": "AuthFile",
|
6164
6164
|
"required": false,
|
@@ -6167,7 +6167,7 @@
|
|
6167
6167
|
{
|
6168
6168
|
"disabled": false,
|
6169
6169
|
"document": "成员标签列表。最大10个",
|
6170
|
-
"example": "
|
6170
|
+
"example": "无",
|
6171
6171
|
"member": "Tag",
|
6172
6172
|
"name": "Tags",
|
6173
6173
|
"required": false,
|
@@ -11994,7 +11994,7 @@
|
|
11994
11994
|
},
|
11995
11995
|
{
|
11996
11996
|
"disabled": false,
|
11997
|
-
"document": "成员财务权限ID列表。PermissionIds不为空,PolicyType不能为空。\n取值:1-查看账单、2-查看余额、3
|
11997
|
+
"document": "成员财务权限ID列表。PermissionIds不为空,PolicyType不能为空。\n取值:1-查看账单、2-查看余额、3-资金划拨(若需要开启资金划拨权限,请联系您的商务经理内部开通。)、4-合并出账、5-开票、6-优惠继承、7-代付费、8-成本分析、9-预算管理、10-信用额度设置(若需要开启信用额度设置权限,请联系您的商务经理内部开通。),1、2 默认必须",
|
11998
11998
|
"example": "[1,2]",
|
11999
11999
|
"member": "uint64",
|
12000
12000
|
"name": "PermissionIds",
|
@@ -183,9 +183,9 @@
|
|
183
183
|
"status": "online"
|
184
184
|
},
|
185
185
|
"DescribeInstanceAccount": {
|
186
|
-
"document": "本接口(DescribeInstanceAccount
|
186
|
+
"document": "本接口(DescribeInstanceAccount)用于查看实例账号信息。",
|
187
187
|
"input": "DescribeInstanceAccountRequest",
|
188
|
-
"name": "
|
188
|
+
"name": "查看实例账号信息",
|
189
189
|
"output": "DescribeInstanceAccountResponse",
|
190
190
|
"status": "online"
|
191
191
|
},
|
@@ -589,7 +589,7 @@
|
|
589
589
|
"status": "online"
|
590
590
|
},
|
591
591
|
"ModifyInstanceBackupMode": {
|
592
|
-
"document": "
|
592
|
+
"document": "本接口(ModifyInstanceBackupMode)用于修改实例的备份模式。",
|
593
593
|
"input": "ModifyInstanceBackupModeRequest",
|
594
594
|
"name": "开启或关闭数据闪回功能",
|
595
595
|
"output": "ModifyInstanceBackupModeResponse",
|
@@ -868,7 +868,7 @@
|
|
868
868
|
},
|
869
869
|
{
|
870
870
|
"disabled": false,
|
871
|
-
"document": "实例ID
|
871
|
+
"document": "实例ID。\n- 添加复制组实例有地域与可用区限制。具体信息,请参见[使用限制](https://cloud.tencent.com/document/product/239/71934)。\n- 当前仅4.0、5.0 Redis 版集群架构的实例支持加入复制组。\n- 请登录 [Redis 控制台](https://console.cloud.tencent.com/redis/instance/list)在实例列表复制需加入复制组的实例 ID。",
|
872
872
|
"example": "crs-deindi7de",
|
873
873
|
"member": "string",
|
874
874
|
"name": "InstanceId",
|
@@ -3354,7 +3354,7 @@
|
|
3354
3354
|
},
|
3355
3355
|
{
|
3356
3356
|
"disabled": false,
|
3357
|
-
"document": "
|
3357
|
+
"document": "分页大小。默认值为20,最小值为1,最大值为100。",
|
3358
3358
|
"example": "10",
|
3359
3359
|
"member": "int64",
|
3360
3360
|
"name": "Limit",
|
@@ -9471,7 +9471,7 @@
|
|
9471
9471
|
"members": [
|
9472
9472
|
{
|
9473
9473
|
"disabled": false,
|
9474
|
-
"document": "实例的ID
|
9474
|
+
"document": "实例的ID。请登录 [Redis 控制台](https://console.cloud.tencent.com/redis/instance/list)在实例列表复制实例 ID。",
|
9475
9475
|
"example": "crs-asdasda2",
|
9476
9476
|
"member": "string",
|
9477
9477
|
"name": "InstanceId",
|
@@ -9480,7 +9480,7 @@
|
|
9480
9480
|
},
|
9481
9481
|
{
|
9482
9482
|
"disabled": false,
|
9483
|
-
"document": "备份模式:\n- SecondLevelBackup
|
9483
|
+
"document": "备份模式:\n- SecondLevelBackup 秒级备份。\n- NormalLevelBackup 普通备份。",
|
9484
9484
|
"example": "SecondLevelBackup",
|
9485
9485
|
"member": "string",
|
9486
9486
|
"name": "BackupMode",
|
@@ -9495,7 +9495,7 @@
|
|
9495
9495
|
"members": [
|
9496
9496
|
{
|
9497
9497
|
"disabled": false,
|
9498
|
-
"document": "任务ID",
|
9498
|
+
"document": "任务 ID。",
|
9499
9499
|
"example": "95027",
|
9500
9500
|
"member": "int64",
|
9501
9501
|
"name": "TaskId",
|
@@ -9526,7 +9526,7 @@
|
|
9526
9526
|
},
|
9527
9527
|
{
|
9528
9528
|
"disabled": false,
|
9529
|
-
"document": "事件 ID。请通过 DescribeInstanceEvents 获取需修改的事件 ID。",
|
9529
|
+
"document": "事件 ID。请通过 [DescribeInstanceEvents](https://cloud.tencent.com/document/product/239/104779) 获取需修改的事件 ID。",
|
9530
9530
|
"example": "89",
|
9531
9531
|
"member": "int64",
|
9532
9532
|
"name": "EventId",
|
@@ -7776,7 +7776,7 @@
|
|
7776
7776
|
{
|
7777
7777
|
"disabled": false,
|
7778
7778
|
"document": "TDE透明数据加密配置",
|
7779
|
-
"example": "
|
7779
|
+
"example": "无",
|
7780
7780
|
"member": "TDEConfigAttribute",
|
7781
7781
|
"name": "TDEConfig",
|
7782
7782
|
"output_required": true,
|
@@ -7786,7 +7786,7 @@
|
|
7786
7786
|
{
|
7787
7787
|
"disabled": false,
|
7788
7788
|
"document": "SSL加密",
|
7789
|
-
"example": "
|
7789
|
+
"example": "无",
|
7790
7790
|
"member": "SSLConfig",
|
7791
7791
|
"name": "SSLConfig",
|
7792
7792
|
"output_required": true,
|
@@ -7796,7 +7796,7 @@
|
|
7796
7796
|
{
|
7797
7797
|
"disabled": false,
|
7798
7798
|
"document": "双节点备机只读信息",
|
7799
|
-
"example": "
|
7799
|
+
"example": "无",
|
7800
7800
|
"member": "DrReadableInfo",
|
7801
7801
|
"name": "DrReadableInfo",
|
7802
7802
|
"output_required": true,
|
@@ -7806,7 +7806,7 @@
|
|
7806
7806
|
{
|
7807
7807
|
"disabled": false,
|
7808
7808
|
"document": "等待回收的IP列表",
|
7809
|
-
"example": "
|
7809
|
+
"example": "无",
|
7810
7810
|
"member": "OldVip",
|
7811
7811
|
"name": "OldVipList",
|
7812
7812
|
"output_required": true,
|
@@ -7826,7 +7826,7 @@
|
|
7826
7826
|
{
|
7827
7827
|
"disabled": false,
|
7828
7828
|
"document": "多节点备机只读信息",
|
7829
|
-
"example": "
|
7829
|
+
"example": "无",
|
7830
7830
|
"member": "DrReadableInfo",
|
7831
7831
|
"name": "MultiDrReadableInfo",
|
7832
7832
|
"output_required": false,
|
@@ -7863,6 +7863,16 @@
|
|
7863
7863
|
"type": "int",
|
7864
7864
|
"value_allowed_null": false
|
7865
7865
|
},
|
7866
|
+
{
|
7867
|
+
"disabled": false,
|
7868
|
+
"document": "慢SQL阈值,单位毫秒\n注意:此字段可能返回 null,表示取不到有效值。",
|
7869
|
+
"example": "1000",
|
7870
|
+
"member": "int64",
|
7871
|
+
"name": "SlowLogThreshold",
|
7872
|
+
"output_required": false,
|
7873
|
+
"type": "int",
|
7874
|
+
"value_allowed_null": true
|
7875
|
+
},
|
7866
7876
|
{
|
7867
7877
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
7868
7878
|
"member": "string",
|
@@ -420,7 +420,7 @@
|
|
420
420
|
{
|
421
421
|
"document": "查询实例附属属性",
|
422
422
|
"input": "POST / HTTP/1.1\nHost: sqlserver.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDBInstancesAttribute\n<公共请求参数>\n\n{\n \"InstanceId\": \"mssql-j8kv137v\"\n}",
|
423
|
-
"output": "{\n \"Response\": {\n \"BlockedThreshold\": 0,\n \"DrReadableInfo\": {\n \"DrInstanceId\": \"mssqldr-oo1\",\n \"Zone\": \"ap-guangzhou\",\n \"RoWeight\": 0,\n \"ReadableStatus\": \"\",\n \"ReadMode\": \"BalancedReadOnly\",\n \"SlaveStatus\": \"\",\n \"UniqSubnetId\": \"\",\n \"UniqVpcId\": \"\",\n \"VPort\": 0,\n \"Vip\": \"\"\n },\n \"EventSaveDays\": 7,\n \"InstanceId\": \"mssql-9pk12q33\",\n \"OldVipList\": [],\n \"RegularBackupCounts\": 100,\n \"RegularBackupEnable\": \"disable\",\n \"RegularBackupSaveDays\": 123,\n \"RegularBackupStartTime\": \"2024-06-17\",\n \"RegularBackupStrategy\": \"years\",\n \"RequestId\": \"c1bd8e12-4744-4d95-b08e-fbc2d8477c11\",\n \"SSLConfig\": {\n \"Encryption\": \"disable\",\n \"SSLValidity\": 0,\n \"SSLValidityPeriod\": \"0000-00-00 00:00:00\"\n },\n \"TDEConfig\": {\n \"CertificateAttribution\": \"none\",\n \"Encryption\": \"disable\",\n \"QuoteUin\": \"\"\n },\n \"XEventStatus\": \"disable\",\n \"MultiDrReadableInfo\": [\n {\n \"DrInstanceId\": \"mssqldr-jia78a\",\n \"Zone\": \"ap-guangzhou-3\",\n \"SlaveStatus\": \"DR_RUNNING\",\n \"ReadableStatus\": \"disable\",\n \"ReadMode\": \"BalancedReadOnly\",\n \"Vip\": \"\",\n \"VPort\": 1433,\n \"UniqVpcId\": \"\",\n \"UniqSubnetId\": \"\",\n \"RoWeight\": 1\n }\n ]\n }\n}",
|
423
|
+
"output": "{\n \"Response\": {\n \"BlockedThreshold\": 0,\n \"SlowLogThreshold\": 1000,\n \"DrReadableInfo\": {\n \"DrInstanceId\": \"mssqldr-oo1\",\n \"Zone\": \"ap-guangzhou\",\n \"RoWeight\": 0,\n \"ReadableStatus\": \"\",\n \"ReadMode\": \"BalancedReadOnly\",\n \"SlaveStatus\": \"\",\n \"UniqSubnetId\": \"\",\n \"UniqVpcId\": \"\",\n \"VPort\": 0,\n \"Vip\": \"\"\n },\n \"EventSaveDays\": 7,\n \"InstanceId\": \"mssql-9pk12q33\",\n \"OldVipList\": [],\n \"RegularBackupCounts\": 100,\n \"RegularBackupEnable\": \"disable\",\n \"RegularBackupSaveDays\": 123,\n \"RegularBackupStartTime\": \"2024-06-17\",\n \"RegularBackupStrategy\": \"years\",\n \"RequestId\": \"c1bd8e12-4744-4d95-b08e-fbc2d8477c11\",\n \"SSLConfig\": {\n \"Encryption\": \"disable\",\n \"SSLValidity\": 0,\n \"SSLValidityPeriod\": \"0000-00-00 00:00:00\"\n },\n \"TDEConfig\": {\n \"CertificateAttribution\": \"none\",\n \"Encryption\": \"disable\",\n \"QuoteUin\": \"\"\n },\n \"XEventStatus\": \"disable\",\n \"MultiDrReadableInfo\": [\n {\n \"DrInstanceId\": \"mssqldr-jia78a\",\n \"Zone\": \"ap-guangzhou-3\",\n \"SlaveStatus\": \"DR_RUNNING\",\n \"ReadableStatus\": \"disable\",\n \"ReadMode\": \"BalancedReadOnly\",\n \"Vip\": \"\",\n \"VPort\": 1433,\n \"UniqVpcId\": \"\",\n \"UniqSubnetId\": \"\",\n \"RoWeight\": 1\n }\n ]\n }\n}",
|
424
424
|
"title": "查询实例mssql-j8kv137v的附属属性"
|
425
425
|
}
|
426
426
|
],
|
@@ -6972,7 +6972,7 @@
|
|
6972
6972
|
{
|
6973
6973
|
"disabled": false,
|
6974
6974
|
"document": "任务ID",
|
6975
|
-
"example": "
|
6975
|
+
"example": "88cce1ff-b043-404f-8dc5-2cfea60bfd31",
|
6976
6976
|
"member": "string",
|
6977
6977
|
"name": "TaskId",
|
6978
6978
|
"output_required": true,
|
@@ -6982,7 +6982,7 @@
|
|
6982
6982
|
{
|
6983
6983
|
"disabled": false,
|
6984
6984
|
"document": "实例ID",
|
6985
|
-
"example": "rmq-
|
6985
|
+
"example": "rmq-1rgrxm9a8",
|
6986
6986
|
"member": "string",
|
6987
6987
|
"name": "InstanceId",
|
6988
6988
|
"output_required": true,
|
@@ -7022,7 +7022,7 @@
|
|
7022
7022
|
{
|
7023
7023
|
"disabled": false,
|
7024
7024
|
"document": "任务状态: 0,迁移中 1,迁移成功 2,迁移完成,只有部分数据完成迁移",
|
7025
|
-
"example": "
|
7025
|
+
"example": "1",
|
7026
7026
|
"member": "int64",
|
7027
7027
|
"name": "Status",
|
7028
7028
|
"output_required": true,
|
@@ -7032,7 +7032,7 @@
|
|
7032
7032
|
{
|
7033
7033
|
"disabled": false,
|
7034
7034
|
"document": "创建时间",
|
7035
|
-
"example": "
|
7035
|
+
"example": "1758510006847",
|
7036
7036
|
"member": "int64",
|
7037
7037
|
"name": "CreateTime",
|
7038
7038
|
"output_required": true,
|
@@ -22427,13 +22427,13 @@
|
|
22427
22427
|
},
|
22428
22428
|
{
|
22429
22429
|
"disabled": false,
|
22430
|
-
"document": "
|
22430
|
+
"document": "镜像服务器地址",
|
22431
22431
|
"example": "ccr.tencent.com",
|
22432
22432
|
"member": "string",
|
22433
22433
|
"name": "Server",
|
22434
22434
|
"output_required": true,
|
22435
22435
|
"type": "string",
|
22436
|
-
"value_allowed_null":
|
22436
|
+
"value_allowed_null": false
|
22437
22437
|
},
|
22438
22438
|
{
|
22439
22439
|
"disabled": false,
|
@@ -15700,7 +15700,7 @@
|
|
15700
15700
|
},
|
15701
15701
|
{
|
15702
15702
|
"disabled": false,
|
15703
|
-
"document": "License 类型,默认为 CommercialDRMLicense 。目前支持的 License 类型包括:\n<li> CommercialDRMLicense: 商业级 DRM License</li
|
15703
|
+
"document": "License 类型,默认为 CommercialDRMLicense 。目前支持的 License 类型包括:\n<li> CommercialDRMLicense: 商业级 DRM License</li>",
|
15704
15704
|
"example": "CommercialDRMLicense",
|
15705
15705
|
"member": "string",
|
15706
15706
|
"name": "LicenseType",
|
@@ -92,7 +92,7 @@
|
|
92
92
|
"status": "online"
|
93
93
|
},
|
94
94
|
"AssociateAddress": {
|
95
|
-
"document": "本接口 (AssociateAddress) 用于将[弹性公网IP](https://cloud.tencent.com/document/product/213/1941)(简称 EIP)绑定到实例或弹性网卡的指定内网 IP 上。\n* 将 EIP 绑定到实例(CVM)上,其本质是将 EIP 绑定到实例上主网卡的主内网 IP 上。\n* 将 EIP 绑定到主网卡的主内网IP时,如主内网IP已绑定普通公网IP,必须先退还才能绑定EIP。\n* 将 EIP 绑定到指定网卡的内网 IP上(非主网卡的主内网IP),则必须先解绑该 EIP,才能再绑定新的。\n* 将 EIP
|
95
|
+
"document": "本接口 (AssociateAddress) 用于将[弹性公网IP](https://cloud.tencent.com/document/product/213/1941)(简称 EIP)绑定到实例或弹性网卡的指定内网 IP 上。\n* 将 EIP 绑定到实例(CVM)上,其本质是将 EIP 绑定到实例上主网卡的主内网 IP 上。\n* 将 EIP 绑定到主网卡的主内网IP时,如主内网IP已绑定普通公网IP,必须先退还才能绑定EIP。\n* 将 EIP 绑定到指定网卡的内网 IP上(非主网卡的主内网IP),则必须先解绑该 EIP,才能再绑定新的。\n* 将 EIP 绑定到NAT网关,请使用接口[AssociateNatGatewayAddress](https://cloud.tencent.com/document/product/215/36722)。\n* EIP 如果欠费或被封堵,则不能被绑定。\n* 只有状态为 UNBIND 的 EIP 才能够被绑定。",
|
96
96
|
"input": "AssociateAddressRequest",
|
97
97
|
"name": "绑定弹性公网IP",
|
98
98
|
"output": "AssociateAddressResponse",
|
@@ -4598,8 +4598,8 @@
|
|
4598
4598
|
},
|
4599
4599
|
{
|
4600
4600
|
"disabled": false,
|
4601
|
-
"document": "指定绑定时是否设置直通。弹性公网 IP 直通请参见 [EIP 直通](https://cloud.tencent.com/document/product/1199/41709)。取值:
|
4602
|
-
"example": "
|
4601
|
+
"document": "指定绑定时是否设置直通。弹性公网 IP 直通请参见 [EIP 直通](https://cloud.tencent.com/document/product/1199/41709)。取值:true、false,默认值为 false。当绑定 CVM 实例、EKS 弹性集群时,可设定此参数为 true。此参数目前处于内测中,如需使用,请提交 [工单申请](https://console.cloud.tencent.com/workorder/category?level1_id=6&level2_id=163&source=0&data_title=%E8%B4%9F%E8%BD%BD%E5%9D%87%E8%A1%A1%20CLB&level3_id=1071&queue=96&scene_code=34639&step=2)。",
|
4602
|
+
"example": "false",
|
4603
4603
|
"member": "bool",
|
4604
4604
|
"name": "EipDirectConnection",
|
4605
4605
|
"required": false,
|
@@ -32543,7 +32543,7 @@
|
|
32543
32543
|
{
|
32544
32544
|
"disabled": false,
|
32545
32545
|
"document": "异步任务TaskId。可以使用[DescribeTaskResult](https://cloud.tencent.com/document/api/215/36271)接口查询任务状态。",
|
32546
|
-
"example": "
|
32546
|
+
"example": "5976135",
|
32547
32547
|
"member": "string",
|
32548
32548
|
"name": "TaskId",
|
32549
32549
|
"output_required": true,
|
@@ -32565,7 +32565,7 @@
|
|
32565
32565
|
{
|
32566
32566
|
"disabled": false,
|
32567
32567
|
"document": "IPv6地址唯一ID。可以使用[DescribeIPv6Addresses](https://cloud.tencent.com/document/api/215/113677)接口获取IPv6AddressId。",
|
32568
|
-
"example": "[
|
32568
|
+
"example": "[\"eipv6-bdwxghs1\"]",
|
32569
32569
|
"member": "string",
|
32570
32570
|
"name": "IPv6AddressIds",
|
32571
32571
|
"required": true,
|
@@ -3860,7 +3860,7 @@
|
|
3860
3860
|
{
|
3861
3861
|
"disabled": false,
|
3862
3862
|
"document": "过滤",
|
3863
|
-
"example": "
|
3863
|
+
"example": "无",
|
3864
3864
|
"member": "FiltersItemNew",
|
3865
3865
|
"name": "Filters",
|
3866
3866
|
"required": false,
|
@@ -3875,7 +3875,7 @@
|
|
3875
3875
|
{
|
3876
3876
|
"disabled": false,
|
3877
3877
|
"document": "操作结果",
|
3878
|
-
"example": "
|
3878
|
+
"example": "无",
|
3879
3879
|
"member": "CommonRspData",
|
3880
3880
|
"name": "CommonRsp",
|
3881
3881
|
"output_required": false,
|
@@ -11979,7 +11979,7 @@
|
|
11979
11979
|
{
|
11980
11980
|
"disabled": false,
|
11981
11981
|
"document": "输出",
|
11982
|
-
"example": "
|
11982
|
+
"example": "无",
|
11983
11983
|
"member": "IpAccessControlData",
|
11984
11984
|
"name": "Data",
|
11985
11985
|
"output_required": true,
|
@@ -14003,7 +14003,7 @@
|
|
14003
14003
|
{
|
14004
14004
|
"disabled": false,
|
14005
14005
|
"document": "规则类型列表及信息",
|
14006
|
-
"example": "
|
14006
|
+
"example": "无",
|
14007
14007
|
"member": "RuleType",
|
14008
14008
|
"name": "RuleTypeList",
|
14009
14009
|
"output_required": true,
|
@@ -14396,7 +14396,7 @@
|
|
14396
14396
|
{
|
14397
14397
|
"disabled": false,
|
14398
14398
|
"document": "域名",
|
14399
|
-
"example": "www.
|
14399
|
+
"example": "www.qcloudwaf.com",
|
14400
14400
|
"member": "string",
|
14401
14401
|
"name": "Domain",
|
14402
14402
|
"required": true,
|
@@ -14411,7 +14411,7 @@
|
|
14411
14411
|
{
|
14412
14412
|
"disabled": false,
|
14413
14413
|
"document": "webshell域名",
|
14414
|
-
"example": "www.
|
14414
|
+
"example": "www.qcloudwaf.com",
|
14415
14415
|
"member": "string",
|
14416
14416
|
"name": "Domain",
|
14417
14417
|
"output_required": true,
|
@@ -23334,7 +23334,7 @@
|
|
23334
23334
|
{
|
23335
23335
|
"disabled": false,
|
23336
23336
|
"document": "域名webshell状态",
|
23337
|
-
"example": "
|
23337
|
+
"example": "无",
|
23338
23338
|
"member": "WebshellStatus",
|
23339
23339
|
"name": "Webshell",
|
23340
23340
|
"required": true,
|
@@ -23349,7 +23349,7 @@
|
|
23349
23349
|
{
|
23350
23350
|
"disabled": false,
|
23351
23351
|
"document": "成功的状态码,需要JSON解码后再使用,返回的格式是{\"域名\":\"状态\"},成功的状态码为Success,其它的为失败的状态码(yunapi定义的错误码)",
|
23352
|
-
"example": "
|
23352
|
+
"example": "无",
|
23353
23353
|
"member": "ResponseCode",
|
23354
23354
|
"name": "Success",
|
23355
23355
|
"output_required": true,
|
@@ -930,7 +930,7 @@
|
|
930
930
|
{
|
931
931
|
"document": "",
|
932
932
|
"input": "https://waf.tencentcloudapi.com/?Action=DescribeWebshellStatus\r\n&Domain=www.qcloudwaf.com\r\n&<公共请求参数>",
|
933
|
-
"output": "{\n \"Response\": {\n \"Domain\": \"www.
|
933
|
+
"output": "{\n \"Response\": {\n \"Domain\": \"www.qcloudwaf.com\",\n \"Status\": 1,\n \"RequestId\": \"2d510f3e-9ac9-4282-a62d-9efa61c9825d\"\n }\n}",
|
934
934
|
"title": "获取域名webshell 状态"
|
935
935
|
}
|
936
936
|
],
|