tccli 3.0.1339.1__py2.py3-none-any.whl → 3.0.1341.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/bh/bh_client.py +326 -8
- tccli/services/bh/v20230418/api.json +547 -0
- tccli/services/bh/v20230418/examples.json +48 -0
- tccli/services/ccc/v20200210/api.json +1 -1
- tccli/services/cdb/v20170320/api.json +144 -144
- tccli/services/cdb/v20170320/examples.json +19 -19
- tccli/services/cdn/v20180606/examples.json +1 -1
- tccli/services/csip/v20221121/api.json +48 -10
- tccli/services/csip/v20221121/examples.json +11 -11
- tccli/services/cvm/v20170312/api.json +9 -0
- tccli/services/cwp/v20180228/api.json +106 -2
- tccli/services/cwp/v20180228/examples.json +12 -0
- tccli/services/cynosdb/v20190107/api.json +29 -2
- tccli/services/cynosdb/v20190107/examples.json +1 -1
- tccli/services/dsgc/v20190723/api.json +215 -17
- tccli/services/emr/emr_client.py +363 -310
- tccli/services/emr/v20190103/api.json +299 -0
- tccli/services/emr/v20190103/examples.json +8 -0
- tccli/services/ess/v20201111/api.json +16 -5
- tccli/services/essbasic/v20210526/api.json +1 -1
- tccli/services/gs/v20191118/api.json +10 -1
- tccli/services/ims/v20200713/api.json +1 -1
- tccli/services/ims/v20200713/examples.json +1 -1
- tccli/services/kms/kms_client.py +915 -120
- tccli/services/kms/v20190118/api.json +1104 -27
- tccli/services/kms/v20190118/examples.json +126 -0
- tccli/services/live/v20180801/api.json +9 -0
- tccli/services/live/v20180801/examples.json +4 -4
- tccli/services/lke/lke_client.py +228 -16
- tccli/services/lke/v20231130/api.json +1490 -217
- tccli/services/lke/v20231130/examples.json +33 -1
- tccli/services/mqtt/v20240516/api.json +80 -0
- tccli/services/mqtt/v20240516/examples.json +6 -0
- tccli/services/organization/v20210331/api.json +11 -0
- tccli/services/organization/v20210331/examples.json +1 -1
- tccli/services/partners/v20180321/api.json +2 -2
- tccli/services/postgres/v20170312/api.json +4 -4
- tccli/services/ses/v20201002/api.json +8 -8
- tccli/services/tcss/v20201101/api.json +10 -0
- tccli/services/thpc/v20230321/api.json +32 -2
- tccli/services/tione/v20211111/api.json +11 -0
- tccli/services/trocket/trocket_client.py +53 -0
- tccli/services/trocket/v20230308/api.json +233 -143
- tccli/services/trocket/v20230308/examples.json +14 -6
- tccli/services/vpc/v20170312/api.json +9 -0
- tccli/services/waf/v20180125/api.json +59 -21
- tccli/services/wedata/v20210820/api.json +432 -10
- tccli/services/wedata/v20210820/examples.json +17 -1
- tccli/services/wedata/wedata_client.py +114 -8
- {tccli-3.0.1339.1.dist-info → tccli-3.0.1341.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1339.1.dist-info → tccli-3.0.1341.1.dist-info}/RECORD +55 -55
- {tccli-3.0.1339.1.dist-info → tccli-3.0.1341.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1339.1.dist-info → tccli-3.0.1341.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1339.1.dist-info → tccli-3.0.1341.1.dist-info}/license_files/LICENSE +0 -0
@@ -11,8 +11,8 @@
|
|
11
11
|
"AdjustCdbProxy": [
|
12
12
|
{
|
13
13
|
"document": "调整数据库代理配置",
|
14
|
-
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AdjustCdbProxy\n<公共请求参数>\n\n{\n \"InstanceId\": \"cdb-aykuksx3\",\n \"ProxyGroupId\": \"proxy-il2nlsdn\",\n \"ReloadBalance\": \"auto\",\n \"UpgradeTime\": \"nowTime\",\n \"ProxyNodeCustom\": [\n {\n \"NodeCount\": 2,\n \"Region\": \"ap-guangzhou\",\n \"Zone\": \"ap-guangzhou-1\",\n \"Cpu\":
|
15
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
14
|
+
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AdjustCdbProxy\n<公共请求参数>\n\n{\n \"InstanceId\": \"cdb-aykuksx3\",\n \"ProxyGroupId\": \"proxy-il2nlsdn\",\n \"ReloadBalance\": \"auto\",\n \"UpgradeTime\": \"nowTime\",\n \"ProxyNodeCustom\": [\n {\n \"NodeCount\": 2,\n \"Region\": \"ap-guangzhou\",\n \"Zone\": \"ap-guangzhou-1\",\n \"Cpu\": 2,\n \"Mem\": 4000\n }\n ]\n}",
|
15
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"3689c0eb-a92d-77ce-0ee2-17d99f604e64\",\n \"AsyncRequestId\": \"a6040589-3b098df5-b551d9e5-81c6bfdc\"\n }\n}",
|
16
16
|
"title": "调整数据库代理"
|
17
17
|
}
|
18
18
|
],
|
@@ -82,15 +82,15 @@
|
|
82
82
|
{
|
83
83
|
"document": "",
|
84
84
|
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CloseCdbProxyAddress\n<公共请求参数>\n\n{\n \"ProxyGroupId\": \"proxy-il2nlsdn\",\n \"ProxyAddressId\": \"proxyaddr-mc0efsw0\"\n}",
|
85
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
85
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"6EF60BEC-0242-43AF-BB20-270359FB54A7\"\n }\n}",
|
86
86
|
"title": "关闭数据代理地址"
|
87
87
|
}
|
88
88
|
],
|
89
89
|
"CloseSSL": [
|
90
90
|
{
|
91
91
|
"document": "",
|
92
|
-
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CloseSSL\n<公共请求参数>\n\n{\n \"InstanceId\": \"cdb-
|
93
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
92
|
+
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CloseSSL\n<公共请求参数>\n\n{\n \"InstanceId\": \"cdb-je5egmdl\"\n}",
|
93
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"6EF60BEC-0242-43AF-BB20-270359FB54A7\",\n \"AsyncRequestId\": \"123asd21-2dasdasd-123qcsdw-313213\"\n }\n}",
|
94
94
|
"title": "关闭SSL"
|
95
95
|
}
|
96
96
|
],
|
@@ -159,7 +159,7 @@
|
|
159
159
|
"CreateCdbProxy": [
|
160
160
|
{
|
161
161
|
"document": "主实例创建数据库代理",
|
162
|
-
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCdbProxy\n<公共请求参数>\n\n{\n \"InstanceId\": \"cdb-aykuksx3\",\n \"UniqVpcId\": \"vpc-ixw3ll2d\",\n \"UniqSubnetId\": \"subnet-0z3r56vq\",\n \"Desc\": \"andy_proxy\",\n \"ProxyNodeCustom\": [\n {\n \"NodeCount\": 2,\n \"Region\": \"ap-guangzhou\",\n \"Zone\": \"ap-guangzhou-1\",\n \"Cpu\": 1,\n \"Mem\":
|
162
|
+
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCdbProxy\n<公共请求参数>\n\n{\n \"InstanceId\": \"cdb-aykuksx3\",\n \"UniqVpcId\": \"vpc-ixw3ll2d\",\n \"UniqSubnetId\": \"subnet-0z3r56vq\",\n \"Desc\": \"andy_proxy\",\n \"ProxyNodeCustom\": [\n {\n \"NodeCount\": 2,\n \"Region\": \"ap-guangzhou\",\n \"Zone\": \"ap-guangzhou-1\",\n \"Cpu\": 1,\n \"Mem\": 1000\n }\n ]\n}",
|
163
163
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6EF60BEC-0242-43AF-BB20-270359FB54A7\",\n \"AsyncRequestId\": \"7EF78BEC-0111-43AF-BB11-111112FB54A7\"\n }\n}",
|
164
164
|
"title": "创建数据库代理"
|
165
165
|
}
|
@@ -360,7 +360,7 @@
|
|
360
360
|
{
|
361
361
|
"document": "",
|
362
362
|
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAccountPrivileges\n<公共请求参数>\n\n{\n \"InstanceId\": \"cdb-f35wr6wj\",\n \"Host\": \"127.0.0.1\",\n \"User\": \"ajnnw\"\n}",
|
363
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"6EF60BEC-0242-43AF-BB20-270359FB54A7\",\n \"TablePrivileges\": [\n {\n \"Table\": \"user\",\n \"Privileges\": [\n \"SELECT\",\n \"INSERT\"\n ],\n \"Database\": \"mysql\"\n }\n ],\n \"GlobalPrivileges\": [\n \"SELECT\",\n \"INSERT\",\n \"UPDATE\",\n \"DELETE\",\n \"CREATE\",\n \"DROP\",\n \"REFERENCES\",\n \"INDEX\",\n \"ALTER\",\n \"SHOW DATABASES\",\n \"CREATE TEMPORARY TABLES\",\n \"LOCK TABLES\",\n \"EXECUTE\",\n \"CREATE VIEW\",\n \"SHOW VIEW\",\n \"CREATE ROUTINE\",\n \"ALTER ROUTINE\",\n \"EVENT\",\n \"TRIGGER\"\n ],\n \"ColumnPrivileges\": [\n {\n \"Column\": \"Host\",\n \"Table\": \"user\",\n \"Privileges\": [\n \"SELECT\",\n \"INSERT\"\n ],\n \"Database\": \"mysql\"\n }\n ],\n \"DatabasePrivileges\": [\n {\n \"Privileges\": [\n \"CREATE\",\n \"DROP\"\n ],\n \"Database\": \"
|
363
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"6EF60BEC-0242-43AF-BB20-270359FB54A7\",\n \"TablePrivileges\": [\n {\n \"Table\": \"user\",\n \"Privileges\": [\n \"SELECT\",\n \"INSERT\"\n ],\n \"Database\": \"mysql\"\n }\n ],\n \"GlobalPrivileges\": [\n \"SELECT\",\n \"INSERT\",\n \"UPDATE\",\n \"DELETE\",\n \"CREATE\",\n \"DROP\",\n \"REFERENCES\",\n \"INDEX\",\n \"ALTER\",\n \"SHOW DATABASES\",\n \"CREATE TEMPORARY TABLES\",\n \"LOCK TABLES\",\n \"EXECUTE\",\n \"CREATE VIEW\",\n \"SHOW VIEW\",\n \"CREATE ROUTINE\",\n \"ALTER ROUTINE\",\n \"EVENT\",\n \"TRIGGER\"\n ],\n \"ColumnPrivileges\": [\n {\n \"Column\": \"Host\",\n \"Table\": \"user\",\n \"Privileges\": [\n \"SELECT\",\n \"INSERT\"\n ],\n \"Database\": \"mysql\"\n }\n ],\n \"DatabasePrivileges\": [\n {\n \"Privileges\": [\n \"CREATE\",\n \"DROP\"\n ],\n \"Database\": \"jersey\"\n }\n ]\n }\n}",
|
364
364
|
"title": "查询云数据库账户的权限信息"
|
365
365
|
}
|
366
366
|
],
|
@@ -794,7 +794,7 @@
|
|
794
794
|
{
|
795
795
|
"document": "",
|
796
796
|
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeProjectSecurityGroups\n<公共请求参数>\n\n{\n \"ProjectId\": \"11954\"\n}",
|
797
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"RequestId\": \"6EF60BEC-0242-43AF-BB20-270359FB54A7\",\n \"Groups\": [\n {\n \"Outbound\": [],\n \"SecurityGroupName\": \"CDB\",\n \"Inbound\": [],\n \"ProjectId\": 0,\n \"SecurityGroupId\": \"sg-xx\",\n \"SecurityGroupRemark\": \"
|
797
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"RequestId\": \"6EF60BEC-0242-43AF-BB20-270359FB54A7\",\n \"Groups\": [\n {\n \"Outbound\": [],\n \"SecurityGroupName\": \"CDB\",\n \"Inbound\": [],\n \"ProjectId\": 0,\n \"SecurityGroupId\": \"sg-xx\",\n \"SecurityGroupRemark\": \"cdb安全组\",\n \"CreateTime\": \"2017-04-13 15:00:06\"\n }\n ]\n }\n}",
|
798
798
|
"title": "查询项目安全组信息"
|
799
799
|
}
|
800
800
|
],
|
@@ -809,8 +809,8 @@
|
|
809
809
|
"DescribeProxySupportParam": [
|
810
810
|
{
|
811
811
|
"document": "",
|
812
|
-
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeProxySupportParam\n<公共请求参数>\n\n{\n \"InstanceId\": \"cdb-
|
813
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
812
|
+
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeProxySupportParam\n<公共请求参数>\n\n{\n \"InstanceId\": \"cdb-aykuksx3\"\n}",
|
813
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"6EF60BEC-0242-43AF-BB20-270359FB54A7\",\n \"ProxyVersion\": \"1.3.1\",\n \"SupportPool\": true,\n \"PoolMin\": 1,\n \"PoolMax\": 10,\n \"SupportTransSplit\": true,\n \"SupportTransSplitMinVersion\": \"1.3.1\",\n \"SupportPoolMinVersion\": \"1.1.1\",\n \"SupportReadOnly\": true,\n \"SupportAutoLoadBalance\": true,\n \"SupportAccessMode\": true\n }\n}",
|
814
814
|
"title": "查询实例支持代理版本和参数"
|
815
815
|
}
|
816
816
|
],
|
@@ -1074,15 +1074,15 @@
|
|
1074
1074
|
{
|
1075
1075
|
"document": "",
|
1076
1076
|
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyCdbProxyAddressVipAndVPort\n<公共请求参数>\n\n{\n \"ProxyGroupId\": \"proxy-il2nlsdn\",\n \"ProxyAddressId\": \"proxyaddr-mc0efsw0\",\n \"UniqVpcId\": \"vpc-ixw3ll2d\",\n \"UniqSubnetId\": \"subnet-0z3r56vq\"\n}",
|
1077
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
1077
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"6EF60BEC-0242-43AF-BB20-270359FB54A7\"\n }\n}",
|
1078
1078
|
"title": "修改数据库代理地址VPC"
|
1079
1079
|
}
|
1080
1080
|
],
|
1081
1081
|
"ModifyCdbProxyParam": [
|
1082
1082
|
{
|
1083
1083
|
"document": "",
|
1084
|
-
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyCdbProxyParam\n<公共请求参数>\n\n{\n \"InstanceId\": \"cdb-
|
1085
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
1084
|
+
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyCdbProxyParam\n<公共请求参数>\n\n{\n \"InstanceId\": \"cdb-aykuksx3\",\n \"ProxyGroupId\": \"proxy-ixw3ll2d\",\n \"ConnectionPoolLimit\": 10\n}",
|
1085
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"6EF60BEC-0242-43AF-BB20-270359FB54A7\"\n }\n}",
|
1086
1086
|
"title": "配置数据库代理参数"
|
1087
1087
|
}
|
1088
1088
|
],
|
@@ -1231,7 +1231,7 @@
|
|
1231
1231
|
"OpenAuditService": [
|
1232
1232
|
{
|
1233
1233
|
"document": "无",
|
1234
|
-
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: OpenAuditService\n<公共请求参数>\n\n{\n \"InstanceId\": \"cdb-3u8h3h1w\",\n \"LogExpireDay\": 30,\n \"HighLogExpireDay\": 7,\n \"
|
1234
|
+
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: OpenAuditService\n<公共请求参数>\n\n{\n \"InstanceId\": \"cdb-3u8h3h1w\",\n \"LogExpireDay\": 30,\n \"HighLogExpireDay\": 7,\n \"RuleTemplateIds\": [\n \"cdb-art-l1mlbo59\"\n ],\n \"AuditAll\": true\n}",
|
1235
1235
|
"output": "{\n \"Response\": {\n \"RequestId\": \"43-12121-812w1221213-62usf6123\"\n }\n}",
|
1236
1236
|
"title": "开通实例审计服务"
|
1237
1237
|
}
|
@@ -1255,8 +1255,8 @@
|
|
1255
1255
|
"OpenSSL": [
|
1256
1256
|
{
|
1257
1257
|
"document": "",
|
1258
|
-
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: OpenSSL\n<公共请求参数>\n\n{\n \"InstanceId\": \"cdb-
|
1259
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
1258
|
+
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: OpenSSL\n<公共请求参数>\n\n{\n \"InstanceId\": \"cdb-je5egmdl\"\n}",
|
1259
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"6EF60BEC-0242-43AF-BB20-270359FB54A7\",\n \"AsyncRequestId\": \"123asd21-2dasdasd-123qcsdw-313213\"\n }\n}",
|
1260
1260
|
"title": "开启SSL连接功能。"
|
1261
1261
|
}
|
1262
1262
|
],
|
@@ -1383,7 +1383,7 @@
|
|
1383
1383
|
"SwitchCDBProxy": [
|
1384
1384
|
{
|
1385
1385
|
"document": "",
|
1386
|
-
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SwitchCDBProxy\n<公共请求参数>\n\n{\n \"InstanceId\": \"cdb-
|
1386
|
+
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SwitchCDBProxy\n<公共请求参数>\n\n{\n \"InstanceId\": \"cdb-pr1rb3j1\",\n \"ProxyGroupId\": \"proxy-p11rb3j9\"\n}",
|
1387
1387
|
"output": "{\n \"Response\": {\n \"RequestId\": \"3689c0eb-a92d-77ce-0ee2-17d99f604e64\"\n }\n}",
|
1388
1388
|
"title": "切换数据库代理"
|
1389
1389
|
}
|
@@ -1415,7 +1415,7 @@
|
|
1415
1415
|
"UpgradeCDBProxyVersion": [
|
1416
1416
|
{
|
1417
1417
|
"document": "",
|
1418
|
-
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpgradeCDBProxyVersion\n<公共请求参数>\n\n{\n \"InstanceId\": \"cdb-
|
1418
|
+
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpgradeCDBProxyVersion\n<公共请求参数>\n\n{\n \"InstanceId\": \"cdb-pr1rb3j1\",\n \"ProxyGroupId\": \"proxy-p11rb3j9\",\n \"DstProxyVersion\": \"1.0.1\",\n \"SrcProxyVersion\": \"1.1.2\",\n \"UpgradeTime\": \"nowTime\"\n}",
|
1419
1419
|
"output": "{\n \"Response\": {\n \"AsyncRequestId\": \"8155d27a-079a2580-19593e48-f1af5042\",\n \"RequestId\": \"3689c0eb-a92d-77ce-0ee2-17d99f604e64\"\n }\n}",
|
1420
1420
|
"title": "升级数据库代理版本"
|
1421
1421
|
}
|
@@ -1423,7 +1423,7 @@
|
|
1423
1423
|
"UpgradeDBInstance": [
|
1424
1424
|
{
|
1425
1425
|
"document": "升级云数据库实例",
|
1426
|
-
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpgradeDBInstance\n<公共请求参数>\n\n{\n \"InstanceId\": \"cdb-6si6qy6p\",\n \"Volume\":
|
1426
|
+
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpgradeDBInstance\n<公共请求参数>\n\n{\n \"InstanceId\": \"cdb-6si6qy6p\",\n \"Volume\": 50,\n \"Memory\": 1000\n}",
|
1427
1427
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6EF60BEC-0242-43AF-BB20-270359FB54A7\",\n \"DealIds\": [\n \"20171204110077\"\n ],\n \"AsyncRequestId\": \"a6040589-3b098df5-b551d9e5-81c6bfdc\"\n }\n}",
|
1428
1428
|
"title": "升级云数据库实例"
|
1429
1429
|
}
|
@@ -35,7 +35,7 @@
|
|
35
35
|
"CreateEdgePackTask": [
|
36
36
|
{
|
37
37
|
"document": "",
|
38
|
-
"input": "POST / HTTP/1.1\nHost: cdn.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateEdgePackTask\n<公共请求参数>\n\n{\n \"CosBucket\": \"edgepack-bucket1\",\n \"BlockID\":
|
38
|
+
"input": "POST / HTTP/1.1\nHost: cdn.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateEdgePackTask\n<公共请求参数>\n\n{\n \"CosBucket\": \"edgepack-bucket1\",\n \"BlockID\": 0,\n \"CosUriTo\": \"/out/app_out.apk\",\n \"CosUriFrom\": \"/apk/app.apk\"\n}",
|
39
39
|
"output": "{\n \"Response\": {\n \"RequestId\": \"19d1096d-a4e8-4607-bfca-840a3f515378\"\n }\n}",
|
40
40
|
"title": "动态打包任务提交"
|
41
41
|
}
|
@@ -6049,7 +6049,7 @@
|
|
6049
6049
|
{
|
6050
6050
|
"disabled": false,
|
6051
6051
|
"document": "漏洞风险数",
|
6052
|
-
"example": "
|
6052
|
+
"example": "0",
|
6053
6053
|
"member": "int64",
|
6054
6054
|
"name": "VULTotal",
|
6055
6055
|
"output_required": true,
|
@@ -6059,7 +6059,7 @@
|
|
6059
6059
|
{
|
6060
6060
|
"disabled": false,
|
6061
6061
|
"document": "高危漏洞风险数",
|
6062
|
-
"example": "
|
6062
|
+
"example": "0",
|
6063
6063
|
"member": "int64",
|
6064
6064
|
"name": "VULHighLevel",
|
6065
6065
|
"output_required": true,
|
@@ -6069,7 +6069,7 @@
|
|
6069
6069
|
{
|
6070
6070
|
"disabled": false,
|
6071
6071
|
"document": "配置项风险数量",
|
6072
|
-
"example": "
|
6072
|
+
"example": "0",
|
6073
6073
|
"member": "int64",
|
6074
6074
|
"name": "CFGTotal",
|
6075
6075
|
"output_required": true,
|
@@ -6079,7 +6079,7 @@
|
|
6079
6079
|
{
|
6080
6080
|
"disabled": false,
|
6081
6081
|
"document": "高危配置项风险数量",
|
6082
|
-
"example": "
|
6082
|
+
"example": "0",
|
6083
6083
|
"member": "int64",
|
6084
6084
|
"name": "CFGHighLevel",
|
6085
6085
|
"output_required": true,
|
@@ -6089,7 +6089,7 @@
|
|
6089
6089
|
{
|
6090
6090
|
"disabled": false,
|
6091
6091
|
"document": "测绘服务风险数量\n注意:此字段可能返回 null,表示取不到有效值。",
|
6092
|
-
"example": "
|
6092
|
+
"example": "0",
|
6093
6093
|
"member": "int64",
|
6094
6094
|
"name": "ServerTotal",
|
6095
6095
|
"output_required": true,
|
@@ -6099,7 +6099,7 @@
|
|
6099
6099
|
{
|
6100
6100
|
"disabled": false,
|
6101
6101
|
"document": "测绘服务高危数量\n注意:此字段可能返回 null,表示取不到有效值。",
|
6102
|
-
"example": "
|
6102
|
+
"example": "0",
|
6103
6103
|
"member": "int64",
|
6104
6104
|
"name": "ServerHighLevel",
|
6105
6105
|
"output_required": true,
|
@@ -8096,13 +8096,13 @@
|
|
8096
8096
|
"members": [
|
8097
8097
|
{
|
8098
8098
|
"disabled": false,
|
8099
|
-
"document": "
|
8099
|
+
"document": "暴露路径节点内容",
|
8100
8100
|
"example": "1",
|
8101
8101
|
"member": "string",
|
8102
8102
|
"name": "Content",
|
8103
8103
|
"output_required": true,
|
8104
8104
|
"type": "string",
|
8105
|
-
"value_allowed_null":
|
8105
|
+
"value_allowed_null": false
|
8106
8106
|
},
|
8107
8107
|
{
|
8108
8108
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -8588,6 +8588,15 @@
|
|
8588
8588
|
"DescribeOtherCloudAssetsRequest": {
|
8589
8589
|
"document": "DescribeOtherCloudAssets请求参数结构体",
|
8590
8590
|
"members": [
|
8591
|
+
{
|
8592
|
+
"disabled": false,
|
8593
|
+
"document": "集团账号的成员id",
|
8594
|
+
"example": "[\"mem-6wfo0fzks3\",\"mem-85fo0fzks4\"]",
|
8595
|
+
"member": "string",
|
8596
|
+
"name": "MemberId",
|
8597
|
+
"required": false,
|
8598
|
+
"type": "list"
|
8599
|
+
},
|
8591
8600
|
{
|
8592
8601
|
"disabled": false,
|
8593
8602
|
"document": "-",
|
@@ -8809,6 +8818,15 @@
|
|
8809
8818
|
"DescribeRepositoryImageAssetsRequest": {
|
8810
8819
|
"document": "DescribeRepositoryImageAssets请求参数结构体",
|
8811
8820
|
"members": [
|
8821
|
+
{
|
8822
|
+
"disabled": false,
|
8823
|
+
"document": "集团账号的成员id",
|
8824
|
+
"example": "[\"mem-6wfo0fzks3\",\"mem-85fo0fzks4\"]",
|
8825
|
+
"member": "string",
|
8826
|
+
"name": "MemberId",
|
8827
|
+
"required": false,
|
8828
|
+
"type": "list"
|
8829
|
+
},
|
8812
8830
|
{
|
8813
8831
|
"disabled": false,
|
8814
8832
|
"document": "filter过滤条件",
|
@@ -8830,6 +8848,7 @@
|
|
8830
8848
|
"example": "无",
|
8831
8849
|
"member": "RepositoryImageVO",
|
8832
8850
|
"name": "Data",
|
8851
|
+
"output_required": true,
|
8833
8852
|
"type": "list",
|
8834
8853
|
"value_allowed_null": true
|
8835
8854
|
},
|
@@ -8839,6 +8858,7 @@
|
|
8839
8858
|
"example": "无",
|
8840
8859
|
"member": "int64",
|
8841
8860
|
"name": "Total",
|
8861
|
+
"output_required": true,
|
8842
8862
|
"type": "int",
|
8843
8863
|
"value_allowed_null": false
|
8844
8864
|
},
|
@@ -8848,6 +8868,7 @@
|
|
8848
8868
|
"example": "无",
|
8849
8869
|
"member": "FilterDataObject",
|
8850
8870
|
"name": "RegionList",
|
8871
|
+
"output_required": true,
|
8851
8872
|
"type": "list",
|
8852
8873
|
"value_allowed_null": false
|
8853
8874
|
},
|
@@ -9333,6 +9354,15 @@
|
|
9333
9354
|
"DescribeRiskCenterCFGViewCFGRiskListRequest": {
|
9334
9355
|
"document": "DescribeRiskCenterCFGViewCFGRiskList请求参数结构体",
|
9335
9356
|
"members": [
|
9357
|
+
{
|
9358
|
+
"disabled": false,
|
9359
|
+
"document": "集团账号的成员id",
|
9360
|
+
"example": "[\"mem-6wfo0fzks3\",\"mem-85fo0fzks4\"]",
|
9361
|
+
"member": "string",
|
9362
|
+
"name": "MemberId",
|
9363
|
+
"required": false,
|
9364
|
+
"type": "list"
|
9365
|
+
},
|
9336
9366
|
{
|
9337
9367
|
"disabled": false,
|
9338
9368
|
"document": "过滤内容",
|
@@ -9354,6 +9384,7 @@
|
|
9354
9384
|
"example": "10",
|
9355
9385
|
"member": "int64",
|
9356
9386
|
"name": "TotalCount",
|
9387
|
+
"output_required": true,
|
9357
9388
|
"type": "int",
|
9358
9389
|
"value_allowed_null": false
|
9359
9390
|
},
|
@@ -9363,6 +9394,7 @@
|
|
9363
9394
|
"example": "无",
|
9364
9395
|
"member": "CFGViewCFGRisk",
|
9365
9396
|
"name": "Data",
|
9397
|
+
"output_required": true,
|
9366
9398
|
"type": "list",
|
9367
9399
|
"value_allowed_null": false
|
9368
9400
|
},
|
@@ -9372,6 +9404,7 @@
|
|
9372
9404
|
"example": "无",
|
9373
9405
|
"member": "FilterDataObject",
|
9374
9406
|
"name": "StatusLists",
|
9407
|
+
"output_required": true,
|
9375
9408
|
"type": "list",
|
9376
9409
|
"value_allowed_null": false
|
9377
9410
|
},
|
@@ -9381,6 +9414,7 @@
|
|
9381
9414
|
"example": "无",
|
9382
9415
|
"member": "FilterDataObject",
|
9383
9416
|
"name": "LevelLists",
|
9417
|
+
"output_required": true,
|
9384
9418
|
"type": "list",
|
9385
9419
|
"value_allowed_null": false
|
9386
9420
|
},
|
@@ -9390,6 +9424,7 @@
|
|
9390
9424
|
"example": "无",
|
9391
9425
|
"member": "FilterDataObject",
|
9392
9426
|
"name": "CFGNameLists",
|
9427
|
+
"output_required": true,
|
9393
9428
|
"type": "list",
|
9394
9429
|
"value_allowed_null": false
|
9395
9430
|
},
|
@@ -9399,6 +9434,7 @@
|
|
9399
9434
|
"example": "无",
|
9400
9435
|
"member": "FilterDataObject",
|
9401
9436
|
"name": "CheckTypeLists",
|
9437
|
+
"output_required": true,
|
9402
9438
|
"type": "list",
|
9403
9439
|
"value_allowed_null": false
|
9404
9440
|
},
|
@@ -9408,6 +9444,7 @@
|
|
9408
9444
|
"example": "无",
|
9409
9445
|
"member": "FilterDataObject",
|
9410
9446
|
"name": "InstanceTypeLists",
|
9447
|
+
"output_required": true,
|
9411
9448
|
"type": "list",
|
9412
9449
|
"value_allowed_null": false
|
9413
9450
|
},
|
@@ -9417,6 +9454,7 @@
|
|
9417
9454
|
"example": "无",
|
9418
9455
|
"member": "FilterDataObject",
|
9419
9456
|
"name": "FromLists",
|
9457
|
+
"output_required": true,
|
9420
9458
|
"type": "list",
|
9421
9459
|
"value_allowed_null": false
|
9422
9460
|
},
|
@@ -9929,13 +9967,13 @@
|
|
9929
9967
|
"members": [
|
9930
9968
|
{
|
9931
9969
|
"disabled": false,
|
9932
|
-
"document": "风险规则ID
|
9970
|
+
"document": "风险规则ID",
|
9933
9971
|
"example": "tc_001",
|
9934
9972
|
"member": "string",
|
9935
9973
|
"name": "RiskRuleId",
|
9936
9974
|
"output_required": true,
|
9937
9975
|
"type": "string",
|
9938
|
-
"value_allowed_null":
|
9976
|
+
"value_allowed_null": false
|
9939
9977
|
},
|
9940
9978
|
{
|
9941
9979
|
"disabled": false,
|
@@ -52,7 +52,7 @@
|
|
52
52
|
{
|
53
53
|
"document": "",
|
54
54
|
"input": "POST / HTTP/1.1\nHost: csip.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeXspmAssetsRisks\n<公共请求参数>\n\n{}",
|
55
|
-
"output": "{\n \"Response\": {\n \"AssetRiskList\": [\n {\n \"AppId\": 1300448058,\n \"CheckType\": \"network_security\",\n \"CloudAccountId\": \"12335421\",\n \"CloudAccountName\": \"
|
55
|
+
"output": "{\n \"Response\": {\n \"AssetRiskList\": [\n {\n \"AppId\": 1300448058,\n \"CheckType\": \"network_security\",\n \"CloudAccountId\": \"12335421\",\n \"CloudAccountName\": \"天空之城\",\n \"CreateTime\": \"2025-04-29T08:51:39Z\",\n \"InstanceId\": \"ins-76tgxsoxi\",\n \"InstanceName\": \"AI验证\",\n \"Provider\": \"tencent\",\n \"ProviderName\": \"腾讯云\",\n \"RiskRuleId\": \"tc_191\",\n \"RiskStatus\": 2,\n \"RiskTitle\": \"安全组存在放通非业务端口全部网段的规则\",\n \"Severity\": \"medium\",\n \"UpdateTime\": \"2025-05-07T01:51:28Z\"\n }\n ],\n \"RequestId\": \"ab3a4f8f-30e4-462c-8be0-4b24bff70111\",\n \"TotalCount\": 518\n }\n}",
|
56
56
|
"title": "资产视角下风险列表示例"
|
57
57
|
}
|
58
58
|
],
|
@@ -155,7 +155,7 @@
|
|
155
155
|
"DescribeExposePath": [
|
156
156
|
{
|
157
157
|
"document": "",
|
158
|
-
"input": "POST / HTTP/1.1\nHost: csip.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeExposePath\n<公共请求参数>\n\n{\n \"AssetId\": \"ins-
|
158
|
+
"input": "POST / HTTP/1.1\nHost: csip.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeExposePath\n<公共请求参数>\n\n{\n \"AssetId\": \"ins-isd76xs9\"\n}",
|
159
159
|
"output": "{\n \"Response\": {\n \"RequestId\": \"c93adc50-6598-4af6-afa4-51e09895451f\",\n \"Content\": \"\"\n }\n}",
|
160
160
|
"title": "查询互联网暴露节点"
|
161
161
|
}
|
@@ -211,8 +211,8 @@
|
|
211
211
|
"DescribeOtherCloudAssets": [
|
212
212
|
{
|
213
213
|
"document": "其他云资源列表",
|
214
|
-
"input": "POST / HTTP/1.1\nHost: csip.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeOtherCloudAssets\n<公共请求参数>\n\n{\n \"Filter\": {\n \"
|
215
|
-
"output": "{\n \"Response\": {\n \"Total\": 1,\n \"Data\": [\n {\n \"AssetId\": \"abc\",\n \"AssetName\": \"abc\",\n \"AssetType\": \"abc\",\n \"VpcId\": \"abc\",\n \"VpcName\": \"abc\",\n \"Region\": \"abc\",\n \"Domain\": \"abc\",\n \"AssetCreateTime\": \"abc\",\n \"LastScanTime\": \"abc\",\n \"ConfigurationRisk\": 1,\n \"Attack\": 1,\n \"Access\": 1,\n \"ScanTask\": 1,\n \"AppId\": 1,\n \"Uin\": \"abc\",\n \"NickName\": \"abc\",\n \"Port\": 1,\n \"Tag\": [\n {\n \"Name\": \"abc\",\n \"Value\": \"abc\"\n }\n ],\n \"PrivateIp\": \"abc\",\n \"PublicIp\": \"abc\",\n \"Status\": 1,\n \"IsCore\": 1,\n \"IsNewAsset\": 1\n }\n ],\n \"RegionList\": [\n {\n \"Value\": \"abc\",\n \"Text\": \"abc\"\n }\n ],\n \"AssetTypeList\": [\n {\n \"Value\": \"abc\",\n \"Text\": \"abc\"\n }\n ],\n \"VpcList\": [\n {\n \"Value\": \"abc\",\n \"Text\": \"abc\"\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
|
214
|
+
"input": "POST / HTTP/1.1\nHost: csip.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeOtherCloudAssets\n<公共请求参数>\n\n{\n \"Filter\": {\n \"Filters\": [\n {\n \"Name\": \"TimeRange\",\n \"Values\": [\n \"2\"\n ],\n \"OperatorType\": 7\n }\n ],\n \"Limit\": 10,\n \"Offset\": 0,\n \"Order\": \"desc\",\n \"By\": \"AssetCreateTime\"\n },\n \"MemberId\": [\n \"mem-1fc116ccbc8ac7f6\"\n ]\n}",
|
215
|
+
"output": "{\n \"Response\": {\n \"AppIdList\": [\n {\n \"Text\": \"1256299843\",\n \"Value\": \"1256299843\"\n }\n ],\n \"AssetTypeList\": [\n {\n \"Text\": \"COS\",\n \"Value\": \"COS\"\n },\n {\n \"Text\": \"KMS\",\n \"Value\": \"KMS\"\n },\n {\n \"Text\": \"ACL\",\n \"Value\": \"ACL\"\n },\n {\n \"Text\": \"CloudAudit\",\n \"Value\": \"CloudAudit\"\n },\n {\n \"Text\": \"CFS\",\n \"Value\": \"CFS\"\n },\n {\n \"Text\": \"CKafka\",\n \"Value\": \"KAFKA\"\n },\n {\n \"Text\": \"CBS\",\n \"Value\": \"CBS\"\n },\n {\n \"Text\": \"LBL\",\n \"Value\": \"LBL\"\n },\n {\n \"Text\": \"SSL\",\n \"Value\": \"SSL\"\n },\n {\n \"Text\": \"ApiGateWay\",\n \"Value\": \"ApiGateWay\"\n },\n {\n \"Text\": \"SecurityGroup\",\n \"Value\": \"SecurityGroup\"\n }\n ],\n \"Data\": [\n {\n \"AssetId\": \"LP1pduRZ\",\n \"AssetType\": \"SSL\",\n \"Region\": \"ap-guangzhou\",\n \"VpcName\": \"\",\n \"ConfigurationRisk\": 1,\n \"AssetName\": \"\",\n \"VpcId\": \"\",\n \"Domain\": \"\",\n \"AssetCreateTime\": \"2025-06-24 17:10:30\",\n \"LastScanTime\": \"2025-06-03 20:04:30\",\n \"Attack\": 0,\n \"Access\": 0,\n \"ScanTask\": 3,\n \"AppId\": 1256299843,\n \"Uin\": \"100004506473\",\n \"NickName\": \"飞快的云镜\",\n \"Port\": 0,\n \"Tag\": [],\n \"PrivateIp\": \"\",\n \"PublicIp\": \"\",\n \"Status\": 1,\n \"IsCore\": 2,\n \"IsNewAsset\": 1\n },\n {\n \"AssetId\": \"disk-jwie6ay5\",\n \"AssetType\": \"CBS\",\n \"Region\": \"ap-shanghai\",\n \"VpcName\": \"\",\n \"ConfigurationRisk\": 0,\n \"AssetName\": \"L3-2_系统盘\",\n \"VpcId\": \"\",\n \"Domain\": \"\",\n \"AssetCreateTime\": \"2025-06-24 12:31:46\",\n \"LastScanTime\": \"2025-06-03 20:04:30\",\n \"Attack\": 0,\n \"Access\": 0,\n \"ScanTask\": 0,\n \"AppId\": 1256299843,\n \"Uin\": \"100004506473\",\n \"NickName\": \"飞快的云镜\",\n \"Port\": 0,\n \"Tag\": [],\n \"PrivateIp\": \"\",\n \"PublicIp\": \"\",\n \"Status\": 1,\n \"IsCore\": 1,\n \"IsNewAsset\": 1\n },\n {\n \"AssetId\": \"disk-jhxekap0\",\n \"AssetType\": \"CBS\",\n \"Region\": \"ap-nanjing\",\n \"VpcName\": \"\",\n \"ConfigurationRisk\": 0,\n \"AssetName\": \"yancyw-rasp-test-2_系统盘\",\n \"VpcId\": \"\",\n \"Domain\": \"\",\n \"AssetCreateTime\": \"2025-06-24 12:17:14\",\n \"LastScanTime\": \"2025-06-03 20:04:30\",\n \"Attack\": 0,\n \"Access\": 0,\n \"ScanTask\": 0,\n \"AppId\": 1256299843,\n \"Uin\": \"100004506473\",\n \"NickName\": \"飞快的云镜\",\n \"Port\": 0,\n \"Tag\": [],\n \"PrivateIp\": \"\",\n \"PublicIp\": \"\",\n \"Status\": 1,\n \"IsCore\": 1,\n \"IsNewAsset\": 1\n },\n {\n \"AssetId\": \"disk-29ymdeqq\",\n \"AssetType\": \"CBS\",\n \"Region\": \"ap-nanjing\",\n \"VpcName\": \"\",\n \"ConfigurationRisk\": 0,\n \"AssetName\": \"yancyw-rasp-test_系统盘\",\n \"VpcId\": \"\",\n \"Domain\": \"\",\n \"AssetCreateTime\": \"2025-06-24 11:33:38\",\n \"LastScanTime\": \"2025-06-03 20:04:30\",\n \"Attack\": 0,\n \"Access\": 0,\n \"ScanTask\": 0,\n \"AppId\": 1256299843,\n \"Uin\": \"100004506473\",\n \"NickName\": \"飞快的云镜\",\n \"Port\": 0,\n \"Tag\": [],\n \"PrivateIp\": \"\",\n \"PublicIp\": \"\",\n \"Status\": 1,\n \"IsCore\": 1,\n \"IsNewAsset\": 1\n },\n {\n \"AssetId\": \"disk-hqam7c8a\",\n \"AssetType\": \"CBS\",\n \"Region\": \"ap-guangzhou\",\n \"VpcName\": \"\",\n \"ConfigurationRisk\": 0,\n \"AssetName\": \"v_llzlu_测试用下_系统盘\",\n \"VpcId\": \"\",\n \"Domain\": \"\",\n \"AssetCreateTime\": \"2025-06-24 11:16:22\",\n \"LastScanTime\": \"2025-06-03 20:04:30\",\n \"Attack\": 0,\n \"Access\": 0,\n \"ScanTask\": 0,\n \"AppId\": 1256299843,\n \"Uin\": \"100004506473\",\n \"NickName\": \"飞快的云镜\",\n \"Port\": 0,\n \"Tag\": [],\n \"PrivateIp\": \"\",\n \"PublicIp\": \"\",\n \"Status\": 1,\n \"IsCore\": 1,\n \"IsNewAsset\": 1\n },\n {\n \"AssetId\": \"disk-l5eqdsmh\",\n \"AssetType\": \"CBS\",\n \"Region\": \"ap-shanghai\",\n \"VpcName\": \"\",\n \"ConfigurationRisk\": 0,\n \"AssetName\": \"L3 工单复现_系统盘\",\n \"VpcId\": \"\",\n \"Domain\": \"\",\n \"AssetCreateTime\": \"2025-06-23 22:12:47\",\n \"LastScanTime\": \"2025-06-03 20:04:30\",\n \"Attack\": 0,\n \"Access\": 0,\n \"ScanTask\": 0,\n \"AppId\": 1256299843,\n \"Uin\": \"100004506473\",\n \"NickName\": \"飞快的云镜\",\n \"Port\": 0,\n \"Tag\": [],\n \"PrivateIp\": \"\",\n \"PublicIp\": \"\",\n \"Status\": 1,\n \"IsCore\": 1,\n \"IsNewAsset\": 0\n },\n {\n \"AssetId\": \"disk-87pu7kr2\",\n \"AssetType\": \"CBS\",\n \"Region\": \"ap-hongkong\",\n \"VpcName\": \"\",\n \"ConfigurationRisk\": 0,\n \"AssetName\": \"yancyw-rasp_系统盘\",\n \"VpcId\": \"\",\n \"Domain\": \"\",\n \"AssetCreateTime\": \"2025-06-23 21:29:50\",\n \"LastScanTime\": \"2025-06-03 20:04:30\",\n \"Attack\": 0,\n \"Access\": 0,\n \"ScanTask\": 0,\n \"AppId\": 1256299843,\n \"Uin\": \"100004506473\",\n \"NickName\": \"飞快的云镜\",\n \"Port\": 0,\n \"Tag\": [],\n \"PrivateIp\": \"\",\n \"PublicIp\": \"\",\n \"Status\": 1,\n \"IsCore\": 1,\n \"IsNewAsset\": 0\n },\n {\n \"AssetId\": \"disk-82u1i37o\",\n \"AssetType\": \"CBS\",\n \"Region\": \"ap-nanjing\",\n \"VpcName\": \"\",\n \"ConfigurationRisk\": 0,\n \"AssetName\": \"baseline_test_nickpzheng_系统盘\",\n \"VpcId\": \"\",\n \"Domain\": \"\",\n \"AssetCreateTime\": \"2025-06-23 12:50:07\",\n \"LastScanTime\": \"2025-06-03 20:04:30\",\n \"Attack\": 0,\n \"Access\": 0,\n \"ScanTask\": 0,\n \"AppId\": 1256299843,\n \"Uin\": \"100004506473\",\n \"NickName\": \"飞快的云镜\",\n \"Port\": 0,\n \"Tag\": [],\n \"PrivateIp\": \"\",\n \"PublicIp\": \"\",\n \"Status\": 1,\n \"IsCore\": 1,\n \"IsNewAsset\": 0\n },\n {\n \"AssetId\": \"disk-2ic3oxpc\",\n \"AssetType\": \"CBS\",\n \"Region\": \"ap-guangzhou\",\n \"VpcName\": \"\",\n \"ConfigurationRisk\": 0,\n \"AssetName\": \"tke_cls-q0bc0ed2_worker_SYSTEM_DISK\",\n \"VpcId\": \"\",\n \"Domain\": \"\",\n \"AssetCreateTime\": \"2025-06-20 15:48:32\",\n \"LastScanTime\": \"2025-06-03 20:04:30\",\n \"Attack\": 0,\n \"Access\": 0,\n \"ScanTask\": 0,\n \"AppId\": 1256299843,\n \"Uin\": \"100004506473\",\n \"NickName\": \"飞快的云镜\",\n \"Port\": 0,\n \"Tag\": [],\n \"PrivateIp\": \"\",\n \"PublicIp\": \"\",\n \"Status\": 1,\n \"IsCore\": 1,\n \"IsNewAsset\": 0\n },\n {\n \"AssetId\": \"disk-ckm306h6\",\n \"AssetType\": \"CBS\",\n \"Region\": \"ap-guangzhou\",\n \"VpcName\": \"\",\n \"ConfigurationRisk\": 0,\n \"AssetName\": \"jimmy-test-win_系统盘\",\n \"VpcId\": \"\",\n \"Domain\": \"\",\n \"AssetCreateTime\": \"2025-06-19 18:04:40\",\n \"LastScanTime\": \"2025-06-03 20:04:30\",\n \"Attack\": 0,\n \"Access\": 0,\n \"ScanTask\": 0,\n \"AppId\": 1256299843,\n \"Uin\": \"100004506473\",\n \"NickName\": \"飞快的云镜\",\n \"Port\": 0,\n \"Tag\": [],\n \"PrivateIp\": \"\",\n \"PublicIp\": \"\",\n \"Status\": 1,\n \"IsCore\": 1,\n \"IsNewAsset\": 0\n }\n ],\n \"RegionList\": [\n {\n \"Text\": \"上海\",\n \"Value\": \"ap-shanghai\"\n },\n {\n \"Text\": \"南京\",\n \"Value\": \"ap-nanjing\"\n },\n {\n \"Text\": \"北京\",\n \"Value\": \"ap-beijing\"\n },\n {\n \"Text\": \"成都\",\n \"Value\": \"ap-chengdu\"\n },\n {\n \"Text\": \"广州\",\n \"Value\": \"ap-guangzhou\"\n },\n {\n \"Text\": \"清远\",\n \"Value\": \"ap-qingyuan\"\n },\n {\n \"Text\": \"法兰克福\",\n \"Value\": \"eu-frankfurt\"\n },\n {\n \"Text\": \"中国香港\",\n \"Value\": \"ap-hongkong\"\n },\n {\n \"Text\": \"新加坡\",\n \"Value\": \"ap-singapore\"\n },\n {\n \"Text\": \"上海自动驾驶云\",\n \"Value\": \"ap-shanghai-adc\"\n },\n {\n \"Text\": \"广州Open\",\n \"Value\": \"ap-guangzhou-open\"\n },\n {\n \"Text\": \"多伦多\",\n \"Value\": \"na-toronto\"\n },\n {\n \"Text\": \"北京金融\",\n \"Value\": \"ap-beijing-fsi\"\n },\n {\n \"Text\": \"重庆\",\n \"Value\": \"ap-chongqing\"\n },\n {\n \"Text\": \"长沙EC\",\n \"Value\": \"ap-changsha-ec\"\n },\n {\n \"Text\": \"曼谷\",\n \"Value\": \"ap-bangkok\"\n },\n {\n \"Text\": \"济南EC\",\n \"Value\": \"ap-jinan-ec\"\n },\n {\n \"Text\": \"东京\",\n \"Value\": \"ap-tokyo\"\n },\n {\n \"Text\": \"杭州EC\",\n \"Value\": \"ap-hangzhou-ec\"\n },\n {\n \"Text\": \"弗吉尼亚\",\n \"Value\": \"na-ashburn\"\n },\n {\n \"Text\": \"孟买\",\n \"Value\": \"ap-mumbai\"\n },\n {\n \"Text\": \"硅谷\",\n \"Value\": \"na-siliconvalley\"\n },\n {\n \"Text\": \"上海金融\",\n \"Value\": \"ap-shanghai-fsi\"\n },\n {\n \"Text\": \"福州EC\",\n \"Value\": \"ap-fuzhou-ec\"\n },\n {\n \"Text\": \"深圳金融\",\n \"Value\": \"ap-shenzhen-fsi\"\n },\n {\n \"Text\": \"首尔\",\n \"Value\": \"ap-seoul\"\n },\n {\n \"Text\": \"雅加达\",\n \"Value\": \"ap-jakarta\"\n },\n {\n \"Text\": \"中国台北\",\n \"Value\": \"ap-taipei\"\n },\n {\n \"Text\": \"武汉EC\",\n \"Value\": \"ap-wuhan-ec\"\n }\n ],\n \"RequestId\": \"97e5fd5b-67c2-4979-86c9-1469136441c3\",\n \"Total\": 524,\n \"VpcList\": [\n {\n \"Text\": \"xuann\",\n \"Value\": \"vpc-cwcsulhn\"\n },\n {\n \"Text\": \"Default-VPC\",\n \"Value\": \"vpc-1hhbcwsu\"\n },\n {\n \"Text\": \"Default-VPC\",\n \"Value\": \"vpc-iyn6tg27\"\n },\n {\n \"Text\": \"Default-VPC\",\n \"Value\": \"vpc-guv4i1h5\"\n },\n {\n \"Text\": \"test_tcs\",\n \"Value\": \"vpc-mbgoxtov\"\n },\n {\n \"Text\": \"leiting-ddos灰度\",\n \"Value\": \"vpc-35utyd61\"\n }\n ]\n }\n}",
|
216
216
|
"title": "其他云资源列表"
|
217
217
|
}
|
218
218
|
],
|
@@ -227,8 +227,8 @@
|
|
227
227
|
"DescribeRepositoryImageAssets": [
|
228
228
|
{
|
229
229
|
"document": "仓库镜像列表",
|
230
|
-
"input": "POST / HTTP/1.1\nHost: csip.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRepositoryImageAssets\n<公共请求参数>\n\n{\n \"Filter\": {\n \"
|
231
|
-
"output": "{\n \"Response\": {\n \"Data\": [\n {\n \"AppId\": 0,\n \"Uin\": \"abc\",\n \"NickName\": \"abc\",\n \"InstanceId\": \"abc\",\n \"InstanceName\": \"abc\",\n \"InstanceCreateTime\": \"abc\",\n \"InstanceSize\": \"abc\",\n \"BuildCount\": 0,\n \"InstanceType\": \"abc\",\n \"AuthStatus\": 0,\n \"InstanceVersion\": \"abc\",\n \"Region\": \"abc\",\n \"RepositoryUrl\": \"abc\",\n \"RepositoryName\": \"abc\"\n }\n ],\n \"Total\": 0,\n \"RegionList\": [\n {\n \"Value\": \"abc\",\n \"Text\": \"abc\"\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
|
230
|
+
"input": "POST / HTTP/1.1\nHost: csip.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRepositoryImageAssets\n<公共请求参数>\n\n{\n \"Filter\": {\n \"Filters\": [\n {\n \"Name\": \"TimeRange\",\n \"Values\": [\n \"2\"\n ],\n \"OperatorType\": 7\n }\n ],\n \"Limit\": 10,\n \"Offset\": 0,\n \"Order\": \"desc\",\n \"By\": \"InstanceCreateTime\"\n },\n \"MemberId\": [\n \"mem-1fc116ccbc8ac7f6\"\n ]\n}",
|
231
|
+
"output": "{\n \"Response\": {\n \"Data\": [\n {\n \"AppId\": 1256299843,\n \"Uin\": \"100004506473\",\n \"NickName\": \"飞快的云镜\",\n \"InstanceId\": \"sha256:2edaeff81ea32d22d88bd7725c7a9fdf6057f8157b45f3bd9d3f75fbf692c187\",\n \"InstanceName\": \"sha256:2edaeff81ea32d22d88bd7725c7a9fdf6057f8157b45f3bd9d3f75fbf692c187\",\n \"InstanceCreateTime\": \"2024-12-11 10:25:01\",\n \"RepositoryName\": \"openobserve\",\n \"RepositoryUrl\": \"piper.tencentcloudcr.com/redau/openobserve\",\n \"InstanceType\": \"TCR镜像\",\n \"Region\": \"ap-guangzhou\",\n \"InstanceVersion\": \"v0.13.2\",\n \"InstanceSize\": \"69.22MB\",\n \"BuildCount\": 5,\n \"CheckCount\": 3,\n \"VulRisk\": 0,\n \"AuthStatus\": 0,\n \"IsCore\": 2,\n \"CheckTime\": \"2025-06-03 20:04:30\",\n \"IsNewAsset\": 0\n },\n {\n \"AppId\": 1256299843,\n \"Uin\": \"100004506473\",\n \"NickName\": \"飞快的云镜\",\n \"InstanceId\": \"sha256:7a1293036d51f6db27889bc5907e3d8264b1c749f0c9d88412bca6004a221148\",\n \"InstanceName\": \"sha256:7a1293036d51f6db27889bc5907e3d8264b1c749f0c9d88412bca6004a221148\",\n \"InstanceCreateTime\": \"2024-12-10 17:43:13\",\n \"RepositoryName\": \"etcd\",\n \"RepositoryUrl\": \"piper.tencentcloudcr.com/redau/etcd\",\n \"InstanceType\": \"TCR镜像\",\n \"Region\": \"ap-guangzhou\",\n \"InstanceVersion\": \"3.5.11\",\n \"InstanceSize\": \"54.17MB\",\n \"BuildCount\": 1,\n \"CheckCount\": 3,\n \"VulRisk\": 0,\n \"AuthStatus\": 0,\n \"IsCore\": 2,\n \"CheckTime\": \"2025-06-03 20:04:30\",\n \"IsNewAsset\": 0\n },\n {\n \"AppId\": 1256299843,\n \"Uin\": \"100004506473\",\n \"NickName\": \"飞快的云镜\",\n \"InstanceId\": \"sha256:89d22e819fbd4f7fb97fe2bfd756993e0a193f66029a3eb8e41f43c42bedfaf7\",\n \"InstanceName\": \"sha256:89d22e819fbd4f7fb97fe2bfd756993e0a193f66029a3eb8e41f43c42bedfaf7\",\n \"InstanceCreateTime\": \"2024-12-10 17:42:02\",\n \"RepositoryName\": \"openresty-waf\",\n \"RepositoryUrl\": \"piper.tencentcloudcr.com/redau/openresty-waf\",\n \"InstanceType\": \"TCR镜像\",\n \"Region\": \"ap-guangzhou\",\n \"InstanceVersion\": \"latest\",\n \"InstanceSize\": \"162.18MB\",\n \"BuildCount\": 10,\n \"CheckCount\": 3,\n \"VulRisk\": 0,\n \"AuthStatus\": 0,\n \"IsCore\": 2,\n \"CheckTime\": \"2025-06-03 20:04:30\",\n \"IsNewAsset\": 0\n },\n {\n \"AppId\": 1256299843,\n \"Uin\": \"100004506473\",\n \"NickName\": \"飞快的云镜\",\n \"InstanceId\": \"sha256:13e1b9e5d6d1d14bb84c6110604ba31bebb5cd0225efd72d943ae9f138d2153c\",\n \"InstanceName\": \"sha256:13e1b9e5d6d1d14bb84c6110604ba31bebb5cd0225efd72d943ae9f138d2153c\",\n \"InstanceCreateTime\": \"2024-12-09 19:02:20\",\n \"RepositoryName\": \"apisix\",\n \"RepositoryUrl\": \"piper.tencentcloudcr.com/redau/apisix\",\n \"InstanceType\": \"TCR镜像\",\n \"Region\": \"ap-guangzhou\",\n \"InstanceVersion\": \"3.11.0-debian\",\n \"InstanceSize\": \"109.72MB\",\n \"BuildCount\": 17,\n \"CheckCount\": 3,\n \"VulRisk\": 0,\n \"AuthStatus\": 0,\n \"IsCore\": 2,\n \"CheckTime\": \"2025-06-03 20:04:30\",\n \"IsNewAsset\": 0\n },\n {\n \"AppId\": 1256299843,\n \"Uin\": \"100004506473\",\n \"NickName\": \"飞快的云镜\",\n \"InstanceId\": \"sha256:d80c3a4e5e0c8112f09b706334d774178f4819d7af0a26425ce982616a03fe22\",\n \"InstanceName\": \"sha256:d80c3a4e5e0c8112f09b706334d774178f4819d7af0a26425ce982616a03fe22\",\n \"InstanceCreateTime\": \"2024-11-28 15:43:10\",\n \"RepositoryName\": \"a_test\",\n \"RepositoryUrl\": \"piper.tencentcloudcr.com/tcss/a_test\",\n \"InstanceType\": \"TCR镜像\",\n \"Region\": \"ap-guangzhou\",\n \"InstanceVersion\": \"20241128154243\",\n \"InstanceSize\": \"2.68MB\",\n \"BuildCount\": 17,\n \"CheckCount\": 3,\n \"VulRisk\": 0,\n \"AuthStatus\": 0,\n \"IsCore\": 2,\n \"CheckTime\": \"2025-06-03 20:04:30\",\n \"IsNewAsset\": 0\n },\n {\n \"AppId\": 1256299843,\n \"Uin\": \"100004506473\",\n \"NickName\": \"飞快的云镜\",\n \"InstanceId\": \"sha256:187e97a2774010c25471303e53657f9c6e379f2b4154c383c42bb5fb24feb5d9\",\n \"InstanceName\": \"sha256:187e97a2774010c25471303e53657f9c6e379f2b4154c383c42bb5fb24feb5d9\",\n \"InstanceCreateTime\": \"2024-11-27 21:15:38\",\n \"RepositoryName\": \"a_test\",\n \"RepositoryUrl\": \"piper.tencentcloudcr.com/tcss/a_test\",\n \"InstanceType\": \"TCR镜像\",\n \"Region\": \"ap-guangzhou\",\n \"InstanceVersion\": \"20241127211511\",\n \"InstanceSize\": \"2.68MB\",\n \"BuildCount\": 17,\n \"CheckCount\": 6,\n \"VulRisk\": 0,\n \"AuthStatus\": 0,\n \"IsCore\": 2,\n \"CheckTime\": \"2025-06-03 20:04:30\",\n \"IsNewAsset\": 0\n },\n {\n \"AppId\": 1256299843,\n \"Uin\": \"100004506473\",\n \"NickName\": \"飞快的云镜\",\n \"InstanceId\": \"sha256:797709008ddc697c8a5ec5075ac91b871f78bd90bbeae8a9dec7c8b369b242a7\",\n \"InstanceName\": \"sha256:797709008ddc697c8a5ec5075ac91b871f78bd90bbeae8a9dec7c8b369b242a7\",\n \"InstanceCreateTime\": \"2024-11-27 20:20:43\",\n \"RepositoryName\": \"a_test\",\n \"RepositoryUrl\": \"piper.tencentcloudcr.com/tcss/a_test\",\n \"InstanceType\": \"TCR镜像\",\n \"Region\": \"ap-guangzhou\",\n \"InstanceVersion\": \"20241127202016\",\n \"InstanceSize\": \"2.68MB\",\n \"BuildCount\": 17,\n \"CheckCount\": 3,\n \"VulRisk\": 0,\n \"AuthStatus\": 0,\n \"IsCore\": 2,\n \"CheckTime\": \"2025-06-03 20:04:30\",\n \"IsNewAsset\": 0\n },\n {\n \"AppId\": 1256299843,\n \"Uin\": \"100004506473\",\n \"NickName\": \"飞快的云镜\",\n \"InstanceId\": \"sha256:1f87a796cb813e82f915f4a58864b9b7ccd544ad007391fd2b6dc722f5805e69\",\n \"InstanceName\": \"sha256:1f87a796cb813e82f915f4a58864b9b7ccd544ad007391fd2b6dc722f5805e69\",\n \"InstanceCreateTime\": \"2024-11-20 15:01:24\",\n \"RepositoryName\": \"tlinux3.1-ttyd-nvim\",\n \"RepositoryUrl\": \"piper.tencentcloudcr.com/redau/tlinux3.1-ttyd-nvim\",\n \"InstanceType\": \"TCR镜像\",\n \"Region\": \"ap-guangzhou\",\n \"InstanceVersion\": \"v1\",\n \"InstanceSize\": \"1.80GB\",\n \"BuildCount\": 16,\n \"CheckCount\": 3,\n \"VulRisk\": 0,\n \"AuthStatus\": 0,\n \"IsCore\": 2,\n \"CheckTime\": \"2025-06-03 20:04:30\",\n \"IsNewAsset\": 0\n },\n {\n \"AppId\": 1256299843,\n \"Uin\": \"100004506473\",\n \"NickName\": \"飞快的云镜\",\n \"InstanceId\": \"sha256:82f6de470fd94cfa6e210541a5d10f8a8bf0b941759afb1239101653e6e451dd\",\n \"InstanceName\": \"sha256:82f6de470fd94cfa6e210541a5d10f8a8bf0b941759afb1239101653e6e451dd\",\n \"InstanceCreateTime\": \"2024-11-20 14:28:15\",\n \"RepositoryName\": \"apereo-cas\",\n \"RepositoryUrl\": \"piper.tencentcloudcr.com/redau/apereo-cas\",\n \"InstanceType\": \"TCR镜像\",\n \"Region\": \"ap-guangzhou\",\n \"InstanceVersion\": \"4.1.5\",\n \"InstanceSize\": \"265.16MB\",\n \"BuildCount\": 31,\n \"CheckCount\": 6,\n \"VulRisk\": 0,\n \"AuthStatus\": 0,\n \"IsCore\": 2,\n \"CheckTime\": \"2025-06-03 20:04:30\",\n \"IsNewAsset\": 0\n },\n {\n \"AppId\": 1256299843,\n \"Uin\": \"100004506473\",\n \"NickName\": \"飞快的云镜\",\n \"InstanceId\": \"sha256:358ff7cbe6c0aa21f7bd99152074f4d951c7a91857c33f4a8c2790261c8ad404\",\n \"InstanceName\": \"sha256:358ff7cbe6c0aa21f7bd99152074f4d951c7a91857c33f4a8c2790261c8ad404\",\n \"InstanceCreateTime\": \"2024-10-15 17:24:46\",\n \"RepositoryName\": \"a_test\",\n \"RepositoryUrl\": \"piper.tencentcloudcr.com/tcss/a_test\",\n \"InstanceType\": \"TCR镜像\",\n \"Region\": \"ap-guangzhou\",\n \"InstanceVersion\": \"20241015172428\",\n \"InstanceSize\": \"2.68MB\",\n \"BuildCount\": 17,\n \"CheckCount\": 3,\n \"VulRisk\": 0,\n \"AuthStatus\": 0,\n \"IsCore\": 2,\n \"CheckTime\": \"2025-06-03 20:04:30\",\n \"IsNewAsset\": 0\n }\n ],\n \"RegionList\": [\n {\n \"Text\": \"广州\",\n \"Value\": \"ap-guangzhou\"\n },\n {\n \"Text\": \"新加坡\",\n \"Value\": \"ap-singapore\"\n }\n ],\n \"RequestId\": \"a107da68-7b14-48e4-9b1a-8c8688fb7d20\",\n \"Total\": 411\n }\n}",
|
232
232
|
"title": "仓库镜像列表"
|
233
233
|
}
|
234
234
|
],
|
@@ -266,10 +266,10 @@
|
|
266
266
|
],
|
267
267
|
"DescribeRiskCenterCFGViewCFGRiskList": [
|
268
268
|
{
|
269
|
-
"document": "
|
270
|
-
"input": "{\n
|
271
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 0,\n \"Data\": [\n {\n \"NoHandleCount\": 0,\n \"Level\": \"
|
272
|
-
"title": "
|
269
|
+
"document": "获取配置视角的配置风险列表",
|
270
|
+
"input": "POST / HTTP/1.1\nHost: csip.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRiskCenterCFGViewCFGRiskList\n<公共请求参数>\n\n{\n \"MemberId\": [\n \"aws-mem1787676\"\n ],\n \"Filter\": {\n \"Limit\": 0,\n \"Offset\": 0,\n \"Order\": \"Desc\",\n \"By\": \"RecentTime\",\n \"Filters\": [\n {\n \"Name\": \"AffectAsset\",\n \"Values\": [\n \"ins-sd7867tx\"\n ],\n \"OperatorType\": 0\n }\n ],\n \"StartTime\": \"2025-05-20 00:00:00\",\n \"EndTime\": \"2025-05-21 00:00:00\"\n }\n}",
|
271
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 0,\n \"Data\": [\n {\n \"NoHandleCount\": 0,\n \"Level\": \"high\",\n \"RecentTime\": \"2025-05-20 00:00:00\",\n \"FirstTime\": \"2025-05-20 00:00:00\",\n \"AffectAssetCount\": 1,\n \"Id\": \"e3df1de7a0d2fea921556b47d0adbfc7\",\n \"From\": \"0\",\n \"Index\": \"e3df1de7a0d2fea921556b47d0adbfc7\",\n \"AppId\": \"26561562\",\n \"Nick\": \"天空之城\",\n \"Uin\": \"10056478\",\n \"CFGName\": \"数据库未开启加密\",\n \"CheckType\": \"等保二级-CentOS 7安全基线检查\",\n \"CFGSTD\": \"确保已配置SSH空闲超时间隔\",\n \"CFGDescribe\": \"MaxAuthTries参数指定每个连接允许的最大身份验证尝试次数。登录失败次数达到设置参数一半时,错误消息将写入syslog文件,详细说明登录失败\",\n \"CFGFix\": \"编辑/etc/ssh/sshd_config文件以设置参数\",\n \"CFGHelpURL\": \"https://www.help.com\"\n }\n ],\n \"StatusLists\": [\n {\n \"Value\": \"确保已配置SSH空闲超时间隔\",\n \"Text\": \"确保已配置SSH空闲超时间隔\"\n }\n ],\n \"LevelLists\": [\n {\n \"Value\": \"高危\",\n \"Text\": \"high\"\n }\n ],\n \"FromLists\": [\n {\n \"Value\": \"主机检测\",\n \"Text\": \"1\"\n }\n ],\n \"InstanceTypeLists\": [\n {\n \"Value\": \"CVM\",\n \"Text\": \"CVM\"\n }\n ],\n \"CheckTypeLists\": [\n {\n \"Value\": \"FTP安全基线检查\",\n \"Text\": \"FTP安全基线检查\"\n }\n ],\n \"CFGNameLists\": [\n {\n \"Value\": \"检查密码失效时间\",\n \"Text\": \"检查密码失效时间\"\n }\n ],\n \"RequestId\": \"5148f8a5-32f0-4356-aedb-b157ce4a3f6a\"\n }\n}",
|
272
|
+
"title": "获取配置视角的配置风险列表"
|
273
273
|
}
|
274
274
|
],
|
275
275
|
"DescribeRiskCenterPortViewPortRiskList": [
|
@@ -308,7 +308,7 @@
|
|
308
308
|
{
|
309
309
|
"document": "",
|
310
310
|
"input": "POST / HTTP/1.1\nHost: csip.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRiskDetailList\n<公共请求参数>\n\n{\n \"RiskRuleId\": \"tc_001\"\n}",
|
311
|
-
"output": "{\n \"Response\": {\n \"AssetRiskDetailList\": [\n {\n \"CheckStatus\": \"\",\n \"CloudAccountId\": \"12352343\",\n \"CloudAccountName\": \"
|
311
|
+
"output": "{\n \"Response\": {\n \"AssetRiskDetailList\": [\n {\n \"CheckStatus\": \"\",\n \"CloudAccountId\": \"12352343\",\n \"CloudAccountName\": \"天空之城\",\n \"CreateTime\": \"2025-04-29T07:36:22Z\",\n \"InstanceId\": \"12352343\",\n \"InstanceName\": \"Ai验证\",\n \"Provider\": \"tencent\",\n \"ProviderName\": \"腾讯云\",\n \"RiskContent\": \"{\\\"header\\\": [{\\\"name\\\": \\\"user_name\\\", \\\"value\\\": \\\"用户名称\\\"}, {\\\"name\\\": \\\"console_login\\\", \\\"value\\\": \\\"是否可以登录控制台\\\"}, {\\\"name\\\": \\\"user_uin\\\", \\\"value\\\": \\\"用户账号\\\"}, {\\\"name\\\": \\\"risk_type\\\", \\\"value\\\": \\\"风险类型\\\"}], \\\"result\\\": {\\\"user_name\\\": \\\"user_j\\\", \\\"console_login\\\": \\\"是\\\", \\\"risk_type\\\": \\\"操作保护未开启\\\", \\\"user_uin\\\": \\\"123423131\\\"}}\",\n \"RiskId\": 1,\n \"RiskRuleId\": \"tc_001\",\n \"RiskStatus\": 0,\n \"UpdateTime\": \"2025-05-07T01:51:26Z\"\n }\n ],\n \"RequestId\": \"f3d556f8-9168-4a7c-b839-b0d8d07a706d\",\n \"TotalCount\": 1\n }\n}",
|
312
312
|
"title": "风险详情列表"
|
313
313
|
}
|
314
314
|
],
|
@@ -6769,6 +6769,15 @@
|
|
6769
6769
|
"name": "EnhancedService",
|
6770
6770
|
"required": false,
|
6771
6771
|
"type": "object"
|
6772
|
+
},
|
6773
|
+
{
|
6774
|
+
"disabled": false,
|
6775
|
+
"document": "提供给实例使用的用户数据,需要以 base64 方式编码,支持的最大数据大小为 16KB。关于获取此参数的详细介绍,请参阅[Windows](https://cloud.tencent.com/document/product/213/17526)和[Linux](https://cloud.tencent.com/document/product/213/17525)启动时运行命令。",
|
6776
|
+
"example": "TXlVc2VyRGF0YQo",
|
6777
|
+
"member": "string",
|
6778
|
+
"name": "UserData",
|
6779
|
+
"required": false,
|
6780
|
+
"type": "string"
|
6772
6781
|
}
|
6773
6782
|
],
|
6774
6783
|
"type": "object"
|