tccli 3.0.1039.1__py2.py3-none-any.whl → 3.0.1040.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/examples/billing/v20180709/DescribeDosageDetailList.md +63 -0
- tccli/examples/cfw/v20190904/DescribeIdsWhiteRule.md +10 -0
- tccli/examples/tdmq/v20200217/ModifyEnvironmentRole.md +4 -4
- tccli/examples/tione/v20211111/DescribeLatestTrainingMetrics.md +8 -2
- tccli/examples/tione/v20211111/DescribeNotebooks.md +15 -2
- tccli/examples/vod/v20180717/ComposeMedia.md +6 -6
- tccli/examples/vod/v20180717/CreateCLSLogset.md +21 -0
- tccli/examples/vod/v20180717/CreateCLSTopic.md +23 -0
- tccli/examples/vod/v20180717/DeleteCLSTopic.md +20 -0
- tccli/examples/vod/v20180717/DescribeCLSLogsets.md +26 -0
- tccli/examples/vod/v20180717/DescribeCLSPushTargets.md +38 -0
- tccli/examples/vod/v20180717/DescribeCLSTopics.md +31 -0
- tccli/examples/vod/v20180717/SetCLSPushTarget.md +25 -0
- tccli/services/billing/billing_client.py +61 -8
- tccli/services/billing/v20180709/api.json +323 -0
- tccli/services/billing/v20180709/examples.json +8 -0
- tccli/services/cfs/v20190719/api.json +9 -0
- tccli/services/cfw/v20190904/api.json +76 -0
- tccli/services/cfw/v20190904/examples.json +1 -1
- tccli/services/clb/v20180317/api.json +1 -1
- tccli/services/ess/v20201111/api.json +1 -1
- tccli/services/essbasic/v20210526/api.json +27 -27
- tccli/services/mps/v20190612/api.json +40 -2
- tccli/services/tdmq/v20200217/examples.json +2 -2
- tccli/services/teo/v20220901/api.json +1 -0
- tccli/services/tione/v20211111/api.json +205 -75
- tccli/services/tione/v20211111/examples.json +2 -2
- tccli/services/trtc/v20190722/api.json +12 -3
- tccli/services/vod/v20180717/api.json +555 -0
- tccli/services/vod/v20180717/examples.json +57 -1
- tccli/services/vod/vod_client.py +375 -4
- {tccli-3.0.1039.1.dist-info → tccli-3.0.1040.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1039.1.dist-info → tccli-3.0.1040.1.dist-info}/RECORD +37 -29
- {tccli-3.0.1039.1.dist-info → tccli-3.0.1040.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1039.1.dist-info → tccli-3.0.1040.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1039.1.dist-info → tccli-3.0.1040.1.dist-info}/license_files/LICENSE +0 -0
@@ -175,6 +175,13 @@
|
|
175
175
|
"output": "DescribeDosageDetailByDateResponse",
|
176
176
|
"status": "online"
|
177
177
|
},
|
178
|
+
"DescribeDosageDetailList": {
|
179
|
+
"document": "获取已接入标准用量明细模板产品的用量明细数据,目前已接入并支持查询的产品包括:云联络中心、实时音视频、实时音视频、智能媒资托管、CODING DevOps、全球IP应用加速",
|
180
|
+
"input": "DescribeDosageDetailListRequest",
|
181
|
+
"name": "获取计量标准接入类产品用量明细",
|
182
|
+
"output": "DescribeDosageDetailListResponse",
|
183
|
+
"status": "online"
|
184
|
+
},
|
178
185
|
"DescribeSavingPlanCoverage": {
|
179
186
|
"document": "查询当前用户节省计划覆盖率明细数据,如无特别说明,金额单位均为元(国内站)或者美元(国际站)。",
|
180
187
|
"input": "DescribeSavingPlanCoverageRequest",
|
@@ -6169,6 +6176,212 @@
|
|
6169
6176
|
],
|
6170
6177
|
"type": "object"
|
6171
6178
|
},
|
6179
|
+
"DescribeDosageDetail": {
|
6180
|
+
"document": "计量标准接入类产品支持API接口获取用量明细返回数据结构",
|
6181
|
+
"members": [
|
6182
|
+
{
|
6183
|
+
"disabled": false,
|
6184
|
+
"document": "日期\n注意:此字段可能返回 null,表示取不到有效值。",
|
6185
|
+
"example": "2023-09-01",
|
6186
|
+
"member": "string",
|
6187
|
+
"name": "Date",
|
6188
|
+
"output_required": false,
|
6189
|
+
"type": "string",
|
6190
|
+
"value_allowed_null": true
|
6191
|
+
},
|
6192
|
+
{
|
6193
|
+
"disabled": false,
|
6194
|
+
"document": "账号 ID 是用户在腾讯云的唯一账号标识\n注意:此字段可能返回 null,表示取不到有效值。",
|
6195
|
+
"example": "无",
|
6196
|
+
"member": "string",
|
6197
|
+
"name": "Uin",
|
6198
|
+
"output_required": false,
|
6199
|
+
"type": "string",
|
6200
|
+
"value_allowed_null": true
|
6201
|
+
},
|
6202
|
+
{
|
6203
|
+
"disabled": false,
|
6204
|
+
"document": "用量统计类型\n注意:此字段可能返回 null,表示取不到有效值。",
|
6205
|
+
"example": "minute",
|
6206
|
+
"member": "string",
|
6207
|
+
"name": "DosageType",
|
6208
|
+
"output_required": false,
|
6209
|
+
"type": "string",
|
6210
|
+
"value_allowed_null": true
|
6211
|
+
},
|
6212
|
+
{
|
6213
|
+
"disabled": false,
|
6214
|
+
"document": "产品编码\n注意:此字段可能返回 null,表示取不到有效值。",
|
6215
|
+
"example": "p_dsa",
|
6216
|
+
"member": "string",
|
6217
|
+
"name": "ProductCode",
|
6218
|
+
"output_required": false,
|
6219
|
+
"type": "string",
|
6220
|
+
"value_allowed_null": true
|
6221
|
+
},
|
6222
|
+
{
|
6223
|
+
"disabled": false,
|
6224
|
+
"document": "子产品编码\n注意:此字段可能返回 null,表示取不到有效值。",
|
6225
|
+
"example": "sp_rav_audio_video",
|
6226
|
+
"member": "string",
|
6227
|
+
"name": "SubProductCode",
|
6228
|
+
"output_required": false,
|
6229
|
+
"type": "string",
|
6230
|
+
"value_allowed_null": true
|
6231
|
+
},
|
6232
|
+
{
|
6233
|
+
"disabled": false,
|
6234
|
+
"document": "组件类型编码\n\n注意:此字段可能返回 null,表示取不到有效值。",
|
6235
|
+
"example": "v_rav_time",
|
6236
|
+
"member": "string",
|
6237
|
+
"name": "BillingItemCode",
|
6238
|
+
"output_required": false,
|
6239
|
+
"type": "string",
|
6240
|
+
"value_allowed_null": true
|
6241
|
+
},
|
6242
|
+
{
|
6243
|
+
"disabled": false,
|
6244
|
+
"document": "组件编码\n注意:此字段可能返回 null,表示取不到有效值。",
|
6245
|
+
"example": "sv_rav_time_subscribe",
|
6246
|
+
"member": "string",
|
6247
|
+
"name": "SubBillingItemCode",
|
6248
|
+
"output_required": false,
|
6249
|
+
"type": "string",
|
6250
|
+
"value_allowed_null": true
|
6251
|
+
},
|
6252
|
+
{
|
6253
|
+
"disabled": false,
|
6254
|
+
"document": "产品名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
6255
|
+
"example": "实时音视频",
|
6256
|
+
"member": "string",
|
6257
|
+
"name": "ProductCodeName",
|
6258
|
+
"output_required": false,
|
6259
|
+
"type": "string",
|
6260
|
+
"value_allowed_null": true
|
6261
|
+
},
|
6262
|
+
{
|
6263
|
+
"disabled": false,
|
6264
|
+
"document": "子产品名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
6265
|
+
"example": "实时音视频-音视频通话",
|
6266
|
+
"member": "string",
|
6267
|
+
"name": "SubProductCodeName",
|
6268
|
+
"output_required": false,
|
6269
|
+
"type": "string",
|
6270
|
+
"value_allowed_null": true
|
6271
|
+
},
|
6272
|
+
{
|
6273
|
+
"disabled": false,
|
6274
|
+
"document": "组件类型\n注意:此字段可能返回 null,表示取不到有效值。",
|
6275
|
+
"example": "时长",
|
6276
|
+
"member": "string",
|
6277
|
+
"name": "BillingItemCodeName",
|
6278
|
+
"output_required": false,
|
6279
|
+
"type": "string",
|
6280
|
+
"value_allowed_null": true
|
6281
|
+
},
|
6282
|
+
{
|
6283
|
+
"disabled": false,
|
6284
|
+
"document": "组件\n注意:此字段可能返回 null,表示取不到有效值。",
|
6285
|
+
"example": "订阅时长",
|
6286
|
+
"member": "string",
|
6287
|
+
"name": "SubBillingItemCodeName",
|
6288
|
+
"output_required": false,
|
6289
|
+
"type": "string",
|
6290
|
+
"value_allowed_null": true
|
6291
|
+
},
|
6292
|
+
{
|
6293
|
+
"disabled": false,
|
6294
|
+
"document": "用量单位\n注意:此字段可能返回 null,表示取不到有效值。",
|
6295
|
+
"example": "分钟",
|
6296
|
+
"member": "string",
|
6297
|
+
"name": "DosageUnit",
|
6298
|
+
"output_required": false,
|
6299
|
+
"type": "string",
|
6300
|
+
"value_allowed_null": true
|
6301
|
+
},
|
6302
|
+
{
|
6303
|
+
"disabled": false,
|
6304
|
+
"document": "用量起始时间\n注意:此字段可能返回 null,表示取不到有效值。",
|
6305
|
+
"example": "2023-02-01 00:00:00",
|
6306
|
+
"member": "string",
|
6307
|
+
"name": "DosageBeginTime",
|
6308
|
+
"output_required": false,
|
6309
|
+
"type": "string",
|
6310
|
+
"value_allowed_null": true
|
6311
|
+
},
|
6312
|
+
{
|
6313
|
+
"disabled": false,
|
6314
|
+
"document": "用量截止时间\n注意:此字段可能返回 null,表示取不到有效值。",
|
6315
|
+
"example": "2023-02-01 00:05:00",
|
6316
|
+
"member": "string",
|
6317
|
+
"name": "DosageEndTime",
|
6318
|
+
"output_required": false,
|
6319
|
+
"type": "string",
|
6320
|
+
"value_allowed_null": true
|
6321
|
+
},
|
6322
|
+
{
|
6323
|
+
"disabled": false,
|
6324
|
+
"document": "标准用量\n注意:此字段可能返回 null,表示取不到有效值。",
|
6325
|
+
"example": "6",
|
6326
|
+
"member": "float",
|
6327
|
+
"name": "DosageValue",
|
6328
|
+
"output_required": false,
|
6329
|
+
"type": "float",
|
6330
|
+
"value_allowed_null": true
|
6331
|
+
},
|
6332
|
+
{
|
6333
|
+
"disabled": false,
|
6334
|
+
"document": "抵扣用量\n注意:此字段可能返回 null,表示取不到有效值。",
|
6335
|
+
"example": "0",
|
6336
|
+
"member": "float",
|
6337
|
+
"name": "DeductValue",
|
6338
|
+
"output_required": false,
|
6339
|
+
"type": "float",
|
6340
|
+
"value_allowed_null": true
|
6341
|
+
},
|
6342
|
+
{
|
6343
|
+
"disabled": false,
|
6344
|
+
"document": "抵扣余量\n注意:此字段可能返回 null,表示取不到有效值。",
|
6345
|
+
"example": "6",
|
6346
|
+
"member": "float",
|
6347
|
+
"name": "RemainValue",
|
6348
|
+
"output_required": false,
|
6349
|
+
"type": "float",
|
6350
|
+
"value_allowed_null": true
|
6351
|
+
},
|
6352
|
+
{
|
6353
|
+
"disabled": false,
|
6354
|
+
"document": "sdkAppId\n注意:此字段可能返回 null,表示取不到有效值。",
|
6355
|
+
"example": "1400706048",
|
6356
|
+
"member": "string",
|
6357
|
+
"name": "SdkAppId",
|
6358
|
+
"output_required": false,
|
6359
|
+
"type": "string",
|
6360
|
+
"value_allowed_null": true
|
6361
|
+
},
|
6362
|
+
{
|
6363
|
+
"disabled": false,
|
6364
|
+
"document": "其他信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
6365
|
+
"example": "[{\"Key\":\"tgr\",\"Value\":\"超高清\"}]",
|
6366
|
+
"member": "JsonObject",
|
6367
|
+
"name": "AttrStr",
|
6368
|
+
"output_required": false,
|
6369
|
+
"type": "list",
|
6370
|
+
"value_allowed_null": true
|
6371
|
+
},
|
6372
|
+
{
|
6373
|
+
"disabled": false,
|
6374
|
+
"document": "用量模板名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
6375
|
+
"example": "[\"实时音视频_时长_5分钟\", \"实时音视频_时长_5分钟\"]",
|
6376
|
+
"member": "string",
|
6377
|
+
"name": "SheetName",
|
6378
|
+
"output_required": false,
|
6379
|
+
"type": "list",
|
6380
|
+
"value_allowed_null": true
|
6381
|
+
}
|
6382
|
+
],
|
6383
|
+
"usage": "out"
|
6384
|
+
},
|
6172
6385
|
"DescribeDosageDetailByDateRequest": {
|
6173
6386
|
"document": "DescribeDosageDetailByDate请求参数结构体",
|
6174
6387
|
"members": [
|
@@ -6281,6 +6494,88 @@
|
|
6281
6494
|
],
|
6282
6495
|
"type": "object"
|
6283
6496
|
},
|
6497
|
+
"DescribeDosageDetailListRequest": {
|
6498
|
+
"document": "DescribeDosageDetailList请求参数结构体",
|
6499
|
+
"members": [
|
6500
|
+
{
|
6501
|
+
"disabled": false,
|
6502
|
+
"document": "用量起始时间,如:2023-02-01",
|
6503
|
+
"example": "2023-02-01",
|
6504
|
+
"member": "string",
|
6505
|
+
"name": "StartTime",
|
6506
|
+
"required": true,
|
6507
|
+
"type": "string"
|
6508
|
+
},
|
6509
|
+
{
|
6510
|
+
"disabled": false,
|
6511
|
+
"document": "用量截止时间,如:2023-02-28",
|
6512
|
+
"example": "2023-02-28",
|
6513
|
+
"member": "string",
|
6514
|
+
"name": "EndTime",
|
6515
|
+
"required": true,
|
6516
|
+
"type": "string"
|
6517
|
+
},
|
6518
|
+
{
|
6519
|
+
"disabled": false,
|
6520
|
+
"document": "产品编码,已支持查询的产品如下:\np_ccc(云联络中心)\np_rav(实时音视频)\np_pstn(号码保护)\np_smh(智能媒资托管)\np_coding_devops(CODING DevOps)\np_dsa(全球IP应用加速)",
|
6521
|
+
"example": "p_ccc",
|
6522
|
+
"member": "string",
|
6523
|
+
"name": "ProductCode",
|
6524
|
+
"required": true,
|
6525
|
+
"type": "string"
|
6526
|
+
},
|
6527
|
+
{
|
6528
|
+
"disabled": false,
|
6529
|
+
"document": "数据偏移量(从0开始)",
|
6530
|
+
"example": "0",
|
6531
|
+
"member": "uint64",
|
6532
|
+
"name": "Offset",
|
6533
|
+
"required": true,
|
6534
|
+
"type": "int"
|
6535
|
+
},
|
6536
|
+
{
|
6537
|
+
"disabled": false,
|
6538
|
+
"document": "单次数据量(最大3000)",
|
6539
|
+
"example": "100",
|
6540
|
+
"member": "int64",
|
6541
|
+
"name": "Limit",
|
6542
|
+
"required": true,
|
6543
|
+
"type": "int"
|
6544
|
+
},
|
6545
|
+
{
|
6546
|
+
"disabled": false,
|
6547
|
+
"document": "用量统计类型:用量明细的数据统计汇总周期类型,包括minute-按5分钟汇总、hour-按小时汇总、day-按天汇总、month-按月汇总、comm-其他,默认查询所有类型明细,目前各产品已支持的统计类型如下:\np_ccc(云联络中心):comm、day\np_rav(实时音视频):minute、day\np_pstn(号码保护):comm\np_smh(智能媒资托管):day\np_coding_devops(CODING DevOps):comm、day\np_dsa(全球IP应用加速):minute",
|
6548
|
+
"example": "minute",
|
6549
|
+
"member": "string",
|
6550
|
+
"name": "DosageType",
|
6551
|
+
"required": false,
|
6552
|
+
"type": "string"
|
6553
|
+
}
|
6554
|
+
],
|
6555
|
+
"type": "object"
|
6556
|
+
},
|
6557
|
+
"DescribeDosageDetailListResponse": {
|
6558
|
+
"document": "DescribeDosageDetailList返回参数结构体",
|
6559
|
+
"members": [
|
6560
|
+
{
|
6561
|
+
"disabled": false,
|
6562
|
+
"document": "用量明细集合",
|
6563
|
+
"example": "无",
|
6564
|
+
"member": "DescribeDosageDetail",
|
6565
|
+
"name": "Record",
|
6566
|
+
"output_required": false,
|
6567
|
+
"type": "list",
|
6568
|
+
"value_allowed_null": false
|
6569
|
+
},
|
6570
|
+
{
|
6571
|
+
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
6572
|
+
"member": "string",
|
6573
|
+
"name": "RequestId",
|
6574
|
+
"type": "string"
|
6575
|
+
}
|
6576
|
+
],
|
6577
|
+
"type": "object"
|
6578
|
+
},
|
6284
6579
|
"DescribeSavingPlanCoverageRequest": {
|
6285
6580
|
"document": "DescribeSavingPlanCoverage请求参数结构体",
|
6286
6581
|
"members": [
|
@@ -7280,6 +7575,34 @@
|
|
7280
7575
|
],
|
7281
7576
|
"usage": "out"
|
7282
7577
|
},
|
7578
|
+
"JsonObject": {
|
7579
|
+
"document": "Json对象",
|
7580
|
+
"members": [
|
7581
|
+
{
|
7582
|
+
"disabled": false,
|
7583
|
+
"document": "key值",
|
7584
|
+
"example": "无",
|
7585
|
+
"member": "string",
|
7586
|
+
"name": "Key",
|
7587
|
+
"output_required": false,
|
7588
|
+
"required": false,
|
7589
|
+
"type": "string",
|
7590
|
+
"value_allowed_null": false
|
7591
|
+
},
|
7592
|
+
{
|
7593
|
+
"disabled": false,
|
7594
|
+
"document": "value值",
|
7595
|
+
"example": "无",
|
7596
|
+
"member": "string",
|
7597
|
+
"name": "Value",
|
7598
|
+
"output_required": false,
|
7599
|
+
"required": false,
|
7600
|
+
"type": "string",
|
7601
|
+
"value_allowed_null": false
|
7602
|
+
}
|
7603
|
+
],
|
7604
|
+
"usage": "both"
|
7605
|
+
},
|
7283
7606
|
"PayDealsRequest": {
|
7284
7607
|
"document": "PayDeals请求参数结构体",
|
7285
7608
|
"members": [
|
@@ -254,6 +254,14 @@
|
|
254
254
|
"title": "CLB、EIP,视频直播业务按日期获取用量明细"
|
255
255
|
}
|
256
256
|
],
|
257
|
+
"DescribeDosageDetailList": [
|
258
|
+
{
|
259
|
+
"document": "获取用量明细数据",
|
260
|
+
"input": "POST / HTTP/1.1\nHost: billing.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDosageDetailList\n<公共请求参数>\n\n{\n \"Offset\": 43150,\n \"Limit\": 3,\n \"StartTime\": \"2023-09-01\",\n \"EndTime\": \"2023-09-30\",\n \"ProductCode\": \"p_dsa\"\n}",
|
261
|
+
"output": "{\n \"Response\": {\n \"Record\": [\n {\n \"AttrStr\": [\n {\n \"Key\": \"zoneId\",\n \"Value\": \"470004\"\n },\n {\n \"Key\": \"dayPeek\",\n \"Value\": \"4872430721\"\n },\n {\n \"Key\": \"regionId\",\n \"Value\": \"47\"\n }\n ],\n \"BillingItemCode\": \"v_dsa_gipa_bandwidth_game\",\n \"BillingItemCodeName\": \"全球IP应用加速-游戏加速带宽\",\n \"Date\": \"2023-09-01\",\n \"DeductValue\": 0,\n \"DosageBeginTime\": \"2023-09-01 00:02:00\",\n \"DosageEndTime\": \"2023-09-01 00:02:59\",\n \"DosageType\": \"minute\",\n \"DosageUnit\": \"Mbps\",\n \"DosageValue\": 2206972795,\n \"ProductCode\": \"p_dsa\",\n \"ProductCodeName\": \"全站加速网络ECDN\",\n \"RemainValue\": 2206972795,\n \"SdkAppId\": \"\",\n \"SheetName\": [\n \"全球IP应用加速_1分钟\"\n ],\n \"SubBillingItemCode\": \"sv_dsa_gipa_bandwidth_game_yd_month\",\n \"SubBillingItemCodeName\": \"GIPA-游戏加速带宽-移动网络-按月结算\",\n \"SubProductCode\": \"sp_dsa_gipa\",\n \"SubProductCodeName\": \"全球IP应用加速\",\n \"Uin\": \"909619400\"\n }\n ],\n \"RequestId\": \"184cd45e-d2e1-4043-a47b-183617836e25\"\n }\n}",
|
262
|
+
"title": "获取用量明细数据"
|
263
|
+
}
|
264
|
+
],
|
257
265
|
"DescribeSavingPlanCoverage": [
|
258
266
|
{
|
259
267
|
"document": "查询节省计划覆盖率数据",
|
@@ -2097,6 +2097,15 @@
|
|
2097
2097
|
"name": "Limit",
|
2098
2098
|
"required": false,
|
2099
2099
|
"type": "int"
|
2100
|
+
},
|
2101
|
+
{
|
2102
|
+
"disabled": false,
|
2103
|
+
"document": "用户自定义名称",
|
2104
|
+
"example": "test_fs",
|
2105
|
+
"member": "string",
|
2106
|
+
"name": "CreationToken",
|
2107
|
+
"required": false,
|
2108
|
+
"type": "string"
|
2100
2109
|
}
|
2101
2110
|
],
|
2102
2111
|
"type": "object"
|
@@ -5564,6 +5564,16 @@
|
|
5564
5564
|
"type": "int",
|
5565
5565
|
"value_allowed_null": false
|
5566
5566
|
},
|
5567
|
+
{
|
5568
|
+
"disabled": false,
|
5569
|
+
"document": "规则详情",
|
5570
|
+
"example": "无",
|
5571
|
+
"member": "IdsWhiteInfo",
|
5572
|
+
"name": "Data",
|
5573
|
+
"output_required": false,
|
5574
|
+
"type": "list",
|
5575
|
+
"value_allowed_null": false
|
5576
|
+
},
|
5567
5577
|
{
|
5568
5578
|
"disabled": false,
|
5569
5579
|
"document": "返回状态码 0 成功 非0不成功",
|
@@ -8000,6 +8010,72 @@
|
|
8000
8010
|
],
|
8001
8011
|
"usage": "out"
|
8002
8012
|
},
|
8013
|
+
"IdsWhiteInfo": {
|
8014
|
+
"document": "入侵防御规则白名单详情",
|
8015
|
+
"members": [
|
8016
|
+
{
|
8017
|
+
"disabled": false,
|
8018
|
+
"document": "白名单唯一ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
8019
|
+
"example": "50",
|
8020
|
+
"member": "int64",
|
8021
|
+
"name": "Id",
|
8022
|
+
"output_required": false,
|
8023
|
+
"type": "int",
|
8024
|
+
"value_allowed_null": true
|
8025
|
+
},
|
8026
|
+
{
|
8027
|
+
"disabled": false,
|
8028
|
+
"document": "源IP\n注意:此字段可能返回 null,表示取不到有效值。",
|
8029
|
+
"example": "10.23.22.1",
|
8030
|
+
"member": "string",
|
8031
|
+
"name": "SrcIp",
|
8032
|
+
"output_required": false,
|
8033
|
+
"type": "string",
|
8034
|
+
"value_allowed_null": true
|
8035
|
+
},
|
8036
|
+
{
|
8037
|
+
"disabled": false,
|
8038
|
+
"document": "目的IP\n注意:此字段可能返回 null,表示取不到有效值。",
|
8039
|
+
"example": "10.23.22.2",
|
8040
|
+
"member": "string",
|
8041
|
+
"name": "DstIp",
|
8042
|
+
"output_required": false,
|
8043
|
+
"type": "string",
|
8044
|
+
"value_allowed_null": true
|
8045
|
+
},
|
8046
|
+
{
|
8047
|
+
"disabled": false,
|
8048
|
+
"document": "规则类型\n注意:此字段可能返回 null,表示取不到有效值。",
|
8049
|
+
"example": "srddst",
|
8050
|
+
"member": "string",
|
8051
|
+
"name": "WhiteRuleType",
|
8052
|
+
"output_required": false,
|
8053
|
+
"type": "string",
|
8054
|
+
"value_allowed_null": true
|
8055
|
+
},
|
8056
|
+
{
|
8057
|
+
"disabled": false,
|
8058
|
+
"document": "白名单生效防火墙范围: 1 边界防火墙 2 nat防火墙 4 vpc防火墙 7 = 1+2+4 所有防火墙\n注意:此字段可能返回 null,表示取不到有效值。",
|
8059
|
+
"example": "7",
|
8060
|
+
"member": "int64",
|
8061
|
+
"name": "FwType",
|
8062
|
+
"output_required": false,
|
8063
|
+
"type": "int",
|
8064
|
+
"value_allowed_null": true
|
8065
|
+
},
|
8066
|
+
{
|
8067
|
+
"disabled": false,
|
8068
|
+
"document": "入侵防御规则ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
8069
|
+
"example": "20016",
|
8070
|
+
"member": "string",
|
8071
|
+
"name": "RuleId",
|
8072
|
+
"output_required": false,
|
8073
|
+
"type": "string",
|
8074
|
+
"value_allowed_null": true
|
8075
|
+
}
|
8076
|
+
],
|
8077
|
+
"usage": "out"
|
8078
|
+
},
|
8003
8079
|
"InstanceInfo": {
|
8004
8080
|
"document": "// InstanceInfo 实例详情结果\ntype InstanceInfo struct {\n\tAppID string `json:\"AppId\" gorm:\"column:appid\"`\n\tRegion string `json:\"Region\" gorm:\"column:region\"`\n\tVPCID string `json:\"VpcId\" gorm:\"column:vpc_id\"`\n\tSubNetID string `json:\"SubnetId\" gorm:\"column:subnet_id\"`\n\tInstanceID string `json:\"InstanceId\" gorm:\"column:instance_id\"`\n\tInstanceName string `json:\"InstanceName\" gorm:\"column:instance_name\"`\n\t//InsType common.CVM 3是cvm实例,4是clb实例,5是eni实例,6是mysql,7是redis,8是NAT,9是VPN,10是ES,11是MARIADB,12是KAFKA\n\tInsType int `json:\"InsType\" gorm:\"column:instance_type\"`\n\tPublicIP string `json:\"PublicIp\" gorm:\"column:public_ip\"`\n\tPrivateIP string `json:\"PrivateIp\" gorm:\"column:ip\"`\n\n\t//规则下发无需管,前端展示用\n\tPortNum string `json:\"PortNum\" gorm:\"column:port_num\"`\n\tLeakNum string `json:\"LeakNum\" gorm:\"column:leak_num\"`\n\tResourceGroupNum int `json:\"ResourceGroupNum\"`\n\tVPCName string `json:\"VPCName\" gorm:\"column:VPCName\"`\n}",
|
8005
8081
|
"members": [
|
@@ -382,7 +382,7 @@
|
|
382
382
|
{
|
383
383
|
"document": "入侵防御规则白名单查询示例",
|
384
384
|
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeIdsWhiteRule\n<公共请求参数>\n\n{\n \"Limit\": 10,\n \"Offset\": 0\n}",
|
385
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"88db276f-42d5-4b60-afc1-2c5799250a99\",\n \"ReturnCode\": 0,\n \"ReturnMsg\": \"success\",\n \"Total\": 1\n }\n}",
|
385
|
+
"output": "{\n \"Response\": {\n \"Data\": [\n {\n \"DstIp\": \"10.23.33.2\",\n \"FwType\": 4,\n \"Id\": 63,\n \"RuleId\": \"20006\",\n \"SrcIp\": \"10.23.33.1\",\n \"WhiteRuleType\": \"srcdst\"\n }\n ],\n \"RequestId\": \"88db276f-42d5-4b60-afc1-2c5799250a99\",\n \"ReturnCode\": 0,\n \"ReturnMsg\": \"success\",\n \"Total\": 1\n }\n}",
|
386
386
|
"title": "入侵防御规则白名单查询示例"
|
387
387
|
}
|
388
388
|
],
|
@@ -472,7 +472,7 @@
|
|
472
472
|
"ModifyLoadBalancerMixIpTarget": {
|
473
473
|
"document": "修改IPv6FullChain负载均衡7层监听器支持混绑IPv4/IPv6目标特性。",
|
474
474
|
"input": "ModifyLoadBalancerMixIpTargetRequest",
|
475
|
-
"name": "修改IPv6FullChain负载均衡7
|
475
|
+
"name": "修改IPv6FullChain负载均衡7层监听器支持混绑目标特性",
|
476
476
|
"output": "ModifyLoadBalancerMixIpTargetResponse",
|
477
477
|
"status": "online"
|
478
478
|
},
|
@@ -1682,7 +1682,7 @@
|
|
1682
1682
|
},
|
1683
1683
|
{
|
1684
1684
|
"disabled": false,
|
1685
|
-
"document": "**在所有的定位方式下**,控件的扩展参数,为<font color=\"red\">JSON格式</font>,不同类型的控件会有部分非通用参数。\n\n<font color=\"red\">ComponentType为TEXT、MULTI_LINE_TEXT时</font>,支持以下参数:\n<ul><li> <b>Font</b>:目前只支持黑体、宋体</li>\n<li> <b>FontSize</b>: 范围12 :72</li>\n<li> <b>FontAlign</b>: Left/Right/Center,左对齐/居中/右对齐</li>\n<li> <b>FontColor</b>:字符串类型,格式为RGB颜色数字</li></ul>\n<b>参数样例</b>:`{\"FontColor\":\"255,0,0\",\"FontSize\":12}`\n\n<font color=\"red\">ComponentType为FILL_IMAGE时</font>,支持以下参数:\n<ul><li> <b>NotMakeImageCenter</b>:bool。是否设置图片居中。false:居中(默认)。 true : 不居中</li>\n<li> <b>FillMethod</b> : int. 填充方式。0-铺满(默认);1-等比例缩放</li></ul>\n\n<font color=\"red\">ComponentType为SIGN_SIGNATURE类型时</font>,可以**ComponentTypeLimit**参数控制签署方式\n<ul><li> <b>HANDWRITE</b> : 手写签名</li>\n<li> <b>OCR_ESIGN</b> : AI智能识别手写签名</li>\n<li> <b>ESIGN</b> : 个人印章类型</li>\n<li> <b>SYSTEM_ESIGN</b> : 系统签名(该类型可以在用户签署时根据用户姓名一键生成一个签名来进行签署)</li>\n<li> <b>IMG_ESIGN</b> : 图片印章(该类型支持用户在签署将上传的PNG格式的图片作为签名)</li></ul>\n<b>参考样例</b>:`{\"ComponentTypeLimit\": [\"SYSTEM_ESIGN\"]}`\n印章的对应关系参考下图\n![image](https://qcloudimg.tencent-cloud.cn/raw/ee0498856c060c065628a0c5ba780d6b.jpg)\n\n<font color=\"red\">ComponentType为SIGN_DATE时</font>,支持以下参数:\n<ul><li> <b>Font</b> :字符串类型目前只支持\"黑体\"、\"宋体\",如果不填默认为\"黑体\"</li>\n<li> <b>FontSize</b> : 数字类型,范围6-72,默认值为12</li>\n<li> <b>FontAlign</b> : 字符串类型,可取Left/Right/Center,对应左对齐/居中/右对齐</li>\n<li> <b>Format</b> : 字符串类型,日期格式,必须是以下五种之一 “yyyy m d”,”yyyy年m月d日”,”yyyy/m/d”,”yyyy-m-d”,”yyyy.m.d”。</li>\n<li> <b>Gaps</b> : 字符串类型,仅在Format为“yyyy m d”时起作用,格式为用逗号分开的两个整数,例如”2,2”,两个数字分别是日期格式的前后两个空隙中的空格个数</li></ul>\n如果extra参数为空,默认为”yyyy年m月d日”格式的居中日期\n特别地,如果extra中Format字段为空或无法被识别,则extra参数会被当作默认值处理(Font,FontSize,Gaps和FontAlign都不会起效)\n<b>参数样例</b>: ` \"{\"Format\":\"yyyy m d\",\"FontSize\":12,\"Gaps\":\"2,2\", \"FontAlign\":\"Right\"}\"`\n\n<font color=\"red\">ComponentType为SIGN_SEAL类型时</font>,支持以下参数:\n<ul><li> <b>PageRanges</b> :PageRange的数组,通过PageRanges属性设置该印章在PDF所有页面上盖章(适用于标书在所有页面盖章的情况)</li></ul>\n<b>参数样例</b>:` \"{\"PageRange\":[{\"BeginPage\":1,\"EndPage\":-1}]}\"`",
|
1685
|
+
"document": "**在所有的定位方式下**,控件的扩展参数,为<font color=\"red\">JSON格式</font>,不同类型的控件会有部分非通用参数。\n\n<font color=\"red\">ComponentType为TEXT、MULTI_LINE_TEXT时</font>,支持以下参数:\n<ul><li> <b>Font</b>:目前只支持黑体、宋体</li>\n<li> <b>FontSize</b>: 范围12 :72</li>\n<li> <b>FontAlign</b>: Left/Right/Center,左对齐/居中/右对齐</li>\n<li> <b>FontColor</b>:字符串类型,格式为RGB颜色数字</li></ul>\n<b>参数样例</b>:`{\"FontColor\":\"255,0,0\",\"FontSize\":12}`\n\n<font color=\"red\">ComponentType为FILL_IMAGE时</font>,支持以下参数:\n<ul><li> <b>NotMakeImageCenter</b>:bool。是否设置图片居中。false:居中(默认)。 true : 不居中</li>\n<li> <b>FillMethod</b> : int. 填充方式。0-铺满(默认);1-等比例缩放</li></ul>\n\n<font color=\"red\">ComponentType为SIGN_SIGNATURE类型时</font>,可以**ComponentTypeLimit**参数控制签署方式\n<ul><li> <b>HANDWRITE</b> : 手写签名</li>\n<li> <b>OCR_ESIGN</b> : AI智能识别手写签名</li>\n<li> <b>ESIGN</b> : 个人印章类型</li>\n<li> <b>SYSTEM_ESIGN</b> : 系统签名(该类型可以在用户签署时根据用户姓名一键生成一个签名来进行签署)</li>\n<li> <b>IMG_ESIGN</b> : 图片印章(该类型支持用户在签署将上传的PNG格式的图片作为签名)</li></ul>\n<b>参考样例</b>:`{\"ComponentTypeLimit\": [\"SYSTEM_ESIGN\"]}`\n印章的对应关系参考下图\n![image](https://qcloudimg.tencent-cloud.cn/raw/ee0498856c060c065628a0c5ba780d6b.jpg)\n\n<font color=\"red\">ComponentType为SIGN_DATE时</font>,支持以下参数:\n<ul><li> <b>Font</b> :字符串类型目前只支持\"黑体\"、\"宋体\",如果不填默认为\"黑体\"</li>\n<li> <b>FontSize</b> : 数字类型,范围6-72,默认值为12</li>\n<li> <b>FontAlign</b> : 字符串类型,可取Left/Right/Center,对应左对齐/居中/右对齐</li>\n<li> <b>Format</b> : 字符串类型,日期格式,必须是以下五种之一 “yyyy m d”,”yyyy年m月d日”,”yyyy/m/d”,”yyyy-m-d”,”yyyy.m.d”。</li>\n<li> <b>Gaps</b> : 字符串类型,仅在Format为“yyyy m d”时起作用,格式为用逗号分开的两个整数,例如”2,2”,两个数字分别是日期格式的前后两个空隙中的空格个数</li></ul>\n如果extra参数为空,默认为”yyyy年m月d日”格式的居中日期\n特别地,如果extra中Format字段为空或无法被识别,则extra参数会被当作默认值处理(Font,FontSize,Gaps和FontAlign都不会起效)\n<b>参数样例</b>: ` \"{\"Format\":\"yyyy m d\",\"FontSize\":12,\"Gaps\":\"2,2\", \"FontAlign\":\"Right\"}\"`\n\n<font color=\"red\">ComponentType为SIGN_SEAL类型时</font>,支持以下参数:\n<ul><li> <b>PageRanges</b> :PageRange的数组,通过PageRanges属性设置该印章在PDF所有页面上盖章(适用于标书在所有页面盖章的情况)</li></ul>\n<b>参数样例</b>:` \"{\"PageRange\":[{\"BeginPage\":1,\"EndPage\":-1}]}\"`\n\n\n<font color=\"red\">关键字模式下支持关键字找不到的情况下不进行报错的设置</font>\n<ul><li> <b>IgnoreKeywordError</b> :1-关键字查找不到时不进行报错</li></ul>\n场景说明:如果使用关键字进行定位,但是指定的PDF文件中又没有设置的关键字时,发起合同会进行关键字是否存在的校验,如果关键字不存在,会进行报错返回。如果不希望进行报错,可以设置\"IgnoreKeywordError\"来忽略错误。请注意,如果关键字签署控件对应的签署方在整个PDF文件中一个签署控件都没有,还是会触发报错逻辑。\n<b>参数样例</b>:` \"{\"IgnoreKeywordError\":1}\"`",
|
1686
1686
|
"example": "无",
|
1687
1687
|
"member": "string",
|
1688
1688
|
"name": "ComponentExtra",
|