tccli 3.0.1209.1__py2.py3-none-any.whl → 3.0.1210.1__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tccli/__init__.py +1 -1
- tccli/services/bma/v20221115/api.json +26 -1
- tccli/services/bma/v20221115/examples.json +6 -6
- tccli/services/cam/v20190116/api.json +38 -30
- tccli/services/cam/v20190116/examples.json +2 -2
- tccli/services/cdwdoris/v20211228/api.json +20 -1
- tccli/services/cfg/v20210820/api.json +21 -1
- tccli/services/cls/v20201016/api.json +72 -11
- tccli/services/cynosdb/v20190107/api.json +19 -9
- tccli/services/cynosdb/v20190107/examples.json +2 -2
- tccli/services/dasb/v20191018/api.json +19 -10
- tccli/services/dasb/v20191018/examples.json +1 -1
- tccli/services/dnspod/v20210323/api.json +3 -1
- tccli/services/emr/emr_client.py +238 -26
- tccli/services/emr/v20190103/api.json +1011 -115
- tccli/services/emr/v20190103/examples.json +32 -0
- tccli/services/es/v20180416/api.json +144 -2
- tccli/services/ess/v20201111/api.json +2 -2
- tccli/services/ess/v20201111/examples.json +2 -2
- tccli/services/essbasic/v20210526/api.json +13 -4
- tccli/services/gwlb/v20240906/api.json +23 -23
- tccli/services/hunyuan/v20230901/api.json +85 -9
- tccli/services/hunyuan/v20230901/examples.json +1 -1
- tccli/services/iss/v20230517/api.json +62 -14
- tccli/services/iss/v20230517/examples.json +19 -13
- tccli/services/redis/v20180412/api.json +2 -2
- tccli/services/sms/v20210111/api.json +3 -3
- tccli/services/sms/v20210111/examples.json +2 -2
- tccli/services/sqlserver/v20180328/api.json +32 -11
- tccli/services/sqlserver/v20180328/examples.json +1 -1
- tccli/services/sts/v20180813/api.json +11 -10
- tccli/services/sts/v20180813/examples.json +2 -2
- tccli/services/tcss/v20201101/api.json +136 -19
- tccli/services/teo/v20220901/api.json +19 -19
- tccli/services/teo/v20220901/examples.json +4 -58
- tccli/services/tke/tke_client.py +118 -12
- tccli/services/tke/v20180525/api.json +152 -0
- tccli/services/tke/v20180525/examples.json +16 -0
- tccli/services/vpc/v20170312/api.json +59 -43
- tccli/services/vpc/v20170312/examples.json +1 -1
- {tccli-3.0.1209.1.dist-info → tccli-3.0.1210.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1209.1.dist-info → tccli-3.0.1210.1.dist-info}/RECORD +45 -45
- {tccli-3.0.1209.1.dist-info → tccli-3.0.1210.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1209.1.dist-info → tccli-3.0.1210.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1209.1.dist-info → tccli-3.0.1210.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = '3.0.
|
1
|
+
__version__ = '3.0.1210.1'
|
@@ -381,6 +381,7 @@
|
|
381
381
|
"example": "123",
|
382
382
|
"member": "int64",
|
383
383
|
"name": "CompanyId",
|
384
|
+
"output_required": true,
|
384
385
|
"type": "int",
|
385
386
|
"value_allowed_null": false
|
386
387
|
},
|
@@ -501,6 +502,16 @@
|
|
501
502
|
"CreateBPFakeAPPResponse": {
|
502
503
|
"document": "CreateBPFakeAPP返回参数结构体",
|
503
504
|
"members": [
|
505
|
+
{
|
506
|
+
"disabled": false,
|
507
|
+
"document": "FakeAPPId",
|
508
|
+
"example": "无",
|
509
|
+
"member": "int64",
|
510
|
+
"name": "FakeAPPId",
|
511
|
+
"output_required": true,
|
512
|
+
"type": "int",
|
513
|
+
"value_allowed_null": false
|
514
|
+
},
|
504
515
|
{
|
505
516
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
506
517
|
"member": "string",
|
@@ -555,6 +566,16 @@
|
|
555
566
|
"CreateBPFakeURLResponse": {
|
556
567
|
"document": "CreateBPFakeURL返回参数结构体",
|
557
568
|
"members": [
|
569
|
+
{
|
570
|
+
"disabled": false,
|
571
|
+
"document": "FakeURLId",
|
572
|
+
"example": "无",
|
573
|
+
"member": "int64",
|
574
|
+
"name": "FakeURLId",
|
575
|
+
"output_required": true,
|
576
|
+
"type": "int",
|
577
|
+
"value_allowed_null": false
|
578
|
+
},
|
558
579
|
{
|
559
580
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
560
581
|
"member": "string",
|
@@ -686,15 +707,17 @@
|
|
686
707
|
"example": "无",
|
687
708
|
"member": "BrandData",
|
688
709
|
"name": "Brands",
|
710
|
+
"output_required": true,
|
689
711
|
"type": "list",
|
690
712
|
"value_allowed_null": false
|
691
713
|
},
|
692
714
|
{
|
693
715
|
"disabled": false,
|
694
716
|
"document": "品牌审核通知栏状态:0 不显示 1 显示",
|
695
|
-
"example": "
|
717
|
+
"example": "1",
|
696
718
|
"member": "int64",
|
697
719
|
"name": "NoticeStatus",
|
720
|
+
"output_required": true,
|
698
721
|
"type": "int",
|
699
722
|
"value_allowed_null": false
|
700
723
|
},
|
@@ -749,6 +772,7 @@
|
|
749
772
|
"example": "无",
|
750
773
|
"member": "FakeAPPData",
|
751
774
|
"name": "FakeAPPList",
|
775
|
+
"output_required": true,
|
752
776
|
"type": "list",
|
753
777
|
"value_allowed_null": false
|
754
778
|
},
|
@@ -758,6 +782,7 @@
|
|
758
782
|
"example": "无",
|
759
783
|
"member": "int64",
|
760
784
|
"name": "TotalCount",
|
785
|
+
"output_required": true,
|
761
786
|
"type": "int",
|
762
787
|
"value_allowed_null": false
|
763
788
|
},
|
@@ -11,8 +11,8 @@
|
|
11
11
|
"CreateBPFakeAPP": [
|
12
12
|
{
|
13
13
|
"document": "仿冒应用举报",
|
14
|
-
"input": "{\n
|
15
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"xxx\"\n }\n}",
|
14
|
+
"input": "POST / HTTP/1.1\nHost: bma.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateBPFakeAPP\n<公共请求参数>\n\n{\n \"CompanyId\": 123,\n \"FakeAPPName\": \"仿冒应用名称\",\n \"APPChan\": \"仿冒来源\",\n \"FakeAPPPackageName\": \"仿冒应用包名\",\n \"FakeAPPCert\": \"仿冒应用证书\",\n \"FakeAPPSize\": \"仿冒应用大小\",\n \"FakeAPPSnapshots\": [\n \"仿冒截图\"\n ],\n \"Note\": \"备注\"\n}",
|
15
|
+
"output": "{\n \"Response\": {\n \"FakeAPPId\": 12,\n \"RequestId\": \"xxx\"\n }\n}",
|
16
16
|
"title": "仿冒应用举报"
|
17
17
|
}
|
18
18
|
],
|
@@ -27,8 +27,8 @@
|
|
27
27
|
"CreateBPFakeURL": [
|
28
28
|
{
|
29
29
|
"document": "仿冒网址举报",
|
30
|
-
"input": "{\n
|
31
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"xxx\"\n }\n}",
|
30
|
+
"input": "POST / HTTP/1.1\nHost: bma.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateBPFakeURL\n<公共请求参数>\n\n{\n \"CompanyId\": 123,\n \"FakeURL\": \"举报网址\",\n \"FakeURLSnapshots\": [\n \"仿冒截图\"\n ],\n \"Note\": \"备注\"\n}",
|
31
|
+
"output": "{\n \"Response\": {\n \"FakeURLId\": 1,\n \"RequestId\": \"xxx\"\n }\n}",
|
32
32
|
"title": "仿冒网址举报"
|
33
33
|
}
|
34
34
|
],
|
@@ -67,8 +67,8 @@
|
|
67
67
|
"DescribeBPFakeAPPList": [
|
68
68
|
{
|
69
69
|
"document": "查询仿冒应用列表",
|
70
|
-
"input": "{\n
|
71
|
-
"output": "{\n \"Response\": {\n \"FakeAPPList\": [\n {\n \"FakeAPPId\": 123,\n \"BrandName\": \"品牌名称\",\n \"Origin\": 0,\n \"FakeAPPName\": \"仿冒应用名称\",\n \"FakeAPPPackageName\": \"仿冒应用包名\",\n \"FakeAPPCert\": \"仿冒应用证书\",\n \"FakeAPPSize\": \"仿冒应用大小\",\n \"Heat\": 100,\n \"BlockStatus\": 0,\n \"BlockNote\": \"协助处置状态说明\",\n \"OfflineStatus\": 0,\n \"OfflineNote\": \"下架状态说明\",\n \"DownloadWay\": \"app来源\",\n \"InsertTime\": \"2022-10-01 00:00:00\",\n \"DownloadCosURL\": \"cos下载链接\"\n }\n ],\n \"TotalCount\": 100,\n \"RequestId\": \"xxx\"\n }\n}",
|
70
|
+
"input": "POST / HTTP/1.1\nHost: bma.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBPFakeAPPList\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Name\": \"BrandName\",\n \"Value\": \"品牌名称\"\n },\n {\n \"Name\": \"Origin\",\n \"Value\": \"0\"\n },\n {\n \"Name\": \"BlockStatus\",\n \"Value\": \"0\"\n },\n {\n \"Name\": \"OfflineStatus\",\n \"Value\": \"0\"\n },\n {\n \"Name\": \"FakeAPP\",\n \"Value\": \"xxx\"\n },\n {\n \"Name\": \"StartTime\",\n \"Value\": \"2022-10-01 00:00:00\"\n },\n {\n \"Name\": \"EndTime\",\n \"Value\": \"2022-10-01 23:59:59\"\n }\n ],\n \"PageSize\": 10,\n \"PageNumber\": 1\n}",
|
71
|
+
"output": "{\n \"Response\": {\n \"FakeAPPList\": [\n {\n \"FakeAPPId\": 123,\n \"BrandName\": \"品牌名称\",\n \"Origin\": 0,\n \"FakeAPPName\": \"仿冒应用名称\",\n \"FakeAPPPackageName\": \"仿冒应用包名\",\n \"FakeAPPCert\": \"仿冒应用证书\",\n \"FakeAPPSize\": \"仿冒应用大小\",\n \"Heat\": 100,\n \"BlockStatus\": 0,\n \"BlockNote\": \"协助处置状态说明\",\n \"OfflineStatus\": 0,\n \"OfflineNote\": \"下架状态说明\",\n \"DownloadWay\": \"app来源\",\n \"InsertTime\": \"2022-10-01 00:00:00\",\n \"DownloadCosURL\": \"cos下载链接\",\n \"CertificationStatus\": 0\n }\n ],\n \"TotalCount\": 100,\n \"RequestId\": \"xxx\"\n }\n}",
|
72
72
|
"title": "查询仿冒应用列表"
|
73
73
|
}
|
74
74
|
],
|
@@ -3506,8 +3506,8 @@
|
|
3506
3506
|
"members": [
|
3507
3507
|
{
|
3508
3508
|
"disabled": false,
|
3509
|
-
"document": "策略Id",
|
3510
|
-
"example": "",
|
3509
|
+
"document": "策略Id。",
|
3510
|
+
"example": "17698703",
|
3511
3511
|
"member": "uint64",
|
3512
3512
|
"name": "PolicyId",
|
3513
3513
|
"required": true,
|
@@ -3521,73 +3521,81 @@
|
|
3521
3521
|
"members": [
|
3522
3522
|
{
|
3523
3523
|
"disabled": false,
|
3524
|
-
"document": "
|
3525
|
-
"example": "",
|
3524
|
+
"document": "策略名。\n注意:此字段可能返回 null,表示取不到有效值。",
|
3525
|
+
"example": "testPolicy",
|
3526
3526
|
"member": "string",
|
3527
3527
|
"name": "PolicyName",
|
3528
|
+
"output_required": true,
|
3528
3529
|
"type": "string",
|
3529
3530
|
"value_allowed_null": true
|
3530
3531
|
},
|
3531
3532
|
{
|
3532
3533
|
"disabled": false,
|
3533
|
-
"document": "
|
3534
|
-
"example": "",
|
3534
|
+
"document": "策略描述。\n注意:此字段可能返回 null,表示取不到有效值。",
|
3535
|
+
"example": "测试策略",
|
3535
3536
|
"member": "string",
|
3536
3537
|
"name": "Description",
|
3538
|
+
"output_required": true,
|
3537
3539
|
"type": "string",
|
3538
3540
|
"value_allowed_null": true
|
3539
3541
|
},
|
3540
3542
|
{
|
3541
3543
|
"disabled": false,
|
3542
|
-
"document": "1 表示自定义策略,2
|
3543
|
-
"example": "",
|
3544
|
+
"document": "1 表示自定义策略,2 表示预设策略。\n注意:此字段可能返回 null,表示取不到有效值。",
|
3545
|
+
"example": "1",
|
3544
3546
|
"member": "uint64",
|
3545
3547
|
"name": "Type",
|
3548
|
+
"output_required": true,
|
3546
3549
|
"type": "int",
|
3547
3550
|
"value_allowed_null": true
|
3548
3551
|
},
|
3549
3552
|
{
|
3550
3553
|
"disabled": false,
|
3551
|
-
"document": "
|
3552
|
-
"example": "",
|
3554
|
+
"document": "策略创建时间。\n注意:此字段可能返回 null,表示取不到有效值。",
|
3555
|
+
"example": "2019-04-29 21:18:28",
|
3553
3556
|
"member": "datetime",
|
3554
3557
|
"name": "AddTime",
|
3558
|
+
"output_required": true,
|
3555
3559
|
"type": "string",
|
3556
3560
|
"value_allowed_null": true
|
3557
3561
|
},
|
3558
3562
|
{
|
3559
3563
|
"disabled": false,
|
3560
|
-
"document": "
|
3561
|
-
"example": "",
|
3564
|
+
"document": "策略最近更新时间。\n注意:此字段可能返回 null,表示取不到有效值。",
|
3565
|
+
"example": "2019-04-29 21:28:32",
|
3562
3566
|
"member": "datetime",
|
3563
3567
|
"name": "UpdateTime",
|
3568
|
+
"output_required": true,
|
3564
3569
|
"type": "string",
|
3565
3570
|
"value_allowed_null": true
|
3566
3571
|
},
|
3567
3572
|
{
|
3568
3573
|
"disabled": false,
|
3569
|
-
"document": "
|
3570
|
-
"example": "",
|
3574
|
+
"document": "策略文档。\n注意:此字段可能返回 null,表示取不到有效值。",
|
3575
|
+
"example": "{\\\"version\\\":\\\"2.0\\\",\\\"statement\\\":[{\\\"effect\\\":\\\"allow\\\",\\\"action\\\":[\\\"name\\\\/cos:*\\\"],\\\"resource\\\":[\\\"*\\\"]}]}",
|
3571
3576
|
"member": "string",
|
3572
3577
|
"name": "PolicyDocument",
|
3578
|
+
"output_required": true,
|
3573
3579
|
"type": "string",
|
3574
3580
|
"value_allowed_null": true
|
3575
3581
|
},
|
3576
3582
|
{
|
3577
3583
|
"disabled": false,
|
3578
|
-
"document": "
|
3579
|
-
"example": "",
|
3584
|
+
"document": "备注。\n注意:此字段可能返回 null,表示取不到有效值。",
|
3585
|
+
"example": "备注",
|
3580
3586
|
"member": "string",
|
3581
3587
|
"name": "PresetAlias",
|
3588
|
+
"output_required": true,
|
3582
3589
|
"type": "string",
|
3583
3590
|
"value_allowed_null": true
|
3584
3591
|
},
|
3585
3592
|
{
|
3586
3593
|
"disabled": false,
|
3587
|
-
"document": "
|
3588
|
-
"example": "",
|
3594
|
+
"document": "是否是服务相关策略,0代表不是服务相关策略,1代表是服务相关策略。\n注意:此字段可能返回 null,表示取不到有效值。",
|
3595
|
+
"example": "1",
|
3589
3596
|
"member": "uint64",
|
3590
3597
|
"name": "IsServiceLinkedRolePolicy",
|
3598
|
+
"output_required": true,
|
3591
3599
|
"type": "int",
|
3592
3600
|
"value_allowed_null": true
|
3593
3601
|
},
|
@@ -4580,8 +4588,8 @@
|
|
4580
4588
|
"members": [
|
4581
4589
|
{
|
4582
4590
|
"disabled": false,
|
4583
|
-
"document": "目标用户
|
4584
|
-
"example": "
|
4591
|
+
"document": "目标用户Uin",
|
4592
|
+
"example": "100020328651",
|
4585
4593
|
"member": "uint64",
|
4586
4594
|
"name": "TargetUin",
|
4587
4595
|
"required": true,
|
@@ -4589,7 +4597,7 @@
|
|
4589
4597
|
},
|
4590
4598
|
{
|
4591
4599
|
"disabled": false,
|
4592
|
-
"document": "每页数量,必须大于 0
|
4600
|
+
"document": "每页数量,必须大于 0 且小于等于 200。",
|
4593
4601
|
"example": "1",
|
4594
4602
|
"member": "uint64",
|
4595
4603
|
"name": "Rp",
|
@@ -4598,7 +4606,7 @@
|
|
4598
4606
|
},
|
4599
4607
|
{
|
4600
4608
|
"disabled": false,
|
4601
|
-
"document": "页码,从 1开始,不能大于 200",
|
4609
|
+
"document": "页码,从 1开始,不能大于 200。",
|
4602
4610
|
"example": "10",
|
4603
4611
|
"member": "uint64",
|
4604
4612
|
"name": "Page",
|
@@ -4607,7 +4615,7 @@
|
|
4607
4615
|
},
|
4608
4616
|
{
|
4609
4617
|
"disabled": false,
|
4610
|
-
"document": "0:返回直接关联和随组关联策略,1:只返回直接关联策略,2
|
4618
|
+
"document": "关联类型。0:返回直接关联和随组关联策略,1:只返回直接关联策略,2:只返回随组关联策略。",
|
4611
4619
|
"example": "1",
|
4612
4620
|
"member": "uint64",
|
4613
4621
|
"name": "AttachType",
|
@@ -4616,7 +4624,7 @@
|
|
4616
4624
|
},
|
4617
4625
|
{
|
4618
4626
|
"disabled": false,
|
4619
|
-
"document": "
|
4627
|
+
"document": "策略类型。1表示自定义策略,2表示预设策略。",
|
4620
4628
|
"example": "1",
|
4621
4629
|
"member": "uint64",
|
4622
4630
|
"name": "StrategyType",
|
@@ -4640,21 +4648,21 @@
|
|
4640
4648
|
"members": [
|
4641
4649
|
{
|
4642
4650
|
"disabled": false,
|
4643
|
-
"document": "
|
4644
|
-
"example": "
|
4651
|
+
"document": "策略列表数据。",
|
4652
|
+
"example": "[{\"AddTime\":\"2020-01-16 15:09:27\",\"CreateMode\":\"2\",\"Deactived\":1,\"DeactivedDetail\":[\"consolesms\"],\"Description\":\"短信(SMS)全读写访问权限\",\"Groups\":[{\"GroupId\":93878,\"GroupName\":\"系统运维\"}],\"PolicyId\":\"219064\",\"PolicyName\":\"QcloudSMSFullAccess\",\"StrategyType\":\"2\"}]",
|
4645
4653
|
"member": "AttachedUserPolicy",
|
4646
4654
|
"name": "PolicyList",
|
4647
|
-
"
|
4655
|
+
"output_required": true,
|
4648
4656
|
"type": "list",
|
4649
4657
|
"value_allowed_null": false
|
4650
4658
|
},
|
4651
4659
|
{
|
4652
4660
|
"disabled": false,
|
4653
|
-
"document": "
|
4654
|
-
"example": "
|
4661
|
+
"document": "策略总数。",
|
4662
|
+
"example": "1",
|
4655
4663
|
"member": "uint64",
|
4656
4664
|
"name": "TotalNum",
|
4657
|
-
"
|
4665
|
+
"output_required": true,
|
4658
4666
|
"type": "int",
|
4659
4667
|
"value_allowed_null": false
|
4660
4668
|
},
|
@@ -473,8 +473,8 @@
|
|
473
473
|
"ListAttachedUserAllPolicies": [
|
474
474
|
{
|
475
475
|
"document": "",
|
476
|
-
"input": "https://cam.tencentcloudapi.com/?Action=ListAttachedUserAllPolicies\n&Rp=1\n&Page=10\n&AttachType=1\n&TargetUin=
|
477
|
-
"output": "{\n \"Response\": {\n \"TotalNum\":
|
476
|
+
"input": "https://cam.tencentcloudapi.com/?Action=ListAttachedUserAllPolicies\n&Rp=1\n&Page=10\n&AttachType=1\n&TargetUin=100020328651\n&<公共请求参数>",
|
477
|
+
"output": "{\n \"Response\": {\n \"TotalNum\": 1,\n \"PolicyList\": [\n {\n \"AddTime\": \"2020-01-16 15:09:27\",\n \"CreateMode\": \"2\",\n \"Deactived\": 1,\n \"DeactivedDetail\": [\n \"consolesms\"\n ],\n \"Description\": \"短信(SMS)全读写访问权限\",\n \"Groups\": [\n {\n \"GroupId\": 93878,\n \"GroupName\": \"系统运维\"\n }\n ],\n \"PolicyId\": \"219064\",\n \"PolicyName\": \"QcloudSMSFullAccess\",\n \"StrategyType\": \"2\"\n }\n ],\n \"RequestId\": \"d369dabb-ebc9-4598-baae-e1177e9e3868\"\n }\n}",
|
478
478
|
"title": "列出用户关联的策略(包括随组关联)"
|
479
479
|
}
|
480
480
|
],
|
@@ -2371,6 +2371,15 @@
|
|
2371
2371
|
"required": true,
|
2372
2372
|
"type": "string"
|
2373
2373
|
},
|
2374
|
+
{
|
2375
|
+
"disabled": false,
|
2376
|
+
"document": "任务类型:\n0-不限制,或使用TypeFilters过滤;\n1-备份恢复(包括周期备份和一次性备份);\n2-数据迁移(包括跨集群迁移和cos迁移)\t",
|
2377
|
+
"example": "1",
|
2378
|
+
"member": "int64",
|
2379
|
+
"name": "ApplicationType",
|
2380
|
+
"required": false,
|
2381
|
+
"type": "int"
|
2382
|
+
},
|
2374
2383
|
{
|
2375
2384
|
"disabled": false,
|
2376
2385
|
"document": "分页大小",
|
@@ -2443,7 +2452,17 @@
|
|
2443
2452
|
},
|
2444
2453
|
"DescribeBackUpSchedulesRequest": {
|
2445
2454
|
"document": "DescribeBackUpSchedules请求参数结构体",
|
2446
|
-
"members": [
|
2455
|
+
"members": [
|
2456
|
+
{
|
2457
|
+
"disabled": false,
|
2458
|
+
"document": "任务类型\n0-不限制,或使用TypeFilters过滤;\n1-备份恢复(包括周期备份和一次性备份);\n2-数据迁移(包括跨集群迁移和cos迁移)",
|
2459
|
+
"example": "1",
|
2460
|
+
"member": "int64",
|
2461
|
+
"name": "ApplicationType",
|
2462
|
+
"required": false,
|
2463
|
+
"type": "int"
|
2464
|
+
}
|
2465
|
+
],
|
2447
2466
|
"type": "object"
|
2448
2467
|
},
|
2449
2468
|
"DescribeBackUpSchedulesResponse": {
|
@@ -470,6 +470,16 @@
|
|
470
470
|
"output_required": false,
|
471
471
|
"type": "bool",
|
472
472
|
"value_allowed_null": true
|
473
|
+
},
|
474
|
+
{
|
475
|
+
"disabled": false,
|
476
|
+
"document": "对象类型ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
477
|
+
"example": "6",
|
478
|
+
"member": "int64",
|
479
|
+
"name": "ObjectTypeId",
|
480
|
+
"output_required": false,
|
481
|
+
"type": "int",
|
482
|
+
"value_allowed_null": true
|
473
483
|
}
|
474
484
|
],
|
475
485
|
"usage": "out"
|
@@ -3292,7 +3302,7 @@
|
|
3292
3302
|
{
|
3293
3303
|
"disabled": false,
|
3294
3304
|
"document": "0--未开始,1--正在归档,2--归档成功,3--归档失败",
|
3295
|
-
"example": "
|
3305
|
+
"example": "2",
|
3296
3306
|
"member": "int64",
|
3297
3307
|
"name": "ArchiveStage",
|
3298
3308
|
"output_required": false,
|
@@ -3308,6 +3318,16 @@
|
|
3308
3318
|
"output_required": false,
|
3309
3319
|
"type": "string",
|
3310
3320
|
"value_allowed_null": false
|
3321
|
+
},
|
3322
|
+
{
|
3323
|
+
"disabled": false,
|
3324
|
+
"document": "归档ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
3325
|
+
"example": "cfg-uixxx",
|
3326
|
+
"member": "string",
|
3327
|
+
"name": "ArchiveUuid",
|
3328
|
+
"output_required": false,
|
3329
|
+
"type": "string",
|
3330
|
+
"value_allowed_null": true
|
3311
3331
|
}
|
3312
3332
|
],
|
3313
3333
|
"usage": "out"
|
@@ -680,7 +680,7 @@
|
|
680
680
|
"status": "online"
|
681
681
|
},
|
682
682
|
"QueryMetric": {
|
683
|
-
"document": "
|
683
|
+
"document": "查询指定时刻指标的最新值。\n如果该时刻向前推5分钟内均无指标数据,则无相应的查询结果。",
|
684
684
|
"input": "QueryMetricRequest",
|
685
685
|
"name": "指标查询(最新值查询)",
|
686
686
|
"output": "QueryMetricResponse",
|
@@ -10080,7 +10080,7 @@
|
|
10080
10080
|
"example": "4463e7b0-3ec8-41a1-ae48-5d24b22167c2",
|
10081
10081
|
"member": "string",
|
10082
10082
|
"name": "LogsetId",
|
10083
|
-
"
|
10083
|
+
"output_required": true,
|
10084
10084
|
"type": "string",
|
10085
10085
|
"value_allowed_null": false
|
10086
10086
|
},
|
@@ -10090,7 +10090,7 @@
|
|
10090
10090
|
"example": "test",
|
10091
10091
|
"member": "string",
|
10092
10092
|
"name": "LogsetName",
|
10093
|
-
"
|
10093
|
+
"output_required": true,
|
10094
10094
|
"type": "string",
|
10095
10095
|
"value_allowed_null": false
|
10096
10096
|
},
|
@@ -10100,7 +10100,7 @@
|
|
10100
10100
|
"example": "2021-04-01 08:00:00",
|
10101
10101
|
"member": "string",
|
10102
10102
|
"name": "CreateTime",
|
10103
|
-
"
|
10103
|
+
"output_required": true,
|
10104
10104
|
"type": "string",
|
10105
10105
|
"value_allowed_null": false
|
10106
10106
|
},
|
@@ -10110,7 +10110,7 @@
|
|
10110
10110
|
"example": "TCB",
|
10111
10111
|
"member": "string",
|
10112
10112
|
"name": "AssumerName",
|
10113
|
-
"
|
10113
|
+
"output_required": true,
|
10114
10114
|
"type": "string",
|
10115
10115
|
"value_allowed_null": true
|
10116
10116
|
},
|
@@ -10120,7 +10120,7 @@
|
|
10120
10120
|
"example": "无",
|
10121
10121
|
"member": "Tag",
|
10122
10122
|
"name": "Tags",
|
10123
|
-
"
|
10123
|
+
"output_required": true,
|
10124
10124
|
"type": "list",
|
10125
10125
|
"value_allowed_null": true
|
10126
10126
|
},
|
@@ -10130,7 +10130,7 @@
|
|
10130
10130
|
"example": "10",
|
10131
10131
|
"member": "int64",
|
10132
10132
|
"name": "TopicCount",
|
10133
|
-
"
|
10133
|
+
"output_required": true,
|
10134
10134
|
"type": "int",
|
10135
10135
|
"value_allowed_null": false
|
10136
10136
|
},
|
@@ -10140,7 +10140,7 @@
|
|
10140
10140
|
"example": "TCB_QcsRole",
|
10141
10141
|
"member": "string",
|
10142
10142
|
"name": "RoleName",
|
10143
|
-
"
|
10143
|
+
"output_required": true,
|
10144
10144
|
"type": "string",
|
10145
10145
|
"value_allowed_null": false
|
10146
10146
|
}
|
@@ -12308,6 +12308,15 @@
|
|
12308
12308
|
"name": "PartitionCount",
|
12309
12309
|
"required": false,
|
12310
12310
|
"type": "int"
|
12311
|
+
},
|
12312
|
+
{
|
12313
|
+
"disabled": false,
|
12314
|
+
"document": "取消切换存储任务的id",
|
12315
|
+
"example": "无",
|
12316
|
+
"member": "string",
|
12317
|
+
"name": "CancelTopicAsyncTaskID",
|
12318
|
+
"required": false,
|
12319
|
+
"type": "string"
|
12311
12320
|
}
|
12312
12321
|
],
|
12313
12322
|
"type": "object"
|
@@ -13109,7 +13118,7 @@
|
|
13109
13118
|
},
|
13110
13119
|
{
|
13111
13120
|
"disabled": false,
|
13112
|
-
"document": "查询时间,秒级Unix
|
13121
|
+
"document": "查询时间,秒级Unix时间戳。为空时代表当前时间戳。\n",
|
13113
13122
|
"example": "1695197431",
|
13114
13123
|
"member": "uint64",
|
13115
13124
|
"name": "Time",
|
@@ -14796,6 +14805,36 @@
|
|
14796
14805
|
"output_required": false,
|
14797
14806
|
"type": "object",
|
14798
14807
|
"value_allowed_null": true
|
14808
|
+
},
|
14809
|
+
{
|
14810
|
+
"disabled": false,
|
14811
|
+
"document": "异步迁移任务ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
14812
|
+
"example": "无",
|
14813
|
+
"member": "string",
|
14814
|
+
"name": "TopicAsyncTaskID",
|
14815
|
+
"output_required": false,
|
14816
|
+
"type": "string",
|
14817
|
+
"value_allowed_null": true
|
14818
|
+
},
|
14819
|
+
{
|
14820
|
+
"disabled": false,
|
14821
|
+
"document": "异步迁移状态\n注意:此字段可能返回 null,表示取不到有效值。",
|
14822
|
+
"example": "无",
|
14823
|
+
"member": "uint64",
|
14824
|
+
"name": "MigrationStatus",
|
14825
|
+
"output_required": false,
|
14826
|
+
"type": "int",
|
14827
|
+
"value_allowed_null": true
|
14828
|
+
},
|
14829
|
+
{
|
14830
|
+
"disabled": false,
|
14831
|
+
"document": "异步迁移完成后,预计生效日期\n注意:此字段可能返回 null,表示取不到有效值。",
|
14832
|
+
"example": "无",
|
14833
|
+
"member": "string",
|
14834
|
+
"name": "EffectiveDate",
|
14835
|
+
"output_required": false,
|
14836
|
+
"type": "string",
|
14837
|
+
"value_allowed_null": true
|
14799
14838
|
}
|
14800
14839
|
],
|
14801
14840
|
"usage": "out"
|
@@ -14929,7 +14968,7 @@
|
|
14929
14968
|
},
|
14930
14969
|
{
|
14931
14970
|
"disabled": false,
|
14932
|
-
"document": "请求头。\n
|
14971
|
+
"document": "请求头。\n注意:该参数已废弃,请使用NoticeContentId。\n注意:此字段可能返回 null,表示取不到有效值。",
|
14933
14972
|
"example": "无",
|
14934
14973
|
"member": "string",
|
14935
14974
|
"name": "Headers",
|
@@ -14940,7 +14979,7 @@
|
|
14940
14979
|
},
|
14941
14980
|
{
|
14942
14981
|
"disabled": false,
|
14943
|
-
"document": "请求内容。\n
|
14982
|
+
"document": "请求内容。\n注意:该参数已废弃,请使用NoticeContentId。\n注意:此字段可能返回 null,表示取不到有效值。",
|
14944
14983
|
"example": "无",
|
14945
14984
|
"member": "string",
|
14946
14985
|
"name": "Body",
|
@@ -14959,6 +14998,28 @@
|
|
14959
14998
|
"required": false,
|
14960
14999
|
"type": "int",
|
14961
15000
|
"value_allowed_null": false
|
15001
|
+
},
|
15002
|
+
{
|
15003
|
+
"disabled": false,
|
15004
|
+
"document": "通知内容模板ID。\n注意:此字段可能返回 null,表示取不到有效值。",
|
15005
|
+
"example": "\"noticetemplate-1eba4ed8-9584-40e3-a948-c8cff121eed1\"",
|
15006
|
+
"member": "string",
|
15007
|
+
"name": "NoticeContentId",
|
15008
|
+
"output_required": false,
|
15009
|
+
"required": false,
|
15010
|
+
"type": "string",
|
15011
|
+
"value_allowed_null": true
|
15012
|
+
},
|
15013
|
+
{
|
15014
|
+
"disabled": false,
|
15015
|
+
"document": "集成配置ID。\n注意:此字段可能返回 null,表示取不到有效值。",
|
15016
|
+
"example": "\"webcallback-aaa-bbb-ccc-ddd\"",
|
15017
|
+
"member": "string",
|
15018
|
+
"name": "WebCallbackId",
|
15019
|
+
"output_required": false,
|
15020
|
+
"required": false,
|
15021
|
+
"type": "string",
|
15022
|
+
"value_allowed_null": true
|
14962
15023
|
}
|
14963
15024
|
],
|
14964
15025
|
"usage": "both"
|