tccli 3.0.1121.1__py2.py3-none-any.whl → 3.0.1123.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/services/__init__.py +3 -0
- tccli/services/antiddos/v20200309/api.json +19 -0
- tccli/services/cdb/v20170320/api.json +127 -26
- tccli/services/cdb/v20170320/examples.json +2 -2
- tccli/services/domain/v20180808/api.json +120 -102
- tccli/services/ess/ess_client.py +53 -0
- tccli/services/ess/v20201111/api.json +126 -0
- tccli/services/ess/v20201111/examples.json +20 -0
- tccli/services/faceid/v20180301/api.json +2 -2
- tccli/services/iotcloud/v20210408/api.json +37 -17
- tccli/services/iotexplorer/v20190423/api.json +20 -10
- tccli/services/lighthouse/v20200324/api.json +78 -70
- tccli/services/lighthouse/v20200324/examples.json +1 -1
- tccli/services/ms/v20180408/api.json +6 -3
- tccli/services/ms/v20180408/examples.json +1 -1
- tccli/services/oceanus/v20190422/api.json +10 -0
- tccli/services/redis/v20180412/api.json +4 -4
- tccli/services/rum/v20210622/api.json +7 -6
- tccli/services/rum/v20210622/examples.json +15 -15
- tccli/services/tcb/v20180608/api.json +5 -5
- tccli/services/tcr/v20190924/api.json +1 -1
- tccli/services/tcr/v20190924/examples.json +1 -1
- tccli/services/tse/v20201207/api.json +22 -0
- tccli/services/tsf/v20180326/api.json +77 -16
- tccli/services/vdb/__init__.py +4 -0
- tccli/services/vdb/v20230616/api.json +505 -0
- tccli/services/vdb/v20230616/examples.json +13 -0
- tccli/services/vdb/vdb_client.py +195 -0
- tccli/services/waf/v20180125/api.json +124 -0
- tccli/services/waf/v20180125/examples.json +8 -0
- tccli/services/waf/waf_client.py +53 -0
- tccli/services/wedata/v20210820/api.json +9 -0
- tccli/services/yinsuda/v20220527/api.json +285 -268
- tccli/services/yinsuda/v20220527/examples.json +5 -5
- {tccli-3.0.1121.1.dist-info → tccli-3.0.1123.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1121.1.dist-info → tccli-3.0.1123.1.dist-info}/RECORD +40 -36
- {tccli-3.0.1121.1.dist-info → tccli-3.0.1123.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1121.1.dist-info → tccli-3.0.1123.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1121.1.dist-info → tccli-3.0.1123.1.dist-info}/license_files/LICENSE +0 -0
@@ -2840,27 +2840,30 @@
|
|
2840
2840
|
{
|
2841
2841
|
"disabled": false,
|
2842
2842
|
"document": "用户uin信息",
|
2843
|
-
"example": "",
|
2843
|
+
"example": "5975134874",
|
2844
2844
|
"member": "uint64",
|
2845
2845
|
"name": "UserUin",
|
2846
|
+
"output_required": true,
|
2846
2847
|
"type": "int",
|
2847
2848
|
"value_allowed_null": false
|
2848
2849
|
},
|
2849
2850
|
{
|
2850
2851
|
"disabled": false,
|
2851
2852
|
"document": "用户APPID信息",
|
2852
|
-
"example": "",
|
2853
|
+
"example": "1234879",
|
2853
2854
|
"member": "uint64",
|
2854
2855
|
"name": "UserAppid",
|
2856
|
+
"output_required": true,
|
2855
2857
|
"type": "int",
|
2856
2858
|
"value_allowed_null": false
|
2857
2859
|
},
|
2858
2860
|
{
|
2859
2861
|
"disabled": false,
|
2860
2862
|
"document": "系统时间戳",
|
2861
|
-
"example": "",
|
2863
|
+
"example": "154976147",
|
2862
2864
|
"member": "uint64",
|
2863
2865
|
"name": "TimeStamp",
|
2866
|
+
"output_required": true,
|
2864
2867
|
"type": "int",
|
2865
2868
|
"value_allowed_null": false
|
2866
2869
|
},
|
@@ -201,7 +201,7 @@
|
|
201
201
|
"DescribeUserBaseInfoInstance": [
|
202
202
|
{
|
203
203
|
"document": "",
|
204
|
-
"input": "https://ms.tencentcloudapi.com/?Action=DescribeUserBaseInfoInstance\
|
204
|
+
"input": "https://ms.tencentcloudapi.com/?Action=DescribeUserBaseInfoInstance\n&<公共请求参数>",
|
205
205
|
"output": "{\n \"Response\": {\n \"RequestId\": \"ce5e66e0-aab5-4d31-9b98-c52caf0fdfae\",\n \"TimeStamp\": 1544607650,\n \"UserAppid\": 1251006373,\n \"UserUin\": 20548499\n }\n}",
|
206
206
|
"title": "获取用户基础信息"
|
207
207
|
}
|
@@ -861,6 +861,16 @@
|
|
861
861
|
"output_required": false,
|
862
862
|
"type": "string",
|
863
863
|
"value_allowed_null": true
|
864
|
+
},
|
865
|
+
{
|
866
|
+
"disabled": false,
|
867
|
+
"document": "资源类型\n注意:此字段可能返回 null,表示取不到有效值。",
|
868
|
+
"example": "0",
|
869
|
+
"member": "int64",
|
870
|
+
"name": "ResourceType",
|
871
|
+
"output_required": false,
|
872
|
+
"type": "int",
|
873
|
+
"value_allowed_null": true
|
864
874
|
}
|
865
875
|
],
|
866
876
|
"usage": "out"
|
@@ -1736,7 +1736,7 @@
|
|
1736
1736
|
"members": [
|
1737
1737
|
{
|
1738
1738
|
"disabled": false,
|
1739
|
-
"document": "实例类型。\n<ul><li>2:Redis 2.8 内存版(标准架构)。</li><li>3:CKV 3.2 内存版(标准架构)。</li><li>4:CKV 3.2 内存版(集群架构)。</li><li>6:Redis 4.0 内存版(标准架构)。</li><li>7:Redis 4.0 内存版(集群架构)。</li><li>8:Redis 5.0 内存版(标准架构)。</li><li>9:Redis 5.0 内存版(集群架构)。</li><li>15:Redis 6.2 内存版(标准架构)。</li><li>16:Redis 6.2 内存版(集群架构)。</li></ul>",
|
1739
|
+
"document": "实例类型。\n<ul><li>2:Redis 2.8 内存版(标准架构)。</li><li>3:CKV 3.2 内存版(标准架构)。</li><li>4:CKV 3.2 内存版(集群架构)。</li><li>6:Redis 4.0 内存版(标准架构)。</li><li>7:Redis 4.0 内存版(集群架构)。</li><li>8:Redis 5.0 内存版(标准架构)。</li><li>9:Redis 5.0 内存版(集群架构)。</li><li>15:Redis 6.2 内存版(标准架构)。</li><li>16:Redis 6.2 内存版(集群架构)。</li><li>17:Redis 7.0 内存版(标准架构)。</li><li>18:Redis 7.0 内存版(集群架构)。</li></ul>",
|
1740
1740
|
"example": "6",
|
1741
1741
|
"member": "uint64",
|
1742
1742
|
"name": "TypeId",
|
@@ -2026,7 +2026,7 @@
|
|
2026
2026
|
},
|
2027
2027
|
{
|
2028
2028
|
"disabled": false,
|
2029
|
-
"document": "
|
2029
|
+
"document": "产品类型。\n- 2:Redis 2.8 内存版(标准架构)。\n- 6:Redis 4.0 内存版(标准架构)。\n- 7:Redis 4.0 内存版(集群架构)。\n- 8:Redis 5.0 内存版(标准架构)。\n- 9:Redis 5.0 内存版(集群架构)。\n- 15:Redis 6.2 内存版(标准架构)。\n- 16:Redis 6.2 内存版(集群架构)。\n- 17:Redis 7.0 内存版(标准架构)。\n- 18:Redis 7.0 内存版(集群架构)。",
|
2030
2030
|
"example": "6",
|
2031
2031
|
"member": "uint64",
|
2032
2032
|
"name": "ProductType",
|
@@ -2063,7 +2063,7 @@
|
|
2063
2063
|
"example": "crs-cfg-rhlppeye",
|
2064
2064
|
"member": "string",
|
2065
2065
|
"name": "TemplateId",
|
2066
|
-
"
|
2066
|
+
"output_required": true,
|
2067
2067
|
"type": "string",
|
2068
2068
|
"value_allowed_null": false
|
2069
2069
|
},
|
@@ -6921,7 +6921,7 @@
|
|
6921
6921
|
},
|
6922
6922
|
{
|
6923
6923
|
"disabled": false,
|
6924
|
-
"document": "实例类型。\n- 2:Redis 2.8内存版(标准架构)。\n- 3:CKV 3.2内存版(标准架构)。\n- 4:CKV 3.2内存版(集群架构)。\n- 5:Redis 2.8内存版(单机)。\n- 6:Redis 4.0内存版(标准架构)。\n- 7:Redis 4.0内存版(集群架构)。\n- 8:Redis 5.0内存版(标准架构)。\n- 9:Redis 5.0内存版(集群架构)。\n- 15:Redis 6.2内存版(标准架构)。\n- 16:Redis 6.2内存版(集群架构)。",
|
6924
|
+
"document": "实例类型。\n- 2:Redis 2.8 内存版(标准架构)。\n- 3:CKV 3.2 内存版(标准架构)。\n- 4:CKV 3.2 内存版(集群架构)。\n- 5:Redis 2.8 内存版(单机)。\n- 6:Redis 4.0 内存版(标准架构)。\n- 7:Redis 4.0 内存版(集群架构)。\n- 8:Redis 5.0 内存版(标准架构)。\n- 9:Redis 5.0 内存版(集群架构)。\n- 15:Redis 6.2 内存版(标准架构)。\n- 16:Redis 6.2 内存版(集群架构)。\n- 17:Redis 7.0 内存版(标准架构)。\n- 18:Redis 7.0 内存版(集群架构)。",
|
6925
6925
|
"example": "7",
|
6926
6926
|
"member": "int64",
|
6927
6927
|
"name": "Type",
|
@@ -1106,7 +1106,7 @@
|
|
1106
1106
|
"example": "{\\n \\\"status\\\": \\\"ok\\\",\\n \\\"code\\\": 10000,\\n \\\"msg\\\": \\",
|
1107
1107
|
"member": "string",
|
1108
1108
|
"name": "Data",
|
1109
|
-
"
|
1109
|
+
"output_required": true,
|
1110
1110
|
"type": "string",
|
1111
1111
|
"value_allowed_null": false
|
1112
1112
|
},
|
@@ -1224,7 +1224,7 @@
|
|
1224
1224
|
"example": "{\\n \\\"status\\\": \\\"ok\\\",\\n \\\"code\\\": 10000,\\n \\\"msg\\\": \\",
|
1225
1225
|
"member": "string",
|
1226
1226
|
"name": "Data",
|
1227
|
-
"
|
1227
|
+
"output_required": true,
|
1228
1228
|
"type": "string",
|
1229
1229
|
"value_allowed_null": false
|
1230
1230
|
},
|
@@ -1333,7 +1333,7 @@
|
|
1333
1333
|
"example": "{\\n \\\"status\\\": \\\"ok\\\",\\n \\\"code\\\": 10000,\\n \\\"msg\\\": \\",
|
1334
1334
|
"member": "string",
|
1335
1335
|
"name": "Data",
|
1336
|
-
"
|
1336
|
+
"output_required": true,
|
1337
1337
|
"type": "string",
|
1338
1338
|
"value_allowed_null": false
|
1339
1339
|
},
|
@@ -1442,7 +1442,7 @@
|
|
1442
1442
|
"example": "{\\n \\\"status\\\": \\\"ok\\\",\\n \\\"code\\\": 10000,\\n \\\"msg\\\": \\",
|
1443
1443
|
"member": "string",
|
1444
1444
|
"name": "Data",
|
1445
|
-
"
|
1445
|
+
"output_required": true,
|
1446
1446
|
"type": "string",
|
1447
1447
|
"value_allowed_null": false
|
1448
1448
|
},
|
@@ -5506,7 +5506,7 @@
|
|
5506
5506
|
"example": "无",
|
5507
5507
|
"member": "string",
|
5508
5508
|
"name": "Result",
|
5509
|
-
"
|
5509
|
+
"output_required": true,
|
5510
5510
|
"type": "string",
|
5511
5511
|
"value_allowed_null": false
|
5512
5512
|
},
|
@@ -5597,6 +5597,7 @@
|
|
5597
5597
|
"example": "无",
|
5598
5598
|
"member": "string",
|
5599
5599
|
"name": "Result",
|
5600
|
+
"output_required": true,
|
5600
5601
|
"type": "string",
|
5601
5602
|
"value_allowed_null": false
|
5602
5603
|
},
|
@@ -6178,7 +6179,7 @@
|
|
6178
6179
|
"example": "success",
|
6179
6180
|
"member": "string",
|
6180
6181
|
"name": "Msg",
|
6181
|
-
"
|
6182
|
+
"output_required": true,
|
6182
6183
|
"type": "string",
|
6183
6184
|
"value_allowed_null": true
|
6184
6185
|
},
|
@@ -89,7 +89,7 @@
|
|
89
89
|
"DescribeAppDimensionMetrics": [
|
90
90
|
{
|
91
91
|
"document": "",
|
92
|
-
"input": "POST / HTTP/1.1\nHost: rum.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAppDimensionMetrics\n<公共请求参数>\n\n{\n \"Filter\": \"'[]'\",\n \"ProjectID\":
|
92
|
+
"input": "POST / HTTP/1.1\nHost: rum.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAppDimensionMetrics\n<公共请求参数>\n\n{\n \"Filter\": \"'[]'\",\n \"ProjectID\": 1,\n \"FilterSimple\": \"'{\\\\\\\"entrance_time__gte\\\\\\\":1671367462000,\\\\\\\"entrance_time__lte\\\\\\\":1671453862000,\\\\\\\"category__in\\\\\\\":[\\\\\\\"PERF_NET_REQUEST\\\\\\\"],\\\\\\\"d4\\\\\\\":\\\\\\\"false\\\\\\\",\\\\\\\"d3\\\\\\\":\\\\\\\"http\\\\\\\",\\\\\\\"v1__lte\\\\\\\":300000}'\",\n \"From\": \"'kv_7_dist'\",\n \"Fields\": \"'[[\\\\\\\"explodeDimensions\\\\\\\",\\\\\\\"d2\\\\\\\",\\\\\\\"d8\\\\\\\"],[\\\\\\\"as\\\\\\\",[\\\\\\\"multiIf\\\\\\\",[\\\\\\\"equals\\\\\\\",\\\\\\\"dimension_name\\\\\\\",\\\\\\\"'d2'\\\\\\\"],\\\\\\\"'domain'\\\\\\\",[\\\\\\\"equals\\\\\\\",\\\\\\\"dimension_name\\\\\\\",\\\\\\\"'d8'\\\\\\\"],\\\\\\\"'region'\\\\\\\",\\\\\\\"dimension_name\\\\\\\"],\\\\\\\"dimension\\\\\\\"],[\\\\\\\"as\\\\\\\",[\\\\\\\"avg\\\\\\\",\\\\\\\"v1\\\\\\\"],\\\\\\\"cost_time\\\\\\\"],[\\\\\\\"as\\\\\\\",[\\\\\\\"count\\\\\\\",1],\\\\\\\"request_cnt\\\\\\\"],[\\\\\\\"as\\\\\\\",[\\\\\\\"aggByPartition\\\\\\\",\\\\\\\"sum\\\\\\\",\\\\\\\"request_cnt\\\\\\\",\\\\\\\"dimension_name\\\\\\\"],\\\\\\\"total_request_cnt\\\\\\\"],[\\\\\\\"as\\\\\\\",\\\\\\\"total_request_cnt\\\\\\\",\\\\\\\"total_cnt\\\\\\\"],[\\\\\\\"as\\\\\\\",\\\\\\\"request_cnt\\\\\\\",\\\\\\\"cnt\\\\\\\"],[\\\\\\\"as\\\\\\\",[\\\\\\\"aggByPartition\\\\\\\",\\\\\\\"row_number\\\\\\\",\\\\\\\"none\\\\\\\",\\\\\\\"dimension_name\\\\\\\",[\\\\\\\"order_by\\\\\\\",\\\\\\\"request_cnt\\\\\\\",\\\\\\\"desc\\\\\\\"]],\\\\\\\"rank_cnt\\\\\\\"]]'\",\n \"Limit\": 1000\n}",
|
93
93
|
"output": "{\n \"Response\": {\n \"Data\": \"'{\\\"status\\\":\\\"ok\\\",\\\"code\\\":10000,\\\"msg\\\":\\\"ok\\\",\\\"data\\\":[{\\\"by_dimension\\\":[\\\"d2\\\",\\\"m.zhipin.com\\\"],\\\"cnt\\\":1280,\\\"cost_time\\\":1480,\\\"dimension\\\":\\\"domain\\\",\\\"dimension_name\\\":\\\"d2\\\",\\\"dimension_value\\\":\\\"m.zhipin.com\\\",\\\"rank_cnt\\\":1,\\\"request_cnt\\\":1280,\\\"total_cnt\\\":1280,\\\"total_request_cnt\\\":1280},{\\\"by_dimension\\\":[\\\"d8\\\",\\\"unsupported\\\"],\\\"cnt\\\":1280,\\\"cost_time\\\":1480,\\\"dimension\\\":\\\"region\\\",\\\"dimension_name\\\":\\\"d8\\\",\\\"dimension_value\\\":\\\"unsupported\\\",\\\"rank_cnt\\\":1,\\\"request_cnt\\\":1280,\\\"total_cnt\\\":1280,\\\"total_request_cnt\\\":1280}]}'\",\n \"RequestId\": \"8a211fc4-7ce2-40ce-ad49-1c29cca2f3fc\"\n }\n}",
|
94
94
|
"title": "查询多维分析数据"
|
95
95
|
}
|
@@ -97,7 +97,7 @@
|
|
97
97
|
"DescribeAppMetricsData": [
|
98
98
|
{
|
99
99
|
"document": "",
|
100
|
-
"input": "POST / HTTP/1.1\nHost: rum.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAppMetricsData\n<公共请求参数>\n\n{\n \"Filter\": \"'[\\\\\\\"or\\\\\\\",[\\\\\\\"and\\\\\\\",[\\\\\\\"equals\\\\\\\",\\\\\\\"category\\\\\\\",\\\\\\\"'PERF_CRASH'\\\\\\\"],[\\\\\\\"in\\\\\\\",\\\\\\\"d4\\\\\\\",[\\\\\\\"array\\\\\\\",\\\\\\\"'Java'\\\\\\\",\\\\\\\"'Native'\\\\\\\",\\\\\\\"'normal_crash'\\\\\\\",\\\\\\\"'no_crash'\\\\\\\",\\\\\\\"'deadlock'\\\\\\\",\\\\\\\"'foom'\\\\\\\"]],[\\\\\\\"in\\\\\\\",\\\\\\\"sd1\\\\\\\",[\\\\\\\"array\\\\\\\",\\\\\\\"'v1'\\\\\\\",\\\\\\\"'v2'\\\\\\\"]]],[\\\\\\\"and\\\\\\\",[\\\\\\\"equals\\\\\\\",\\\\\\\"category\\\\\\\",\\\\\\\"'APP_LAUNCH'\\\\\\\"],[\\\\\\\"greaterOrEquals\\\\\\\",\\\\\\\"sdk_ver\\\\\\\",\\\\\\\"'5.2.1'\\\\\\\"]],[\\\\\\\"and\\\\\\\",[\\\\\\\"equals\\\\\\\",\\\\\\\"category\\\\\\\",\\\\\\\"'PERF_MASTER_TOKEN_FLOW'\\\\\\\"],[\\\\\\\"less\\\\\\\",\\\\\\\"sdk_ver\\\\\\\",\\\\\\\"'5.2.1'\\\\\\\"]],[\\\\\\\"and\\\\\\\",[\\\\\\\"equals\\\\\\\",\\\\\\\"category\\\\\\\",\\\\\\\"'PERF_MASTER_TOKEN_FLOW'\\\\\\\"],[\\\\\\\"equals\\\\\\\",\\\\\\\"sdk_ver\\\\\\\",\\\\\\\"'unknown'\\\\\\\"]]]'\",\n \"ProjectID\":
|
100
|
+
"input": "POST / HTTP/1.1\nHost: rum.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAppMetricsData\n<公共请求参数>\n\n{\n \"Filter\": \"'[\\\\\\\"or\\\\\\\",[\\\\\\\"and\\\\\\\",[\\\\\\\"equals\\\\\\\",\\\\\\\"category\\\\\\\",\\\\\\\"'PERF_CRASH'\\\\\\\"],[\\\\\\\"in\\\\\\\",\\\\\\\"d4\\\\\\\",[\\\\\\\"array\\\\\\\",\\\\\\\"'Java'\\\\\\\",\\\\\\\"'Native'\\\\\\\",\\\\\\\"'normal_crash'\\\\\\\",\\\\\\\"'no_crash'\\\\\\\",\\\\\\\"'deadlock'\\\\\\\",\\\\\\\"'foom'\\\\\\\"]],[\\\\\\\"in\\\\\\\",\\\\\\\"sd1\\\\\\\",[\\\\\\\"array\\\\\\\",\\\\\\\"'v1'\\\\\\\",\\\\\\\"'v2'\\\\\\\"]]],[\\\\\\\"and\\\\\\\",[\\\\\\\"equals\\\\\\\",\\\\\\\"category\\\\\\\",\\\\\\\"'APP_LAUNCH'\\\\\\\"],[\\\\\\\"greaterOrEquals\\\\\\\",\\\\\\\"sdk_ver\\\\\\\",\\\\\\\"'5.2.1'\\\\\\\"]],[\\\\\\\"and\\\\\\\",[\\\\\\\"equals\\\\\\\",\\\\\\\"category\\\\\\\",\\\\\\\"'PERF_MASTER_TOKEN_FLOW'\\\\\\\"],[\\\\\\\"less\\\\\\\",\\\\\\\"sdk_ver\\\\\\\",\\\\\\\"'5.2.1'\\\\\\\"]],[\\\\\\\"and\\\\\\\",[\\\\\\\"equals\\\\\\\",\\\\\\\"category\\\\\\\",\\\\\\\"'PERF_MASTER_TOKEN_FLOW'\\\\\\\"],[\\\\\\\"equals\\\\\\\",\\\\\\\"sdk_ver\\\\\\\",\\\\\\\"'unknown'\\\\\\\"]]]'\",\n \"ProjectID\": 1,\n \"FilterSimple\": \"{\\\"category__in\\\":[\\\"PERF_CRASH\\\",\\\"APP_LAUNCH\\\",\\\"PERF_MASTER_TOKEN_FLOW\\\"],\\\"entrance_time__gte\\\":\\\"1670939782000\\\",\\\"entrance_time__lte\\\":\\\"1671026182000\\\"}\",\n \"From\": \"'kv_7_dist'\",\n \"Fields\": \"'[[\\\\\\\"as\\\\\\\",[\\\\\\\"if\\\\\\\",[\\\\\\\"equals\\\\\\\",\\\\\\\"launch_cnt\\\\\\\",[\\\\\\\"toInt64\\\\\\\",0]],0,[\\\\\\\"div\\\\\\\",\\\\\\\"crash_cnt\\\\\\\",\\\\\\\"launch_cnt\\\\\\\"]],\\\\\\\"crash_rate\\\\\\\"],[\\\\\\\"as\\\\\\\",[\\\\\\\"countIf\\\\\\\",[\\\\\\\"and\\\\\\\",[\\\\\\\"equals\\\\\\\",\\\\\\\"category\\\\\\\",\\\\\\\"'PERF_CRASH'\\\\\\\"],[\\\\\\\"notEquals\\\\\\\",\\\\\\\"d4\\\\\\\",\\\\\\\"'no_crash'\\\\\\\"]]],\\\\\\\"crash_cnt\\\\\\\"],[\\\\\\\"as\\\\\\\",[\\\\\\\"if\\\\\\\",[\\\\\\\"equals\\\\\\\",\\\\\\\"launch_cnt\\\\\\\",[\\\\\\\"toInt64\\\\\\\",0]],0,[\\\\\\\"div\\\\\\\",\\\\\\\"crash_user_cnt\\\\\\\",\\\\\\\"user_cnt\\\\\\\"]],\\\\\\\"crash_user_rate\\\\\\\"],[\\\\\\\"as\\\\\\\",[\\\\\\\"uniq\\\\\\\",[\\\\\\\"if\\\\\\\",[\\\\\\\"and\\\\\\\",[\\\\\\\"equals\\\\\\\",\\\\\\\"category\\\\\\\",\\\\\\\"'PERF_CRASH'\\\\\\\"],[\\\\\\\"notEquals\\\\\\\",\\\\\\\"d4\\\\\\\",\\\\\\\"'no_crash'\\\\\\\"]],\\\\\\\"device_id\\\\\\\",\\\\\\\"null\\\\\\\"]],\\\\\\\"crash_user_cnt\\\\\\\"],[\\\\\\\"as\\\\\\\",[\\\\\\\"uniq\\\\\\\",[\\\\\\\"if\\\\\\\",[\\\\\\\"or\\\\\\\",[\\\\\\\"and\\\\\\\",[\\\\\\\"equals\\\\\\\",\\\\\\\"category\\\\\\\",\\\\\\\"'APP_LAUNCH'\\\\\\\"],[\\\\\\\"greaterOrEquals\\\\\\\",\\\\\\\"sdk_ver\\\\\\\",\\\\\\\"'5.2.1'\\\\\\\"]],[\\\\\\\"and\\\\\\\",[\\\\\\\"equals\\\\\\\",\\\\\\\"category\\\\\\\",\\\\\\\"'PERF_MASTER_TOKEN_FLOW'\\\\\\\"],[\\\\\\\"less\\\\\\\",\\\\\\\"sdk_ver\\\\\\\",\\\\\\\"'5.2.1'\\\\\\\"]],[\\\\\\\"and\\\\\\\",[\\\\\\\"equals\\\\\\\",\\\\\\\"d4\\\\\\\",\\\\\\\"'no_crash'\\\\\\\"],[\\\\\\\"less\\\\\\\",\\\\\\\"sdk_ver\\\\\\\",\\\\\\\"'5.2.1'\\\\\\\"]],[\\\\\\\"and\\\\\\\",[\\\\\\\"equals\\\\\\\",\\\\\\\"category\\\\\\\",\\\\\\\"'PERF_MASTER_TOKEN_FLOW'\\\\\\\"],[\\\\\\\"equals\\\\\\\",\\\\\\\"sdk_ver\\\\\\\",\\\\\\\"'unknown'\\\\\\\"]],[\\\\\\\"and\\\\\\\",[\\\\\\\"equals\\\\\\\",\\\\\\\"d4\\\\\\\",\\\\\\\"'no_crash'\\\\\\\"],[\\\\\\\"equals\\\\\\\",\\\\\\\"sdk_ver\\\\\\\",\\\\\\\"'unknown'\\\\\\\"]]],\\\\\\\"device_id\\\\\\\",\\\\\\\"null\\\\\\\"]],\\\\\\\"user_cnt\\\\\\\"],[\\\\\\\"as\\\\\\\",[\\\\\\\"countIf\\\\\\\",[\\\\\\\"or\\\\\\\",[\\\\\\\"and\\\\\\\",[\\\\\\\"equals\\\\\\\",\\\\\\\"category\\\\\\\",\\\\\\\"'APP_LAUNCH'\\\\\\\"],[\\\\\\\"greaterOrEquals\\\\\\\",\\\\\\\"sdk_ver\\\\\\\",\\\\\\\"'5.2.1'\\\\\\\"]],[\\\\\\\"and\\\\\\\",[\\\\\\\"equals\\\\\\\",\\\\\\\"category\\\\\\\",\\\\\\\"'PERF_MASTER_TOKEN_FLOW'\\\\\\\"],[\\\\\\\"less\\\\\\\",\\\\\\\"sdk_ver\\\\\\\",\\\\\\\"'5.2.1'\\\\\\\"]],[\\\\\\\"and\\\\\\\",[\\\\\\\"equals\\\\\\\",\\\\\\\"d4\\\\\\\",\\\\\\\"'no_crash'\\\\\\\"],[\\\\\\\"less\\\\\\\",\\\\\\\"sdk_ver\\\\\\\",\\\\\\\"'5.2.1'\\\\\\\"]],[\\\\\\\"and\\\\\\\",[\\\\\\\"equals\\\\\\\",\\\\\\\"category\\\\\\\",\\\\\\\"'PERF_MASTER_TOKEN_FLOW'\\\\\\\"],[\\\\\\\"equals\\\\\\\",\\\\\\\"sdk_ver\\\\\\\",\\\\\\\"'unknown'\\\\\\\"]],[\\\\\\\"and\\\\\\\",[\\\\\\\"equals\\\\\\\",\\\\\\\"d4\\\\\\\",\\\\\\\"'no_crash'\\\\\\\"],[\\\\\\\"equals\\\\\\\",\\\\\\\"sdk_ver\\\\\\\",\\\\\\\"'unknown'\\\\\\\"]]]],\\\\\\\"launch_cnt\\\\\\\"],[\\\\\\\"as\\\\\\\",\\\\\\\"launch_cnt\\\\\\\",\\\\\\\"total_cnt\\\\\\\"]]'\"\n}",
|
101
101
|
"output": "{\n \"Response\": {\n \"Data\": \"{\\n \\\"status\\\": \\\"ok\\\",\\n \\\"code\\\": 10000,\\n \\\"msg\\\": \\\"ok\\\",\\n \\\"data\\\": [\\n {\\n \\\"crash_cnt\\\": 18782,\\n \\\"crash_rate\\\": 0.7724132258595163,\\n \\\"crash_user_cnt\\\": 1,\\n \\\"crash_user_rate\\\": 1,\\n \\\"launch_cnt\\\": 24316,\\n \\\"total_cnt\\\": 24316,\\n \\\"user_cnt\\\": 1\\n }\\n ]\\n}\",\n \"RequestId\": \"77b45639-2b70-40b5-b9af-739488787109\"\n }\n}",
|
102
102
|
"title": "查询 app 指标数据"
|
103
103
|
}
|
@@ -105,7 +105,7 @@
|
|
105
105
|
"DescribeAppSingleCaseDetailList": [
|
106
106
|
{
|
107
107
|
"document": "",
|
108
|
-
"input": "POST / HTTP/1.1\nHost: rum.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAppSingleCaseDetailList\n<公共请求参数>\n\n{\n \"Filter\": \"[]\",\n \"ProjectID\":
|
108
|
+
"input": "POST / HTTP/1.1\nHost: rum.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAppSingleCaseDetailList\n<公共请求参数>\n\n{\n \"Filter\": \"[]\",\n \"ProjectID\": 1,\n \"FilterSimple\": \"{\\\"entrance_time__gte\\\":1671025353000,\\\"entrance_time__lte\\\":1671284553000,\\\"feature_md5\\\":\\\"8aba3b8538d7d843c558012c11219e1d\\\",\\\"category__in\\\":[\\\"PERF_CRASH\\\"]}\",\n \"From\": \"singleton_v2_dist\",\n \"Fields\": \"[[\\\"as\\\",\\\"device_id\\\",\\\"device_id\\\"],\\\"entrance_time\\\",[\\\"as\\\",\\\"feature_md5\\\",\\\"feature_md5\\\"],[\\\"as\\\",\\\"version\\\",\\\"version\\\"],[\\\"as\\\",\\\"id\\\",\\\"id\\\"],[\\\"as\\\",\\\"user_id\\\",\\\"user_id\\\"]]\",\n \"Limit\": 200,\n \"OrderBy\": [\n \"entrance_time desc\"\n ]\n}",
|
109
109
|
"output": "{\n \"Response\": {\n \"Data\": \"{\\n \\\"status\\\": \\\"ok\\\",\\n \\\"code\\\": 10000,\\n \\\"msg\\\": \\\"ok\\\",\\n \\\"data\\\": [\\n {\\n \\\"crash_cnt\\\": 18782,\\n \\\"crash_rate\\\": 0.7724132258595163,\\n \\\"crash_user_cnt\\\": 1,\\n \\\"crash_user_rate\\\": 1,\\n \\\"launch_cnt\\\": 24316,\\n \\\"total_cnt\\\": 24316,\\n \\\"user_cnt\\\": 1\\n }\\n ]\\n}\",\n \"RequestId\": \"77b45639-2b70-40b5-b9af-739488787109\"\n }\n}",
|
110
110
|
"title": "查询 app 监控个例详情列表"
|
111
111
|
}
|
@@ -113,7 +113,7 @@
|
|
113
113
|
"DescribeAppSingleCaseList": [
|
114
114
|
{
|
115
115
|
"document": "",
|
116
|
-
"input": "POST / HTTP/1.1\nHost: rum.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAppSingleCaseList\n<公共请求参数>\n\n{\n \"Filter\": \"[]\",\n \"ProjectID\":
|
116
|
+
"input": "POST / HTTP/1.1\nHost: rum.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAppSingleCaseList\n<公共请求参数>\n\n{\n \"Filter\": \"[]\",\n \"ProjectID\": 1,\n \"FilterSimple\": \"{\\\"entrance_time__gte\\\":1671370185000,\\\"entrance_time__lte\\\":1671456585000,\\\"category__in\\\":[\\\"PERF_CRASH\\\"]}\",\n \"From\": \"'singleton_v2_dist'\",\n \"Fields\": \"[\\\"app_id\\\",[\\\"as\\\",[\\\"any\\\",[\\\"cast\\\",\\\"feature\\\",\\\"'String'\\\"]],\\\"row_feature\\\"],[\\\"as\\\",[\\\"max\\\",\\\"entrance_time\\\"],\\\"last_entrance_time\\\"],\\\"feature_md5\\\",[\\\"as\\\",[\\\"uniq\\\",\\\"device_id\\\"],\\\"crash_user_cnt\\\"],[\\\"as\\\",[\\\"count\\\",1],\\\"crash_cnt\\\"],[\\\"as\\\",[\\\"aggByPartition\\\",\\\"sum\\\",\\\"crash_user_cnt\\\",\\\"app_id\\\"],\\\"total_crash_user_cnt\\\"],[\\\"as\\\",[\\\"aggByPartition\\\",\\\"sum\\\",\\\"crash_cnt\\\",\\\"app_id\\\"],\\\"total_crash_cnt\\\"]]\",\n \"GroupBy\": [\n \"feature_md5\",\n \"app_id\",\n \"platform\"\n ],\n \"OrderBy\": [\n \"crash_cnt desc\"\n ]\n}",
|
117
117
|
"output": "{\n \"Response\": {\n \"Data\": \"'{\\\"status\\\":\\\"ok\\\",\\\"code\\\":10000,\\\"msg\\\":\\\"ok\\\",\\\"data\\\":[]}'\",\n \"RequestId\": \"a2bcd13d-000f-4b84-a72e-6d4229079014\"\n }\n}",
|
118
118
|
"title": "查询 app 个例聚合列表"
|
119
119
|
}
|
@@ -353,13 +353,13 @@
|
|
353
353
|
"DescribeRumGroupLog": [
|
354
354
|
{
|
355
355
|
"document": "",
|
356
|
-
"input": "POST / HTTP/1.1\nHost: rum.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRumGroupLog\n<公共请求参数>\n\n{\n \"OrderBy\": \"asc\",\n \"ID\":
|
356
|
+
"input": "POST / HTTP/1.1\nHost: rum.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRumGroupLog\n<公共请求参数>\n\n{\n \"OrderBy\": \"asc\",\n \"ID\": 1,\n \"Limit\": 1,\n \"GroupField\": \"\",\n \"StartTime\": \"1\",\n \"Query\": \"1\",\n \"EndTime\": \"1\",\n \"Page\": 1\n}",
|
357
357
|
"output": "{\n \"Response\": {\n \"RequestId\": \"81a43a52-d00f-462a-82da-89841117f4ca\",\n \"Result\": \"\"\n }\n}",
|
358
358
|
"title": "2312"
|
359
359
|
},
|
360
360
|
{
|
361
361
|
"document": "",
|
362
|
-
"input": "POST / HTTP/1.1\nHost: rum.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRumGroupLog\n<公共请求参数>\n\n{\n \"OrderBy\": \"\\\"desc\\\"\",\n \"StartTime\": \"\\\"1\\\"\",\n \"Limit\":
|
362
|
+
"input": "POST / HTTP/1.1\nHost: rum.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRumGroupLog\n<公共请求参数>\n\n{\n \"OrderBy\": \"\\\"desc\\\"\",\n \"StartTime\": \"\\\"1\\\"\",\n \"Limit\": 10,\n \"Query\": \"\\\"*\\\"\",\n \"EndTime\": \"\\\"20\\\"\",\n \"ID\": 10,\n \"Page\": 1,\n \"GroupField\": \"date\"\n}",
|
363
363
|
"output": "{\n \"Response\": {\n \"Result\": \"Traceback (most recent call last):\\n File \\\"/opt/app-root/lib64/python3.8/site-packages/tornado/web.py\\\", line 1763, in _execute\\n result = self.prepare()\\n File \\\"/opt/app-root/lib64/python3.8/site-packages/tornado/web.py\\\", line 2538, in prepare\\n raise HTTPError(self._status_code)\\ntornado.web.HTTPError: HTTP 404: Not Found\\n\",\n \"RequestId\": \"65a8fec7-2b39-4b11-893f-3715279d235f\"\n }\n}",
|
364
364
|
"title": "获取日志列表"
|
365
365
|
}
|
@@ -367,7 +367,7 @@
|
|
367
367
|
"DescribeRumLogExport": [
|
368
368
|
{
|
369
369
|
"document": "",
|
370
|
-
"input": "POST / HTTP/1.1\nHost: rum.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRumLogExport\n<公共请求参数>\n\n{\n \"Query\": \"id:1\",\n \"EndTime\": \"1\",\n \"Name\": \"\",\n \"StartTime\": \"1665994920000\",\n \"ID\":
|
370
|
+
"input": "POST / HTTP/1.1\nHost: rum.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRumLogExport\n<公共请求参数>\n\n{\n \"Query\": \"id:1\",\n \"EndTime\": \"1\",\n \"Name\": \"\",\n \"StartTime\": \"1665994920000\",\n \"ID\": 1\n}",
|
371
371
|
"output": "{\n \"Response\": {\n \"RequestId\": \"763188d1-9f99-45e8-8bbf-bcdffa8f58f0\",\n \"Result\": \"\"\n }\n}",
|
372
372
|
"title": "1212"
|
373
373
|
},
|
@@ -381,13 +381,13 @@
|
|
381
381
|
"DescribeRumLogExports": [
|
382
382
|
{
|
383
383
|
"document": "",
|
384
|
-
"input": "POST / HTTP/1.1\nHost: rum.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRumLogExports\n<公共请求参数>\n\n{\n \"PageNum\":
|
384
|
+
"input": "POST / HTTP/1.1\nHost: rum.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRumLogExports\n<公共请求参数>\n\n{\n \"PageNum\": 1,\n \"ID\": 1,\n \"PageSize\": 1\n}",
|
385
385
|
"output": "{\n \"Response\": {\n \"RequestId\": \"641faf00-efc4-46b5-b3ce-03383133dc08\",\n \"Result\": \"\"\n }\n}",
|
386
386
|
"title": "xc"
|
387
387
|
},
|
388
388
|
{
|
389
389
|
"document": "",
|
390
|
-
"input": "POST / HTTP/1.1\nHost: rum.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRumLogExports\n<公共请求参数>\n\n{\n \"PageSize\":
|
390
|
+
"input": "POST / HTTP/1.1\nHost: rum.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRumLogExports\n<公共请求参数>\n\n{\n \"PageSize\": 10,\n \"ID\": 10,\n \"PageNum\": 1\n}",
|
391
391
|
"output": "{\n \"Response\": {\n \"Result\": \"xxxx\",\n \"RequestId\": \"65a8fec7-2b39-4b11-893f-3715279d235f\"\n }\n}",
|
392
392
|
"title": "获取日志列表"
|
393
393
|
}
|
@@ -395,13 +395,13 @@
|
|
395
395
|
"DescribeRumLogList": [
|
396
396
|
{
|
397
397
|
"document": "",
|
398
|
-
"input": "POST / HTTP/1.1\nHost: rum.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRumLogList\n<公共请求参数>\n\n{\n \"OrderBy\": \"asc\",\n \"ID\":
|
398
|
+
"input": "POST / HTTP/1.1\nHost: rum.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRumLogList\n<公共请求参数>\n\n{\n \"OrderBy\": \"asc\",\n \"ID\": 4,\n \"Limit\": 1,\n \"StartTime\": \"1676390400000\",\n \"Query\": \"id:4\",\n \"EndTime\": \"1676476799000\",\n \"Page\": 1\n}",
|
399
399
|
"output": "{\n \"Response\": {\n \"RequestId\": \"a6bafa2f-3f6a-4f1a-b9a3-d1d848d34168\",\n \"Result\": \"\"\n }\n}",
|
400
400
|
"title": "123"
|
401
401
|
},
|
402
402
|
{
|
403
403
|
"document": "获取日志列表",
|
404
|
-
"input": "POST / HTTP/1.1\nHost: rum.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRumLogList\n<公共请求参数>\n\n{\n \"OrderBy\": \"desc\",\n \"ID\":
|
404
|
+
"input": "POST / HTTP/1.1\nHost: rum.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRumLogList\n<公共请求参数>\n\n{\n \"OrderBy\": \"desc\",\n \"ID\": 120000,\n \"Limit\": 100,\n \"StartTime\": \"1665994920000\",\n \"Query\": \"id:120000\",\n \"EndTime\": \"1673417492913\",\n \"Page\": 1\n}",
|
405
405
|
"output": "{\n \"Response\": {\n \"RequestId\": \"72ef03a0-01a8-443e-908a-8573fbeaafcd\",\n \"Result\": \"\"\n }\n}",
|
406
406
|
"title": "获取日志列表"
|
407
407
|
}
|
@@ -409,13 +409,13 @@
|
|
409
409
|
"DescribeRumStatsLogList": [
|
410
410
|
{
|
411
411
|
"document": "",
|
412
|
-
"input": "POST / HTTP/1.1\nHost: rum.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRumStatsLogList\n<公共请求参数>\n\n{\n \"Query\": \"1\",\n \"EndTime\": \"1\",\n \"Limit\":
|
412
|
+
"input": "POST / HTTP/1.1\nHost: rum.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRumStatsLogList\n<公共请求参数>\n\n{\n \"Query\": \"1\",\n \"EndTime\": \"1\",\n \"Limit\": 1,\n \"ID\": 1,\n \"StartTime\": \"1\"\n}",
|
413
413
|
"output": "{\n \"Response\": {\n \"RequestId\": \"7987e9a1-cece-4468-b104-cd239f2f6cd6\",\n \"Result\": \"\"\n }\n}",
|
414
414
|
"title": "1212"
|
415
415
|
},
|
416
416
|
{
|
417
417
|
"document": "",
|
418
|
-
"input": "POST / HTTP/1.1\nHost: rum.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRumStatsLogList\n<公共请求参数>\n\n{\n \"StartTime\": \"\\\"1\\\"\",\n \"Limit\":
|
418
|
+
"input": "POST / HTTP/1.1\nHost: rum.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRumStatsLogList\n<公共请求参数>\n\n{\n \"StartTime\": \"\\\"1\\\"\",\n \"Limit\": 10,\n \"Query\": \"\\\"*\\\"\",\n \"EndTime\": \"\\\"20\\\"\",\n \"ID\": 10\n}",
|
419
419
|
"output": "{\n \"Response\": {\n \"Result\": \"Traceback (most recent call last):\\n File \\\"/opt/app-root/lib64/python3.8/site-packages/tornado/web.py\\\", line 1763, in _execute\\n result = self.prepare()\\n File \\\"/opt/app-root/lib64/python3.8/site-packages/tornado/web.py\\\", line 2538, in prepare\\n raise HTTPError(self._status_code)\\ntornado.web.HTTPError: HTTP 404: Not Found\\n\",\n \"RequestId\": \"65a8fec7-2b39-4b11-893f-3715279d235f\"\n }\n}",
|
420
420
|
"title": "获取日志列表"
|
421
421
|
}
|
@@ -479,14 +479,14 @@
|
|
479
479
|
"ModifyProjectLimit": [
|
480
480
|
{
|
481
481
|
"document": "",
|
482
|
-
"input": "POST / HTTP/1.1\nHost: rum.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyProjectLimit\n<公共请求参数>\n\n{\n \"ProjectInterface\": \"web\",\n \"ProjectID\":
|
482
|
+
"input": "POST / HTTP/1.1\nHost: rum.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyProjectLimit\n<公共请求参数>\n\n{\n \"ProjectInterface\": \"web\",\n \"ProjectID\": 8,\n \"ReportRate\": 10,\n \"ReportType\": 1\n}",
|
483
483
|
"output": "{\n \"Response\": {\n \"Msg\": \"success\",\n \"RequestId\": \"a62c0f90-5ed0-4f3e-b285-8e4885a5ca45\"\n }\n}",
|
484
484
|
"title": "新增抽样"
|
485
485
|
},
|
486
486
|
{
|
487
487
|
"document": "新增修改限流",
|
488
488
|
"input": "https://rum.tencentcloudapi.com/?Action=ModifyProjectLimit\n&ProjectID=1\n&ProjectInterface=web\n&ReportRate=10\n&ReportType=1\n&ID=1\n&<公共请求参数>",
|
489
|
-
"output": "{\n \"Response\": {\n \"Msg\": \"
|
489
|
+
"output": "{\n \"Response\": {\n \"Msg\": \"invalid ModifyProjectLimitRequest.ProjectInterface: value must be in list [log speed performance webvitals pv event custom miniProgramData]\",\n \"RequestId\": \"57e7f631-73d0-4926-b659-d4ef64818312\"\n }\n}",
|
490
490
|
"title": "新增修改限流"
|
491
491
|
}
|
492
492
|
],
|
@@ -12539,7 +12539,7 @@
|
|
12539
12539
|
"example": "2021-07-01",
|
12540
12540
|
"member": "string",
|
12541
12541
|
"name": "ReportDate",
|
12542
|
-
"
|
12542
|
+
"output_required": true,
|
12543
12543
|
"type": "string",
|
12544
12544
|
"value_allowed_null": true
|
12545
12545
|
},
|
@@ -12549,7 +12549,7 @@
|
|
12549
12549
|
"example": "100008561789",
|
12550
12550
|
"member": "string",
|
12551
12551
|
"name": "Uin",
|
12552
|
-
"
|
12552
|
+
"output_required": true,
|
12553
12553
|
"type": "string",
|
12554
12554
|
"value_allowed_null": true
|
12555
12555
|
},
|
@@ -12559,17 +12559,17 @@
|
|
12559
12559
|
"example": "lbvliu-5gfy5n4a0776401d",
|
12560
12560
|
"member": "string",
|
12561
12561
|
"name": "EnvId",
|
12562
|
-
"
|
12562
|
+
"output_required": true,
|
12563
12563
|
"type": "string",
|
12564
12564
|
"value_allowed_null": true
|
12565
12565
|
},
|
12566
12566
|
{
|
12567
12567
|
"disabled": false,
|
12568
12568
|
"document": "上报任务状态\n注意:此字段可能返回 null,表示取不到有效值。",
|
12569
|
-
"example": "
|
12569
|
+
"example": "new",
|
12570
12570
|
"member": "string",
|
12571
12571
|
"name": "Status",
|
12572
|
-
"
|
12572
|
+
"output_required": true,
|
12573
12573
|
"type": "string",
|
12574
12574
|
"value_allowed_null": true
|
12575
12575
|
}
|
@@ -878,7 +878,7 @@
|
|
878
878
|
],
|
879
879
|
"ModifyUserPasswordPersonal": [
|
880
880
|
{
|
881
|
-
"document": "",
|
881
|
+
"document": "ccr修改个人用户登陆密码",
|
882
882
|
"input": "https://tcr.tencentcloudapi.com/?Action=ModifyUserPasswordPersonal\r\n&Password=XXXXX\r\n&<公共请求参数>",
|
883
883
|
"output": "{\n \"Response\": {\n \"RequestId\": \"eac6b301-a322-493a-8e36-83b295459397\"\n }\n}",
|
884
884
|
"title": "修改个人用户登录密码"
|
@@ -12509,6 +12509,28 @@
|
|
12509
12509
|
"required": false,
|
12510
12510
|
"type": "bool",
|
12511
12511
|
"value_allowed_null": true
|
12512
|
+
},
|
12513
|
+
{
|
12514
|
+
"disabled": false,
|
12515
|
+
"document": "云函数是否开启Base64编码,默认为false\n注意:此字段可能返回 null,表示取不到有效值。",
|
12516
|
+
"example": "false",
|
12517
|
+
"member": "bool",
|
12518
|
+
"name": "ScfIsBase64Encoded",
|
12519
|
+
"output_required": false,
|
12520
|
+
"required": false,
|
12521
|
+
"type": "bool",
|
12522
|
+
"value_allowed_null": true
|
12523
|
+
},
|
12524
|
+
{
|
12525
|
+
"disabled": false,
|
12526
|
+
"document": "云函数是否开启响应集成,默认为false\n注意:此字段可能返回 null,表示取不到有效值。",
|
12527
|
+
"example": "false",
|
12528
|
+
"member": "bool",
|
12529
|
+
"name": "ScfIsIntegratedResponse",
|
12530
|
+
"output_required": false,
|
12531
|
+
"required": false,
|
12532
|
+
"type": "bool",
|
12533
|
+
"value_allowed_null": true
|
12512
12534
|
}
|
12513
12535
|
],
|
12514
12536
|
"usage": "both"
|