tccli 3.0.1136.1__py2.py3-none-any.whl → 3.0.1138.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/command.py +4 -1
- tccli/help_command.py +4 -1
- tccli/services/asr/v20190614/api.json +9 -0
- tccli/services/cdb/v20170320/api.json +3 -3
- tccli/services/cdwch/v20200915/api.json +1 -1
- tccli/services/ckafka/v20190819/api.json +25 -25
- tccli/services/ckafka/v20190819/examples.json +18 -18
- tccli/services/cls/v20201016/api.json +117 -5
- tccli/services/cls/v20201016/examples.json +1 -1
- tccli/services/cwp/cwp_client.py +0 -53
- tccli/services/cwp/v20180228/api.json +0 -43
- tccli/services/cwp/v20180228/examples.json +0 -8
- tccli/services/cynosdb/v20190107/api.json +10 -0
- tccli/services/dlc/v20210125/api.json +23 -23
- tccli/services/dlc/v20210125/examples.json +6 -6
- tccli/services/domain/v20180808/api.json +36 -0
- tccli/services/dts/v20211206/api.json +3 -3
- tccli/services/ess/v20201111/api.json +2 -2
- tccli/services/ess/v20201111/examples.json +2 -2
- tccli/services/essbasic/v20210526/api.json +4 -4
- tccli/services/essbasic/v20210526/examples.json +2 -2
- tccli/services/faceid/v20180301/api.json +1 -1
- tccli/services/ioa/ioa_client.py +159 -0
- tccli/services/ioa/v20220601/api.json +897 -80
- tccli/services/ioa/v20220601/examples.json +24 -0
- tccli/services/iotexplorer/iotexplorer_client.py +178 -19
- tccli/services/iotexplorer/v20190423/api.json +210 -0
- tccli/services/iotexplorer/v20190423/examples.json +24 -0
- tccli/services/live/v20180801/api.json +12 -6
- tccli/services/ocr/v20181119/api.json +2 -2
- tccli/services/partners/v20180321/api.json +26 -16
- tccli/services/redis/v20180412/api.json +23 -23
- tccli/services/ssl/v20191205/api.json +171 -5
- tccli/services/ssl/v20191205/examples.json +1 -1
- tccli/services/tcr/v20190924/api.json +57 -35
- tccli/services/tcr/v20190924/examples.json +4 -4
- tccli/services/tcss/v20201101/api.json +123 -13
- tccli/services/tcss/v20201101/examples.json +3 -3
- tccli/services/tdmq/v20200217/api.json +7 -5
- tccli/services/thpc/v20230321/api.json +42 -21
- tccli/services/tke/v20180525/api.json +162 -74
- tccli/services/tke/v20180525/examples.json +69 -57
- tccli/services/trtc/v20190722/api.json +1 -1
- tccli/services/tsf/v20180326/api.json +1 -1
- tccli/services/tts/v20190823/api.json +2 -2
- tccli/services/wedata/v20210820/api.json +377 -0
- tccli/services/wedata/v20210820/examples.json +8 -0
- tccli/services/wedata/wedata_client.py +61 -8
- {tccli-3.0.1136.1.dist-info → tccli-3.0.1138.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1136.1.dist-info → tccli-3.0.1138.1.dist-info}/RECORD +54 -54
- {tccli-3.0.1136.1.dist-info → tccli-3.0.1138.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1136.1.dist-info → tccli-3.0.1138.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1136.1.dist-info → tccli-3.0.1138.1.dist-info}/license_files/LICENSE +0 -0
@@ -502,6 +502,16 @@
|
|
502
502
|
"output_required": true,
|
503
503
|
"type": "int",
|
504
504
|
"value_allowed_null": false
|
505
|
+
},
|
506
|
+
{
|
507
|
+
"disabled": false,
|
508
|
+
"document": "是否查询异常\n注意:此字段可能返回 null,表示取不到有效值。",
|
509
|
+
"example": "无",
|
510
|
+
"member": "string",
|
511
|
+
"name": "Error",
|
512
|
+
"output_required": true,
|
513
|
+
"type": "string",
|
514
|
+
"value_allowed_null": true
|
505
515
|
}
|
506
516
|
],
|
507
517
|
"usage": "out"
|
@@ -721,6 +731,52 @@
|
|
721
731
|
],
|
722
732
|
"usage": "out"
|
723
733
|
},
|
734
|
+
"COSInstanceList": {
|
735
|
+
"document": "cos实例详情 - 异步关联云资源数据结构",
|
736
|
+
"members": [
|
737
|
+
{
|
738
|
+
"disabled": false,
|
739
|
+
"document": "地域\n注意:此字段可能返回 null,表示取不到有效值。",
|
740
|
+
"example": "无",
|
741
|
+
"member": "string",
|
742
|
+
"name": "Region",
|
743
|
+
"output_required": true,
|
744
|
+
"type": "string",
|
745
|
+
"value_allowed_null": true
|
746
|
+
},
|
747
|
+
{
|
748
|
+
"disabled": false,
|
749
|
+
"document": "实例详情\n注意:此字段可能返回 null,表示取不到有效值。",
|
750
|
+
"example": "无",
|
751
|
+
"member": "CosInstanceDetail",
|
752
|
+
"name": "InstanceList",
|
753
|
+
"output_required": false,
|
754
|
+
"type": "list",
|
755
|
+
"value_allowed_null": true
|
756
|
+
},
|
757
|
+
{
|
758
|
+
"disabled": false,
|
759
|
+
"document": "地域下总数\n注意:此字段可能返回 null,表示取不到有效值。",
|
760
|
+
"example": "无",
|
761
|
+
"member": "int64",
|
762
|
+
"name": "TotalCount",
|
763
|
+
"output_required": false,
|
764
|
+
"type": "int",
|
765
|
+
"value_allowed_null": true
|
766
|
+
},
|
767
|
+
{
|
768
|
+
"disabled": false,
|
769
|
+
"document": "错误信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
770
|
+
"example": "无",
|
771
|
+
"member": "string",
|
772
|
+
"name": "Error",
|
773
|
+
"output_required": false,
|
774
|
+
"type": "string",
|
775
|
+
"value_allowed_null": true
|
776
|
+
}
|
777
|
+
],
|
778
|
+
"usage": "out"
|
779
|
+
},
|
724
780
|
"CancelAuditCertificateRequest": {
|
725
781
|
"document": "CancelAuditCertificate请求参数结构体",
|
726
782
|
"members": [
|
@@ -862,6 +918,16 @@
|
|
862
918
|
"output_required": true,
|
863
919
|
"type": "list",
|
864
920
|
"value_allowed_null": true
|
921
|
+
},
|
922
|
+
{
|
923
|
+
"disabled": false,
|
924
|
+
"document": "是否查询异常\n注意:此字段可能返回 null,表示取不到有效值。",
|
925
|
+
"example": "无",
|
926
|
+
"member": "string",
|
927
|
+
"name": "Error",
|
928
|
+
"output_required": true,
|
929
|
+
"type": "string",
|
930
|
+
"value_allowed_null": true
|
865
931
|
}
|
866
932
|
],
|
867
933
|
"usage": "out"
|
@@ -1677,6 +1743,16 @@
|
|
1677
1743
|
"output_required": true,
|
1678
1744
|
"type": "int",
|
1679
1745
|
"value_allowed_null": false
|
1746
|
+
},
|
1747
|
+
{
|
1748
|
+
"disabled": false,
|
1749
|
+
"document": "是否查询异常\n注意:此字段可能返回 null,表示取不到有效值。",
|
1750
|
+
"example": "无",
|
1751
|
+
"member": "string",
|
1752
|
+
"name": "Error",
|
1753
|
+
"output_required": true,
|
1754
|
+
"type": "string",
|
1755
|
+
"value_allowed_null": true
|
1680
1756
|
}
|
1681
1757
|
],
|
1682
1758
|
"usage": "out"
|
@@ -1766,7 +1842,7 @@
|
|
1766
1842
|
"example": "无",
|
1767
1843
|
"member": "string",
|
1768
1844
|
"name": "LocationId",
|
1769
|
-
"
|
1845
|
+
"output_required": true,
|
1770
1846
|
"type": "string",
|
1771
1847
|
"value_allowed_null": false
|
1772
1848
|
},
|
@@ -1776,7 +1852,7 @@
|
|
1776
1852
|
"example": "无",
|
1777
1853
|
"member": "string",
|
1778
1854
|
"name": "Domain",
|
1779
|
-
"
|
1855
|
+
"output_required": true,
|
1780
1856
|
"type": "string",
|
1781
1857
|
"value_allowed_null": false
|
1782
1858
|
},
|
@@ -1786,7 +1862,7 @@
|
|
1786
1862
|
"example": "无",
|
1787
1863
|
"member": "bool",
|
1788
1864
|
"name": "IsMatch",
|
1789
|
-
"
|
1865
|
+
"output_required": true,
|
1790
1866
|
"type": "bool",
|
1791
1867
|
"value_allowed_null": false
|
1792
1868
|
},
|
@@ -1796,7 +1872,7 @@
|
|
1796
1872
|
"example": "无",
|
1797
1873
|
"member": "Certificate",
|
1798
1874
|
"name": "Certificate",
|
1799
|
-
"
|
1875
|
+
"output_required": true,
|
1800
1876
|
"type": "object",
|
1801
1877
|
"value_allowed_null": true
|
1802
1878
|
},
|
@@ -1806,7 +1882,7 @@
|
|
1806
1882
|
"example": "无",
|
1807
1883
|
"member": "string",
|
1808
1884
|
"name": "NoMatchDomains",
|
1809
|
-
"
|
1885
|
+
"output_required": true,
|
1810
1886
|
"type": "list",
|
1811
1887
|
"value_allowed_null": true
|
1812
1888
|
}
|
@@ -2433,6 +2509,16 @@
|
|
2433
2509
|
"output_required": true,
|
2434
2510
|
"type": "list",
|
2435
2511
|
"value_allowed_null": true
|
2512
|
+
},
|
2513
|
+
{
|
2514
|
+
"disabled": false,
|
2515
|
+
"document": "是否查询异常\n注意:此字段可能返回 null,表示取不到有效值。",
|
2516
|
+
"example": "无",
|
2517
|
+
"member": "string",
|
2518
|
+
"name": "Error",
|
2519
|
+
"output_required": true,
|
2520
|
+
"type": "string",
|
2521
|
+
"value_allowed_null": true
|
2436
2522
|
}
|
2437
2523
|
],
|
2438
2524
|
"usage": "out"
|
@@ -3284,6 +3370,16 @@
|
|
3284
3370
|
"type": "list",
|
3285
3371
|
"value_allowed_null": true
|
3286
3372
|
},
|
3373
|
+
{
|
3374
|
+
"disabled": false,
|
3375
|
+
"document": "关联的COS资源详情\n注意:此字段可能返回 null,表示取不到有效值。",
|
3376
|
+
"example": "无",
|
3377
|
+
"member": "COSInstanceList",
|
3378
|
+
"name": "COS",
|
3379
|
+
"output_required": false,
|
3380
|
+
"type": "list",
|
3381
|
+
"value_allowed_null": true
|
3382
|
+
},
|
3287
3383
|
{
|
3288
3384
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
3289
3385
|
"member": "string",
|
@@ -6887,6 +6983,16 @@
|
|
6887
6983
|
"output_required": true,
|
6888
6984
|
"type": "list",
|
6889
6985
|
"value_allowed_null": true
|
6986
|
+
},
|
6987
|
+
{
|
6988
|
+
"disabled": false,
|
6989
|
+
"document": "是否查询异常\n注意:此字段可能返回 null,表示取不到有效值。",
|
6990
|
+
"example": "无",
|
6991
|
+
"member": "string",
|
6992
|
+
"name": "Error",
|
6993
|
+
"output_required": true,
|
6994
|
+
"type": "string",
|
6995
|
+
"value_allowed_null": true
|
6890
6996
|
}
|
6891
6997
|
],
|
6892
6998
|
"usage": "out"
|
@@ -8858,6 +8964,16 @@
|
|
8858
8964
|
"output_required": true,
|
8859
8965
|
"type": "list",
|
8860
8966
|
"value_allowed_null": true
|
8967
|
+
},
|
8968
|
+
{
|
8969
|
+
"disabled": false,
|
8970
|
+
"document": "是否查询异常\n注意:此字段可能返回 null,表示取不到有效值。",
|
8971
|
+
"example": "无",
|
8972
|
+
"member": "string",
|
8973
|
+
"name": "Error",
|
8974
|
+
"output_required": true,
|
8975
|
+
"type": "string",
|
8976
|
+
"value_allowed_null": true
|
8861
8977
|
}
|
8862
8978
|
],
|
8863
8979
|
"usage": "out"
|
@@ -8930,6 +9046,16 @@
|
|
8930
9046
|
"output_required": true,
|
8931
9047
|
"type": "string",
|
8932
9048
|
"value_allowed_null": false
|
9049
|
+
},
|
9050
|
+
{
|
9051
|
+
"disabled": false,
|
9052
|
+
"document": "是否查询异常\n注意:此字段可能返回 null,表示取不到有效值。",
|
9053
|
+
"example": "无",
|
9054
|
+
"member": "string",
|
9055
|
+
"name": "Error",
|
9056
|
+
"output_required": true,
|
9057
|
+
"type": "string",
|
9058
|
+
"value_allowed_null": true
|
8933
9059
|
}
|
8934
9060
|
],
|
8935
9061
|
"usage": "out"
|
@@ -9028,6 +9154,16 @@
|
|
9028
9154
|
"output_required": true,
|
9029
9155
|
"type": "int",
|
9030
9156
|
"value_allowed_null": false
|
9157
|
+
},
|
9158
|
+
{
|
9159
|
+
"disabled": false,
|
9160
|
+
"document": "是否查询异常\n注意:此字段可能返回 null,表示取不到有效值。",
|
9161
|
+
"example": "无",
|
9162
|
+
"member": "string",
|
9163
|
+
"name": "Error",
|
9164
|
+
"output_required": true,
|
9165
|
+
"type": "string",
|
9166
|
+
"value_allowed_null": true
|
9031
9167
|
}
|
9032
9168
|
],
|
9033
9169
|
"usage": "out"
|
@@ -9156,6 +9292,16 @@
|
|
9156
9292
|
"output_required": true,
|
9157
9293
|
"type": "int",
|
9158
9294
|
"value_allowed_null": false
|
9295
|
+
},
|
9296
|
+
{
|
9297
|
+
"disabled": false,
|
9298
|
+
"document": "是否查询异常\n注意:此字段可能返回 null,表示取不到有效值。",
|
9299
|
+
"example": "无",
|
9300
|
+
"member": "string",
|
9301
|
+
"name": "Error",
|
9302
|
+
"output_required": true,
|
9303
|
+
"type": "string",
|
9304
|
+
"value_allowed_null": true
|
9159
9305
|
}
|
9160
9306
|
],
|
9161
9307
|
"usage": "out"
|
@@ -10133,6 +10279,16 @@
|
|
10133
10279
|
"output_required": true,
|
10134
10280
|
"type": "int",
|
10135
10281
|
"value_allowed_null": false
|
10282
|
+
},
|
10283
|
+
{
|
10284
|
+
"disabled": false,
|
10285
|
+
"document": "是否查询异常\n注意:此字段可能返回 null,表示取不到有效值。",
|
10286
|
+
"example": "无",
|
10287
|
+
"member": "string",
|
10288
|
+
"name": "Error",
|
10289
|
+
"output_required": true,
|
10290
|
+
"type": "string",
|
10291
|
+
"value_allowed_null": true
|
10136
10292
|
}
|
10137
10293
|
],
|
10138
10294
|
"usage": "out"
|
@@ -10268,6 +10424,16 @@
|
|
10268
10424
|
"output_required": true,
|
10269
10425
|
"type": "int",
|
10270
10426
|
"value_allowed_null": false
|
10427
|
+
},
|
10428
|
+
{
|
10429
|
+
"disabled": false,
|
10430
|
+
"document": "是否查询异常\n注意:此字段可能返回 null,表示取不到有效值。",
|
10431
|
+
"example": "无",
|
10432
|
+
"member": "string",
|
10433
|
+
"name": "Error",
|
10434
|
+
"output_required": true,
|
10435
|
+
"type": "string",
|
10436
|
+
"value_allowed_null": true
|
10271
10437
|
}
|
10272
10438
|
],
|
10273
10439
|
"usage": "out"
|
@@ -136,7 +136,7 @@
|
|
136
136
|
{
|
137
137
|
"document": "",
|
138
138
|
"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}",
|
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 \"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
140
|
"title": "证书关联云资源详情"
|
141
141
|
}
|
142
142
|
],
|