tccli 3.0.1137.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 +1 -1
- tccli/help_command.py +1 -1
- tccli/services/asr/v20190614/api.json +9 -0
- 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 +24 -5
- tccli/services/cls/v20201016/examples.json +1 -1
- tccli/services/domain/v20180808/api.json +36 -0
- tccli/services/ess/v20201111/api.json +2 -2
- tccli/services/ess/v20201111/examples.json +2 -2
- tccli/services/essbasic/v20210526/api.json +2 -2
- tccli/services/essbasic/v20210526/examples.json +2 -2
- tccli/services/iotexplorer/v20190423/api.json +11 -0
- 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/tdmq/v20200217/api.json +7 -5
- tccli/services/thpc/v20230321/api.json +42 -21
- tccli/services/tke/v20180525/api.json +149 -71
- 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-3.0.1137.1.dist-info → tccli-3.0.1138.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1137.1.dist-info → tccli-3.0.1138.1.dist-info}/RECORD +29 -29
- {tccli-3.0.1137.1.dist-info → tccli-3.0.1138.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1137.1.dist-info → tccli-3.0.1138.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1137.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
|
],
|
@@ -5647,7 +5647,7 @@
|
|
5647
5647
|
{
|
5648
5648
|
"disabled": false,
|
5649
5649
|
"document": "起始下标,不填默认为0。",
|
5650
|
-
"example": "",
|
5650
|
+
"example": "1",
|
5651
5651
|
"member": "uint64",
|
5652
5652
|
"name": "Offset",
|
5653
5653
|
"required": false,
|
@@ -5656,7 +5656,7 @@
|
|
5656
5656
|
{
|
5657
5657
|
"disabled": false,
|
5658
5658
|
"document": "返回数量,不填则默认为10,最大值为20。",
|
5659
|
-
"example": "",
|
5659
|
+
"example": "1",
|
5660
5660
|
"member": "uint64",
|
5661
5661
|
"name": "Limit",
|
5662
5662
|
"required": false,
|
@@ -5665,7 +5665,7 @@
|
|
5665
5665
|
{
|
5666
5666
|
"disabled": false,
|
5667
5667
|
"document": "Pulsar 集群的ID",
|
5668
|
-
"example": "",
|
5668
|
+
"example": "aaa",
|
5669
5669
|
"member": "string",
|
5670
5670
|
"name": "ClusterId",
|
5671
5671
|
"required": false,
|
@@ -5680,18 +5680,20 @@
|
|
5680
5680
|
{
|
5681
5681
|
"disabled": false,
|
5682
5682
|
"document": "记录数。",
|
5683
|
-
"example": "",
|
5683
|
+
"example": "1",
|
5684
5684
|
"member": "uint64",
|
5685
5685
|
"name": "TotalCount",
|
5686
|
+
"output_required": true,
|
5686
5687
|
"type": "int",
|
5687
5688
|
"value_allowed_null": false
|
5688
5689
|
},
|
5689
5690
|
{
|
5690
5691
|
"disabled": false,
|
5691
5692
|
"document": "Vpc集合。",
|
5692
|
-
"example": "",
|
5693
|
+
"example": "空",
|
5693
5694
|
"member": "VpcBindRecord",
|
5694
5695
|
"name": "VpcSets",
|
5696
|
+
"output_required": true,
|
5695
5697
|
"type": "list",
|
5696
5698
|
"value_allowed_null": false
|
5697
5699
|
},
|
@@ -634,17 +634,17 @@
|
|
634
634
|
"example": "hpc-2mv1i3d8",
|
635
635
|
"member": "string",
|
636
636
|
"name": "ClusterId",
|
637
|
-
"
|
637
|
+
"output_required": true,
|
638
638
|
"type": "string",
|
639
639
|
"value_allowed_null": false
|
640
640
|
},
|
641
641
|
{
|
642
642
|
"disabled": false,
|
643
|
-
"document": "集群状态。取值范围:<
|
643
|
+
"document": "集群状态。取值范围:<li>PENDING:创建中</li><li>INITING:初始化中</li><li>INIT_FAILED:初始化失败</li><li>RUNNING:运行中</li><li>TERMINATING:销毁中</li>",
|
644
644
|
"example": "RUNNING",
|
645
645
|
"member": "string",
|
646
646
|
"name": "ClusterStatus",
|
647
|
-
"
|
647
|
+
"output_required": true,
|
648
648
|
"type": "string",
|
649
649
|
"value_allowed_null": false
|
650
650
|
},
|
@@ -654,7 +654,7 @@
|
|
654
654
|
"example": "无",
|
655
655
|
"member": "string",
|
656
656
|
"name": "ClusterName",
|
657
|
-
"
|
657
|
+
"output_required": true,
|
658
658
|
"type": "string",
|
659
659
|
"value_allowed_null": false
|
660
660
|
},
|
@@ -664,7 +664,7 @@
|
|
664
664
|
"example": "无",
|
665
665
|
"member": "Placement",
|
666
666
|
"name": "Placement",
|
667
|
-
"
|
667
|
+
"output_required": true,
|
668
668
|
"type": "object",
|
669
669
|
"value_allowed_null": false
|
670
670
|
},
|
@@ -674,7 +674,7 @@
|
|
674
674
|
"example": "无",
|
675
675
|
"member": "datetime_iso",
|
676
676
|
"name": "CreateTime",
|
677
|
-
"
|
677
|
+
"output_required": true,
|
678
678
|
"type": "string",
|
679
679
|
"value_allowed_null": false
|
680
680
|
},
|
@@ -684,17 +684,27 @@
|
|
684
684
|
"example": "SGE",
|
685
685
|
"member": "string",
|
686
686
|
"name": "SchedulerType",
|
687
|
-
"
|
687
|
+
"output_required": true,
|
688
688
|
"type": "string",
|
689
689
|
"value_allowed_null": false
|
690
690
|
},
|
691
|
+
{
|
692
|
+
"disabled": false,
|
693
|
+
"document": "集群调度器版本。\n注意:此字段可能返回 null,表示取不到有效值。",
|
694
|
+
"example": "21.08.8",
|
695
|
+
"member": "string",
|
696
|
+
"name": "SchedulerVersion",
|
697
|
+
"output_required": false,
|
698
|
+
"type": "string",
|
699
|
+
"value_allowed_null": true
|
700
|
+
},
|
691
701
|
{
|
692
702
|
"disabled": false,
|
693
703
|
"document": "计算节点数量。",
|
694
704
|
"example": "1",
|
695
705
|
"member": "int64",
|
696
706
|
"name": "ComputeNodeCount",
|
697
|
-
"
|
707
|
+
"output_required": true,
|
698
708
|
"type": "int",
|
699
709
|
"value_allowed_null": false
|
700
710
|
},
|
@@ -704,7 +714,7 @@
|
|
704
714
|
"example": "无",
|
705
715
|
"member": "ComputeNodeOverview",
|
706
716
|
"name": "ComputeNodeSet",
|
707
|
-
"
|
717
|
+
"output_required": true,
|
708
718
|
"type": "list",
|
709
719
|
"value_allowed_null": false
|
710
720
|
},
|
@@ -714,7 +724,7 @@
|
|
714
724
|
"example": "1",
|
715
725
|
"member": "int64",
|
716
726
|
"name": "ManagerNodeCount",
|
717
|
-
"
|
727
|
+
"output_required": true,
|
718
728
|
"type": "int",
|
719
729
|
"value_allowed_null": false
|
720
730
|
},
|
@@ -724,7 +734,7 @@
|
|
724
734
|
"example": "无",
|
725
735
|
"member": "ManagerNodeOverview",
|
726
736
|
"name": "ManagerNodeSet",
|
727
|
-
"
|
737
|
+
"output_required": true,
|
728
738
|
"type": "list",
|
729
739
|
"value_allowed_null": false
|
730
740
|
},
|
@@ -734,7 +744,7 @@
|
|
734
744
|
"example": "无",
|
735
745
|
"member": "LoginNodeOverview",
|
736
746
|
"name": "LoginNodeSet",
|
737
|
-
"
|
747
|
+
"output_required": true,
|
738
748
|
"type": "list",
|
739
749
|
"value_allowed_null": false
|
740
750
|
},
|
@@ -744,17 +754,17 @@
|
|
744
754
|
"example": "1",
|
745
755
|
"member": "int64",
|
746
756
|
"name": "LoginNodeCount",
|
747
|
-
"
|
757
|
+
"output_required": true,
|
748
758
|
"type": "int",
|
749
759
|
"value_allowed_null": false
|
750
760
|
},
|
751
761
|
{
|
752
762
|
"disabled": false,
|
753
|
-
"document": "
|
763
|
+
"document": "弹性伸缩类型。取值范围:<li>THPC_AS:集群自动扩缩容由THPC产品内部实现。</li><li>AS:集群自动扩缩容由[弹性伸缩](https://cloud.tencent.com/document/product/377/3154)产品实现。</li>",
|
754
764
|
"example": "THPC_AS",
|
755
765
|
"member": "string",
|
756
766
|
"name": "AutoScalingType",
|
757
|
-
"
|
767
|
+
"output_required": true,
|
758
768
|
"type": "string",
|
759
769
|
"value_allowed_null": false
|
760
770
|
},
|
@@ -764,7 +774,7 @@
|
|
764
774
|
"example": "vpc-r9fr2jzy",
|
765
775
|
"member": "string",
|
766
776
|
"name": "VpcId",
|
767
|
-
"
|
777
|
+
"output_required": true,
|
768
778
|
"type": "string",
|
769
779
|
"value_allowed_null": false
|
770
780
|
}
|
@@ -923,13 +933,22 @@
|
|
923
933
|
},
|
924
934
|
{
|
925
935
|
"disabled": false,
|
926
|
-
"document": "调度器类型。默认取值:SLURM。<
|
927
|
-
"example": "
|
936
|
+
"document": "调度器类型。默认取值:SLURM。<li>SGE:SGE调度器。</li><li>SLURM:SLURM调度器。</li>",
|
937
|
+
"example": "SLURM",
|
928
938
|
"member": "string",
|
929
939
|
"name": "SchedulerType",
|
930
940
|
"required": false,
|
931
941
|
"type": "string"
|
932
942
|
},
|
943
|
+
{
|
944
|
+
"disabled": false,
|
945
|
+
"document": "创建调度器的版本号,可填写版本号为“latest” 和 各调度器支持的版本号;如果是\"latest\", 则代表创建的是平台当前支持的该类型调度器最新版本。如果不填写,默认创建的是“latest”版本调度器\n各调度器支持的集群版本:\n<li>SLURM:21.08.8、23.11.7</li>\n<li>SGE: 8.1.9</li>",
|
946
|
+
"example": "23.11.7",
|
947
|
+
"member": "string",
|
948
|
+
"name": "SchedulerVersion",
|
949
|
+
"required": false,
|
950
|
+
"type": "string"
|
951
|
+
},
|
933
952
|
{
|
934
953
|
"disabled": false,
|
935
954
|
"document": "指定有效的[镜像](https://cloud.tencent.com/document/product/213/4940)ID,格式形如`img-xxx`。目前支持部分公有镜像和自定义镜像。",
|
@@ -986,7 +1005,7 @@
|
|
986
1005
|
},
|
987
1006
|
{
|
988
1007
|
"disabled": false,
|
989
|
-
"document": "域名字服务类型。默认取值:NIS。\n<li>NIS:NIS
|
1008
|
+
"document": "域名字服务类型。默认取值:NIS。\n<li>NIS:NIS域名字服务。</li>",
|
990
1009
|
"example": "NIS",
|
991
1010
|
"member": "string",
|
992
1011
|
"name": "AccountType",
|
@@ -1040,7 +1059,7 @@
|
|
1040
1059
|
},
|
1041
1060
|
{
|
1042
1061
|
"disabled": false,
|
1043
|
-
"document": "弹性伸缩类型。默认值:THPC_AS<
|
1062
|
+
"document": "弹性伸缩类型。默认值:THPC_AS<li>THPC_AS:集群自动扩缩容由THPC产品内部实现。</li><li>AS:集群自动扩缩容由[弹性伸缩](https://cloud.tencent.com/document/product/377/3154)产品实现。</li>",
|
1044
1063
|
"example": "无",
|
1045
1064
|
"member": "string",
|
1046
1065
|
"name": "AutoScalingType",
|
@@ -2968,6 +2987,7 @@
|
|
2968
2987
|
"example": "无",
|
2969
2988
|
"member": "string",
|
2970
2989
|
"name": "Key",
|
2990
|
+
"output_required": true,
|
2971
2991
|
"required": true,
|
2972
2992
|
"type": "string",
|
2973
2993
|
"value_allowed_null": false
|
@@ -2978,12 +2998,13 @@
|
|
2978
2998
|
"example": "无",
|
2979
2999
|
"member": "string",
|
2980
3000
|
"name": "Value",
|
3001
|
+
"output_required": true,
|
2981
3002
|
"required": true,
|
2982
3003
|
"type": "string",
|
2983
3004
|
"value_allowed_null": false
|
2984
3005
|
}
|
2985
3006
|
],
|
2986
|
-
"usage": "
|
3007
|
+
"usage": "both"
|
2987
3008
|
},
|
2988
3009
|
"VirtualPrivateCloud": {
|
2989
3010
|
"document": "描述了VPC相关信息",
|