tccli 3.0.1374.1__py2.py3-none-any.whl → 3.0.1376.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/cbs/v20170312/api.json +11 -2
- tccli/services/ccc/v20200210/api.json +17 -8
- tccli/services/cdb/v20170320/api.json +2 -2
- tccli/services/cdwdoris/v20211228/api.json +31 -1
- tccli/services/cfs/v20190719/api.json +10 -1
- tccli/services/chc/v20230418/examples.json +1 -1
- tccli/services/clb/v20180317/api.json +20 -0
- tccli/services/cls/v20201016/api.json +8 -8
- tccli/services/csip/v20221121/api.json +3 -3
- tccli/services/ctem/v20231128/api.json +22 -3
- tccli/services/ctem/v20231128/examples.json +2 -2
- tccli/services/cwp/v20180228/api.json +5 -5
- tccli/services/dlc/dlc_client.py +399 -28
- tccli/services/dlc/v20210125/api.json +557 -0
- tccli/services/dlc/v20210125/examples.json +56 -0
- tccli/services/es/v20180416/api.json +49 -0
- tccli/services/ess/v20201111/api.json +23 -5
- tccli/services/essbasic/v20210526/api.json +40 -2
- tccli/services/ioa/v20220601/api.json +95 -39
- tccli/services/ioa/v20220601/examples.json +4 -10
- tccli/services/iss/iss_client.py +53 -0
- tccli/services/iss/v20230517/api.json +60 -0
- tccli/services/iss/v20230517/examples.json +8 -0
- tccli/services/mps/v20190612/api.json +34 -6
- tccli/services/oceanus/v20190422/api.json +5 -5
- tccli/services/omics/v20221128/api.json +1 -1
- tccli/services/organization/organization_client.py +69 -16
- tccli/services/organization/v20210331/api.json +216 -0
- tccli/services/organization/v20210331/examples.json +8 -0
- tccli/services/partners/v20180321/api.json +2 -2
- tccli/services/postgres/v20170312/api.json +1 -1
- tccli/services/rce/v20201103/api.json +1 -1
- tccli/services/smh/v20210712/api.json +43 -12
- tccli/services/smh/v20210712/examples.json +1 -1
- tccli/services/tbaas/v20180416/api.json +30 -30
- tccli/services/tbaas/v20180416/examples.json +4 -4
- tccli/services/tcaplusdb/v20190823/api.json +926 -900
- tccli/services/tcaplusdb/v20190823/examples.json +56 -56
- tccli/services/tcss/v20201101/api.json +4 -4
- tccli/services/tdmq/tdmq_client.py +53 -0
- tccli/services/tdmq/v20200217/api.json +35 -11
- tccli/services/tdmq/v20200217/examples.json +9 -1
- tccli/services/trocket/v20230308/api.json +2 -2
- tccli/services/tse/v20201207/api.json +9 -0
- tccli/services/tsf/v20180326/api.json +105 -105
- tccli/services/tsf/v20180326/examples.json +2 -2
- tccli/services/vod/v20180717/api.json +11 -11
- {tccli-3.0.1374.1.dist-info → tccli-3.0.1376.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1374.1.dist-info → tccli-3.0.1376.1.dist-info}/RECORD +53 -53
- {tccli-3.0.1374.1.dist-info → tccli-3.0.1376.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1374.1.dist-info → tccli-3.0.1376.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1374.1.dist-info → tccli-3.0.1376.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = '3.0.
|
1
|
+
__version__ = '3.0.1376.1'
|
@@ -3769,11 +3769,11 @@
|
|
3769
3769
|
},
|
3770
3770
|
{
|
3771
3771
|
"disabled": false,
|
3772
|
-
"document": "云硬盘ID, 通过[DescribeDisks](/document/product/362/16315)
|
3772
|
+
"document": "云硬盘ID, 通过[DescribeDisks](/document/product/362/16315)接口查询。与参数DiskIds互斥。",
|
3773
3773
|
"example": "disk-dw0bbzws",
|
3774
3774
|
"member": "string",
|
3775
3775
|
"name": "DiskId",
|
3776
|
-
"required":
|
3776
|
+
"required": false,
|
3777
3777
|
"type": "string"
|
3778
3778
|
},
|
3779
3779
|
{
|
@@ -3784,6 +3784,15 @@
|
|
3784
3784
|
"name": "ProjectId",
|
3785
3785
|
"required": false,
|
3786
3786
|
"type": "int"
|
3787
|
+
},
|
3788
|
+
{
|
3789
|
+
"disabled": false,
|
3790
|
+
"document": "云硬盘ID列表, 通过[DescribeDisks](/document/product/362/16315)接口查询。与参数DiskId互斥。",
|
3791
|
+
"example": "[\"disk-dw0bbzws\"]",
|
3792
|
+
"member": "string",
|
3793
|
+
"name": "DiskIds",
|
3794
|
+
"required": false,
|
3795
|
+
"type": "list"
|
3787
3796
|
}
|
3788
3797
|
],
|
3789
3798
|
"type": "object"
|
@@ -1530,7 +1530,7 @@
|
|
1530
1530
|
{
|
1531
1531
|
"disabled": false,
|
1532
1532
|
"document": "被叫号码",
|
1533
|
-
"example": "
|
1533
|
+
"example": "0086130xxxxxxxx",
|
1534
1534
|
"member": "string",
|
1535
1535
|
"name": "Callee",
|
1536
1536
|
"required": true,
|
@@ -1548,7 +1548,7 @@
|
|
1548
1548
|
{
|
1549
1549
|
"disabled": false,
|
1550
1550
|
"document": "参数",
|
1551
|
-
"example": "
|
1551
|
+
"example": "无",
|
1552
1552
|
"member": "Variable",
|
1553
1553
|
"name": "Variables",
|
1554
1554
|
"required": false,
|
@@ -2184,7 +2184,7 @@
|
|
2184
2184
|
{
|
2185
2185
|
"disabled": false,
|
2186
2186
|
"document": "被叫号码",
|
2187
|
-
"example": "
|
2187
|
+
"example": "0086xxx",
|
2188
2188
|
"member": "string",
|
2189
2189
|
"name": "Callee",
|
2190
2190
|
"required": true,
|
@@ -2247,7 +2247,7 @@
|
|
2247
2247
|
{
|
2248
2248
|
"disabled": false,
|
2249
2249
|
"document": "主叫号码列表",
|
2250
|
-
"example": "[
|
2250
|
+
"example": "[\"string\"]",
|
2251
2251
|
"member": "string",
|
2252
2252
|
"name": "Callers",
|
2253
2253
|
"required": false,
|
@@ -2391,7 +2391,7 @@
|
|
2391
2391
|
{
|
2392
2392
|
"disabled": true,
|
2393
2393
|
"document": "提示词变量",
|
2394
|
-
"example": "
|
2394
|
+
"example": "无",
|
2395
2395
|
"member": "Variable",
|
2396
2396
|
"name": "PromptVariables",
|
2397
2397
|
"required": false,
|
@@ -2409,7 +2409,7 @@
|
|
2409
2409
|
{
|
2410
2410
|
"disabled": false,
|
2411
2411
|
"document": "通话内容提取配置",
|
2412
|
-
"example": "
|
2412
|
+
"example": "无",
|
2413
2413
|
"member": "AICallExtractConfigElement",
|
2414
2414
|
"name": "ExtractConfig",
|
2415
2415
|
"required": false,
|
@@ -2418,7 +2418,7 @@
|
|
2418
2418
|
{
|
2419
2419
|
"disabled": false,
|
2420
2420
|
"document": "模型温度控制",
|
2421
|
-
"example": "0",
|
2421
|
+
"example": "0.1",
|
2422
2422
|
"member": "float",
|
2423
2423
|
"name": "Temperature",
|
2424
2424
|
"required": false,
|
@@ -2427,7 +2427,7 @@
|
|
2427
2427
|
{
|
2428
2428
|
"disabled": false,
|
2429
2429
|
"document": "通用变量: <p>提示词变量</p> <p>欢迎语变量</p> <p> 欢迎语延迟播放(秒级):welcome-message-delay</p> <p> dify变量</p> \n\n1. dify-inputs-xxx 为dify的inputs变量\n2. dify-inputs-user 为dify的user值\n3. dify-inputs-conversation_id 为dify的conversation_id值",
|
2430
|
-
"example": "
|
2430
|
+
"example": "无",
|
2431
2431
|
"member": "Variable",
|
2432
2432
|
"name": "Variables",
|
2433
2433
|
"required": false,
|
@@ -2459,6 +2459,15 @@
|
|
2459
2459
|
"name": "ToneWord",
|
2460
2460
|
"required": false,
|
2461
2461
|
"type": "object"
|
2462
|
+
},
|
2463
|
+
{
|
2464
|
+
"disabled": false,
|
2465
|
+
"document": "合规提示音, \n该参数传true(默认)表示通话开始播放摩斯码,提示对话内容为 AI 生成。\n该参数传false表示关闭合规提示音。该参数传false则代表您知晓并同意以下协议:\n我方充分知悉和理解,根据[《网络安全法》](https://www.gov.cn/xinwen/2016-11/07/content_5129723.htm)[《互联网信息服务深度合成管理规定》](https://www.gov.cn/zhengce/zhengceku/2022-12/12/content_5731431.htm)[《生成式人工智能服务管理暂行办法》](https://www.gov.cn/zhengce/zhengceku/202307/content_6891752.htm)[《人工智能生成合成内容标识办法》](https://www.gov.cn/zhengce/zhengceku/202503/content_7014286.htm)的法律法规的规定,对人工智能生成合成内容应当添加显式标识和隐式标识。我方基于业务需求,请腾讯云对生成合成内容不添加显式标识,我方承诺合法合规使用生成合成内容,避免造成混淆、误认;如果使用生成合成内容对公众提供服务的,或通过网络传播的,我方将自觉主动添加符合法律规定和国家标准要求的显式标识,承担人工智能生成合成内容标识的法律义务。我方未能恰当、合理地履行人工智能内容标识义务造成不良后果的,或遭受主管部门责罚的,相关责任由我方完全承担。",
|
2466
|
+
"example": "false",
|
2467
|
+
"member": "bool",
|
2468
|
+
"name": "EnableComplianceAudio",
|
2469
|
+
"required": false,
|
2470
|
+
"type": "bool"
|
2462
2471
|
}
|
2463
2472
|
],
|
2464
2473
|
"type": "object"
|
@@ -15171,7 +15171,7 @@
|
|
15171
15171
|
"members": [
|
15172
15172
|
{
|
15173
15173
|
"disabled": false,
|
15174
|
-
"document": "
|
15174
|
+
"document": "查询数据库错误码。0 - 正常,1600001 - 内部错误,1600003 - 入参异常,1600009 - 实例不存在,1624001 - DB 访问异常。",
|
15175
15175
|
"example": "0",
|
15176
15176
|
"member": "int64",
|
15177
15177
|
"name": "Code",
|
@@ -15202,7 +15202,7 @@
|
|
15202
15202
|
{
|
15203
15203
|
"disabled": false,
|
15204
15204
|
"document": "可回档时间范围",
|
15205
|
-
"example": "
|
15205
|
+
"example": "无",
|
15206
15206
|
"member": "RollbackTimeRange",
|
15207
15207
|
"name": "Times",
|
15208
15208
|
"output_required": true,
|
@@ -656,7 +656,7 @@
|
|
656
656
|
{
|
657
657
|
"disabled": false,
|
658
658
|
"document": "远端doris的连接信息",
|
659
|
-
"example": "
|
659
|
+
"example": "无",
|
660
660
|
"member": "DorisSourceInfo",
|
661
661
|
"name": "DorisSourceInfo",
|
662
662
|
"output_required": true,
|
@@ -718,6 +718,17 @@
|
|
718
718
|
"required": false,
|
719
719
|
"type": "object",
|
720
720
|
"value_allowed_null": false
|
721
|
+
},
|
722
|
+
{
|
723
|
+
"disabled": false,
|
724
|
+
"document": "隔离次数",
|
725
|
+
"example": "1",
|
726
|
+
"member": "int64",
|
727
|
+
"name": "IsolationCount",
|
728
|
+
"output_required": false,
|
729
|
+
"required": false,
|
730
|
+
"type": "int",
|
731
|
+
"value_allowed_null": false
|
721
732
|
}
|
722
733
|
],
|
723
734
|
"usage": "both"
|
@@ -2390,6 +2401,15 @@
|
|
2390
2401
|
"name": "IsDeleteAll",
|
2391
2402
|
"required": false,
|
2392
2403
|
"type": "bool"
|
2404
|
+
},
|
2405
|
+
{
|
2406
|
+
"disabled": false,
|
2407
|
+
"document": "true代表恢复删除隔离中的job 默认false就是删除",
|
2408
|
+
"example": "false",
|
2409
|
+
"member": "bool",
|
2410
|
+
"name": "IsRecover",
|
2411
|
+
"required": false,
|
2412
|
+
"type": "bool"
|
2393
2413
|
}
|
2394
2414
|
],
|
2395
2415
|
"type": "object"
|
@@ -2397,6 +2417,16 @@
|
|
2397
2417
|
"DeleteBackUpDataResponse": {
|
2398
2418
|
"document": "DeleteBackUpData返回参数结构体",
|
2399
2419
|
"members": [
|
2420
|
+
{
|
2421
|
+
"disabled": false,
|
2422
|
+
"document": "错误信息",
|
2423
|
+
"example": "this is a error",
|
2424
|
+
"member": "string",
|
2425
|
+
"name": "ErrorMsg",
|
2426
|
+
"output_required": false,
|
2427
|
+
"type": "string",
|
2428
|
+
"value_allowed_null": false
|
2429
|
+
},
|
2400
2430
|
{
|
2401
2431
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
2402
2432
|
"member": "string",
|
@@ -3658,7 +3658,7 @@
|
|
3658
3658
|
},
|
3659
3659
|
{
|
3660
3660
|
"disabled": false,
|
3661
|
-
"document": "create:创建目录 check:确认目录是否存在",
|
3661
|
+
"document": "create:创建目录 check:确认目录是否存在 move: 对目录做mv 操作",
|
3662
3662
|
"example": "check",
|
3663
3663
|
"member": "string",
|
3664
3664
|
"name": "OpetationType",
|
@@ -3682,6 +3682,15 @@
|
|
3682
3682
|
"name": "Mode",
|
3683
3683
|
"required": false,
|
3684
3684
|
"type": "string"
|
3685
|
+
},
|
3686
|
+
{
|
3687
|
+
"disabled": false,
|
3688
|
+
"document": "mv操作的目标目录名称;如果是turbo文件系统必须以/cfs/开头",
|
3689
|
+
"example": "/cfs/testa",
|
3690
|
+
"member": "string",
|
3691
|
+
"name": "DestPath",
|
3692
|
+
"required": false,
|
3693
|
+
"type": "string"
|
3685
3694
|
}
|
3686
3695
|
],
|
3687
3696
|
"type": "object"
|
@@ -292,7 +292,7 @@
|
|
292
292
|
{
|
293
293
|
"document": "",
|
294
294
|
"input": "POST / HTTP/1.1\nHost: chc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCommonServiceWorkOrder\n<公共请求参数>\n\n{\n \"WorkOrderType\": [\n \"rackOn\"\n ],\n \"BeginDateTime\": \"2025-04-01 00:00:00\",\n \"EndDateTime\": \"2025-04-30 00:00:00\"\n}",
|
295
|
-
"output": "{\n \"Response\": {\n \"DownloadUrl\": \"
|
295
|
+
"output": "{\n \"Response\": {\n \"DownloadUrl\": \"https://ap-guangzhou-test-1305532550.cos.ap-guangzhou.myqcloud.com/idc_portal_work_order/251233270/251233270_2025-04-01_00-00-00_2025-04-30_00-00-00.xlsx?q-sign-algorithm=sha1&q-ak=xxx&q-sign-time=1749127181%3B1749127541&q-key-time=1749127181%3B1749127541&q-header-list=host&q-url-param-list=&q-signature=3a30d015e08fb524f75b31217d2436bbce70e6ec\",\n \"RequestId\": \"591f555e-23b9-4b9a-aab8-186364534732\"\n }\n}",
|
296
296
|
"title": "导出客户工单详情"
|
297
297
|
}
|
298
298
|
],
|
@@ -8394,6 +8394,17 @@
|
|
8394
8394
|
"required": false,
|
8395
8395
|
"type": "int",
|
8396
8396
|
"value_allowed_null": false
|
8397
|
+
},
|
8398
|
+
{
|
8399
|
+
"disabled": false,
|
8400
|
+
"document": "负载均衡实例关联的Endpoint id。",
|
8401
|
+
"example": "vpce-kig4revm",
|
8402
|
+
"member": "string",
|
8403
|
+
"name": "AssociateEndpoint",
|
8404
|
+
"output_required": false,
|
8405
|
+
"required": false,
|
8406
|
+
"type": "string",
|
8407
|
+
"value_allowed_null": false
|
8397
8408
|
}
|
8398
8409
|
],
|
8399
8410
|
"usage": "both"
|
@@ -9649,6 +9660,15 @@
|
|
9649
9660
|
"name": "ModifyClassicDomain",
|
9650
9661
|
"required": false,
|
9651
9662
|
"type": "bool"
|
9663
|
+
},
|
9664
|
+
{
|
9665
|
+
"disabled": false,
|
9666
|
+
"document": "关联的终端节点Id,可通过[DescribeVpcEndPoint](https://cloud.tencent.com/document/product/215/54679)接口查询。传空字符串代表解除关联。",
|
9667
|
+
"example": "vpce-h0fk8lfc",
|
9668
|
+
"member": "string",
|
9669
|
+
"name": "AssociateEndpoint",
|
9670
|
+
"required": false,
|
9671
|
+
"type": "string"
|
9652
9672
|
}
|
9653
9673
|
],
|
9654
9674
|
"type": "object"
|
@@ -8565,7 +8565,7 @@
|
|
8565
8565
|
"members": [
|
8566
8566
|
{
|
8567
8567
|
"disabled": false,
|
8568
|
-
"document": "要查询的日志主题
|
8568
|
+
"document": "要查询的日志主题Id。\n- 通过 [获取日志主题列表](https://cloud.tencent.com/document/product/614/56454) 获取日志主题Id。\n- 通过 [创建日志主题](https://cloud.tencent.com/document/product/614/56456) 获取日志主题Id。",
|
8569
8569
|
"example": "682d0718-07bb-4ec0-9fda-f1e9a2767e0b",
|
8570
8570
|
"member": "string",
|
8571
8571
|
"name": "TopicId",
|
@@ -8574,7 +8574,7 @@
|
|
8574
8574
|
},
|
8575
8575
|
{
|
8576
8576
|
"disabled": false,
|
8577
|
-
"document": "日志时间, 即
|
8577
|
+
"document": "日志时间, 即 [检索分析日志](https://cloud.tencent.com/document/product/614/56447) 接口返回信息中Results结构体中的Time,需按照 UTC+8 时区将该毫秒级Unix时间戳转换为 YYYY-mm-dd HH:MM:SS.FFF 格式的字符串。",
|
8578
8578
|
"example": "2021-04-25 14:25:00.000",
|
8579
8579
|
"member": "string",
|
8580
8580
|
"name": "BTime",
|
@@ -8583,7 +8583,7 @@
|
|
8583
8583
|
},
|
8584
8584
|
{
|
8585
8585
|
"disabled": false,
|
8586
|
-
"document": "日志包序号,即
|
8586
|
+
"document": "日志包序号,即 [检索分析日志](https://cloud.tencent.com/document/product/614/56447) 接口返回信息中Results结构体中的PkgId。",
|
8587
8587
|
"example": "528C1318606EFEB8-1A7",
|
8588
8588
|
"member": "string",
|
8589
8589
|
"name": "PkgId",
|
@@ -8592,7 +8592,7 @@
|
|
8592
8592
|
},
|
8593
8593
|
{
|
8594
8594
|
"disabled": false,
|
8595
|
-
"document": "日志包内一条日志的序号,即
|
8595
|
+
"document": "日志包内一条日志的序号,即 [检索分析日志](https://cloud.tencent.com/document/product/614/56447) 接口返回信息中Results结构中的PkgLogId。",
|
8596
8596
|
"example": "65536",
|
8597
8597
|
"member": "int64",
|
8598
8598
|
"name": "PkgLogId",
|
@@ -12854,7 +12854,7 @@
|
|
12854
12854
|
"members": [
|
12855
12855
|
{
|
12856
12856
|
"disabled": false,
|
12857
|
-
"document": "日志主题
|
12857
|
+
"document": "日志主题Id。\n- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。",
|
12858
12858
|
"example": "826f8b26-b054-4a0d-8c8e-f3d609f5e0ea",
|
12859
12859
|
"member": "string",
|
12860
12860
|
"name": "TopicId",
|
@@ -12863,7 +12863,7 @@
|
|
12863
12863
|
},
|
12864
12864
|
{
|
12865
12865
|
"disabled": false,
|
12866
|
-
"document": "
|
12866
|
+
"document": "索引状态。false:关闭索引, true:开启索引\n开启后可对日志进行检索分析,将产生索引流量、索引存储及相应费用。[费用详情](https://cloud.tencent.com/document/product/614/45802#.E8.AE.A1.E8.B4.B9.E9.A1.B9)",
|
12867
12867
|
"example": "true",
|
12868
12868
|
"member": "bool",
|
12869
12869
|
"name": "Status",
|
@@ -15973,7 +15973,7 @@
|
|
15973
15973
|
"members": [
|
15974
15974
|
{
|
15975
15975
|
"disabled": false,
|
15976
|
-
"document": "日志主题
|
15976
|
+
"document": "日志主题Id\n- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。",
|
15977
15977
|
"example": "427bba81-e149-4a8b-bd0d-b2a412520d7b",
|
15978
15978
|
"member": "string",
|
15979
15979
|
"name": "TopicId",
|
@@ -15982,7 +15982,7 @@
|
|
15982
15982
|
},
|
15983
15983
|
{
|
15984
15984
|
"disabled": false,
|
15985
|
-
"document": "待分裂分区
|
15985
|
+
"document": "待分裂分区Id\n- 通过[获取分区列表](https://cloud.tencent.com/document/product/614/56470)获取待分裂分区Id。",
|
15986
15986
|
"example": "1",
|
15987
15987
|
"member": "int64",
|
15988
15988
|
"name": "PartitionId",
|
@@ -4038,7 +4038,7 @@
|
|
4038
4038
|
{
|
4039
4039
|
"disabled": false,
|
4040
4040
|
"document": "配置名",
|
4041
|
-
"example": "
|
4041
|
+
"example": "高风险子账号应该开启登录保护",
|
4042
4042
|
"member": "string",
|
4043
4043
|
"name": "CFGName",
|
4044
4044
|
"output_required": true,
|
@@ -5670,7 +5670,7 @@
|
|
5670
5670
|
{
|
5671
5671
|
"disabled": false,
|
5672
5672
|
"document": "影响资产",
|
5673
|
-
"example": "
|
5673
|
+
"example": "1024",
|
5674
5674
|
"member": "int64",
|
5675
5675
|
"name": "NoHandleCount",
|
5676
5676
|
"output_required": true,
|
@@ -5780,7 +5780,7 @@
|
|
5780
5780
|
{
|
5781
5781
|
"disabled": false,
|
5782
5782
|
"document": "配置名\n注意:此字段可能返回 null,表示取不到有效值。",
|
5783
|
-
"example": "
|
5783
|
+
"example": "高风险子账号应该开启登录保护",
|
5784
5784
|
"member": "string",
|
5785
5785
|
"name": "CFGName",
|
5786
5786
|
"output_required": true,
|
@@ -1157,6 +1157,15 @@
|
|
1157
1157
|
"name": "Ignored",
|
1158
1158
|
"required": false,
|
1159
1159
|
"type": "bool"
|
1160
|
+
},
|
1161
|
+
{
|
1162
|
+
"disabled": false,
|
1163
|
+
"document": "支持按照响应长度排序,例如:+ContentLength或-ContentLength,+是递增,-是递减",
|
1164
|
+
"example": "-ContentLength",
|
1165
|
+
"member": "string",
|
1166
|
+
"name": "OrderBy",
|
1167
|
+
"required": false,
|
1168
|
+
"type": "string"
|
1160
1169
|
}
|
1161
1170
|
],
|
1162
1171
|
"type": "object"
|
@@ -5250,7 +5259,7 @@
|
|
5250
5259
|
{
|
5251
5260
|
"disabled": false,
|
5252
5261
|
"document": "主键ID",
|
5253
|
-
"example": "
|
5262
|
+
"example": "100",
|
5254
5263
|
"member": "int64",
|
5255
5264
|
"name": "Id",
|
5256
5265
|
"output_required": false,
|
@@ -5260,7 +5269,7 @@
|
|
5260
5269
|
{
|
5261
5270
|
"disabled": false,
|
5262
5271
|
"document": "内容",
|
5263
|
-
"example": "
|
5272
|
+
"example": "td#147",
|
5264
5273
|
"member": "string",
|
5265
5274
|
"name": "Content",
|
5266
5275
|
"output_required": false,
|
@@ -5270,7 +5279,7 @@
|
|
5270
5279
|
{
|
5271
5280
|
"disabled": false,
|
5272
5281
|
"document": "命中关键字",
|
5273
|
-
"example": "
|
5282
|
+
"example": "td#147",
|
5274
5283
|
"member": "string",
|
5275
5284
|
"name": "MatchedKeywords",
|
5276
5285
|
"output_required": false,
|
@@ -5296,6 +5305,16 @@
|
|
5296
5305
|
"output_required": false,
|
5297
5306
|
"type": "object",
|
5298
5307
|
"value_allowed_null": false
|
5308
|
+
},
|
5309
|
+
{
|
5310
|
+
"disabled": false,
|
5311
|
+
"document": "状态:unrepaired:未修复,repaired:已修复,ignore:已忽略",
|
5312
|
+
"example": "unrepaired",
|
5313
|
+
"member": "string",
|
5314
|
+
"name": "Status",
|
5315
|
+
"output_required": false,
|
5316
|
+
"type": "string",
|
5317
|
+
"value_allowed_null": false
|
5299
5318
|
}
|
5300
5319
|
],
|
5301
5320
|
"usage": "out"
|
@@ -36,7 +36,7 @@
|
|
36
36
|
{
|
37
37
|
"document": "查看目录爆破数据",
|
38
38
|
"input": "POST / HTTP/1.1\nHost: ctem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeConfigs\n<公共请求参数>\n\n{}",
|
39
|
-
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Code\": 200,\n \"ContentLength\": 0,\n \"DisplayToolCommon\": {\n \"CreateAt\": \"2024-06-07 11:26:14\",\n \"CustomerId\": 100081,\n \"CustomerName\": \"
|
39
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Code\": 200,\n \"ContentLength\": 0,\n \"DisplayToolCommon\": {\n \"CreateAt\": \"2024-06-07 11:26:14\",\n \"CustomerId\": 100081,\n \"CustomerName\": \"腾讯测试\",\n \"Detail\": \"\",\n \"EnterpriseName\": \"\",\n \"EnterpriseUid\": \"\",\n \"Ignored\": false,\n \"JobId\": 0,\n \"JobRecordId\": 0,\n \"JobStageId\": 0,\n \"Md5\": \"3c7bc55dc38c9c9e4b554f06b169fa7f\",\n \"UpdateAt\": \"2024-06-07 11:27:15\"\n },\n \"Id\": 41,\n \"Ip\": \"\",\n \"Title\": \"FastAPI - Swagger UI\",\n \"Url\": \"http://a.cn\"\n }\n ],\n \"RequestId\": \"15eb13bd-0a0e-4a3d-9a32-ef6db4186d41\",\n \"Total\": 1,\n \"AllConfigNum\": 1,\n \"HighRiskConfigNum\": 1\n }\n}",
|
40
40
|
"title": "查看目录爆破数据"
|
41
41
|
}
|
42
42
|
],
|
@@ -52,7 +52,7 @@
|
|
52
52
|
{
|
53
53
|
"document": "查看暗网数据",
|
54
54
|
"input": "POST / HTTP/1.1\nHost: ctem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDarkWebs\n<公共请求参数>\n\n{}",
|
55
|
-
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Content\": \"
|
55
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Content\": \"td#248\",\n \"DisplayToolCommon\": {\n \"CreateAt\": \"2024-06-07 11:32:09\",\n \"CustomerId\": 100081,\n \"CustomerName\": \"腾讯测试\",\n \"Detail\": \"\",\n \"EnterpriseName\": \"\",\n \"EnterpriseUid\": \"\",\n \"Ignored\": false,\n \"JobId\": 0,\n \"JobRecordId\": 0,\n \"JobStageId\": 0,\n \"Md5\": \"dd5a495259147cfa1d9d4c4ab4414610\",\n \"UpdateAt\": \"2024-06-07 11:32:09\"\n },\n \"Id\": 30,\n \"MatchedKeywords\": \"td#248\",\n \"Url\": \"http://test.cn\"\n }\n ],\n \"RequestId\": \"0dad3f27-bf93-4b11-bc20-acc6ae2a2932\",\n \"Total\": 1\n }\n}",
|
56
56
|
"title": "查看暗网数据"
|
57
57
|
}
|
58
58
|
],
|
@@ -42344,7 +42344,7 @@
|
|
42344
42344
|
{
|
42345
42345
|
"disabled": false,
|
42346
42346
|
"document": "加白地域",
|
42347
|
-
"example": "
|
42347
|
+
"example": "无",
|
42348
42348
|
"member": "Place",
|
42349
42349
|
"name": "Places",
|
42350
42350
|
"required": true,
|
@@ -42371,7 +42371,7 @@
|
|
42371
42371
|
{
|
42372
42372
|
"disabled": false,
|
42373
42373
|
"document": "是否对全局生效, 1:全局有效 0: 仅针对单台主机'",
|
42374
|
-
"example": "
|
42374
|
+
"example": "1",
|
42375
42375
|
"member": "uint64",
|
42376
42376
|
"name": "IsGlobal",
|
42377
42377
|
"required": true,
|
@@ -42380,7 +42380,7 @@
|
|
42380
42380
|
{
|
42381
42381
|
"disabled": false,
|
42382
42382
|
"document": "白名单生效的机器信息列表",
|
42383
|
-
"example": "
|
42383
|
+
"example": "无",
|
42384
42384
|
"member": "HostInfo",
|
42385
42385
|
"name": "HostInfos",
|
42386
42386
|
"required": true,
|
@@ -42398,7 +42398,7 @@
|
|
42398
42398
|
{
|
42399
42399
|
"disabled": false,
|
42400
42400
|
"document": "开始时间",
|
42401
|
-
"example": "
|
42401
|
+
"example": "08:00",
|
42402
42402
|
"member": "string",
|
42403
42403
|
"name": "StartTime",
|
42404
42404
|
"required": false,
|
@@ -42407,7 +42407,7 @@
|
|
42407
42407
|
{
|
42408
42408
|
"disabled": false,
|
42409
42409
|
"document": "结束时间",
|
42410
|
-
"example": "
|
42410
|
+
"example": "22:00",
|
42411
42411
|
"member": "string",
|
42412
42412
|
"name": "EndTime",
|
42413
42413
|
"required": false,
|