tccli 3.0.1108.1__py2.py3-none-any.whl → 3.0.1109.1__py2.py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (50) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/examples/bi/v20220105/CreateEmbedToken.md +4 -2
  3. tccli/examples/cam/v20190116/CreateRole.md +1 -1
  4. tccli/examples/emr/v20190103/DescribeEmrOverviewMetrics.md +40 -0
  5. tccli/examples/emr/v20190103/DescribeHBaseTableOverview.md +94 -0
  6. tccli/examples/ims/v20200713/ImageModeration.md +2 -2
  7. tccli/examples/ims/v20201229/ImageModeration.md +2 -2
  8. tccli/examples/vcg/v20240404/DescribeVideoStylizationJob.md +24 -0
  9. tccli/examples/vcg/v20240404/SubmitVideoStylizationJob.md +22 -0
  10. tccli/examples/vtc/v20240223/ConfirmVideoTranslateJob.md +33 -0
  11. tccli/examples/vtc/v20240223/DescribeVideoTranslateJob.md +70 -0
  12. tccli/examples/vtc/v20240223/SubmitVideoTranslateJob.md +49 -0
  13. tccli/services/__init__.py +6 -0
  14. tccli/services/autoscaling/v20180419/api.json +9 -8
  15. tccli/services/bi/v20220105/api.json +22 -3
  16. tccli/services/bi/v20220105/examples.json +2 -2
  17. tccli/services/cam/v20190116/api.json +71 -70
  18. tccli/services/cam/v20190116/examples.json +1 -1
  19. tccli/services/cfw/v20190904/api.json +1 -1
  20. tccli/services/ckafka/v20190819/api.json +20 -0
  21. tccli/services/cls/v20201016/api.json +10 -10
  22. tccli/services/cvm/v20170312/api.json +33 -0
  23. tccli/services/dbbrain/v20210527/api.json +5 -5
  24. tccli/services/emr/emr_client.py +114 -8
  25. tccli/services/emr/v20190103/api.json +493 -0
  26. tccli/services/emr/v20190103/examples.json +16 -0
  27. tccli/services/ims/v20200713/api.json +1 -1
  28. tccli/services/ims/v20200713/examples.json +1 -1
  29. tccli/services/ims/v20201229/api.json +1 -1
  30. tccli/services/ims/v20201229/examples.json +1 -1
  31. tccli/services/rce/rce_client.py +0 -53
  32. tccli/services/rce/v20201103/api.json +0 -24
  33. tccli/services/rce/v20201103/examples.json +0 -8
  34. tccli/services/tcss/v20201101/api.json +5 -5
  35. tccli/services/tdmq/v20200217/api.json +7 -7
  36. tccli/services/trtc/v20190722/api.json +20 -11
  37. tccli/services/vcg/__init__.py +4 -0
  38. tccli/services/vcg/v20240404/api.json +140 -0
  39. tccli/services/vcg/v20240404/examples.json +21 -0
  40. tccli/services/vcg/vcg_client.py +248 -0
  41. tccli/services/vod/v20180717/api.json +9 -0
  42. tccli/services/vtc/__init__.py +4 -0
  43. tccli/services/vtc/v20240223/api.json +425 -0
  44. tccli/services/vtc/v20240223/examples.json +41 -0
  45. tccli/services/vtc/vtc_client.py +301 -0
  46. {tccli-3.0.1108.1.dist-info → tccli-3.0.1109.1.dist-info}/METADATA +2 -2
  47. {tccli-3.0.1108.1.dist-info → tccli-3.0.1109.1.dist-info}/RECORD +50 -35
  48. {tccli-3.0.1108.1.dist-info → tccli-3.0.1109.1.dist-info}/WHEEL +0 -0
  49. {tccli-3.0.1108.1.dist-info → tccli-3.0.1109.1.dist-info}/entry_points.txt +0 -0
  50. {tccli-3.0.1108.1.dist-info → tccli-3.0.1109.1.dist-info}/license_files/LICENSE +0 -0
@@ -84,6 +84,20 @@
84
84
  "output": "DescribeEmrApplicationStaticsResponse",
85
85
  "status": "online"
86
86
  },
87
+ "DescribeEmrOverviewMetrics": {
88
+ "document": "查询监控概览页指标数据",
89
+ "input": "DescribeEmrOverviewMetricsRequest",
90
+ "name": "查询监控概览页指标数据",
91
+ "output": "DescribeEmrOverviewMetricsResponse",
92
+ "status": "online"
93
+ },
94
+ "DescribeHBaseTableOverview": {
95
+ "document": "获取Hbase表级监控数据概览接口",
96
+ "input": "DescribeHBaseTableOverviewRequest",
97
+ "name": "【监控218】获取Hbase表级监控数据概览接口",
98
+ "output": "DescribeHBaseTableOverviewResponse",
99
+ "status": "online"
100
+ },
87
101
  "DescribeHiveQueries": {
88
102
  "document": "获取hive查询信息",
89
103
  "input": "DescribeHiveQueriesRequest",
@@ -3109,6 +3123,199 @@
3109
3123
  ],
3110
3124
  "type": "object"
3111
3125
  },
3126
+ "DescribeEmrOverviewMetricsRequest": {
3127
+ "document": "DescribeEmrOverviewMetrics请求参数结构体",
3128
+ "members": [
3129
+ {
3130
+ "disabled": false,
3131
+ "document": "结束时间",
3132
+ "example": "1111122",
3133
+ "member": "int64",
3134
+ "name": "End",
3135
+ "required": true,
3136
+ "type": "int"
3137
+ },
3138
+ {
3139
+ "disabled": false,
3140
+ "document": "指标名",
3141
+ "example": "NODE.CPU",
3142
+ "member": "string",
3143
+ "name": "Metric",
3144
+ "required": true,
3145
+ "type": "string"
3146
+ },
3147
+ {
3148
+ "disabled": false,
3149
+ "document": "集群id",
3150
+ "example": "emr-byecdx96",
3151
+ "member": "string",
3152
+ "name": "InstanceId",
3153
+ "required": true,
3154
+ "type": "string"
3155
+ },
3156
+ {
3157
+ "disabled": false,
3158
+ "document": "粒度 30s-max 1m-max 1h-max等",
3159
+ "example": "30s-min",
3160
+ "member": "string",
3161
+ "name": "Downsample",
3162
+ "required": true,
3163
+ "type": "string"
3164
+ },
3165
+ {
3166
+ "disabled": false,
3167
+ "document": "起始时间,画饼状图时不传",
3168
+ "example": "111111",
3169
+ "member": "int64",
3170
+ "name": "Start",
3171
+ "required": false,
3172
+ "type": "int"
3173
+ },
3174
+ {
3175
+ "disabled": false,
3176
+ "document": "聚合方法,扩展用,这里目前不用传",
3177
+ "example": "30s",
3178
+ "member": "string",
3179
+ "name": "Aggregator",
3180
+ "required": false,
3181
+ "type": "string"
3182
+ },
3183
+ {
3184
+ "disabled": false,
3185
+ "document": "指标要查询的具体type 如:\"{\"type\":\"CapacityTotal|CapacityRemaining\"}\"",
3186
+ "example": "queue",
3187
+ "member": "string",
3188
+ "name": "Tags",
3189
+ "required": false,
3190
+ "type": "string"
3191
+ }
3192
+ ],
3193
+ "type": "object"
3194
+ },
3195
+ "DescribeEmrOverviewMetricsResponse": {
3196
+ "document": "DescribeEmrOverviewMetrics返回参数结构体",
3197
+ "members": [
3198
+ {
3199
+ "disabled": false,
3200
+ "document": "指标数据明细",
3201
+ "example": "无",
3202
+ "member": "OverviewMetricData",
3203
+ "name": "Result",
3204
+ "output_required": false,
3205
+ "type": "list",
3206
+ "value_allowed_null": false
3207
+ },
3208
+ {
3209
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
3210
+ "member": "string",
3211
+ "name": "RequestId",
3212
+ "type": "string"
3213
+ }
3214
+ ],
3215
+ "type": "object"
3216
+ },
3217
+ "DescribeHBaseTableOverviewRequest": {
3218
+ "document": "DescribeHBaseTableOverview请求参数结构体",
3219
+ "members": [
3220
+ {
3221
+ "disabled": false,
3222
+ "document": "实例ID",
3223
+ "example": "emr-xfaf11ab",
3224
+ "member": "string",
3225
+ "name": "InstanceId",
3226
+ "required": true,
3227
+ "type": "string"
3228
+ },
3229
+ {
3230
+ "disabled": false,
3231
+ "document": "分页查询编号偏移量,从0开始\t",
3232
+ "example": "0",
3233
+ "member": "int64",
3234
+ "name": "Offset",
3235
+ "required": true,
3236
+ "type": "int"
3237
+ },
3238
+ {
3239
+ "disabled": false,
3240
+ "document": "分页查询时的分页大小,最小1,最大100",
3241
+ "example": "100",
3242
+ "member": "int64",
3243
+ "name": "Limit",
3244
+ "required": true,
3245
+ "type": "int"
3246
+ },
3247
+ {
3248
+ "disabled": false,
3249
+ "document": "表名称,模糊匹配",
3250
+ "example": "hbase-meta",
3251
+ "member": "string",
3252
+ "name": "Table",
3253
+ "required": false,
3254
+ "type": "string"
3255
+ },
3256
+ {
3257
+ "disabled": false,
3258
+ "document": "排序的字段,有默认值",
3259
+ "example": "ReadRequestCount",
3260
+ "member": "string",
3261
+ "name": "OrderField",
3262
+ "required": false,
3263
+ "type": "string"
3264
+ },
3265
+ {
3266
+ "disabled": false,
3267
+ "document": "默认为降序,asc代表升序,desc代表降序",
3268
+ "example": "asc",
3269
+ "member": "string",
3270
+ "name": "OrderType",
3271
+ "required": false,
3272
+ "type": "string"
3273
+ }
3274
+ ],
3275
+ "type": "object"
3276
+ },
3277
+ "DescribeHBaseTableOverviewResponse": {
3278
+ "document": "DescribeHBaseTableOverview返回参数结构体",
3279
+ "members": [
3280
+ {
3281
+ "disabled": false,
3282
+ "document": "概览数据数组",
3283
+ "example": "[ { \"Table\":\"hbase_meta\", \"ReadRequestCount\":0, \"WriteRequestCount\":0, \"MemstoreSize\":768, \"StoreFileSize\":17273, \"Operation\":\"Regions,RegionServers\" }]",
3284
+ "member": "OverviewRow",
3285
+ "name": "TableMonitorList",
3286
+ "output_required": true,
3287
+ "type": "list",
3288
+ "value_allowed_null": false
3289
+ },
3290
+ {
3291
+ "disabled": false,
3292
+ "document": "概览数据数组长度",
3293
+ "example": "100",
3294
+ "member": "int64",
3295
+ "name": "TotalCount",
3296
+ "output_required": true,
3297
+ "type": "int",
3298
+ "value_allowed_null": false
3299
+ },
3300
+ {
3301
+ "disabled": false,
3302
+ "document": "表schema信息",
3303
+ "example": "[{ \"Name\":\"Table\", \"Sortable\":false, \"WithFilter\":false, \"Candidates\":null, \"Clickable\":true, \"Title\":\"表名\" }]",
3304
+ "member": "TableSchemaItem",
3305
+ "name": "SchemaList",
3306
+ "output_required": true,
3307
+ "type": "list",
3308
+ "value_allowed_null": false
3309
+ },
3310
+ {
3311
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
3312
+ "member": "string",
3313
+ "name": "RequestId",
3314
+ "type": "string"
3315
+ }
3316
+ ],
3317
+ "type": "object"
3318
+ },
3112
3319
  "DescribeHiveQueriesRequest": {
3113
3320
  "document": "DescribeHiveQueries请求参数结构体",
3114
3321
  "members": [
@@ -5932,6 +6139,24 @@
5932
6139
  "name": "MasterCount",
5933
6140
  "required": false,
5934
6141
  "type": "int"
6142
+ },
6143
+ {
6144
+ "disabled": false,
6145
+ "document": "类型为ComputeResource和EMR以及默认,默认为EMR",
6146
+ "example": "ComputeResource",
6147
+ "member": "string",
6148
+ "name": "ResourceBaseType",
6149
+ "required": false,
6150
+ "type": "string"
6151
+ },
6152
+ {
6153
+ "disabled": false,
6154
+ "document": "计算资源id",
6155
+ "example": "emr-cr-xxxxx",
6156
+ "member": "string",
6157
+ "name": "ComputeResourceId",
6158
+ "required": false,
6159
+ "type": "string"
5935
6160
  }
5936
6161
  ],
5937
6162
  "type": "object"
@@ -6559,6 +6784,34 @@
6559
6784
  ],
6560
6785
  "usage": "both"
6561
6786
  },
6787
+ "MetricTags": {
6788
+ "document": "指标tag",
6789
+ "members": [
6790
+ {
6791
+ "disabled": false,
6792
+ "document": "指标单位\n注意:此字段可能返回 null,表示取不到有效值。",
6793
+ "example": "个",
6794
+ "member": "string",
6795
+ "name": "Unit",
6796
+ "output_required": false,
6797
+ "required": false,
6798
+ "type": "string",
6799
+ "value_allowed_null": true
6800
+ },
6801
+ {
6802
+ "disabled": false,
6803
+ "document": "指标Type\n注意:此字段可能返回 null,表示取不到有效值。",
6804
+ "example": "Amount",
6805
+ "member": "string",
6806
+ "name": "Type",
6807
+ "output_required": false,
6808
+ "required": false,
6809
+ "type": "string",
6810
+ "value_allowed_null": true
6811
+ }
6812
+ ],
6813
+ "usage": "both"
6814
+ },
6562
6815
  "ModifyAutoScaleStrategyRequest": {
6563
6816
  "document": "ModifyAutoScaleStrategy请求参数结构体",
6564
6817
  "members": [
@@ -7947,6 +8200,144 @@
7947
8200
  ],
7948
8201
  "usage": "out"
7949
8202
  },
8203
+ "OverviewMetricData": {
8204
+ "document": "概览数据",
8205
+ "members": [
8206
+ {
8207
+ "disabled": false,
8208
+ "document": "指标名\n注意:此字段可能返回 null,表示取不到有效值。",
8209
+ "example": "EMR.111.NODE.CPU",
8210
+ "member": "string",
8211
+ "name": "Metric",
8212
+ "output_required": true,
8213
+ "required": false,
8214
+ "type": "string",
8215
+ "value_allowed_null": true
8216
+ },
8217
+ {
8218
+ "disabled": false,
8219
+ "document": "第一个数据时间戳\n注意:此字段可能返回 null,表示取不到有效值。",
8220
+ "example": "1708496100",
8221
+ "member": "int64",
8222
+ "name": "First",
8223
+ "output_required": true,
8224
+ "required": false,
8225
+ "type": "int",
8226
+ "value_allowed_null": true
8227
+ },
8228
+ {
8229
+ "disabled": false,
8230
+ "document": "最后一个数据时间戳\n注意:此字段可能返回 null,表示取不到有效值。",
8231
+ "example": "1708499400",
8232
+ "member": "int64",
8233
+ "name": "Last",
8234
+ "output_required": true,
8235
+ "required": false,
8236
+ "type": "int",
8237
+ "value_allowed_null": true
8238
+ },
8239
+ {
8240
+ "disabled": false,
8241
+ "document": "采样点时间间隔\n注意:此字段可能返回 null,表示取不到有效值。",
8242
+ "example": "300",
8243
+ "member": "int64",
8244
+ "name": "Interval",
8245
+ "output_required": true,
8246
+ "required": false,
8247
+ "type": "int",
8248
+ "value_allowed_null": true
8249
+ },
8250
+ {
8251
+ "disabled": false,
8252
+ "document": "采样点数据\n注意:此字段可能返回 null,表示取不到有效值。",
8253
+ "example": "[1.2, 1.4]",
8254
+ "member": "string",
8255
+ "name": "DataPoints",
8256
+ "output_required": true,
8257
+ "required": false,
8258
+ "type": "list",
8259
+ "value_allowed_null": true
8260
+ },
8261
+ {
8262
+ "disabled": false,
8263
+ "document": "指标tags\n注意:此字段可能返回 null,表示取不到有效值。",
8264
+ "example": "无",
8265
+ "member": "MetricTags",
8266
+ "name": "Tags",
8267
+ "output_required": false,
8268
+ "required": false,
8269
+ "type": "object",
8270
+ "value_allowed_null": true
8271
+ }
8272
+ ],
8273
+ "usage": "both"
8274
+ },
8275
+ "OverviewRow": {
8276
+ "document": "Hbase的TableMetric Overview返回",
8277
+ "members": [
8278
+ {
8279
+ "disabled": false,
8280
+ "document": "表名字",
8281
+ "example": "无",
8282
+ "member": "string",
8283
+ "name": "Table",
8284
+ "output_required": true,
8285
+ "type": "string",
8286
+ "value_allowed_null": false
8287
+ },
8288
+ {
8289
+ "disabled": false,
8290
+ "document": "读请求次数",
8291
+ "example": "无",
8292
+ "member": "float",
8293
+ "name": "ReadRequestCount",
8294
+ "output_required": true,
8295
+ "type": "float",
8296
+ "value_allowed_null": false
8297
+ },
8298
+ {
8299
+ "disabled": false,
8300
+ "document": "写请求次数",
8301
+ "example": "无",
8302
+ "member": "float",
8303
+ "name": "WriteRequestCount",
8304
+ "output_required": true,
8305
+ "type": "float",
8306
+ "value_allowed_null": false
8307
+ },
8308
+ {
8309
+ "disabled": false,
8310
+ "document": "当前memstore的size",
8311
+ "example": "无",
8312
+ "member": "float",
8313
+ "name": "MemstoreSize",
8314
+ "output_required": true,
8315
+ "type": "float",
8316
+ "value_allowed_null": false
8317
+ },
8318
+ {
8319
+ "disabled": false,
8320
+ "document": "当前region中StroreFile的size",
8321
+ "example": "无",
8322
+ "member": "float",
8323
+ "name": "StoreFileSize",
8324
+ "output_required": true,
8325
+ "type": "float",
8326
+ "value_allowed_null": false
8327
+ },
8328
+ {
8329
+ "disabled": false,
8330
+ "document": "regions,点击可跳转",
8331
+ "example": "无",
8332
+ "member": "string",
8333
+ "name": "Operation",
8334
+ "output_required": true,
8335
+ "type": "string",
8336
+ "value_allowed_null": false
8337
+ }
8338
+ ],
8339
+ "usage": "out"
8340
+ },
7950
8341
  "PartDetailPriceItem": {
7951
8342
  "document": "用于创建集群价格清单-节点组成部分价格",
7952
8343
  "members": [
@@ -9936,6 +10327,24 @@
9936
10327
  "name": "AutoRenew",
9937
10328
  "required": false,
9938
10329
  "type": "int"
10330
+ },
10331
+ {
10332
+ "disabled": false,
10333
+ "document": "类型为ComputeResource和EMR以及默认,默认为EMR,类型为EMR时,InstanceId生效,类型为ComputeResource时,使用ComputeResourceId标识",
10334
+ "example": "ComputeResource",
10335
+ "member": "string",
10336
+ "name": "ResourceBaseType",
10337
+ "required": false,
10338
+ "type": "string"
10339
+ },
10340
+ {
10341
+ "disabled": false,
10342
+ "document": "计算资源id",
10343
+ "example": "emr-cr-xxxx",
10344
+ "member": "string",
10345
+ "name": "ComputeResourceId",
10346
+ "required": false,
10347
+ "type": "string"
9939
10348
  }
9940
10349
  ],
9941
10350
  "type": "object"
@@ -10482,6 +10891,72 @@
10482
10891
  ],
10483
10892
  "type": "object"
10484
10893
  },
10894
+ "TableSchemaItem": {
10895
+ "document": "表格schema信息",
10896
+ "members": [
10897
+ {
10898
+ "disabled": false,
10899
+ "document": "列标识",
10900
+ "example": "",
10901
+ "member": "string",
10902
+ "name": "Name",
10903
+ "required": true,
10904
+ "type": "string",
10905
+ "value_allowed_null": false
10906
+ },
10907
+ {
10908
+ "disabled": false,
10909
+ "document": "是否可按该列排序",
10910
+ "example": "",
10911
+ "member": "bool",
10912
+ "name": "Sortable",
10913
+ "required": true,
10914
+ "type": "bool",
10915
+ "value_allowed_null": false
10916
+ },
10917
+ {
10918
+ "disabled": false,
10919
+ "document": "是否可筛选",
10920
+ "example": "",
10921
+ "member": "bool",
10922
+ "name": "WithFilter",
10923
+ "required": true,
10924
+ "type": "bool",
10925
+ "value_allowed_null": false
10926
+ },
10927
+ {
10928
+ "disabled": false,
10929
+ "document": "筛选的候选集\n注意:此字段可能返回 null,表示取不到有效值。",
10930
+ "example": "",
10931
+ "member": "string",
10932
+ "name": "Candidates",
10933
+ "required": true,
10934
+ "type": "list",
10935
+ "value_allowed_null": true
10936
+ },
10937
+ {
10938
+ "disabled": false,
10939
+ "document": "是否可点击\n注意:此字段可能返回 null,表示取不到有效值。",
10940
+ "example": "",
10941
+ "member": "bool",
10942
+ "name": "Clickable",
10943
+ "required": true,
10944
+ "type": "bool",
10945
+ "value_allowed_null": true
10946
+ },
10947
+ {
10948
+ "disabled": false,
10949
+ "document": "展示的名字\n注意:此字段可能返回 null,表示取不到有效值。",
10950
+ "example": "",
10951
+ "member": "string",
10952
+ "name": "Title",
10953
+ "required": true,
10954
+ "type": "string",
10955
+ "value_allowed_null": true
10956
+ }
10957
+ ],
10958
+ "usage": "out"
10959
+ },
10485
10960
  "Tag": {
10486
10961
  "document": "标签",
10487
10962
  "members": [
@@ -10600,6 +11075,24 @@
10600
11075
  "name": "ResourceIds",
10601
11076
  "required": false,
10602
11077
  "type": "list"
11078
+ },
11079
+ {
11080
+ "disabled": false,
11081
+ "document": "类型为ComputeResource和EMR以及默认,默认为EMR,类型为EMR时,InstanceId生效,类型为ComputeResource时,使用ComputeResourceId标识",
11082
+ "example": "无",
11083
+ "member": "string",
11084
+ "name": "ResourceBaseType",
11085
+ "required": false,
11086
+ "type": "string"
11087
+ },
11088
+ {
11089
+ "disabled": false,
11090
+ "document": "计算资源ID",
11091
+ "example": "无",
11092
+ "member": "string",
11093
+ "name": "ComputeResourceId",
11094
+ "required": false,
11095
+ "type": "string"
10603
11096
  }
10604
11097
  ],
10605
11098
  "type": "object"
@@ -96,6 +96,22 @@
96
96
  "title": "【监控】查询Appilication统计V2"
97
97
  }
98
98
  ],
99
+ "DescribeEmrOverviewMetrics": [
100
+ {
101
+ "document": "",
102
+ "input": "https://emr.tencentcloudapi.com/?Action=DescribeEmrOverviewData\n&Start=1572447652\n&End=1572448652\n&Downsample=1m-max\n&Metric=HDFS.NN.FILES.TOTAL\n&InstanceId=emr-bemcdx96\n&Tags=\"{\\\"type\\\":\\\"FilesTotal\\\"}\"\n&<公共请求参数>",
103
+ "output": "{\n \"Response\": {\n \"Result\": [\n {\n \"Metric\": \"abc\",\n \"First\": 0,\n \"Last\": 0,\n \"Interval\": 0,\n \"DataPoints\": [\n \"abc\"\n ],\n \"Tags\": {\n \"Unit\": \"abc\",\n \"Type\": \"abc\"\n }\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
104
+ "title": "查询监控概览页指标数据"
105
+ }
106
+ ],
107
+ "DescribeHBaseTableOverview": [
108
+ {
109
+ "document": "",
110
+ "input": "https://emr.tencentcloudapi.com/?Action=DescribeHBaseTableOverview\r\n&InstanceId=emr-111df6u6\r\n&Table=test\r\n&Offset=0\r\n&Limit=10\r\n&OrderField=\r\n&OrderType=\r\n&<公共请求参数>",
111
+ "output": "{\n \"Response\": {\n \"RequestId\": \"63cb3d88-2f61-4ae6-a989-ec4153f2bfd2\",\n \"SchemaList\": [\n {\n \"Name\": \"Table\",\n \"Sortable\": false,\n \"WithFilter\": false,\n \"Candidates\": null,\n \"Clickable\": true,\n \"Title\": \"表名\"\n },\n {\n \"Name\": \"ReadRequestCount\",\n \"Sortable\": true,\n \"WithFilter\": false,\n \"Candidates\": null,\n \"Clickable\": false,\n \"Title\": \"读请求量(个/s)\"\n },\n {\n \"Name\": \"WriteRequestCount\",\n \"Sortable\": true,\n \"WithFilter\": false,\n \"Candidates\": null,\n \"Clickable\": false,\n \"Title\": \"写请求量(个/s)\"\n },\n {\n \"Name\": \"MemstoreSize\",\n \"Sortable\": true,\n \"WithFilter\": false,\n \"Candidates\": null,\n \"Clickable\": false,\n \"Title\": \"Memstore大小(byte)\"\n },\n {\n \"Name\": \"StoreFileSize\",\n \"Sortable\": true,\n \"WithFilter\": false,\n \"Candidates\": null,\n \"Clickable\": false,\n \"Title\": \"Storefile大小(byte)\"\n },\n {\n \"Name\": \"Operation\",\n \"Sortable\": false,\n \"WithFilter\": false,\n \"Candidates\": null,\n \"Clickable\": true,\n \"Title\": \"操作\"\n }\n ],\n \"TableMonitorList\": [\n {\n \"Table\": \"default_TEST\",\n \"ReadRequestCount\": 0,\n \"WriteRequestCount\": 0,\n \"MemstoreSize\": 0,\n \"StoreFileSize\": 0,\n \"Operation\": \"regions\"\n },\n {\n \"Table\": \"default_test\",\n \"ReadRequestCount\": 0,\n \"WriteRequestCount\": 0,\n \"MemstoreSize\": 0,\n \"StoreFileSize\": 4950,\n \"Operation\": \"regions\"\n }\n ],\n \"TotalCount\": 2\n }\n}",
112
+ "title": "查询Hbase表监控概览信息"
113
+ }
114
+ ],
99
115
  "DescribeHiveQueries": [
100
116
  {
101
117
  "document": "获取Hive查询语句",
@@ -215,7 +215,7 @@
215
215
  {
216
216
  "disabled": false,
217
217
  "document": "子标签名称,如色情--性行为;当未命中子标签时,返回空字符串;",
218
- "example": "SexBehavior",
218
+ "example": "SexyBehavior",
219
219
  "member": "string",
220
220
  "name": "SubLabel",
221
221
  "output_required": true,
@@ -4,7 +4,7 @@
4
4
  {
5
5
  "document": "图片同步检测",
6
6
  "input": "POST / HTTP/1.1\nHost: ims.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ImageModeration\n<公共请求参数>\n\n{\n \"BizType\": \"test_1001\",\n \"DataId\": \"1213\",\n \"FileUrl\": \"https://xxx.jpg\"\n}",
7
- "output": "{\n \"Response\": {\n \"RequestId\": \"a61237dd-c2a0-43e7-a3da-d27022d39ba7\",\n \"DataId\": \"a61237dd-c2a0-43e7-a3da-d27022d39ba7\",\n \"BizType\": \"test_1001\",\n \"Suggestion\": \"Block\",\n \"Label\": \"Porn\",\n \"SubLabel\": \"SexBehavior\",\n \"Score\": 90,\n \"HitFlag\": 1,\n \"LabelResults\": [\n {\n \"Scene\": \"Porn\",\n \"Suggestion\": \"Block\",\n \"Label\": \"Porn\",\n \"SubLabel\": \"SexBehavior\",\n \"Score\": 90,\n \"Details\": [\n {\n \"Id\": 0,\n \"Name\": \"SexBehavior\",\n \"Score\": 90\n }\n ]\n }\n ],\n \"ObjectResults\": [\n {\n \"Scene\": \"QrCode\",\n \"Suggestion\": \"Block\",\n \"Label\": \"Ad\",\n \"SubLabel\": \"\",\n \"Score\": 100,\n \"Names\": [\n \"QRCODE\"\n ],\n \"Details\": [\n {\n \"Id\": 0,\n \"Name\": \"QRCODE\",\n \"Value\": \"https://test.com/test\",\n \"Score\": 100,\n \"Location\": {\n \"X\": 155.01746,\n \"Y\": 396.01746,\n \"Width\": 769.9824,\n \"Height\": 769.98254,\n \"Rotate\": 0\n },\n \"SubLabel\": \"abc\",\n \"GroupId\": \"abc\",\n \"ObjectId\": \"abc\"\n }\n ]\n }\n ],\n \"OcrResults\": [\n {\n \"HitFlag\": 0,\n \"Scene\": \"OCR\",\n \"Suggestion\": \"Pass\",\n \"Label\": \"Normal\",\n \"SubLabel\": \"\",\n \"Score\": 0,\n \"Text\": \"hello world\",\n \"Details\": [\n {\n \"Text\": \"hello world\",\n \"Label\": \"\",\n \"LibId\": \"\",\n \"LibName\": \"\",\n \"Keywords\": [],\n \"Rate\": 0,\n \"Score\": 0,\n \"Location\": {\n \"X\": 8,\n \"Y\": 0,\n \"Width\": 111,\n \"Height\": 19,\n \"Rotate\": 0\n }\n }\n ]\n }\n ],\n \"LibResults\": [\n {\n \"Scene\": \"Similar\",\n \"Label\": \"Porn\",\n \"SubLabel\": \"\",\n \"Score\": 99,\n \"Details\": [\n {\n \"LibName\": \"123\",\n \"Score\": 99,\n \"Label\": \"Porn\",\n \"Tag\": \"\",\n \"ImageId\": \"111\",\n \"Id\": 0,\n \"LibId\": \"\"\n }\n ],\n \"Suggestion\": \"Block\"\n }\n ],\n \"RecognitionResults\": [\n {\n \"Label\": \"Scene\",\n \"Tags\": [\n {\n \"Name\": \"MedicalImage\",\n \"Score\": 30,\n \"Location\": {\n \"X\": 0,\n \"Y\": 0,\n \"Width\": 0,\n \"Height\": 0,\n \"Rotate\": 0\n }\n }\n ]\n }\n ],\n \"Extra\": \"\"\n }\n}",
7
+ "output": "{\n \"Response\": {\n \"RequestId\": \"a61237dd-c2a0-43e7-a3da-d27022d39ba7\",\n \"DataId\": \"a61237dd-c2a0-43e7-a3da-d27022d39ba7\",\n \"BizType\": \"test_1001\",\n \"Suggestion\": \"Block\",\n \"Label\": \"Porn\",\n \"SubLabel\": \"SexyBehavior\",\n \"Score\": 90,\n \"HitFlag\": 1,\n \"LabelResults\": [\n {\n \"Scene\": \"Porn\",\n \"Suggestion\": \"Block\",\n \"Label\": \"Porn\",\n \"SubLabel\": \"SexyBehavior\",\n \"Score\": 90,\n \"Details\": [\n {\n \"Id\": 0,\n \"Name\": \"SexBehavior\",\n \"Score\": 90\n }\n ]\n }\n ],\n \"ObjectResults\": [\n {\n \"Scene\": \"QrCode\",\n \"Suggestion\": \"Block\",\n \"Label\": \"Ad\",\n \"SubLabel\": \"\",\n \"Score\": 100,\n \"Names\": [\n \"QRCODE\"\n ],\n \"Details\": [\n {\n \"Id\": 0,\n \"Name\": \"QRCODE\",\n \"Value\": \"https://test.com/test\",\n \"Score\": 100,\n \"Location\": {\n \"X\": 155.01746,\n \"Y\": 396.01746,\n \"Width\": 769.9824,\n \"Height\": 769.98254,\n \"Rotate\": 0\n },\n \"SubLabel\": \"abc\",\n \"GroupId\": \"abc\",\n \"ObjectId\": \"abc\"\n }\n ]\n }\n ],\n \"OcrResults\": [\n {\n \"HitFlag\": 0,\n \"Scene\": \"OCR\",\n \"Suggestion\": \"Pass\",\n \"Label\": \"Normal\",\n \"SubLabel\": \"\",\n \"Score\": 0,\n \"Text\": \"hello world\",\n \"Details\": [\n {\n \"Text\": \"hello world\",\n \"Label\": \"\",\n \"LibId\": \"\",\n \"LibName\": \"\",\n \"Keywords\": [],\n \"Rate\": 0,\n \"Score\": 0,\n \"Location\": {\n \"X\": 8,\n \"Y\": 0,\n \"Width\": 111,\n \"Height\": 19,\n \"Rotate\": 0\n }\n }\n ]\n }\n ],\n \"LibResults\": [\n {\n \"Scene\": \"Similar\",\n \"Label\": \"Porn\",\n \"SubLabel\": \"\",\n \"Score\": 99,\n \"Details\": [\n {\n \"LibName\": \"123\",\n \"Score\": 99,\n \"Label\": \"Porn\",\n \"Tag\": \"\",\n \"ImageId\": \"111\",\n \"Id\": 0,\n \"LibId\": \"\"\n }\n ],\n \"Suggestion\": \"Block\"\n }\n ],\n \"RecognitionResults\": [\n {\n \"Label\": \"Scene\",\n \"Tags\": [\n {\n \"Name\": \"MedicalImage\",\n \"Score\": 30,\n \"Location\": {\n \"X\": 0,\n \"Y\": 0,\n \"Width\": 0,\n \"Height\": 0,\n \"Rotate\": 0\n }\n }\n ]\n }\n ],\n \"Extra\": \"\"\n }\n}",
8
8
  "title": "图片同步检测"
9
9
  }
10
10
  ]
@@ -321,7 +321,7 @@
321
321
  {
322
322
  "disabled": false,
323
323
  "document": "该字段用于返回检测结果所命中优先级最高的恶意标签下的子标签名称,如:*色情--性行为*;若未命中任何子标签则返回空字符串。",
324
- "example": "SexBehavior",
324
+ "example": "SexyBehavior",
325
325
  "member": "string",
326
326
  "name": "SubLabel",
327
327
  "output_required": true,
@@ -12,7 +12,7 @@
12
12
  {
13
13
  "document": "图片同步检测",
14
14
  "input": "POST / HTTP/1.1\nHost: ims.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ImageModeration\n<公共请求参数>\n\n{\n \"BizType\": \"test_1001\",\n \"DataId\": \"1213\",\n \"FileUrl\": \"https://xxx.jpg\"\n}",
15
- "output": "{\n \"Response\": {\n \"RequestId\": \"a61237dd-c2a0-43e7-a3da-d27022d39ba7\",\n \"DataId\": \"a61237dd-c2a0-43e7-a3da-d27022d39ba7\",\n \"BizType\": \"test_1001\",\n \"Suggestion\": \"Block\",\n \"FileMD5\": \"\",\n \"Label\": \"Porn\",\n \"SubLabel\": \"SexBehavior\",\n \"Score\": 90,\n \"LabelResults\": [\n {\n \"Scene\": \"Porn\",\n \"Suggestion\": \"Block\",\n \"Label\": \"Porn\",\n \"SubLabel\": \"SexBehavior\",\n \"Score\": 90,\n \"Details\": []\n }\n ],\n \"ObjectResults\": [\n {\n \"Scene\": \"QrCode\",\n \"Suggestion\": \"Block\",\n \"Label\": \"Ad\",\n \"SubLabel\": \"\",\n \"Score\": 100,\n \"Names\": [\n \"QRCODE\"\n ],\n \"Details\": [\n {\n \"Id\": 0,\n \"Name\": \"QRCODE\",\n \"Value\": \"https://test.com/test\",\n \"ObjectId\": \"\",\n \"SubLabel\": \"QRCODE\",\n \"Score\": 100,\n \"Location\": {\n \"X\": 155.01746,\n \"Y\": 396.01746,\n \"Width\": 769.9824,\n \"Height\": 769.98254,\n \"Rotate\": 0\n }\n }\n ]\n }\n ],\n \"OcrResults\": [],\n \"LibResults\": [],\n \"RecognitionResults\": [],\n \"Extra\": \"\"\n }\n}",
15
+ "output": "{\n \"Response\": {\n \"RequestId\": \"a61237dd-c2a0-43e7-a3da-d27022d39ba7\",\n \"DataId\": \"a61237dd-c2a0-43e7-a3da-d27022d39ba7\",\n \"BizType\": \"test_1001\",\n \"Suggestion\": \"Block\",\n \"FileMD5\": \"\",\n \"Label\": \"Porn\",\n \"SubLabel\": \"SexyBehavior\",\n \"Score\": 90,\n \"LabelResults\": [\n {\n \"Scene\": \"Porn\",\n \"Suggestion\": \"Block\",\n \"Label\": \"Porn\",\n \"SubLabel\": \"SexyBehavior\",\n \"Score\": 90,\n \"Details\": []\n }\n ],\n \"ObjectResults\": [\n {\n \"Scene\": \"QrCode\",\n \"Suggestion\": \"Block\",\n \"Label\": \"Ad\",\n \"SubLabel\": \"\",\n \"Score\": 100,\n \"Names\": [\n \"QRCODE\"\n ],\n \"Details\": [\n {\n \"Id\": 0,\n \"Name\": \"QRCODE\",\n \"Value\": \"https://test.com/test\",\n \"ObjectId\": \"\",\n \"SubLabel\": \"QRCODE\",\n \"Score\": 100,\n \"Location\": {\n \"X\": 155.01746,\n \"Y\": 396.01746,\n \"Width\": 769.9824,\n \"Height\": 769.98254,\n \"Rotate\": 0\n }\n }\n ]\n }\n ],\n \"OcrResults\": [],\n \"LibResults\": [],\n \"RecognitionResults\": [],\n \"Extra\": \"\"\n }\n}",
16
16
  "title": "图片同步检测"
17
17
  }
18
18
  ]