tccli 3.0.1004.1__py2.py3-none-any.whl → 3.0.1005.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/cvm/v20170312/CreateLaunchTemplate.md +1 -1
- tccli/examples/cvm/v20170312/RenewInstances.md +2 -2
- tccli/examples/cvm/v20170312/ResetInstancesPassword.md +1 -1
- tccli/examples/cvm/v20170312/StopInstances.md +1 -1
- tccli/examples/cwp/v20180228/DescribeMachineInfo.md +20 -20
- tccli/examples/cynosdb/v20190107/CreateClusterDatabase.md +9 -9
- tccli/examples/cynosdb/v20190107/DescribeClusterParams.md +18 -28
- tccli/examples/cynosdb/v20190107/DescribeClusters.md +70 -77
- tccli/examples/cynosdb/v20190107/DescribeZones.md +27 -29
- tccli/examples/cynosdb/v20190107/ModifyAccountHost.md +5 -5
- tccli/examples/cynosdb/v20190107/ModifyProxyDesc.md +4 -4
- tccli/examples/cynosdb/v20190107/ReloadBalanceProxyNode.md +5 -5
- tccli/examples/essbasic/v20210526/OperateChannelTemplate.md +22 -22
- tccli/examples/hai/v20230812/DescribeApplications.md +2 -1
- tccli/examples/sqlserver/v20180328/BalanceReadOnlyGroup.md +21 -0
- tccli/examples/sqlserver/v20180328/DeleteRestoreTask.md +21 -0
- tccli/examples/sqlserver/v20180328/DescribeAccountPrivilegeByDB.md +31 -0
- tccli/examples/sqlserver/v20180328/DescribeCollationTimeZone.md +24 -0
- tccli/examples/sqlserver/v20180328/DescribeCrossRegions.md +27 -0
- tccli/examples/sqlserver/v20180328/DescribeDBPrivilegeByAccount.md +46 -0
- tccli/examples/sqlserver/v20180328/DescribeDBRestoreTime.md +31 -0
- tccli/examples/sqlserver/v20180328/DescribeDatabaseNames.md +27 -0
- tccli/examples/sqlserver/v20180328/DescribeInquiryPriceParameter.md +30 -0
- tccli/examples/sqlserver/v20180328/DescribeInstanceTasks.md +36 -0
- tccli/examples/sqlserver/v20180328/DescribeInstanceTradeParameter.md +37 -0
- tccli/examples/sqlserver/v20180328/DescribeProductSpec.md +81 -0
- tccli/examples/sqlserver/v20180328/DescribeReadOnlyGroupAutoWeight.md +60 -0
- tccli/examples/sqlserver/v20180328/DescribeRestoreTask.md +46 -0
- tccli/examples/sqlserver/v20180328/DescribeSpecSellStatus.md +124 -0
- tccli/examples/sqlserver/v20180328/DescribeUpgradeInstanceCheck.md +71 -0
- tccli/examples/sqlserver/v20180328/ModifyCloseWanIp.md +21 -0
- tccli/examples/sqlserver/v20180328/ModifyDBInstanceNote.md +21 -0
- tccli/examples/sqlserver/v20180328/ModifyOpenWanIp.md +21 -0
- tccli/examples/sqlserver/v20180328/ModifyPublishSubscribe.md +51 -0
- tccli/examples/tbaas/v20180416/DescribeFabricBlock.md +37 -0
- tccli/examples/tbaas/v20180416/DescribeFabricTransaction.md +33 -0
- tccli/examples/tbaas/v20180416/InvokeFabricChaincode.md +28 -0
- tccli/examples/tbaas/v20180416/QueryFabricChaincode.md +27 -0
- tccli/examples/tcss/v20201101/AddEditImageAutoAuthorizedRule.md +1 -1
- tccli/examples/tcss/v20201101/CreateAssetImageScanSetting.md +4 -4
- tccli/examples/tcss/v20201101/DescribeAssetImageDetail.md +28 -27
- tccli/examples/tcss/v20201101/DescribeImageAutoAuthorizedRule.md +2 -2
- tccli/examples/tcss/v20201101/RenewImageAuthorizeState.md +2 -2
- tccli/examples/tke/v20180525/DescribeClusterEndpoints.md +1 -0
- tccli/examples/tke/v20180525/DescribeClusterExtraArgs.md +31 -0
- tccli/examples/tke/v20180525/DescribeExternalNodeSupportConfig.md +81 -0
- tccli/examples/tke/v20180525/DescribeIPAMD.md +26 -0
- tccli/examples/trocket/v20230308/ImportSourceClusterConsumerGroups.md +23 -0
- tccli/examples/trocket/v20230308/ImportSourceClusterTopics.md +25 -0
- tccli/examples/wedata/v20210820/DescribeApproveList.md +43 -161
- tccli/examples/wedata/v20210820/DescribeApproveTypeList.md +64 -0
- tccli/services/__init__.py +1 -5
- tccli/services/billing/v20180709/api.json +10 -10
- tccli/services/cdb/v20170320/api.json +10 -1
- tccli/services/cloudstudio/cloudstudio_client.py +30 -1042
- tccli/services/cvm/v20170312/api.json +68 -68
- tccli/services/cvm/v20170312/examples.json +4 -4
- tccli/services/cwp/v20180228/api.json +20 -0
- tccli/services/cwp/v20180228/examples.json +1 -1
- tccli/services/cynosdb/v20190107/api.json +10 -11
- tccli/services/cynosdb/v20190107/examples.json +14 -14
- tccli/services/dsgc/v20190723/api.json +48 -41
- tccli/services/ess/v20201111/api.json +9 -9
- tccli/services/essbasic/v20210526/api.json +10 -10
- tccli/services/essbasic/v20210526/examples.json +6 -6
- tccli/services/hai/v20230812/api.json +69 -69
- tccli/services/hai/v20230812/examples.json +1 -1
- tccli/services/sqlserver/sqlserver_client.py +1418 -358
- tccli/services/sqlserver/v20180328/api.json +2426 -172
- tccli/services/sqlserver/v20180328/examples.json +166 -0
- tccli/services/tbaas/tbaas_client.py +273 -61
- tccli/services/tbaas/v20180416/api.json +539 -0
- tccli/services/tbaas/v20180416/examples.json +32 -0
- tccli/services/tchd/v20230306/api.json +1 -1
- tccli/services/tcss/v20201101/api.json +443 -87
- tccli/services/tcss/v20201101/examples.json +7 -7
- tccli/services/tdmq/v20200217/api.json +9 -9
- tccli/services/tke/tke_client.py +159 -0
- tccli/services/tke/v20180525/api.json +375 -0
- tccli/services/tke/v20180525/examples.json +25 -1
- tccli/services/trocket/trocket_client.py +171 -65
- tccli/services/trocket/v20230308/api.json +230 -0
- tccli/services/trocket/v20230308/examples.json +16 -0
- tccli/services/tse/v20201207/api.json +57 -35
- tccli/services/vrs/v20200824/api.json +10 -0
- tccli/services/waf/v20180125/api.json +201 -54
- tccli/services/wedata/v20210820/api.json +144 -14
- tccli/services/wedata/v20210820/examples.json +16 -2
- tccli/services/wedata/wedata_client.py +53 -0
- tccli/services/weilingwith/v20230427/api.json +13 -13
- {tccli-3.0.1004.1.dist-info → tccli-3.0.1005.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1004.1.dist-info → tccli-3.0.1005.1.dist-info}/RECORD +96 -72
- tccli/services/casb/__init__.py +0 -4
- tccli/services/casb/casb_client.py +0 -194
- tccli/services/casb/v20200507/api.json +0 -110
- tccli/services/casb/v20200507/examples.json +0 -19
- tccli/services/cloudstudio/v20210524/api.json +0 -2604
- tccli/services/cloudstudio/v20210524/examples.json +0 -205
- {tccli-3.0.1004.1.dist-info → tccli-3.0.1005.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1004.1.dist-info → tccli-3.0.1005.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1004.1.dist-info → tccli-3.0.1005.1.dist-info}/license_files/LICENSE +0 -0
@@ -112,6 +112,20 @@
|
|
112
112
|
"output": "DescribeTopicStatsOpResponse",
|
113
113
|
"status": "online"
|
114
114
|
},
|
115
|
+
"ImportSourceClusterConsumerGroups": {
|
116
|
+
"document": "导入消费者组列表",
|
117
|
+
"input": "ImportSourceClusterConsumerGroupsRequest",
|
118
|
+
"name": "平滑迁移:导入消费者组列表",
|
119
|
+
"output": "ImportSourceClusterConsumerGroupsResponse",
|
120
|
+
"status": "online"
|
121
|
+
},
|
122
|
+
"ImportSourceClusterTopics": {
|
123
|
+
"document": "导入topic列表",
|
124
|
+
"input": "ImportSourceClusterTopicsRequest",
|
125
|
+
"name": "平滑迁移:导入topic列表",
|
126
|
+
"output": "ImportSourceClusterTopicsResponse",
|
127
|
+
"status": "online"
|
128
|
+
},
|
115
129
|
"ModifyConsumerGroup": {
|
116
130
|
"document": "修改消费组属性",
|
117
131
|
"input": "ModifyConsumerGroupRequest",
|
@@ -1629,6 +1643,78 @@
|
|
1629
1643
|
],
|
1630
1644
|
"usage": "in"
|
1631
1645
|
},
|
1646
|
+
"ImportSourceClusterConsumerGroupsRequest": {
|
1647
|
+
"document": "ImportSourceClusterConsumerGroups请求参数结构体",
|
1648
|
+
"members": [
|
1649
|
+
{
|
1650
|
+
"disabled": false,
|
1651
|
+
"document": "任务ID",
|
1652
|
+
"example": "无",
|
1653
|
+
"member": "string",
|
1654
|
+
"name": "TaskId",
|
1655
|
+
"required": true,
|
1656
|
+
"type": "string"
|
1657
|
+
},
|
1658
|
+
{
|
1659
|
+
"disabled": false,
|
1660
|
+
"document": "待导入的消费组列表",
|
1661
|
+
"example": "无",
|
1662
|
+
"member": "SourceClusterGroupConfig",
|
1663
|
+
"name": "GroupList",
|
1664
|
+
"required": true,
|
1665
|
+
"type": "list"
|
1666
|
+
}
|
1667
|
+
],
|
1668
|
+
"type": "object"
|
1669
|
+
},
|
1670
|
+
"ImportSourceClusterConsumerGroupsResponse": {
|
1671
|
+
"document": "ImportSourceClusterConsumerGroups返回参数结构体",
|
1672
|
+
"members": [
|
1673
|
+
{
|
1674
|
+
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
1675
|
+
"member": "string",
|
1676
|
+
"name": "RequestId",
|
1677
|
+
"type": "string"
|
1678
|
+
}
|
1679
|
+
],
|
1680
|
+
"type": "object"
|
1681
|
+
},
|
1682
|
+
"ImportSourceClusterTopicsRequest": {
|
1683
|
+
"document": "ImportSourceClusterTopics请求参数结构体",
|
1684
|
+
"members": [
|
1685
|
+
{
|
1686
|
+
"disabled": false,
|
1687
|
+
"document": "任务ID",
|
1688
|
+
"example": "无",
|
1689
|
+
"member": "string",
|
1690
|
+
"name": "TaskId",
|
1691
|
+
"required": true,
|
1692
|
+
"type": "string"
|
1693
|
+
},
|
1694
|
+
{
|
1695
|
+
"disabled": false,
|
1696
|
+
"document": "待导入的主题列表",
|
1697
|
+
"example": "无",
|
1698
|
+
"member": "SourceClusterTopicConfig",
|
1699
|
+
"name": "TopicList",
|
1700
|
+
"required": true,
|
1701
|
+
"type": "list"
|
1702
|
+
}
|
1703
|
+
],
|
1704
|
+
"type": "object"
|
1705
|
+
},
|
1706
|
+
"ImportSourceClusterTopicsResponse": {
|
1707
|
+
"document": "ImportSourceClusterTopics返回参数结构体",
|
1708
|
+
"members": [
|
1709
|
+
{
|
1710
|
+
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
1711
|
+
"member": "string",
|
1712
|
+
"name": "RequestId",
|
1713
|
+
"type": "string"
|
1714
|
+
}
|
1715
|
+
],
|
1716
|
+
"type": "object"
|
1717
|
+
},
|
1632
1718
|
"InstanceItem": {
|
1633
1719
|
"document": "实例列表页中的实例信息",
|
1634
1720
|
"members": [
|
@@ -2207,6 +2293,150 @@
|
|
2207
2293
|
],
|
2208
2294
|
"usage": "out"
|
2209
2295
|
},
|
2296
|
+
"SourceClusterGroupConfig": {
|
2297
|
+
"document": "消费组配置信息",
|
2298
|
+
"members": [
|
2299
|
+
{
|
2300
|
+
"disabled": false,
|
2301
|
+
"document": "消费组名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
2302
|
+
"example": "无",
|
2303
|
+
"member": "string",
|
2304
|
+
"name": "GroupName",
|
2305
|
+
"output_required": true,
|
2306
|
+
"required": true,
|
2307
|
+
"type": "string",
|
2308
|
+
"value_allowed_null": true
|
2309
|
+
},
|
2310
|
+
{
|
2311
|
+
"disabled": false,
|
2312
|
+
"document": "备注信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
2313
|
+
"example": "无",
|
2314
|
+
"member": "string",
|
2315
|
+
"name": "Remark",
|
2316
|
+
"output_required": false,
|
2317
|
+
"required": false,
|
2318
|
+
"type": "string",
|
2319
|
+
"value_allowed_null": true
|
2320
|
+
},
|
2321
|
+
{
|
2322
|
+
"disabled": false,
|
2323
|
+
"document": "是否已导入,作为入参时无效\n注意:此字段可能返回 null,表示取不到有效值。",
|
2324
|
+
"example": "无",
|
2325
|
+
"member": "bool",
|
2326
|
+
"name": "Imported",
|
2327
|
+
"output_required": true,
|
2328
|
+
"required": false,
|
2329
|
+
"type": "bool",
|
2330
|
+
"value_allowed_null": true
|
2331
|
+
},
|
2332
|
+
{
|
2333
|
+
"disabled": false,
|
2334
|
+
"document": "命名空间,仅4.x集群有效\n注意:此字段可能返回 null,表示取不到有效值。",
|
2335
|
+
"example": "无",
|
2336
|
+
"member": "string",
|
2337
|
+
"name": "Namespace",
|
2338
|
+
"output_required": false,
|
2339
|
+
"required": false,
|
2340
|
+
"type": "string",
|
2341
|
+
"value_allowed_null": true
|
2342
|
+
},
|
2343
|
+
{
|
2344
|
+
"disabled": false,
|
2345
|
+
"document": "导入状态\nUnknown 未知\nSuccess 成功\nFailure 失败\nAlreadyExists 已存在\n注意:此字段可能返回 null,表示取不到有效值。",
|
2346
|
+
"example": "无",
|
2347
|
+
"member": "string",
|
2348
|
+
"name": "ImportStatus",
|
2349
|
+
"output_required": false,
|
2350
|
+
"required": false,
|
2351
|
+
"type": "string",
|
2352
|
+
"value_allowed_null": true
|
2353
|
+
}
|
2354
|
+
],
|
2355
|
+
"usage": "both"
|
2356
|
+
},
|
2357
|
+
"SourceClusterTopicConfig": {
|
2358
|
+
"document": "源集群主题配置",
|
2359
|
+
"members": [
|
2360
|
+
{
|
2361
|
+
"disabled": false,
|
2362
|
+
"document": "主题名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
2363
|
+
"example": "无",
|
2364
|
+
"member": "string",
|
2365
|
+
"name": "TopicName",
|
2366
|
+
"output_required": true,
|
2367
|
+
"required": true,
|
2368
|
+
"type": "string",
|
2369
|
+
"value_allowed_null": true
|
2370
|
+
},
|
2371
|
+
{
|
2372
|
+
"disabled": false,
|
2373
|
+
"document": "主题类型,\n5.x版本\nUNSPECIFIED 未指定\nNORMAL 普通消息\nFIFO 顺序消息\nDELAY 延迟消息\nTRANSACTION 事务消息\n\n4.x版本\nNormal 普通消息\nPartitionedOrder 分区顺序消息\nTransaction 事务消息\nDelayScheduled 延时消息\n\n注意:此字段可能返回 null,表示取不到有效值。",
|
2374
|
+
"example": "无",
|
2375
|
+
"member": "string",
|
2376
|
+
"name": "TopicType",
|
2377
|
+
"output_required": true,
|
2378
|
+
"required": true,
|
2379
|
+
"type": "string",
|
2380
|
+
"value_allowed_null": true
|
2381
|
+
},
|
2382
|
+
{
|
2383
|
+
"disabled": false,
|
2384
|
+
"document": "队列数\n注意:此字段可能返回 null,表示取不到有效值。",
|
2385
|
+
"example": "无",
|
2386
|
+
"member": "int64",
|
2387
|
+
"name": "QueueNum",
|
2388
|
+
"output_required": true,
|
2389
|
+
"required": true,
|
2390
|
+
"type": "int",
|
2391
|
+
"value_allowed_null": true
|
2392
|
+
},
|
2393
|
+
{
|
2394
|
+
"disabled": false,
|
2395
|
+
"document": "备注信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
2396
|
+
"example": "无",
|
2397
|
+
"member": "string",
|
2398
|
+
"name": "Remark",
|
2399
|
+
"output_required": true,
|
2400
|
+
"required": false,
|
2401
|
+
"type": "string",
|
2402
|
+
"value_allowed_null": true
|
2403
|
+
},
|
2404
|
+
{
|
2405
|
+
"disabled": false,
|
2406
|
+
"document": "是否已导入,作为入参时无效\n注意:此字段可能返回 null,表示取不到有效值。",
|
2407
|
+
"example": "无",
|
2408
|
+
"member": "bool",
|
2409
|
+
"name": "Imported",
|
2410
|
+
"output_required": true,
|
2411
|
+
"required": false,
|
2412
|
+
"type": "bool",
|
2413
|
+
"value_allowed_null": true
|
2414
|
+
},
|
2415
|
+
{
|
2416
|
+
"disabled": false,
|
2417
|
+
"document": "命名空间,仅4.x集群有效\n注意:此字段可能返回 null,表示取不到有效值。",
|
2418
|
+
"example": "无",
|
2419
|
+
"member": "string",
|
2420
|
+
"name": "Namespace",
|
2421
|
+
"output_required": false,
|
2422
|
+
"required": false,
|
2423
|
+
"type": "string",
|
2424
|
+
"value_allowed_null": true
|
2425
|
+
},
|
2426
|
+
{
|
2427
|
+
"disabled": false,
|
2428
|
+
"document": "导入状态,\nUnknown 未知,\nAlreadyExists 已存在,\nSuccess 成功,\nFailure 失败\n注意:此字段可能返回 null,表示取不到有效值。",
|
2429
|
+
"example": "无",
|
2430
|
+
"member": "string",
|
2431
|
+
"name": "ImportStatus",
|
2432
|
+
"output_required": false,
|
2433
|
+
"required": false,
|
2434
|
+
"type": "string",
|
2435
|
+
"value_allowed_null": true
|
2436
|
+
}
|
2437
|
+
],
|
2438
|
+
"usage": "both"
|
2439
|
+
},
|
2210
2440
|
"SubscriptionData": {
|
2211
2441
|
"document": "主题与消费组的订阅关系数据",
|
2212
2442
|
"members": [
|
@@ -134,6 +134,22 @@
|
|
134
134
|
"title": "1"
|
135
135
|
}
|
136
136
|
],
|
137
|
+
"ImportSourceClusterConsumerGroups": [
|
138
|
+
{
|
139
|
+
"document": "",
|
140
|
+
"input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ImportSourceClusterConsumerGroups\n<公共请求参数>\n\n{\n \"TaskId\": \"abc\",\n \"GroupList\": [\n {\n \"GroupName\": \"Test\",\n \"Remark\": \"abc\",\n \"Namespace\": \"\"\n }\n ]\n}",
|
141
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
|
142
|
+
"title": "导入源集群消费组"
|
143
|
+
}
|
144
|
+
],
|
145
|
+
"ImportSourceClusterTopics": [
|
146
|
+
{
|
147
|
+
"document": "",
|
148
|
+
"input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ImportSourceClusterTopics\n<公共请求参数>\n\n{\n \"TaskId\": \"abc\",\n \"TopicList\": [\n {\n \"TopicName\": \"Test\",\n \"TopicType\": \"Normal\",\n \"QueueNum\": 10,\n \"Remark\": \"abc\",\n \"Namespace\": \"\"\n }\n ]\n}",
|
149
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
|
150
|
+
"title": "导入源集群主题列表"
|
151
|
+
}
|
152
|
+
],
|
137
153
|
"ModifyConsumerGroup": [
|
138
154
|
{
|
139
155
|
"document": "修改消费组属性",
|
@@ -6250,6 +6250,28 @@
|
|
6250
6250
|
"required": false,
|
6251
6251
|
"type": "string",
|
6252
6252
|
"value_allowed_null": true
|
6253
|
+
},
|
6254
|
+
{
|
6255
|
+
"disabled": false,
|
6256
|
+
"document": "CVM实例ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
6257
|
+
"example": "无",
|
6258
|
+
"member": "string",
|
6259
|
+
"name": "CvmInstanceId",
|
6260
|
+
"output_required": false,
|
6261
|
+
"required": false,
|
6262
|
+
"type": "string",
|
6263
|
+
"value_allowed_null": true
|
6264
|
+
},
|
6265
|
+
{
|
6266
|
+
"disabled": false,
|
6267
|
+
"document": "CVM实例名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
6268
|
+
"example": "无",
|
6269
|
+
"member": "string",
|
6270
|
+
"name": "CvmInstanceName",
|
6271
|
+
"output_required": false,
|
6272
|
+
"required": false,
|
6273
|
+
"type": "string",
|
6274
|
+
"value_allowed_null": true
|
6253
6275
|
}
|
6254
6276
|
],
|
6255
6277
|
"usage": "both"
|
@@ -7671,7 +7693,7 @@
|
|
7671
7693
|
"example": "inst-12345678",
|
7672
7694
|
"member": "string",
|
7673
7695
|
"name": "InstanceId",
|
7674
|
-
"
|
7696
|
+
"output_required": true,
|
7675
7697
|
"type": "string",
|
7676
7698
|
"value_allowed_null": false
|
7677
7699
|
},
|
@@ -7681,7 +7703,7 @@
|
|
7681
7703
|
"example": "test",
|
7682
7704
|
"member": "string",
|
7683
7705
|
"name": "Name",
|
7684
|
-
"
|
7706
|
+
"output_required": true,
|
7685
7707
|
"type": "string",
|
7686
7708
|
"value_allowed_null": false
|
7687
7709
|
},
|
@@ -7691,7 +7713,7 @@
|
|
7691
7713
|
"example": "1.8.6",
|
7692
7714
|
"member": "string",
|
7693
7715
|
"name": "Edition",
|
7694
|
-
"
|
7716
|
+
"output_required": true,
|
7695
7717
|
"type": "string",
|
7696
7718
|
"value_allowed_null": false
|
7697
7719
|
},
|
@@ -7701,7 +7723,7 @@
|
|
7701
7723
|
"example": "creating",
|
7702
7724
|
"member": "string",
|
7703
7725
|
"name": "Status",
|
7704
|
-
"
|
7726
|
+
"output_required": true,
|
7705
7727
|
"type": "string",
|
7706
7728
|
"value_allowed_null": false
|
7707
7729
|
},
|
@@ -7711,7 +7733,7 @@
|
|
7711
7733
|
"example": "spec-12345678",
|
7712
7734
|
"member": "string",
|
7713
7735
|
"name": "SpecId",
|
7714
|
-
"
|
7736
|
+
"output_required": true,
|
7715
7737
|
"type": "string",
|
7716
7738
|
"value_allowed_null": false
|
7717
7739
|
},
|
@@ -7721,7 +7743,7 @@
|
|
7721
7743
|
"example": "3",
|
7722
7744
|
"member": "int64",
|
7723
7745
|
"name": "Replica",
|
7724
|
-
"
|
7746
|
+
"output_required": true,
|
7725
7747
|
"type": "int",
|
7726
7748
|
"value_allowed_null": false
|
7727
7749
|
},
|
@@ -7731,7 +7753,7 @@
|
|
7731
7753
|
"example": "consul",
|
7732
7754
|
"member": "string",
|
7733
7755
|
"name": "Type",
|
7734
|
-
"
|
7756
|
+
"output_required": true,
|
7735
7757
|
"type": "string",
|
7736
7758
|
"value_allowed_null": false
|
7737
7759
|
},
|
@@ -7741,7 +7763,7 @@
|
|
7741
7763
|
"example": "vpc-12345678",
|
7742
7764
|
"member": "string",
|
7743
7765
|
"name": "VpcId",
|
7744
|
-
"
|
7766
|
+
"output_required": true,
|
7745
7767
|
"type": "string",
|
7746
7768
|
"value_allowed_null": false
|
7747
7769
|
},
|
@@ -7751,7 +7773,7 @@
|
|
7751
7773
|
"example": "[\"subnet-12345678\"]",
|
7752
7774
|
"member": "string",
|
7753
7775
|
"name": "SubnetIds",
|
7754
|
-
"
|
7776
|
+
"output_required": true,
|
7755
7777
|
"type": "list",
|
7756
7778
|
"value_allowed_null": true
|
7757
7779
|
},
|
@@ -7761,7 +7783,7 @@
|
|
7761
7783
|
"example": "true",
|
7762
7784
|
"member": "bool",
|
7763
7785
|
"name": "EnableStorage",
|
7764
|
-
"
|
7786
|
+
"output_required": true,
|
7765
7787
|
"type": "bool",
|
7766
7788
|
"value_allowed_null": true
|
7767
7789
|
},
|
@@ -7771,7 +7793,7 @@
|
|
7771
7793
|
"example": "CLOUD_PREMIUM",
|
7772
7794
|
"member": "string",
|
7773
7795
|
"name": "StorageType",
|
7774
|
-
"
|
7796
|
+
"output_required": true,
|
7775
7797
|
"type": "string",
|
7776
7798
|
"value_allowed_null": true
|
7777
7799
|
},
|
@@ -7781,7 +7803,7 @@
|
|
7781
7803
|
"example": "10",
|
7782
7804
|
"member": "int64",
|
7783
7805
|
"name": "StorageCapacity",
|
7784
|
-
"
|
7806
|
+
"output_required": true,
|
7785
7807
|
"type": "int",
|
7786
7808
|
"value_allowed_null": true
|
7787
7809
|
},
|
@@ -7791,7 +7813,7 @@
|
|
7791
7813
|
"example": "POSTPAID",
|
7792
7814
|
"member": "string",
|
7793
7815
|
"name": "Paymode",
|
7794
|
-
"
|
7816
|
+
"output_required": true,
|
7795
7817
|
"type": "string",
|
7796
7818
|
"value_allowed_null": true
|
7797
7819
|
},
|
@@ -7801,7 +7823,7 @@
|
|
7801
7823
|
"example": "cls-1234567",
|
7802
7824
|
"member": "string",
|
7803
7825
|
"name": "EKSClusterID",
|
7804
|
-
"
|
7826
|
+
"output_required": true,
|
7805
7827
|
"type": "string",
|
7806
7828
|
"value_allowed_null": true
|
7807
7829
|
},
|
@@ -7811,17 +7833,17 @@
|
|
7811
7833
|
"example": "2021-04-08 16:20:58",
|
7812
7834
|
"member": "string",
|
7813
7835
|
"name": "CreateTime",
|
7814
|
-
"
|
7836
|
+
"output_required": true,
|
7815
7837
|
"type": "string",
|
7816
7838
|
"value_allowed_null": true
|
7817
7839
|
},
|
7818
7840
|
{
|
7819
7841
|
"disabled": false,
|
7820
7842
|
"document": "环境配置信息列表\n注意:此字段可能返回 null,表示取不到有效值。",
|
7821
|
-
"example": "[{\"EnvName\":\"
|
7843
|
+
"example": "[{\"EnvName\":\"Apollo环境名称\",\"Status\":\"running\",\"AdminServiceIp\":\"\",\"ConfigServiceIp\":\"客户端接入内网 IP\",\"ConfigInternetServiceIp\":\"\",\"EnableConfigInternet\":false,\"EnableConfigIntranet\":null,\"StorageCapacity\":\"存储容量规格, 这里的类型是 int\",\"SpecId\":\"规格 ID\",\"EnvReplica\":2,\"RunningCount\":0,\"EnvDesc\":\"\",\"ClientBandWidth\":0}]",
|
7822
7844
|
"member": "EnvInfo",
|
7823
7845
|
"name": "EnvInfos",
|
7824
|
-
"
|
7846
|
+
"output_required": true,
|
7825
7847
|
"type": "list",
|
7826
7848
|
"value_allowed_null": true
|
7827
7849
|
},
|
@@ -7831,7 +7853,7 @@
|
|
7831
7853
|
"example": "ap-beijing",
|
7832
7854
|
"member": "string",
|
7833
7855
|
"name": "EngineRegion",
|
7834
|
-
"
|
7856
|
+
"output_required": true,
|
7835
7857
|
"type": "string",
|
7836
7858
|
"value_allowed_null": true
|
7837
7859
|
},
|
@@ -7841,7 +7863,7 @@
|
|
7841
7863
|
"example": "true",
|
7842
7864
|
"member": "bool",
|
7843
7865
|
"name": "EnableInternet",
|
7844
|
-
"
|
7866
|
+
"output_required": true,
|
7845
7867
|
"type": "bool",
|
7846
7868
|
"value_allowed_null": true
|
7847
7869
|
},
|
@@ -7851,7 +7873,7 @@
|
|
7851
7873
|
"example": "[]",
|
7852
7874
|
"member": "VpcInfo",
|
7853
7875
|
"name": "VpcInfos",
|
7854
|
-
"
|
7876
|
+
"output_required": true,
|
7855
7877
|
"type": "list",
|
7856
7878
|
"value_allowed_null": true
|
7857
7879
|
},
|
@@ -7861,7 +7883,7 @@
|
|
7861
7883
|
"example": "无",
|
7862
7884
|
"member": "ServiceGovernanceInfo",
|
7863
7885
|
"name": "ServiceGovernanceInfos",
|
7864
|
-
"
|
7886
|
+
"output_required": true,
|
7865
7887
|
"type": "list",
|
7866
7888
|
"value_allowed_null": true
|
7867
7889
|
},
|
@@ -7871,7 +7893,7 @@
|
|
7871
7893
|
"example": "[{\"Key\":\"type\",\"Value\":\"nacos\"}]",
|
7872
7894
|
"member": "KVPair",
|
7873
7895
|
"name": "Tags",
|
7874
|
-
"
|
7896
|
+
"output_required": true,
|
7875
7897
|
"type": "list",
|
7876
7898
|
"value_allowed_null": true
|
7877
7899
|
},
|
@@ -7881,7 +7903,7 @@
|
|
7881
7903
|
"example": "true",
|
7882
7904
|
"member": "bool",
|
7883
7905
|
"name": "EnableConsoleInternet",
|
7884
|
-
"
|
7906
|
+
"output_required": true,
|
7885
7907
|
"type": "bool",
|
7886
7908
|
"value_allowed_null": true
|
7887
7909
|
},
|
@@ -7891,7 +7913,7 @@
|
|
7891
7913
|
"example": "true",
|
7892
7914
|
"member": "bool",
|
7893
7915
|
"name": "EnableConsoleIntranet",
|
7894
|
-
"
|
7916
|
+
"output_required": true,
|
7895
7917
|
"type": "bool",
|
7896
7918
|
"value_allowed_null": true
|
7897
7919
|
},
|
@@ -7901,7 +7923,7 @@
|
|
7901
7923
|
"example": "true",
|
7902
7924
|
"member": "bool",
|
7903
7925
|
"name": "ConfigInfoVisible",
|
7904
|
-
"
|
7926
|
+
"output_required": true,
|
7905
7927
|
"type": "bool",
|
7906
7928
|
"value_allowed_null": true
|
7907
7929
|
},
|
@@ -7911,7 +7933,7 @@
|
|
7911
7933
|
"example": "nacosxx",
|
7912
7934
|
"member": "string",
|
7913
7935
|
"name": "ConsoleDefaultPwd",
|
7914
|
-
"
|
7936
|
+
"output_required": true,
|
7915
7937
|
"type": "string",
|
7916
7938
|
"value_allowed_null": true
|
7917
7939
|
},
|
@@ -7921,7 +7943,7 @@
|
|
7921
7943
|
"example": "1",
|
7922
7944
|
"member": "int64",
|
7923
7945
|
"name": "TradeType",
|
7924
|
-
"
|
7946
|
+
"output_required": true,
|
7925
7947
|
"type": "int",
|
7926
7948
|
"value_allowed_null": true
|
7927
7949
|
},
|
@@ -7931,7 +7953,7 @@
|
|
7931
7953
|
"example": "0",
|
7932
7954
|
"member": "int64",
|
7933
7955
|
"name": "AutoRenewFlag",
|
7934
|
-
"
|
7956
|
+
"output_required": true,
|
7935
7957
|
"type": "int",
|
7936
7958
|
"value_allowed_null": true
|
7937
7959
|
},
|
@@ -7941,7 +7963,7 @@
|
|
7941
7963
|
"example": "2021-04-08 16:20:58",
|
7942
7964
|
"member": "string",
|
7943
7965
|
"name": "CurDeadline",
|
7944
|
-
"
|
7966
|
+
"output_required": true,
|
7945
7967
|
"type": "string",
|
7946
7968
|
"value_allowed_null": true
|
7947
7969
|
},
|
@@ -7951,7 +7973,7 @@
|
|
7951
7973
|
"example": "2021-04-08 16:20:58",
|
7952
7974
|
"member": "string",
|
7953
7975
|
"name": "IsolateTime",
|
7954
|
-
"
|
7976
|
+
"output_required": true,
|
7955
7977
|
"type": "string",
|
7956
7978
|
"value_allowed_null": true
|
7957
7979
|
},
|
@@ -7961,7 +7983,7 @@
|
|
7961
7983
|
"example": "无",
|
7962
7984
|
"member": "DescribeInstanceRegionInfo",
|
7963
7985
|
"name": "RegionInfos",
|
7964
|
-
"
|
7986
|
+
"output_required": true,
|
7965
7987
|
"type": "list",
|
7966
7988
|
"value_allowed_null": true
|
7967
7989
|
},
|
@@ -7971,7 +7993,7 @@
|
|
7971
7993
|
"example": "common",
|
7972
7994
|
"member": "string",
|
7973
7995
|
"name": "EKSType",
|
7974
|
-
"
|
7996
|
+
"output_required": true,
|
7975
7997
|
"type": "string",
|
7976
7998
|
"value_allowed_null": true
|
7977
7999
|
},
|
@@ -7981,7 +8003,7 @@
|
|
7981
8003
|
"example": "STANDARD",
|
7982
8004
|
"member": "string",
|
7983
8005
|
"name": "FeatureVersion",
|
7984
|
-
"
|
8006
|
+
"output_required": true,
|
7985
8007
|
"type": "string",
|
7986
8008
|
"value_allowed_null": true
|
7987
8009
|
},
|
@@ -7991,7 +8013,7 @@
|
|
7991
8013
|
"example": "false",
|
7992
8014
|
"member": "bool",
|
7993
8015
|
"name": "EnableClientIntranet",
|
7994
|
-
"
|
8016
|
+
"output_required": true,
|
7995
8017
|
"type": "bool",
|
7996
8018
|
"value_allowed_null": true
|
7997
8019
|
},
|
@@ -8001,7 +8023,7 @@
|
|
8001
8023
|
"example": "无",
|
8002
8024
|
"member": "StorageOption",
|
8003
8025
|
"name": "StorageOption",
|
8004
|
-
"
|
8026
|
+
"output_required": true,
|
8005
8027
|
"type": "list",
|
8006
8028
|
"value_allowed_null": true
|
8007
8029
|
}
|
@@ -701,6 +701,16 @@
|
|
701
701
|
"output_required": true,
|
702
702
|
"type": "string",
|
703
703
|
"value_allowed_null": false
|
704
|
+
},
|
705
|
+
{
|
706
|
+
"disabled": false,
|
707
|
+
"document": "部署状态。若已部署,则可通过语音合成接口调用该音色",
|
708
|
+
"example": "无",
|
709
|
+
"member": "bool",
|
710
|
+
"name": "IsDeployed",
|
711
|
+
"output_required": true,
|
712
|
+
"type": "bool",
|
713
|
+
"value_allowed_null": false
|
704
714
|
}
|
705
715
|
],
|
706
716
|
"usage": "out"
|