tccli 3.0.908.1__py2.py3-none-any.whl → 3.0.910.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/cdn/v20180606/DescribeHttpsPackages.md +19 -18
- tccli/examples/cdn/v20180606/DescribeTrafficPackages.md +16 -14
- tccli/examples/cfs/v20190719/DescribeCfsFileSystems.md +31 -31
- tccli/examples/cfs/v20190719/UpdateCfsPGroup.md +1 -1
- tccli/examples/cms/v20190321/CreateKeywordsSamples.md +10 -0
- tccli/examples/cms/v20190321/DeleteLibSamples.md +2 -1
- tccli/examples/cms/v20190321/DescribeLibSamples.md +2 -1
- tccli/examples/cvm/v20170312/DescribeImportImageOs.md +1 -1
- tccli/examples/cynosdb/v20190107/AddInstances.md +8 -8
- tccli/examples/cynosdb/v20190107/DescribeParamTemplates.md +2 -2
- tccli/examples/ecm/v20190719/AllocateIpv6AddressesBandwidth.md +25 -0
- tccli/examples/ecm/v20190719/AssignIpv6CidrBlock.md +23 -0
- tccli/examples/ecm/v20190719/AssignIpv6CidrBlocks.md +29 -0
- tccli/examples/ecm/v20190719/AssignIpv6SubnetCidrBlock.md +29 -0
- tccli/examples/ecm/v20190719/DescribeRegionIpv6Addresses.md +41 -0
- tccli/examples/ecm/v20190719/ModifyIpv6AddressesBandwidth.md +22 -0
- tccli/examples/ecm/v20190719/QueryVpcTaskResult.md +22 -0
- tccli/examples/ecm/v20190719/ReleaseIpv6AddressesBandwidth.md +22 -0
- tccli/examples/ecm/v20190719/UnassignIpv6SubnetCidrBlock.md +23 -0
- tccli/examples/emr/v20190103/InquiryPriceRenewInstance.md +32 -1
- tccli/examples/es/v20180416/ModifyEsVipSecurityGroup.md +21 -0
- tccli/examples/ess/v20201111/CreateFlowGroupByFiles.md +118 -0
- tccli/examples/ess/v20201111/CreateFlowGroupByTemplates.md +61 -0
- tccli/examples/ess/v20201111/CreateFlowReminds.md +3 -3
- tccli/examples/ess/v20201111/CreateFlowSignReview.md +2 -2
- tccli/examples/essbasic/v20210526/ChannelCreateFlowGroupByTemplates.md +49 -0
- tccli/examples/lcic/v20220817/DescribeDocument.md +52 -16
- tccli/examples/live/v20180801/DeleteLiveTranscodeTemplate.md +1 -1
- tccli/examples/monitor/v20180724/DeletePrometheusScrapeJobs.md +4 -4
- tccli/examples/monitor/v20180724/DescribeExporterIntegrations.md +5 -5
- tccli/examples/monitor/v20180724/DescribePrometheusAgents.md +10 -10
- tccli/examples/monitor/v20180724/DescribePrometheusScrapeJobs.md +8 -8
- tccli/examples/ocr/v20181119/DriverLicenseOCR.md +2 -2
- tccli/examples/smh/v20210712/DeleteLibrary.md +1 -1
- tccli/examples/sqlserver/v20180328/InquiryPriceRenewDBInstance.md +1 -1
- tccli/examples/sqlserver/v20180328/InquiryPriceUpgradeDBInstance.md +1 -1
- tccli/examples/ssl/v20191205/DescribeDeployedResources.md +5 -5
- tccli/examples/tchd/v20230306/DescribeEvents.md +35 -0
- tccli/examples/tdmq/v20200217/CreateTopic.md +1 -1
- tccli/examples/vod/v20180717/CreateRebuildMediaTemplate.md +2 -2
- tccli/examples/vod/v20180717/DeleteRebuildMediaTemplate.md +2 -2
- tccli/examples/vod/v20180717/DescribeRebuildMediaTemplates.md +2 -2
- tccli/examples/vod/v20180717/ModifyRebuildMediaTemplate.md +2 -2
- tccli/examples/vod/v20180717/RebuildMedia.md +2 -2
- tccli/examples/vod/v20180717/RebuildMediaByTemplate.md +2 -2
- tccli/examples/vpc/v20170312/DescribeSecurityGroups.md +1 -1
- tccli/examples/wav/v20210129/QueryClueInfoList.md +1 -0
- tccli/examples/wedata/v20210820/DescribeColumnLineage.md +77 -0
- tccli/examples/wedata/v20210820/DescribeTableLineage.md +79 -0
- tccli/services/__init__.py +3 -0
- tccli/services/autoscaling/v20180419/api.json +1 -1
- tccli/services/cdn/v20180606/api.json +49 -67
- tccli/services/cdn/v20180606/examples.json +3 -3
- tccli/services/cfs/v20190719/api.json +65 -26
- tccli/services/cfs/v20190719/examples.json +3 -3
- tccli/services/cls/v20201016/api.json +7 -2
- tccli/services/cms/v20190321/api.json +37 -2
- tccli/services/cms/v20190321/examples.json +3 -3
- tccli/services/cvm/v20170312/api.json +2 -0
- tccli/services/cvm/v20170312/examples.json +2 -2
- tccli/services/cynosdb/v20190107/api.json +58 -73
- tccli/services/cynosdb/v20190107/examples.json +3 -3
- tccli/services/ecm/ecm_client.py +493 -16
- tccli/services/ecm/v20190719/api.json +657 -26
- tccli/services/ecm/v20190719/examples.json +72 -0
- tccli/services/emr/v20190103/api.json +5 -12
- tccli/services/emr/v20190103/examples.json +7 -1
- tccli/services/es/es_client.py +65 -12
- tccli/services/es/v20180416/api.json +43 -0
- tccli/services/es/v20180416/examples.json +8 -0
- tccli/services/ess/ess_client.py +145 -39
- tccli/services/ess/v20201111/api.json +417 -41
- tccli/services/ess/v20201111/examples.json +19 -3
- tccli/services/essbasic/essbasic_client.py +53 -0
- tccli/services/essbasic/v20210526/api.json +105 -3
- tccli/services/essbasic/v20210526/examples.json +8 -0
- tccli/services/lcic/v20220817/api.json +27 -16
- tccli/services/lcic/v20220817/examples.json +10 -4
- tccli/services/live/v20180801/api.json +3 -3
- tccli/services/live/v20180801/examples.json +1 -1
- tccli/services/monitor/v20180724/api.json +20 -24
- tccli/services/monitor/v20180724/examples.json +11 -11
- tccli/services/ocr/v20181119/api.json +22 -5
- tccli/services/ocr/v20181119/examples.json +1 -1
- tccli/services/smh/v20210712/api.json +1 -1
- tccli/services/smh/v20210712/examples.json +2 -2
- tccli/services/sqlserver/v20180328/api.json +8 -15
- tccli/services/sqlserver/v20180328/examples.json +2 -2
- tccli/services/ssl/v20191205/api.json +1 -0
- tccli/services/ssl/v20191205/examples.json +2 -2
- tccli/services/tcb/v20180608/api.json +33 -39
- tccli/services/tchd/__init__.py +4 -0
- tccli/services/tchd/tchd_client.py +194 -0
- tccli/services/tchd/v20230306/api.json +167 -0
- tccli/services/tchd/v20230306/examples.json +13 -0
- tccli/services/tdmq/v20200217/api.json +7 -14
- tccli/services/tdmq/v20200217/examples.json +1 -1
- tccli/services/tke/v20180525/api.json +33 -20
- tccli/services/trtc/trtc_client.py +8 -61
- tccli/services/trtc/v20190722/api.json +0 -240
- tccli/services/trtc/v20190722/examples.json +0 -8
- tccli/services/tse/v20201207/api.json +20 -39
- tccli/services/tts/v20190823/api.json +1 -1
- tccli/services/vod/v20180717/api.json +40 -36
- tccli/services/vod/v20180717/examples.json +12 -12
- tccli/services/vpc/v20170312/api.json +21 -7
- tccli/services/vpc/v20170312/examples.json +1 -1
- tccli/services/wav/v20210129/api.json +10 -0
- tccli/services/wav/v20210129/examples.json +1 -1
- tccli/services/wedata/v20210820/api.json +1146 -211
- tccli/services/wedata/v20210820/examples.json +16 -0
- tccli/services/wedata/wedata_client.py +106 -0
- {tccli-3.0.908.1.dist-info → tccli-3.0.910.1.dist-info}/METADATA +82 -3
- {tccli-3.0.908.1.dist-info → tccli-3.0.910.1.dist-info}/RECORD +118 -98
- {tccli-3.0.908.1.dist-info → tccli-3.0.910.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.908.1.dist-info → tccli-3.0.910.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.908.1.dist-info → tccli-3.0.910.1.dist-info}/license_files/LICENSE +0 -0
@@ -6238,6 +6238,7 @@
|
|
6238
6238
|
"example": "40",
|
6239
6239
|
"member": "int64",
|
6240
6240
|
"name": "TotalCount",
|
6241
|
+
"output_required": true,
|
6241
6242
|
"type": "int",
|
6242
6243
|
"value_allowed_null": false
|
6243
6244
|
},
|
@@ -6247,6 +6248,7 @@
|
|
6247
6248
|
"example": "无",
|
6248
6249
|
"member": "HttpsPackage",
|
6249
6250
|
"name": "HttpsPackages",
|
6251
|
+
"output_required": true,
|
6250
6252
|
"type": "list",
|
6251
6253
|
"value_allowed_null": false
|
6252
6254
|
},
|
@@ -6256,6 +6258,7 @@
|
|
6256
6258
|
"example": "0",
|
6257
6259
|
"member": "int64",
|
6258
6260
|
"name": "ExpiringCount",
|
6261
|
+
"output_required": true,
|
6259
6262
|
"type": "int",
|
6260
6263
|
"value_allowed_null": false
|
6261
6264
|
},
|
@@ -6265,6 +6268,7 @@
|
|
6265
6268
|
"example": "40",
|
6266
6269
|
"member": "int64",
|
6267
6270
|
"name": "EnabledCount",
|
6271
|
+
"output_required": true,
|
6268
6272
|
"type": "int",
|
6269
6273
|
"value_allowed_null": false
|
6270
6274
|
},
|
@@ -6274,6 +6278,7 @@
|
|
6274
6278
|
"example": "20",
|
6275
6279
|
"member": "int64",
|
6276
6280
|
"name": "PaidCount",
|
6281
|
+
"output_required": true,
|
6277
6282
|
"type": "int",
|
6278
6283
|
"value_allowed_null": false
|
6279
6284
|
},
|
@@ -7884,7 +7889,6 @@
|
|
7884
7889
|
"document": "DescribeTrafficPackages请求参数结构体",
|
7885
7890
|
"members": [
|
7886
7891
|
{
|
7887
|
-
"default": "",
|
7888
7892
|
"disabled": false,
|
7889
7893
|
"document": "分页查询起始地址,默认 0",
|
7890
7894
|
"example": "0",
|
@@ -7894,7 +7898,6 @@
|
|
7894
7898
|
"type": "int"
|
7895
7899
|
},
|
7896
7900
|
{
|
7897
|
-
"default": "",
|
7898
7901
|
"disabled": false,
|
7899
7902
|
"document": "分页查询记录个数,默认100,最大1000",
|
7900
7903
|
"example": "100",
|
@@ -7904,7 +7907,6 @@
|
|
7904
7907
|
"type": "int"
|
7905
7908
|
},
|
7906
7909
|
{
|
7907
|
-
"default": "",
|
7908
7910
|
"disabled": false,
|
7909
7911
|
"document": "流量包排序方式,支持以下值:\nexpireTimeDesc:默认值,按过期时间倒序\nexpireTimeAsc:按过期时间正序\ncreateTimeDesc:按创建时间倒序\ncreateTimeAsc:按创建时间正序\nstatus:按状态排序,正常抵扣>未生效>已用尽>已过期\nchannel:按来源排序,主动购买>自动续订>CDN赠送",
|
7910
7912
|
"example": "status",
|
@@ -7925,7 +7927,7 @@
|
|
7925
7927
|
"example": "40",
|
7926
7928
|
"member": "int64",
|
7927
7929
|
"name": "TotalCount",
|
7928
|
-
"
|
7930
|
+
"output_required": true,
|
7929
7931
|
"type": "int",
|
7930
7932
|
"value_allowed_null": false
|
7931
7933
|
},
|
@@ -7935,7 +7937,7 @@
|
|
7935
7937
|
"example": "无",
|
7936
7938
|
"member": "TrafficPackage",
|
7937
7939
|
"name": "TrafficPackages",
|
7938
|
-
"
|
7940
|
+
"output_required": true,
|
7939
7941
|
"type": "list",
|
7940
7942
|
"value_allowed_null": false
|
7941
7943
|
},
|
@@ -7945,7 +7947,7 @@
|
|
7945
7947
|
"example": "0",
|
7946
7948
|
"member": "int64",
|
7947
7949
|
"name": "ExpiringCount",
|
7948
|
-
"
|
7950
|
+
"output_required": true,
|
7949
7951
|
"type": "int",
|
7950
7952
|
"value_allowed_null": false
|
7951
7953
|
},
|
@@ -7955,7 +7957,7 @@
|
|
7955
7957
|
"example": "40",
|
7956
7958
|
"member": "int64",
|
7957
7959
|
"name": "EnabledCount",
|
7958
|
-
"
|
7960
|
+
"output_required": true,
|
7959
7961
|
"type": "int",
|
7960
7962
|
"value_allowed_null": false
|
7961
7963
|
},
|
@@ -7965,7 +7967,7 @@
|
|
7965
7967
|
"example": "20",
|
7966
7968
|
"member": "int64",
|
7967
7969
|
"name": "PaidCount",
|
7968
|
-
"
|
7970
|
+
"output_required": true,
|
7969
7971
|
"type": "int",
|
7970
7972
|
"value_allowed_null": false
|
7971
7973
|
},
|
@@ -10405,7 +10407,7 @@
|
|
10405
10407
|
"example": "123",
|
10406
10408
|
"member": "int64",
|
10407
10409
|
"name": "Id",
|
10408
|
-
"
|
10410
|
+
"output_required": true,
|
10409
10411
|
"type": "int",
|
10410
10412
|
"value_allowed_null": false
|
10411
10413
|
},
|
@@ -10415,7 +10417,7 @@
|
|
10415
10417
|
"example": "无",
|
10416
10418
|
"member": "string",
|
10417
10419
|
"name": "Type",
|
10418
|
-
"
|
10420
|
+
"output_required": true,
|
10419
10421
|
"type": "string",
|
10420
10422
|
"value_allowed_null": false
|
10421
10423
|
},
|
@@ -10425,7 +10427,7 @@
|
|
10425
10427
|
"example": "10000",
|
10426
10428
|
"member": "int64",
|
10427
10429
|
"name": "Size",
|
10428
|
-
"
|
10430
|
+
"output_required": true,
|
10429
10431
|
"type": "int",
|
10430
10432
|
"value_allowed_null": false
|
10431
10433
|
},
|
@@ -10435,7 +10437,7 @@
|
|
10435
10437
|
"example": "100",
|
10436
10438
|
"member": "int64",
|
10437
10439
|
"name": "SizeUsed",
|
10438
|
-
"
|
10440
|
+
"output_required": true,
|
10439
10441
|
"type": "int",
|
10440
10442
|
"value_allowed_null": false
|
10441
10443
|
},
|
@@ -10445,7 +10447,7 @@
|
|
10445
10447
|
"example": "enable",
|
10446
10448
|
"member": "string",
|
10447
10449
|
"name": "Status",
|
10448
|
-
"
|
10450
|
+
"output_required": true,
|
10449
10451
|
"type": "string",
|
10450
10452
|
"value_allowed_null": false
|
10451
10453
|
},
|
@@ -10455,7 +10457,7 @@
|
|
10455
10457
|
"example": "2021-09-01 00:00:00",
|
10456
10458
|
"member": "string",
|
10457
10459
|
"name": "CreateTime",
|
10458
|
-
"
|
10460
|
+
"output_required": true,
|
10459
10461
|
"type": "string",
|
10460
10462
|
"value_allowed_null": false
|
10461
10463
|
},
|
@@ -10465,7 +10467,7 @@
|
|
10465
10467
|
"example": "2021-09-01 00:00:00",
|
10466
10468
|
"member": "string",
|
10467
10469
|
"name": "EnableTime",
|
10468
|
-
"
|
10470
|
+
"output_required": true,
|
10469
10471
|
"type": "string",
|
10470
10472
|
"value_allowed_null": false
|
10471
10473
|
},
|
@@ -10475,7 +10477,7 @@
|
|
10475
10477
|
"example": "2021-09-01 00:00:00",
|
10476
10478
|
"member": "string",
|
10477
10479
|
"name": "ExpireTime",
|
10478
|
-
"
|
10480
|
+
"output_required": true,
|
10479
10481
|
"type": "string",
|
10480
10482
|
"value_allowed_null": false
|
10481
10483
|
},
|
@@ -10485,7 +10487,7 @@
|
|
10485
10487
|
"example": "CDN_GIFT",
|
10486
10488
|
"member": "string",
|
10487
10489
|
"name": "Channel",
|
10488
|
-
"
|
10490
|
+
"output_required": true,
|
10489
10491
|
"type": "string",
|
10490
10492
|
"value_allowed_null": false
|
10491
10493
|
},
|
@@ -10495,7 +10497,7 @@
|
|
10495
10497
|
"example": "1",
|
10496
10498
|
"member": "int64",
|
10497
10499
|
"name": "LifeTimeMonth",
|
10498
|
-
"
|
10500
|
+
"output_required": true,
|
10499
10501
|
"type": "int",
|
10500
10502
|
"value_allowed_null": false
|
10501
10503
|
},
|
@@ -10505,7 +10507,7 @@
|
|
10505
10507
|
"example": "false",
|
10506
10508
|
"member": "bool",
|
10507
10509
|
"name": "RefundAvailable",
|
10508
|
-
"
|
10510
|
+
"output_required": true,
|
10509
10511
|
"type": "bool",
|
10510
10512
|
"value_allowed_null": false
|
10511
10513
|
},
|
@@ -10515,7 +10517,7 @@
|
|
10515
10517
|
"example": "101",
|
10516
10518
|
"member": "int64",
|
10517
10519
|
"name": "ConfigId",
|
10518
|
-
"
|
10520
|
+
"output_required": true,
|
10519
10521
|
"type": "int",
|
10520
10522
|
"value_allowed_null": false
|
10521
10523
|
},
|
@@ -10525,7 +10527,7 @@
|
|
10525
10527
|
"example": "2022-08-02 10:00:00",
|
10526
10528
|
"member": "string",
|
10527
10529
|
"name": "TrueEnableTime",
|
10528
|
-
"
|
10530
|
+
"output_required": true,
|
10529
10531
|
"type": "string",
|
10530
10532
|
"value_allowed_null": false
|
10531
10533
|
},
|
@@ -10535,7 +10537,7 @@
|
|
10535
10537
|
"example": "2022-08-02 23:59:59",
|
10536
10538
|
"member": "string",
|
10537
10539
|
"name": "TrueExpireTime",
|
10538
|
-
"
|
10540
|
+
"output_required": true,
|
10539
10541
|
"type": "string",
|
10540
10542
|
"value_allowed_null": false
|
10541
10543
|
},
|
@@ -10545,7 +10547,7 @@
|
|
10545
10547
|
"example": "global",
|
10546
10548
|
"member": "string",
|
10547
10549
|
"name": "Area",
|
10548
|
-
"
|
10550
|
+
"output_required": true,
|
10549
10551
|
"type": "string",
|
10550
10552
|
"value_allowed_null": false
|
10551
10553
|
},
|
@@ -10555,7 +10557,7 @@
|
|
10555
10557
|
"example": "false",
|
10556
10558
|
"member": "bool",
|
10557
10559
|
"name": "ContractExtension",
|
10558
|
-
"
|
10560
|
+
"output_required": true,
|
10559
10561
|
"type": "bool",
|
10560
10562
|
"value_allowed_null": false
|
10561
10563
|
},
|
@@ -10565,7 +10567,7 @@
|
|
10565
10567
|
"example": "false",
|
10566
10568
|
"member": "bool",
|
10567
10569
|
"name": "ExtensionAvailable",
|
10568
|
-
"
|
10570
|
+
"output_required": true,
|
10569
10571
|
"type": "bool",
|
10570
10572
|
"value_allowed_null": false
|
10571
10573
|
},
|
@@ -10575,7 +10577,7 @@
|
|
10575
10577
|
"example": "0",
|
10576
10578
|
"member": "uint64",
|
10577
10579
|
"name": "ExtensionMode",
|
10578
|
-
"
|
10580
|
+
"output_required": true,
|
10579
10581
|
"type": "int",
|
10580
10582
|
"value_allowed_null": false
|
10581
10583
|
},
|
@@ -10585,7 +10587,7 @@
|
|
10585
10587
|
"example": "false",
|
10586
10588
|
"member": "bool",
|
10587
10589
|
"name": "AutoExtension",
|
10588
|
-
"
|
10590
|
+
"output_required": true,
|
10589
10591
|
"type": "bool",
|
10590
10592
|
"value_allowed_null": true
|
10591
10593
|
}
|
@@ -17056,222 +17058,202 @@
|
|
17056
17058
|
"document": "CDN加速流量包。",
|
17057
17059
|
"members": [
|
17058
17060
|
{
|
17059
|
-
"default": "",
|
17060
17061
|
"disabled": false,
|
17061
17062
|
"document": "流量包 Id",
|
17062
17063
|
"example": "123",
|
17063
17064
|
"member": "int64",
|
17064
17065
|
"name": "Id",
|
17065
|
-
"
|
17066
|
+
"output_required": true,
|
17066
17067
|
"type": "int",
|
17067
17068
|
"value_allowed_null": false
|
17068
17069
|
},
|
17069
17070
|
{
|
17070
|
-
"default": "",
|
17071
17071
|
"disabled": false,
|
17072
17072
|
"document": "流量包类型",
|
17073
17073
|
"example": "无",
|
17074
17074
|
"member": "string",
|
17075
17075
|
"name": "Type",
|
17076
|
-
"
|
17076
|
+
"output_required": true,
|
17077
17077
|
"type": "string",
|
17078
17078
|
"value_allowed_null": false
|
17079
17079
|
},
|
17080
17080
|
{
|
17081
|
-
"default": "",
|
17082
17081
|
"disabled": false,
|
17083
17082
|
"document": "流量包大小(单位为 Byte)",
|
17084
17083
|
"example": "1000000000",
|
17085
17084
|
"member": "int64",
|
17086
17085
|
"name": "Bytes",
|
17087
|
-
"
|
17086
|
+
"output_required": true,
|
17088
17087
|
"type": "int",
|
17089
17088
|
"value_allowed_null": false
|
17090
17089
|
},
|
17091
17090
|
{
|
17092
|
-
"default": "",
|
17093
17091
|
"disabled": false,
|
17094
17092
|
"document": "已消耗流量(单位为 Byte)",
|
17095
17093
|
"example": "100",
|
17096
17094
|
"member": "int64",
|
17097
17095
|
"name": "BytesUsed",
|
17098
|
-
"
|
17096
|
+
"output_required": true,
|
17099
17097
|
"type": "int",
|
17100
17098
|
"value_allowed_null": false
|
17101
17099
|
},
|
17102
17100
|
{
|
17103
|
-
"default": "",
|
17104
17101
|
"disabled": false,
|
17105
17102
|
"document": "流量包状态\nenabled:已启用\nexpired:已过期\ndisabled:未启用",
|
17106
17103
|
"example": "enabled",
|
17107
17104
|
"member": "string",
|
17108
17105
|
"name": "Status",
|
17109
|
-
"
|
17106
|
+
"output_required": true,
|
17110
17107
|
"type": "string",
|
17111
17108
|
"value_allowed_null": false
|
17112
17109
|
},
|
17113
17110
|
{
|
17114
|
-
"default": "",
|
17115
17111
|
"disabled": false,
|
17116
17112
|
"document": "流量包发放时间",
|
17117
17113
|
"example": "2021-09-01 00:00:00",
|
17118
17114
|
"member": "datetime",
|
17119
17115
|
"name": "CreateTime",
|
17120
|
-
"
|
17116
|
+
"output_required": true,
|
17121
17117
|
"type": "string",
|
17122
17118
|
"value_allowed_null": false
|
17123
17119
|
},
|
17124
17120
|
{
|
17125
|
-
"default": "",
|
17126
17121
|
"disabled": false,
|
17127
17122
|
"document": "流量包生效时间",
|
17128
17123
|
"example": "2021-09-01 00:00:00",
|
17129
17124
|
"member": "datetime",
|
17130
17125
|
"name": "EnableTime",
|
17131
|
-
"
|
17126
|
+
"output_required": true,
|
17132
17127
|
"type": "string",
|
17133
17128
|
"value_allowed_null": false
|
17134
17129
|
},
|
17135
17130
|
{
|
17136
|
-
"default": "",
|
17137
17131
|
"disabled": false,
|
17138
17132
|
"document": "流量包过期时间",
|
17139
17133
|
"example": "2021-09-01 00:00:00",
|
17140
17134
|
"member": "datetime",
|
17141
17135
|
"name": "ExpireTime",
|
17142
|
-
"
|
17136
|
+
"output_required": true,
|
17143
17137
|
"type": "string",
|
17144
17138
|
"value_allowed_null": false
|
17145
17139
|
},
|
17146
17140
|
{
|
17147
|
-
"default": "",
|
17148
17141
|
"disabled": false,
|
17149
17142
|
"document": "流量包是否续订",
|
17150
17143
|
"example": "false",
|
17151
17144
|
"member": "bool",
|
17152
17145
|
"name": "ContractExtension",
|
17153
|
-
"
|
17146
|
+
"output_required": true,
|
17154
17147
|
"type": "bool",
|
17155
17148
|
"value_allowed_null": false
|
17156
17149
|
},
|
17157
17150
|
{
|
17158
|
-
"default": "",
|
17159
17151
|
"disabled": false,
|
17160
17152
|
"document": "流量包是否自动续订",
|
17161
17153
|
"example": "false",
|
17162
17154
|
"member": "bool",
|
17163
17155
|
"name": "AutoExtension",
|
17164
|
-
"
|
17156
|
+
"output_required": true,
|
17165
17157
|
"type": "bool",
|
17166
17158
|
"value_allowed_null": false
|
17167
17159
|
},
|
17168
17160
|
{
|
17169
|
-
"default": "",
|
17170
17161
|
"disabled": false,
|
17171
17162
|
"document": "流量包来源",
|
17172
17163
|
"example": "CDN_GIFT",
|
17173
17164
|
"member": "string",
|
17174
17165
|
"name": "Channel",
|
17175
|
-
"
|
17166
|
+
"output_required": true,
|
17176
17167
|
"type": "string",
|
17177
17168
|
"value_allowed_null": false
|
17178
17169
|
},
|
17179
17170
|
{
|
17180
|
-
"default": "",
|
17181
17171
|
"disabled": false,
|
17182
17172
|
"document": "流量包生效区域,mainland或overseas",
|
17183
17173
|
"example": "mainland",
|
17184
17174
|
"member": "string",
|
17185
17175
|
"name": "Area",
|
17186
|
-
"
|
17176
|
+
"output_required": true,
|
17187
17177
|
"type": "string",
|
17188
17178
|
"value_allowed_null": false
|
17189
17179
|
},
|
17190
17180
|
{
|
17191
|
-
"default": "",
|
17192
17181
|
"disabled": false,
|
17193
17182
|
"document": "流量包生命周期月数",
|
17194
17183
|
"example": "1",
|
17195
17184
|
"member": "int64",
|
17196
17185
|
"name": "LifeTimeMonth",
|
17197
|
-
"
|
17186
|
+
"output_required": true,
|
17198
17187
|
"type": "int",
|
17199
17188
|
"value_allowed_null": false
|
17200
17189
|
},
|
17201
17190
|
{
|
17202
|
-
"default": "",
|
17203
17191
|
"disabled": false,
|
17204
17192
|
"document": "流量包是否支持续订",
|
17205
17193
|
"example": "false",
|
17206
17194
|
"member": "bool",
|
17207
17195
|
"name": "ExtensionAvailable",
|
17208
|
-
"
|
17196
|
+
"output_required": true,
|
17209
17197
|
"type": "bool",
|
17210
17198
|
"value_allowed_null": false
|
17211
17199
|
},
|
17212
17200
|
{
|
17213
|
-
"default": "",
|
17214
17201
|
"disabled": false,
|
17215
17202
|
"document": "流量包是否支持退费",
|
17216
17203
|
"example": "false",
|
17217
17204
|
"member": "bool",
|
17218
17205
|
"name": "RefundAvailable",
|
17219
|
-
"
|
17206
|
+
"output_required": true,
|
17220
17207
|
"type": "bool",
|
17221
17208
|
"value_allowed_null": false
|
17222
17209
|
},
|
17223
17210
|
{
|
17224
|
-
"default": "",
|
17225
17211
|
"disabled": false,
|
17226
17212
|
"document": "流量包生效区域\n0:中国大陆\n1:亚太一区\n2:亚太二区\n3:亚太三区\n4:中东\n5:北美\n6:欧洲\n7:南美\n8:非洲\n注意:此字段可能返回 null,表示取不到有效值。",
|
17227
17213
|
"example": "1",
|
17228
17214
|
"member": "int64",
|
17229
17215
|
"name": "Region",
|
17230
|
-
"
|
17216
|
+
"output_required": true,
|
17231
17217
|
"type": "int",
|
17232
17218
|
"value_allowed_null": true
|
17233
17219
|
},
|
17234
17220
|
{
|
17235
|
-
"default": "",
|
17236
17221
|
"disabled": false,
|
17237
17222
|
"document": "流量包类型id\n注意:此字段可能返回 null,表示取不到有效值。",
|
17238
17223
|
"example": "101",
|
17239
17224
|
"member": "int64",
|
17240
17225
|
"name": "ConfigId",
|
17241
|
-
"
|
17226
|
+
"output_required": true,
|
17242
17227
|
"type": "int",
|
17243
17228
|
"value_allowed_null": true
|
17244
17229
|
},
|
17245
17230
|
{
|
17246
|
-
"default": "",
|
17247
17231
|
"disabled": false,
|
17248
17232
|
"document": "流量包当前续订模式,0 未续订、1到期续订、2用完续订、3到期或用完续订\n注意:此字段可能返回 null,表示取不到有效值。",
|
17249
17233
|
"example": "0",
|
17250
17234
|
"member": "uint64",
|
17251
17235
|
"name": "ExtensionMode",
|
17252
|
-
"
|
17236
|
+
"output_required": true,
|
17253
17237
|
"type": "int",
|
17254
17238
|
"value_allowed_null": true
|
17255
17239
|
},
|
17256
17240
|
{
|
17257
|
-
"default": "",
|
17258
17241
|
"disabled": false,
|
17259
17242
|
"document": "流量包实际生效时间\n注意:此字段可能返回 null,表示取不到有效值。",
|
17260
17243
|
"example": "2022-08-02 10:00:00",
|
17261
17244
|
"member": "string",
|
17262
17245
|
"name": "TrueEnableTime",
|
17263
|
-
"
|
17246
|
+
"output_required": true,
|
17264
17247
|
"type": "string",
|
17265
17248
|
"value_allowed_null": true
|
17266
17249
|
},
|
17267
17250
|
{
|
17268
|
-
"default": "",
|
17269
17251
|
"disabled": false,
|
17270
17252
|
"document": "流量包实际过期时间\n注意:此字段可能返回 null,表示取不到有效值。",
|
17271
17253
|
"example": "2022-08-02 23:59:59",
|
17272
17254
|
"member": "string",
|
17273
17255
|
"name": "TrueExpireTime",
|
17274
|
-
"
|
17256
|
+
"output_required": true,
|
17275
17257
|
"type": "string",
|
17276
17258
|
"value_allowed_null": true
|
17277
17259
|
}
|
@@ -212,7 +212,7 @@
|
|
212
212
|
{
|
213
213
|
"document": "HTTPS请求包查询",
|
214
214
|
"input": "POST / HTTP/1.1\nHost: cdn.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeHttpsPackages\n<公共请求参数>\n\n{\n \"Limit\": \"1\",\n \"Offset\": \"0\"\n}",
|
215
|
-
"output": "{\n \"Response\": {\n \"HttpsPackages\": [\n {\n \"
|
215
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"521e16c1a2c389fa34ff23aafa0db726\",\n \"HttpsPackages\": [\n {\n \"Id\": 5720,\n \"Type\": \"日常HTTPS请求包\",\n \"ConfigId\": 672,\n \"Size\": 10000000,\n \"SizeUsed\": 0,\n \"Status\": \"frozen\",\n \"CreateTime\": \"2023-07-05 15:41:26\",\n \"EnableTime\": \"2023-07-05 15:00:00\",\n \"ExpireTime\": \"2024-07-05 15:00:00\",\n \"LifeTimeMonth\": 12,\n \"RefundAvailable\": false,\n \"Channel\": \"ACTIVE_PURCHASE\",\n \"TrueEnableTime\": \"2023-07-05 15:00:00\",\n \"TrueExpireTime\": \"2024-07-05 15:59:59\",\n \"Area\": \"global\",\n \"ContractExtension\": false,\n \"AutoExtension\": false,\n \"ExtensionMode\": 0,\n \"ExtensionAvailable\": false\n }\n ],\n \"TotalCount\": 1,\n \"ExpiringCount\": 0,\n \"EnabledCount\": 0,\n \"PaidCount\": 1\n }\n}",
|
216
216
|
"title": "HTTPS请求包查询"
|
217
217
|
}
|
218
218
|
],
|
@@ -354,9 +354,9 @@
|
|
354
354
|
],
|
355
355
|
"DescribeTrafficPackages": [
|
356
356
|
{
|
357
|
-
"document": "",
|
357
|
+
"document": "查询流量包列表",
|
358
358
|
"input": "POST / HTTP/1.1\nHost: cdn.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTrafficPackages\n<公共请求参数>\n\n{\n \"Limit\": \"1\",\n \"Offset\": \"0\"\n}",
|
359
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
359
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"b1a70a67f5500913be355ac2f09ff191\",\n \"TrafficPackages\": [\n {\n \"Id\": 22890370,\n \"Type\": \"日常流量包\",\n \"ConfigId\": 672,\n \"Bytes\": 100000000000,\n \"BytesUsed\": 0,\n \"Status\": \"frozen\",\n \"CreateTime\": \"2022-11-11 15:52:28\",\n \"EnableTime\": \"2022-11-11 15:00:00\",\n \"ExpireTime\": \"2023-11-11 15:00:00\",\n \"ContractExtension\": false,\n \"AutoExtension\": false,\n \"ExtensionMode\": 0,\n \"Area\": \"mainland\",\n \"LifeTimeMonth\": 12,\n \"RefundAvailable\": false,\n \"Channel\": \"ACTIVE_PURCHASE\",\n \"ExtensionAvailable\": false,\n \"Region\": 0,\n \"TrueEnableTime\": \"2022-11-11 15:00:00\",\n \"TrueExpireTime\": \"2023-11-11 15:59:59\"\n }\n ],\n \"TotalCount\": 1,\n \"ExpiringCount\": 0,\n \"EnabledCount\": 0,\n \"PaidCount\": 1\n }\n}",
|
360
360
|
"title": "查询流量包列表"
|
361
361
|
}
|
362
362
|
],
|