tccli 3.0.1137.1__py2.py3-none-any.whl → 3.0.1139.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 (53) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/command.py +1 -1
  3. tccli/help_command.py +1 -1
  4. tccli/services/__init__.py +3 -0
  5. tccli/services/aiart/aiart_client.py +53 -0
  6. tccli/services/aiart/v20221229/api.json +98 -0
  7. tccli/services/aiart/v20221229/examples.json +8 -0
  8. tccli/services/asr/v20190614/api.json +9 -0
  9. tccli/services/cbs/v20170312/api.json +5 -8
  10. tccli/services/cdwch/v20200915/api.json +1 -1
  11. tccli/services/ckafka/v20190819/api.json +25 -25
  12. tccli/services/ckafka/v20190819/examples.json +18 -18
  13. tccli/services/cls/v20201016/api.json +44 -5
  14. tccli/services/cls/v20201016/examples.json +1 -1
  15. tccli/services/cwp/cwp_client.py +61 -114
  16. tccli/services/cwp/v20180228/api.json +0 -70
  17. tccli/services/cwp/v20180228/examples.json +0 -8
  18. tccli/services/domain/v20180808/api.json +36 -0
  19. tccli/services/emr/v20190103/api.json +534 -15
  20. tccli/services/emr/v20190103/examples.json +4 -4
  21. tccli/services/ess/v20201111/api.json +4 -4
  22. tccli/services/ess/v20201111/examples.json +2 -2
  23. tccli/services/essbasic/v20210526/api.json +3 -3
  24. tccli/services/essbasic/v20210526/examples.json +2 -2
  25. tccli/services/ims/v20201229/api.json +2 -2
  26. tccli/services/ioa/v20220601/api.json +132 -92
  27. tccli/services/iotexplorer/v20190423/api.json +11 -0
  28. tccli/services/mps/v20190612/api.json +163 -115
  29. tccli/services/mps/v20190612/examples.json +11 -11
  30. tccli/services/ocr/v20181119/api.json +19 -0
  31. tccli/services/redis/v20180412/api.json +23 -23
  32. tccli/services/rum/v20210622/api.json +1 -0
  33. tccli/services/scf/v20180416/examples.json +1 -1
  34. tccli/services/ssl/ssl_client.py +53 -0
  35. tccli/services/ssl/v20191205/api.json +251 -5
  36. tccli/services/ssl/v20191205/examples.json +9 -1
  37. tccli/services/tdmq/v20200217/api.json +171 -22
  38. tccli/services/tdmq/v20200217/examples.json +6 -6
  39. tccli/services/thpc/v20230321/api.json +42 -21
  40. tccli/services/tke/v20180525/api.json +149 -71
  41. tccli/services/tke/v20180525/examples.json +69 -57
  42. tccli/services/trtc/v20190722/api.json +1 -1
  43. tccli/services/tsf/v20180326/api.json +1 -1
  44. tccli/services/vclm/__init__.py +4 -0
  45. tccli/services/vclm/v20240523/api.json +695 -0
  46. tccli/services/vclm/v20240523/examples.json +73 -0
  47. tccli/services/vclm/vclm_client.py +513 -0
  48. tccli/services/vdb/v20230616/api.json +20 -0
  49. {tccli-3.0.1137.1.dist-info → tccli-3.0.1139.1.dist-info}/METADATA +2 -2
  50. {tccli-3.0.1137.1.dist-info → tccli-3.0.1139.1.dist-info}/RECORD +53 -49
  51. {tccli-3.0.1137.1.dist-info → tccli-3.0.1139.1.dist-info}/WHEEL +0 -0
  52. {tccli-3.0.1137.1.dist-info → tccli-3.0.1139.1.dist-info}/entry_points.txt +0 -0
  53. {tccli-3.0.1137.1.dist-info → tccli-3.0.1139.1.dist-info}/license_files/LICENSE +0 -0
@@ -70,6 +70,13 @@
70
70
  "output": "DeleteCertificateResponse",
71
71
  "status": "online"
72
72
  },
73
+ "DeleteCertificates": {
74
+ "document": "批量删除证书,删除证书前支持查询证书是否关联了腾讯云云资源 (需自定义配置参数,参数名称:IsSync)",
75
+ "input": "DeleteCertificatesRequest",
76
+ "name": "批量删除证书",
77
+ "output": "DeleteCertificatesResponse",
78
+ "status": "online"
79
+ },
73
80
  "DeleteManager": {
74
81
  "document": "删除管理人",
75
82
  "input": "DeleteManagerRequest",
@@ -502,6 +509,16 @@
502
509
  "output_required": true,
503
510
  "type": "int",
504
511
  "value_allowed_null": false
512
+ },
513
+ {
514
+ "disabled": false,
515
+ "document": "是否查询异常\n注意:此字段可能返回 null,表示取不到有效值。",
516
+ "example": "无",
517
+ "member": "string",
518
+ "name": "Error",
519
+ "output_required": true,
520
+ "type": "string",
521
+ "value_allowed_null": true
505
522
  }
506
523
  ],
507
524
  "usage": "out"
@@ -669,6 +686,32 @@
669
686
  ],
670
687
  "type": "object"
671
688
  },
689
+ "BatchDeleteFail": {
690
+ "document": "批量删除失败的项",
691
+ "members": [
692
+ {
693
+ "disabled": false,
694
+ "document": "失败的证书ID\n注意:此字段可能返回 null,表示取不到有效值。",
695
+ "example": "23y5RzQp",
696
+ "member": "string",
697
+ "name": "CertId",
698
+ "required": false,
699
+ "type": "string",
700
+ "value_allowed_null": true
701
+ },
702
+ {
703
+ "disabled": false,
704
+ "document": "失败的原因\n注意:此字段可能返回 null,表示取不到有效值。",
705
+ "example": "当前证书未过期,不能被删除",
706
+ "member": "string",
707
+ "name": "Msg",
708
+ "required": false,
709
+ "type": "string",
710
+ "value_allowed_null": true
711
+ }
712
+ ],
713
+ "usage": "out"
714
+ },
672
715
  "BindResourceRegionResult": {
673
716
  "document": "绑定资源地域结果",
674
717
  "members": [
@@ -721,6 +764,52 @@
721
764
  ],
722
765
  "usage": "out"
723
766
  },
767
+ "COSInstanceList": {
768
+ "document": "cos实例详情 - 异步关联云资源数据结构",
769
+ "members": [
770
+ {
771
+ "disabled": false,
772
+ "document": "地域\n注意:此字段可能返回 null,表示取不到有效值。",
773
+ "example": "无",
774
+ "member": "string",
775
+ "name": "Region",
776
+ "output_required": true,
777
+ "type": "string",
778
+ "value_allowed_null": true
779
+ },
780
+ {
781
+ "disabled": false,
782
+ "document": "实例详情\n注意:此字段可能返回 null,表示取不到有效值。",
783
+ "example": "无",
784
+ "member": "CosInstanceDetail",
785
+ "name": "InstanceList",
786
+ "output_required": false,
787
+ "type": "list",
788
+ "value_allowed_null": true
789
+ },
790
+ {
791
+ "disabled": false,
792
+ "document": "地域下总数\n注意:此字段可能返回 null,表示取不到有效值。",
793
+ "example": "无",
794
+ "member": "int64",
795
+ "name": "TotalCount",
796
+ "output_required": false,
797
+ "type": "int",
798
+ "value_allowed_null": true
799
+ },
800
+ {
801
+ "disabled": false,
802
+ "document": "错误信息\n注意:此字段可能返回 null,表示取不到有效值。",
803
+ "example": "无",
804
+ "member": "string",
805
+ "name": "Error",
806
+ "output_required": false,
807
+ "type": "string",
808
+ "value_allowed_null": true
809
+ }
810
+ ],
811
+ "usage": "out"
812
+ },
724
813
  "CancelAuditCertificateRequest": {
725
814
  "document": "CancelAuditCertificate请求参数结构体",
726
815
  "members": [
@@ -862,6 +951,16 @@
862
951
  "output_required": true,
863
952
  "type": "list",
864
953
  "value_allowed_null": true
954
+ },
955
+ {
956
+ "disabled": false,
957
+ "document": "是否查询异常\n注意:此字段可能返回 null,表示取不到有效值。",
958
+ "example": "无",
959
+ "member": "string",
960
+ "name": "Error",
961
+ "output_required": true,
962
+ "type": "string",
963
+ "value_allowed_null": true
865
964
  }
866
965
  ],
867
966
  "usage": "out"
@@ -1677,6 +1776,16 @@
1677
1776
  "output_required": true,
1678
1777
  "type": "int",
1679
1778
  "value_allowed_null": false
1779
+ },
1780
+ {
1781
+ "disabled": false,
1782
+ "document": "是否查询异常\n注意:此字段可能返回 null,表示取不到有效值。",
1783
+ "example": "无",
1784
+ "member": "string",
1785
+ "name": "Error",
1786
+ "output_required": true,
1787
+ "type": "string",
1788
+ "value_allowed_null": true
1680
1789
  }
1681
1790
  ],
1682
1791
  "usage": "out"
@@ -1766,7 +1875,7 @@
1766
1875
  "example": "无",
1767
1876
  "member": "string",
1768
1877
  "name": "LocationId",
1769
- "required": true,
1878
+ "output_required": true,
1770
1879
  "type": "string",
1771
1880
  "value_allowed_null": false
1772
1881
  },
@@ -1776,7 +1885,7 @@
1776
1885
  "example": "无",
1777
1886
  "member": "string",
1778
1887
  "name": "Domain",
1779
- "required": true,
1888
+ "output_required": true,
1780
1889
  "type": "string",
1781
1890
  "value_allowed_null": false
1782
1891
  },
@@ -1786,7 +1895,7 @@
1786
1895
  "example": "无",
1787
1896
  "member": "bool",
1788
1897
  "name": "IsMatch",
1789
- "required": true,
1898
+ "output_required": true,
1790
1899
  "type": "bool",
1791
1900
  "value_allowed_null": false
1792
1901
  },
@@ -1796,7 +1905,7 @@
1796
1905
  "example": "无",
1797
1906
  "member": "Certificate",
1798
1907
  "name": "Certificate",
1799
- "required": true,
1908
+ "output_required": true,
1800
1909
  "type": "object",
1801
1910
  "value_allowed_null": true
1802
1911
  },
@@ -1806,7 +1915,7 @@
1806
1915
  "example": "无",
1807
1916
  "member": "string",
1808
1917
  "name": "NoMatchDomains",
1809
- "required": false,
1918
+ "output_required": true,
1810
1919
  "type": "list",
1811
1920
  "value_allowed_null": true
1812
1921
  }
@@ -2433,6 +2542,16 @@
2433
2542
  "output_required": true,
2434
2543
  "type": "list",
2435
2544
  "value_allowed_null": true
2545
+ },
2546
+ {
2547
+ "disabled": false,
2548
+ "document": "是否查询异常\n注意:此字段可能返回 null,表示取不到有效值。",
2549
+ "example": "无",
2550
+ "member": "string",
2551
+ "name": "Error",
2552
+ "output_required": true,
2553
+ "type": "string",
2554
+ "value_allowed_null": true
2436
2555
  }
2437
2556
  ],
2438
2557
  "usage": "out"
@@ -2493,6 +2612,53 @@
2493
2612
  ],
2494
2613
  "type": "object"
2495
2614
  },
2615
+ "DeleteCertificatesRequest": {
2616
+ "document": "DeleteCertificates请求参数结构体",
2617
+ "members": [],
2618
+ "type": "object"
2619
+ },
2620
+ "DeleteCertificatesResponse": {
2621
+ "document": "DeleteCertificates返回参数结构体",
2622
+ "members": [
2623
+ {
2624
+ "disabled": false,
2625
+ "document": "成功的ID",
2626
+ "example": "无",
2627
+ "member": "string",
2628
+ "name": "Success",
2629
+ "output_required": true,
2630
+ "type": "list",
2631
+ "value_allowed_null": false
2632
+ },
2633
+ {
2634
+ "disabled": false,
2635
+ "document": "失败的ID和原因",
2636
+ "example": "无",
2637
+ "member": "BatchDeleteFail",
2638
+ "name": "Fail",
2639
+ "output_required": true,
2640
+ "type": "list",
2641
+ "value_allowed_null": false
2642
+ },
2643
+ {
2644
+ "disabled": false,
2645
+ "document": "证书ID和异步任务的ID",
2646
+ "example": "无",
2647
+ "member": "CertTaskId",
2648
+ "name": "CertTaskIds",
2649
+ "output_required": true,
2650
+ "type": "list",
2651
+ "value_allowed_null": false
2652
+ },
2653
+ {
2654
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
2655
+ "member": "string",
2656
+ "name": "RequestId",
2657
+ "type": "string"
2658
+ }
2659
+ ],
2660
+ "type": "object"
2661
+ },
2496
2662
  "DeleteManagerRequest": {
2497
2663
  "document": "DeleteManager请求参数结构体",
2498
2664
  "members": [
@@ -3284,6 +3450,16 @@
3284
3450
  "type": "list",
3285
3451
  "value_allowed_null": true
3286
3452
  },
3453
+ {
3454
+ "disabled": false,
3455
+ "document": "关联的COS资源详情\n注意:此字段可能返回 null,表示取不到有效值。",
3456
+ "example": "无",
3457
+ "member": "COSInstanceList",
3458
+ "name": "COS",
3459
+ "output_required": false,
3460
+ "type": "list",
3461
+ "value_allowed_null": true
3462
+ },
3287
3463
  {
3288
3464
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
3289
3465
  "member": "string",
@@ -6887,6 +7063,16 @@
6887
7063
  "output_required": true,
6888
7064
  "type": "list",
6889
7065
  "value_allowed_null": true
7066
+ },
7067
+ {
7068
+ "disabled": false,
7069
+ "document": "是否查询异常\n注意:此字段可能返回 null,表示取不到有效值。",
7070
+ "example": "无",
7071
+ "member": "string",
7072
+ "name": "Error",
7073
+ "output_required": true,
7074
+ "type": "string",
7075
+ "value_allowed_null": true
6890
7076
  }
6891
7077
  ],
6892
7078
  "usage": "out"
@@ -8858,6 +9044,16 @@
8858
9044
  "output_required": true,
8859
9045
  "type": "list",
8860
9046
  "value_allowed_null": true
9047
+ },
9048
+ {
9049
+ "disabled": false,
9050
+ "document": "是否查询异常\n注意:此字段可能返回 null,表示取不到有效值。",
9051
+ "example": "无",
9052
+ "member": "string",
9053
+ "name": "Error",
9054
+ "output_required": true,
9055
+ "type": "string",
9056
+ "value_allowed_null": true
8861
9057
  }
8862
9058
  ],
8863
9059
  "usage": "out"
@@ -8930,6 +9126,16 @@
8930
9126
  "output_required": true,
8931
9127
  "type": "string",
8932
9128
  "value_allowed_null": false
9129
+ },
9130
+ {
9131
+ "disabled": false,
9132
+ "document": "是否查询异常\n注意:此字段可能返回 null,表示取不到有效值。",
9133
+ "example": "无",
9134
+ "member": "string",
9135
+ "name": "Error",
9136
+ "output_required": true,
9137
+ "type": "string",
9138
+ "value_allowed_null": true
8933
9139
  }
8934
9140
  ],
8935
9141
  "usage": "out"
@@ -9028,6 +9234,16 @@
9028
9234
  "output_required": true,
9029
9235
  "type": "int",
9030
9236
  "value_allowed_null": false
9237
+ },
9238
+ {
9239
+ "disabled": false,
9240
+ "document": "是否查询异常\n注意:此字段可能返回 null,表示取不到有效值。",
9241
+ "example": "无",
9242
+ "member": "string",
9243
+ "name": "Error",
9244
+ "output_required": true,
9245
+ "type": "string",
9246
+ "value_allowed_null": true
9031
9247
  }
9032
9248
  ],
9033
9249
  "usage": "out"
@@ -9156,6 +9372,16 @@
9156
9372
  "output_required": true,
9157
9373
  "type": "int",
9158
9374
  "value_allowed_null": false
9375
+ },
9376
+ {
9377
+ "disabled": false,
9378
+ "document": "是否查询异常\n注意:此字段可能返回 null,表示取不到有效值。",
9379
+ "example": "无",
9380
+ "member": "string",
9381
+ "name": "Error",
9382
+ "output_required": true,
9383
+ "type": "string",
9384
+ "value_allowed_null": true
9159
9385
  }
9160
9386
  ],
9161
9387
  "usage": "out"
@@ -10133,6 +10359,16 @@
10133
10359
  "output_required": true,
10134
10360
  "type": "int",
10135
10361
  "value_allowed_null": false
10362
+ },
10363
+ {
10364
+ "disabled": false,
10365
+ "document": "是否查询异常\n注意:此字段可能返回 null,表示取不到有效值。",
10366
+ "example": "无",
10367
+ "member": "string",
10368
+ "name": "Error",
10369
+ "output_required": true,
10370
+ "type": "string",
10371
+ "value_allowed_null": true
10136
10372
  }
10137
10373
  ],
10138
10374
  "usage": "out"
@@ -10268,6 +10504,16 @@
10268
10504
  "output_required": true,
10269
10505
  "type": "int",
10270
10506
  "value_allowed_null": false
10507
+ },
10508
+ {
10509
+ "disabled": false,
10510
+ "document": "是否查询异常\n注意:此字段可能返回 null,表示取不到有效值。",
10511
+ "example": "无",
10512
+ "member": "string",
10513
+ "name": "Error",
10514
+ "output_required": true,
10515
+ "type": "string",
10516
+ "value_allowed_null": true
10271
10517
  }
10272
10518
  ],
10273
10519
  "usage": "out"
@@ -86,6 +86,14 @@
86
86
  "title": "异步删除"
87
87
  }
88
88
  ],
89
+ "DeleteCertificates": [
90
+ {
91
+ "document": "批量删除",
92
+ "input": "POST / HTTP/1.1\nHost: ssl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteCertificates\n<公共请求参数>\n\n{}",
93
+ "output": "{\n \"Response\": {\n \"CertTaskIds\": [\n {\n \"CertId\": \"1ODjBeH8\",\n \"TaskId\": \"1\"\n },\n {\n \"CertId\": \"25EMBPYQ\",\n \"TaskId\": \"2\"\n },\n {\n \"CertId\": \"txV0pewo\",\n \"TaskId\": \"3\"\n },\n {\n \"CertId\": \"rcGiGyTx\",\n \"TaskId\": \"4\"\n },\n {\n \"CertId\": \"4FVmnb1u\",\n \"TaskId\": \"5\"\n }\n ],\n \"Success\": [],\n \"Fail\": [],\n \"RequestId\": \"687f27b0-c256-40ea-adf6-efb715001f2e\"\n }\n}",
94
+ "title": "批量删除"
95
+ }
96
+ ],
89
97
  "DeleteManager": [
90
98
  {
91
99
  "document": "",
@@ -136,7 +144,7 @@
136
144
  {
137
145
  "document": "",
138
146
  "input": "POST / HTTP/1.1\nHost: ssl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCertificateBindResourceTaskDetail\n<公共请求参数>\n\n{\n \"TaskId\": \"abc\",\n \"Limit\": \"abc\",\n \"Offset\": \"abc\"\n}",
139
- "output": "{\n \"Response\": {\n \"CLB\": [\n {\n \"Region\": \"abc\",\n \"InstanceList\": [\n {\n \"LoadBalancerId\": \"abc\",\n \"LoadBalancerName\": \"abc\",\n \"Listeners\": [\n {\n \"ListenerId\": \"abc\",\n \"ListenerName\": \"abc\",\n \"SniSwitch\": 1,\n \"Protocol\": \"abc\",\n \"Certificate\": {\n \"CertId\": \"abc\",\n \"DnsNames\": [\n \"abc\"\n ],\n \"CertCaId\": \"abc\",\n \"SSLMode\": \"abc\"\n },\n \"Rules\": [\n {\n \"LocationId\": \"abc\",\n \"Domain\": \"abc\",\n \"IsMatch\": true,\n \"Certificate\": {\n \"CertId\": \"abc\",\n \"DnsNames\": [\n \"abc\"\n ],\n \"CertCaId\": \"abc\",\n \"SSLMode\": \"abc\"\n },\n \"NoMatchDomains\": [\n \"abc\"\n ]\n }\n ],\n \"NoMatchDomains\": [\n \"abc\"\n ]\n }\n ]\n }\n ],\n \"TotalCount\": 1\n }\n ],\n \"CDN\": [\n {\n \"TotalCount\": 1,\n \"InstanceList\": [\n {\n \"Domain\": \"abc\",\n \"CertId\": \"abc\",\n \"Status\": \"abc\",\n \"HttpsBillingSwitch\": \"abc\"\n }\n ]\n }\n ],\n \"WAF\": [\n {\n \"Region\": \"abc\",\n \"InstanceList\": [\n {\n \"Domain\": \"abc\",\n \"CertId\": \"abc\",\n \"Keepalive\": 1\n }\n ],\n \"TotalCount\": 1\n }\n ],\n \"DDOS\": [\n {\n \"TotalCount\": 1,\n \"InstanceList\": [\n {\n \"Domain\": \"abc\",\n \"InstanceId\": \"abc\",\n \"Protocol\": \"abc\",\n \"CertId\": \"abc\",\n \"VirtualPort\": \"abc\"\n }\n ]\n }\n ],\n \"LIVE\": [\n {\n \"TotalCount\": 1,\n \"InstanceList\": [\n {\n \"Domain\": \"abc\",\n \"CertId\": \"abc\",\n \"Status\": 0\n }\n ]\n }\n ],\n \"VOD\": [\n {\n \"InstanceList\": [\n {\n \"Domain\": \"abc\",\n \"CertId\": \"abc\"\n }\n ],\n \"TotalCount\": 1\n }\n ],\n \"TKE\": [\n {\n \"Region\": \"abc\",\n \"InstanceList\": [\n {\n \"ClusterId\": \"abc\",\n \"ClusterName\": \"abc\",\n \"NamespaceList\": [\n {\n \"Name\": \"abc\",\n \"SecretList\": [\n {\n \"Name\": \"abc\",\n \"CertId\": \"abc\",\n \"IngressList\": [\n {\n \"IngressName\": \"abc\",\n \"TlsDomains\": [\n \"abc\"\n ],\n \"Domains\": [\n \"abc\"\n ]\n }\n ],\n \"NoMatchDomains\": [\n \"abc\"\n ]\n }\n ]\n }\n ],\n \"ClusterType\": \"abc\",\n \"ClusterVersion\": \"abc\"\n }\n ],\n \"TotalCount\": 1\n }\n ],\n \"APIGATEWAY\": [\n {\n \"Region\": \"abc\",\n \"InstanceList\": [\n {\n \"ServiceId\": \"abc\",\n \"ServiceName\": \"abc\",\n \"Domain\": \"abc\",\n \"CertId\": \"abc\",\n \"Protocol\": \"abc\"\n }\n ],\n \"TotalCount\": 1\n }\n ],\n \"TCB\": [\n {\n \"Region\": \"abc\",\n \"Environments\": [\n {\n \"Environment\": {\n \"ID\": \"abc\",\n \"Source\": \"abc\",\n \"Name\": \"abc\",\n \"Status\": \"abc\"\n },\n \"AccessService\": {\n \"InstanceList\": [\n {\n \"Domain\": \"abc\",\n \"Status\": 0,\n \"UnionStatus\": 0,\n \"IsPreempted\": true,\n \"ICPStatus\": 0,\n \"OldCertificateId\": \"abc\"\n }\n ],\n \"TotalCount\": 0\n },\n \"HostService\": {\n \"InstanceList\": [\n {\n \"Domain\": \"abc\",\n \"Status\": \"abc\",\n \"DNSStatus\": \"abc\",\n \"OldCertificateId\": \"abc\"\n }\n ],\n \"TotalCount\": 0\n }\n }\n ]\n }\n ],\n \"TEO\": [\n {\n \"InstanceList\": [\n {\n \"Host\": \"abc\",\n \"CertId\": \"abc\",\n \"ZoneId\": \"abc\",\n \"Status\": \"abc\"\n }\n ],\n \"TotalCount\": 1\n }\n ],\n \"Status\": 1,\n \"CacheTime\": \"abc\",\n \"RequestId\": \"abc\"\n }\n}",
147
+ "output": "{\n \"Response\": {\n \"CLB\": [\n {\n \"Region\": \"abc\",\n \"InstanceList\": [\n {\n \"LoadBalancerId\": \"abc\",\n \"LoadBalancerName\": \"abc\",\n \"Listeners\": [\n {\n \"ListenerId\": \"abc\",\n \"ListenerName\": \"abc\",\n \"SniSwitch\": 1,\n \"Protocol\": \"abc\",\n \"Certificate\": {\n \"CertId\": \"abc\",\n \"DnsNames\": [\n \"abc\"\n ],\n \"CertCaId\": \"abc\",\n \"SSLMode\": \"abc\"\n },\n \"Rules\": [\n {\n \"LocationId\": \"abc\",\n \"Domain\": \"abc\",\n \"IsMatch\": true,\n \"Certificate\": {\n \"CertId\": \"abc\",\n \"DnsNames\": [\n \"abc\"\n ],\n \"CertCaId\": \"abc\",\n \"SSLMode\": \"abc\"\n },\n \"NoMatchDomains\": [\n \"abc\"\n ]\n }\n ],\n \"NoMatchDomains\": [\n \"abc\"\n ]\n }\n ]\n }\n ],\n \"TotalCount\": 1,\n \"Error\": \"\"\n }\n ],\n \"CDN\": [\n {\n \"TotalCount\": 1,\n \"InstanceList\": [\n {\n \"Domain\": \"abc\",\n \"CertId\": \"abc\",\n \"Status\": \"abc\",\n \"HttpsBillingSwitch\": \"abc\"\n }\n ],\n \"Error\": \"\"\n }\n ],\n \"WAF\": [\n {\n \"Region\": \"abc\",\n \"InstanceList\": [\n {\n \"Domain\": \"abc\",\n \"CertId\": \"abc\",\n \"Keepalive\": 1\n }\n ],\n \"TotalCount\": 1,\n \"Error\": \"\"\n }\n ],\n \"DDOS\": [\n {\n \"TotalCount\": 1,\n \"InstanceList\": [\n {\n \"Domain\": \"abc\",\n \"InstanceId\": \"abc\",\n \"Protocol\": \"abc\",\n \"CertId\": \"abc\",\n \"VirtualPort\": \"abc\"\n }\n ],\n \"Error\": \"\"\n }\n ],\n \"LIVE\": [\n {\n \"TotalCount\": 1,\n \"InstanceList\": [\n {\n \"Domain\": \"abc\",\n \"CertId\": \"abc\",\n \"Status\": 0\n }\n ],\n \"Error\": \"\"\n }\n ],\n \"VOD\": [\n {\n \"InstanceList\": [\n {\n \"Domain\": \"abc\",\n \"CertId\": \"abc\"\n }\n ],\n \"TotalCount\": 1,\n \"Error\": \"\"\n }\n ],\n \"TKE\": [\n {\n \"Region\": \"abc\",\n \"InstanceList\": [\n {\n \"ClusterId\": \"abc\",\n \"ClusterName\": \"abc\",\n \"NamespaceList\": [\n {\n \"Name\": \"abc\",\n \"SecretList\": [\n {\n \"Name\": \"abc\",\n \"CertId\": \"abc\",\n \"IngressList\": [\n {\n \"IngressName\": \"abc\",\n \"TlsDomains\": [\n \"abc\"\n ],\n \"Domains\": [\n \"abc\"\n ]\n }\n ],\n \"NoMatchDomains\": [\n \"abc\"\n ]\n }\n ]\n }\n ],\n \"ClusterType\": \"abc\",\n \"ClusterVersion\": \"abc\"\n }\n ],\n \"TotalCount\": 1,\n \"Error\": \"\"\n }\n ],\n \"APIGATEWAY\": [\n {\n \"Region\": \"abc\",\n \"InstanceList\": [\n {\n \"ServiceId\": \"abc\",\n \"ServiceName\": \"abc\",\n \"Domain\": \"abc\",\n \"CertId\": \"abc\",\n \"Protocol\": \"abc\"\n }\n ],\n \"TotalCount\": 1,\n \"Error\": \"\"\n }\n ],\n \"TCB\": [\n {\n \"Region\": \"abc\",\n \"Error\": \"\",\n \"Environments\": [\n {\n \"Environment\": {\n \"ID\": \"abc\",\n \"Source\": \"abc\",\n \"Name\": \"abc\",\n \"Status\": \"abc\"\n },\n \"AccessService\": {\n \"InstanceList\": [\n {\n \"Domain\": \"abc\",\n \"Status\": 0,\n \"UnionStatus\": 0,\n \"IsPreempted\": true,\n \"ICPStatus\": 0,\n \"OldCertificateId\": \"abc\"\n }\n ],\n \"TotalCount\": 0\n },\n \"HostService\": {\n \"InstanceList\": [\n {\n \"Domain\": \"abc\",\n \"Status\": \"abc\",\n \"DNSStatus\": \"abc\",\n \"OldCertificateId\": \"abc\"\n }\n ],\n \"TotalCount\": 0\n }\n }\n ]\n }\n ],\n \"TEO\": [\n {\n \"InstanceList\": [\n {\n \"Host\": \"abc\",\n \"CertId\": \"abc\",\n \"ZoneId\": \"abc\",\n \"Status\": \"abc\"\n }\n ],\n \"TotalCount\": 1,\n \"Error\": \"\"\n }\n ],\n \"Status\": 1,\n \"CacheTime\": \"abc\",\n \"RequestId\": \"abc\"\n }\n}",
140
148
  "title": "证书关联云资源详情"
141
149
  }
142
150
  ],