tccli 3.0.896.1__py2.py3-none-any.whl → 3.0.898.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/cdb/v20170320/CreateDatabase.md +22 -0
- tccli/examples/cdn/v20180606/ModifyDomainConfig.md +88 -0
- tccli/examples/ckafka/v20190819/CreatePostPaidInstance.md +154 -0
- tccli/examples/cynosdb/v20190107/DescribeProxySpecs.md +56 -0
- tccli/examples/cynosdb/v20190107/DescribeSupportProxyVersion.md +24 -0
- tccli/examples/ess/v20201111/CreateFlowApprovers.md +3 -1
- tccli/examples/ess/v20201111/DescribeThirdPartyAuthCode.md +1 -1
- tccli/examples/postgres/v20170312/CreateReadOnlyDBInstance.md +1 -1
- tccli/examples/postgres/v20170312/UpgradeDBInstanceKernelVersion.md +1 -1
- tccli/examples/sqlserver/v20180328/DescribeDBInstancesAttribute.md +6 -1
- tccli/examples/sqlserver/v20180328/DescribeDBs.md +1 -1
- tccli/examples/tdmq/v20200217/CreateCmqQueue.md +2 -2
- tccli/examples/tke/v20180525/CreateClusterEndpointVip.md +1 -1
- tccli/examples/trp/v20210515/CreateCodeBatch.md +11 -5
- tccli/examples/trp/v20210515/DescribeScanLogs.md +1 -1
- tccli/examples/trp/v20210515/DescribeTraceCodeById.md +16 -11
- tccli/examples/trp/v20210515/ModifyCodeBatch.md +3 -3
- tccli/examples/vod/v20180717/CreateQualityInspectTemplate.md +24 -0
- tccli/examples/vod/v20180717/DeleteQualityInspectTemplate.md +20 -0
- tccli/examples/vod/v20180717/DescribeQualityInspectTemplates.md +44 -0
- tccli/examples/vod/v20180717/DescribeTaskDetail.md +4 -0
- tccli/examples/vod/v20180717/InspectMediaQuality.md +22 -0
- tccli/examples/vod/v20180717/ModifyQualityInspectTemplate.md +21 -0
- tccli/examples/yinsuda/v20220527/DescribeKTVMusicAccompanySegmentUrl.md +70 -0
- tccli/services/cdb/cdb_client.py +57 -4
- tccli/services/cdb/v20170320/api.json +52 -0
- tccli/services/cdb/v20170320/examples.json +8 -0
- tccli/services/cdn/cdn_client.py +57 -4
- tccli/services/cdn/v20180606/api.json +52 -0
- tccli/services/cdn/v20180606/examples.json +26 -0
- tccli/services/ckafka/ckafka_client.py +61 -8
- tccli/services/ckafka/v20190819/api.json +303 -7
- tccli/services/ckafka/v20190819/examples.json +20 -0
- tccli/services/clb/v20180317/api.json +3 -1
- tccli/services/cynosdb/cynosdb_client.py +106 -0
- tccli/services/cynosdb/v20190107/api.json +134 -0
- tccli/services/cynosdb/v20190107/examples.json +22 -0
- tccli/services/emr/v20190103/api.json +6 -2
- tccli/services/ess/v20201111/api.json +42 -11
- tccli/services/ess/v20201111/examples.json +3 -3
- tccli/services/essbasic/v20210526/api.json +27 -1
- tccli/services/ocr/v20181119/api.json +4 -2
- tccli/services/postgres/v20170312/api.json +2 -31
- tccli/services/postgres/v20170312/examples.json +2 -2
- tccli/services/sqlserver/v20180328/api.json +72 -15
- tccli/services/sqlserver/v20180328/examples.json +3 -3
- tccli/services/tbaas/tbaas_client.py +4 -322
- tccli/services/tbaas/v20180416/api.json +108 -810
- tccli/services/tbaas/v20180416/examples.json +0 -48
- tccli/services/tbp/v20190311/api.json +10 -10
- tccli/services/tdid/tdid_client.py +67 -1551
- tccli/services/tdid/v20210519/api.json +331 -3504
- tccli/services/tdid/v20210519/examples.json +0 -224
- tccli/services/tdmq/v20200217/api.json +2 -19
- tccli/services/tdmq/v20200217/examples.json +2 -2
- tccli/services/tione/v20211111/api.json +24 -2
- tccli/services/tke/v20180525/api.json +4 -6
- tccli/services/tke/v20180525/examples.json +2 -2
- tccli/services/trp/v20210515/api.json +285 -113
- tccli/services/trp/v20210515/examples.json +6 -6
- tccli/services/vod/v20180717/api.json +1346 -2
- tccli/services/vod/v20180717/examples.json +44 -4
- tccli/services/vod/vod_client.py +287 -22
- tccli/services/yinsuda/v20220527/api.json +159 -0
- tccli/services/yinsuda/v20220527/examples.json +14 -0
- tccli/services/yinsuda/yinsuda_client.py +53 -0
- {tccli-3.0.896.1.dist-info → tccli-3.0.898.1.dist-info}/METADATA +2 -2
- {tccli-3.0.896.1.dist-info → tccli-3.0.898.1.dist-info}/RECORD +72 -61
- {tccli-3.0.896.1.dist-info → tccli-3.0.898.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.896.1.dist-info → tccli-3.0.898.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.896.1.dist-info → tccli-3.0.898.1.dist-info}/license_files/LICENSE +0 -0
@@ -112,6 +112,13 @@
|
|
112
112
|
"output": "CreatePartitionResponse",
|
113
113
|
"status": "online"
|
114
114
|
},
|
115
|
+
"CreatePostPaidInstance": {
|
116
|
+
"document": "当前接口用来替代 CreateInstancePost 接口。创建按量计费实例。通常用于 SDK 或云 API 控制台调用接口,创建后付费 CKafka 实例。调用接口与在 CKafka 控制台购买按量付费实例效果相同。",
|
117
|
+
"input": "CreatePostPaidInstanceRequest",
|
118
|
+
"name": "创建按量计费实例(新)",
|
119
|
+
"output": "CreatePostPaidInstanceResponse",
|
120
|
+
"status": "online"
|
121
|
+
},
|
115
122
|
"CreateRoute": {
|
116
123
|
"document": "添加实例路由",
|
117
124
|
"input": "CreateRouteRequest",
|
@@ -3407,6 +3414,52 @@
|
|
3407
3414
|
],
|
3408
3415
|
"type": "object"
|
3409
3416
|
},
|
3417
|
+
"CreateInstancePostData": {
|
3418
|
+
"document": "创建后付费接口返回的 Data 数据结构",
|
3419
|
+
"members": [
|
3420
|
+
{
|
3421
|
+
"disabled": false,
|
3422
|
+
"document": "CreateInstancePre返回固定为0,不能作为CheckTaskStatus的查询条件。只是为了保证和后台数据结构对齐。\n注意:此字段可能返回 null,表示取不到有效值。",
|
3423
|
+
"example": "0",
|
3424
|
+
"member": "int64",
|
3425
|
+
"name": "FlowId",
|
3426
|
+
"required": true,
|
3427
|
+
"type": "int",
|
3428
|
+
"value_allowed_null": true
|
3429
|
+
},
|
3430
|
+
{
|
3431
|
+
"disabled": false,
|
3432
|
+
"document": "订单号列表\n注意:此字段可能返回 null,表示取不到有效值。",
|
3433
|
+
"example": "[\"20230608002033882210000\"]",
|
3434
|
+
"member": "string",
|
3435
|
+
"name": "DealNames",
|
3436
|
+
"required": true,
|
3437
|
+
"type": "list",
|
3438
|
+
"value_allowed_null": true
|
3439
|
+
},
|
3440
|
+
{
|
3441
|
+
"disabled": false,
|
3442
|
+
"document": "实例Id,当购买多个实例时,默认返回购买的第一个实例 id\n注意:此字段可能返回 null,表示取不到有效值。",
|
3443
|
+
"example": "ckafka-e5vjxxxx",
|
3444
|
+
"member": "string",
|
3445
|
+
"name": "InstanceId",
|
3446
|
+
"required": true,
|
3447
|
+
"type": "string",
|
3448
|
+
"value_allowed_null": true
|
3449
|
+
},
|
3450
|
+
{
|
3451
|
+
"disabled": false,
|
3452
|
+
"document": "订单和购买实例对应映射列表\n注意:此字段可能返回 null,表示取不到有效值。",
|
3453
|
+
"example": "无",
|
3454
|
+
"member": "DealInstanceDTO",
|
3455
|
+
"name": "DealNameInstanceIdMapping",
|
3456
|
+
"required": false,
|
3457
|
+
"type": "list",
|
3458
|
+
"value_allowed_null": true
|
3459
|
+
}
|
3460
|
+
],
|
3461
|
+
"usage": "out"
|
3462
|
+
},
|
3410
3463
|
"CreateInstancePostRequest": {
|
3411
3464
|
"document": "CreateInstancePost请求参数结构体",
|
3412
3465
|
"members": [
|
@@ -3575,6 +3628,42 @@
|
|
3575
3628
|
],
|
3576
3629
|
"type": "object"
|
3577
3630
|
},
|
3631
|
+
"CreateInstancePostResp": {
|
3632
|
+
"document": "后付费实例相关接口返回结构",
|
3633
|
+
"members": [
|
3634
|
+
{
|
3635
|
+
"disabled": false,
|
3636
|
+
"document": "返回的code,0为正常,非0为错误",
|
3637
|
+
"example": "0",
|
3638
|
+
"member": "string",
|
3639
|
+
"name": "ReturnCode",
|
3640
|
+
"required": true,
|
3641
|
+
"type": "string",
|
3642
|
+
"value_allowed_null": false
|
3643
|
+
},
|
3644
|
+
{
|
3645
|
+
"disabled": false,
|
3646
|
+
"document": "接口返回消息,当接口报错时提示错误信息",
|
3647
|
+
"example": "success",
|
3648
|
+
"member": "string",
|
3649
|
+
"name": "ReturnMessage",
|
3650
|
+
"required": true,
|
3651
|
+
"type": "string",
|
3652
|
+
"value_allowed_null": false
|
3653
|
+
},
|
3654
|
+
{
|
3655
|
+
"disabled": false,
|
3656
|
+
"document": "返回的Data数据\n注意:此字段可能返回 null,表示取不到有效值。",
|
3657
|
+
"example": "无",
|
3658
|
+
"member": "CreateInstancePostData",
|
3659
|
+
"name": "Data",
|
3660
|
+
"required": true,
|
3661
|
+
"type": "object",
|
3662
|
+
"value_allowed_null": true
|
3663
|
+
}
|
3664
|
+
],
|
3665
|
+
"usage": "out"
|
3666
|
+
},
|
3578
3667
|
"CreateInstancePostResponse": {
|
3579
3668
|
"document": "CreateInstancePost返回参数结构体",
|
3580
3669
|
"members": [
|
@@ -3939,6 +4028,195 @@
|
|
3939
4028
|
],
|
3940
4029
|
"type": "object"
|
3941
4030
|
},
|
4031
|
+
"CreatePostPaidInstanceRequest": {
|
4032
|
+
"document": "CreatePostPaidInstance请求参数结构体",
|
4033
|
+
"members": [
|
4034
|
+
{
|
4035
|
+
"disabled": false,
|
4036
|
+
"document": "实例名称,是一个不超过 64 个字符的字符串,必须以字母为首字符,剩余部分可以包含字母、数字和横划线(-)",
|
4037
|
+
"example": "testInstance",
|
4038
|
+
"member": "string",
|
4039
|
+
"name": "InstanceName",
|
4040
|
+
"required": false,
|
4041
|
+
"type": "string"
|
4042
|
+
},
|
4043
|
+
{
|
4044
|
+
"disabled": false,
|
4045
|
+
"document": "创建的实例默认接入点所在的 vpc 对应 vpcId。目前不支持创建基础网络实例,因此该参数必填",
|
4046
|
+
"example": "vpc-xxxxxxxx",
|
4047
|
+
"member": "string",
|
4048
|
+
"name": "VpcId",
|
4049
|
+
"required": false,
|
4050
|
+
"type": "string"
|
4051
|
+
},
|
4052
|
+
{
|
4053
|
+
"disabled": false,
|
4054
|
+
"document": "子网id。创建实例默认接入点所在的子网对应的子网 id",
|
4055
|
+
"example": "subnet-xxxxxxxx",
|
4056
|
+
"member": "string",
|
4057
|
+
"name": "SubnetId",
|
4058
|
+
"required": false,
|
4059
|
+
"type": "string"
|
4060
|
+
},
|
4061
|
+
{
|
4062
|
+
"disabled": false,
|
4063
|
+
"document": "实例规格。当创建标准版实例时必填,创建专业版实例时不需要填写。1:入门型;2:标准型;3:进阶型;4:容量型;5:高阶型1;6:高阶性2;7:高阶型3;8:高阶型4;9 :独占型",
|
4064
|
+
"example": "1",
|
4065
|
+
"member": "int64",
|
4066
|
+
"name": "InstanceType",
|
4067
|
+
"required": false,
|
4068
|
+
"type": "int"
|
4069
|
+
},
|
4070
|
+
{
|
4071
|
+
"disabled": false,
|
4072
|
+
"document": "实例日志的默认最长保留时间,单位分钟。不传入该参数时默认为 1440 分钟(1天),最大30天。当 topic 显式设置消息保留时间时,以 topic 保留时间为准",
|
4073
|
+
"example": "1440",
|
4074
|
+
"member": "int64",
|
4075
|
+
"name": "MsgRetentionTime",
|
4076
|
+
"required": false,
|
4077
|
+
"type": "int"
|
4078
|
+
},
|
4079
|
+
{
|
4080
|
+
"disabled": false,
|
4081
|
+
"document": "创建实例时可以选择集群Id, 该入参表示集群Id。不指定实例所在集群则不传入该参数",
|
4082
|
+
"example": "5914",
|
4083
|
+
"member": "int64",
|
4084
|
+
"name": "ClusterId",
|
4085
|
+
"required": false,
|
4086
|
+
"type": "int"
|
4087
|
+
},
|
4088
|
+
{
|
4089
|
+
"disabled": false,
|
4090
|
+
"document": "实例版本。目前支持 \"0.10.2\",\"1.1.1\",\"2.4.2\",\"2.8.1\"",
|
4091
|
+
"example": "2.4.2",
|
4092
|
+
"member": "string",
|
4093
|
+
"name": "KafkaVersion",
|
4094
|
+
"required": false,
|
4095
|
+
"type": "string"
|
4096
|
+
},
|
4097
|
+
{
|
4098
|
+
"disabled": false,
|
4099
|
+
"document": "实例类型。\"standard\":标准版,\"profession\":专业版",
|
4100
|
+
"example": "profession",
|
4101
|
+
"member": "string",
|
4102
|
+
"name": "SpecificationsType",
|
4103
|
+
"required": false,
|
4104
|
+
"type": "string"
|
4105
|
+
},
|
4106
|
+
{
|
4107
|
+
"disabled": false,
|
4108
|
+
"document": "实例硬盘类型,\"CLOUD_BASIC\":云硬盘,\"CLOUD_SSD\":高速云硬盘。不传默认为 \"CLOUD_BASIC\"",
|
4109
|
+
"example": "CLOUD_BASIC",
|
4110
|
+
"member": "string",
|
4111
|
+
"name": "DiskType",
|
4112
|
+
"required": false,
|
4113
|
+
"type": "string"
|
4114
|
+
},
|
4115
|
+
{
|
4116
|
+
"disabled": false,
|
4117
|
+
"document": "实例内网峰值带宽。单位 MB/s。标准版需传入当前实例规格所对应的峰值带宽。注意如果创建的实例为专业版实例,峰值带宽,分区数等参数配置需要满足专业版的计费规格。",
|
4118
|
+
"example": "20",
|
4119
|
+
"member": "int64",
|
4120
|
+
"name": "BandWidth",
|
4121
|
+
"required": false,
|
4122
|
+
"type": "int"
|
4123
|
+
},
|
4124
|
+
{
|
4125
|
+
"disabled": false,
|
4126
|
+
"document": "实例硬盘大小,需要满足当前实例的计费规格",
|
4127
|
+
"example": "200",
|
4128
|
+
"member": "int64",
|
4129
|
+
"name": "DiskSize",
|
4130
|
+
"required": false,
|
4131
|
+
"type": "int"
|
4132
|
+
},
|
4133
|
+
{
|
4134
|
+
"disabled": false,
|
4135
|
+
"document": "实例最大分区数量,需要满足当前实例的计费规格",
|
4136
|
+
"example": "400",
|
4137
|
+
"member": "int64",
|
4138
|
+
"name": "Partition",
|
4139
|
+
"required": false,
|
4140
|
+
"type": "int"
|
4141
|
+
},
|
4142
|
+
{
|
4143
|
+
"disabled": false,
|
4144
|
+
"document": "实例最大 topic 数量,需要满足当前实例的计费规格",
|
4145
|
+
"example": "200",
|
4146
|
+
"member": "int64",
|
4147
|
+
"name": "TopicNum",
|
4148
|
+
"required": false,
|
4149
|
+
"type": "int"
|
4150
|
+
},
|
4151
|
+
{
|
4152
|
+
"disabled": false,
|
4153
|
+
"document": "实例所在的可用区。当创建多可用区实例时,该参数为创建的默认接入点所在子网的可用区 id",
|
4154
|
+
"example": "100006",
|
4155
|
+
"member": "int64",
|
4156
|
+
"name": "ZoneId",
|
4157
|
+
"required": false,
|
4158
|
+
"type": "int"
|
4159
|
+
},
|
4160
|
+
{
|
4161
|
+
"disabled": false,
|
4162
|
+
"document": "当前实例是否为多可用区实例。",
|
4163
|
+
"example": "true",
|
4164
|
+
"member": "bool",
|
4165
|
+
"name": "MultiZoneFlag",
|
4166
|
+
"required": false,
|
4167
|
+
"type": "bool"
|
4168
|
+
},
|
4169
|
+
{
|
4170
|
+
"disabled": false,
|
4171
|
+
"document": "当实例为多可用区实例时,多可用区 id 列表。注意参数 ZoneId 对应的多可用区需要包含在该参数数组中",
|
4172
|
+
"example": "[100006,100007]",
|
4173
|
+
"member": "int64",
|
4174
|
+
"name": "ZoneIds",
|
4175
|
+
"required": false,
|
4176
|
+
"type": "list"
|
4177
|
+
},
|
4178
|
+
{
|
4179
|
+
"disabled": false,
|
4180
|
+
"document": "购买实例数量。非必填,默认值为 1。当传入该参数时,会创建多个 instanceName 加后缀区分的实例",
|
4181
|
+
"example": "1",
|
4182
|
+
"member": "int64",
|
4183
|
+
"name": "InstanceNum",
|
4184
|
+
"required": false,
|
4185
|
+
"type": "int"
|
4186
|
+
},
|
4187
|
+
{
|
4188
|
+
"disabled": false,
|
4189
|
+
"document": "公网带宽大小,单位 Mbps。默认是没有加上免费 3Mbps 带宽。例如总共需要 3Mbps 公网带宽,此处传 0;总共需要 4Mbps 公网带宽,此处传 1",
|
4190
|
+
"example": "12",
|
4191
|
+
"member": "int64",
|
4192
|
+
"name": "PublicNetworkMonthly",
|
4193
|
+
"required": false,
|
4194
|
+
"type": "int"
|
4195
|
+
}
|
4196
|
+
],
|
4197
|
+
"type": "object"
|
4198
|
+
},
|
4199
|
+
"CreatePostPaidInstanceResponse": {
|
4200
|
+
"document": "CreatePostPaidInstance返回参数结构体",
|
4201
|
+
"members": [
|
4202
|
+
{
|
4203
|
+
"disabled": false,
|
4204
|
+
"document": "返回结果",
|
4205
|
+
"example": "无",
|
4206
|
+
"member": "CreateInstancePostResp",
|
4207
|
+
"name": "Result",
|
4208
|
+
"type": "object",
|
4209
|
+
"value_allowed_null": false
|
4210
|
+
},
|
4211
|
+
{
|
4212
|
+
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
4213
|
+
"member": "string",
|
4214
|
+
"name": "RequestId",
|
4215
|
+
"type": "string"
|
4216
|
+
}
|
4217
|
+
],
|
4218
|
+
"type": "object"
|
4219
|
+
},
|
3942
4220
|
"CreateRouteRequest": {
|
3943
4221
|
"document": "CreateRoute请求参数结构体",
|
3944
4222
|
"members": [
|
@@ -11911,6 +12189,7 @@
|
|
11911
12189
|
"example": "false",
|
11912
12190
|
"member": "bool",
|
11913
12191
|
"name": "SelfBuilt",
|
12192
|
+
"output_required": true,
|
11914
12193
|
"required": true,
|
11915
12194
|
"type": "bool",
|
11916
12195
|
"value_allowed_null": false
|
@@ -11921,6 +12200,7 @@
|
|
11921
12200
|
"example": "ckafka-xxx",
|
11922
12201
|
"member": "string",
|
11923
12202
|
"name": "Resource",
|
12203
|
+
"output_required": true,
|
11924
12204
|
"required": true,
|
11925
12205
|
"type": "string",
|
11926
12206
|
"value_allowed_null": false
|
@@ -11931,6 +12211,7 @@
|
|
11931
12211
|
"example": "test",
|
11932
12212
|
"member": "string",
|
11933
12213
|
"name": "Topic",
|
12214
|
+
"output_required": true,
|
11934
12215
|
"required": false,
|
11935
12216
|
"type": "string",
|
11936
12217
|
"value_allowed_null": false
|
@@ -11941,6 +12222,7 @@
|
|
11941
12222
|
"example": "timestamp",
|
11942
12223
|
"member": "string",
|
11943
12224
|
"name": "OffsetType",
|
12225
|
+
"output_required": true,
|
11944
12226
|
"required": false,
|
11945
12227
|
"type": "string",
|
11946
12228
|
"value_allowed_null": true
|
@@ -11951,6 +12233,7 @@
|
|
11951
12233
|
"example": "1635339533",
|
11952
12234
|
"member": "uint64",
|
11953
12235
|
"name": "StartTime",
|
12236
|
+
"output_required": true,
|
11954
12237
|
"required": false,
|
11955
12238
|
"type": "int",
|
11956
12239
|
"value_allowed_null": true
|
@@ -11961,6 +12244,7 @@
|
|
11961
12244
|
"example": "MyCkafkaName",
|
11962
12245
|
"member": "string",
|
11963
12246
|
"name": "ResourceName",
|
12247
|
+
"output_required": true,
|
11964
12248
|
"required": false,
|
11965
12249
|
"type": "string",
|
11966
12250
|
"value_allowed_null": true
|
@@ -11971,6 +12255,7 @@
|
|
11971
12255
|
"example": "200005",
|
11972
12256
|
"member": "int64",
|
11973
12257
|
"name": "ZoneId",
|
12258
|
+
"output_required": true,
|
11974
12259
|
"required": false,
|
11975
12260
|
"type": "int",
|
11976
12261
|
"value_allowed_null": true
|
@@ -11981,6 +12266,7 @@
|
|
11981
12266
|
"example": "xxx",
|
11982
12267
|
"member": "string",
|
11983
12268
|
"name": "TopicId",
|
12269
|
+
"output_required": true,
|
11984
12270
|
"required": false,
|
11985
12271
|
"type": "string",
|
11986
12272
|
"value_allowed_null": true
|
@@ -11991,6 +12277,7 @@
|
|
11991
12277
|
"example": "1",
|
11992
12278
|
"member": "int64",
|
11993
12279
|
"name": "PartitionNum",
|
12280
|
+
"output_required": true,
|
11994
12281
|
"required": false,
|
11995
12282
|
"type": "int",
|
11996
12283
|
"value_allowed_null": true
|
@@ -12001,6 +12288,7 @@
|
|
12001
12288
|
"example": "false",
|
12002
12289
|
"member": "bool",
|
12003
12290
|
"name": "EnableToleration",
|
12291
|
+
"output_required": true,
|
12004
12292
|
"required": false,
|
12005
12293
|
"type": "bool",
|
12006
12294
|
"value_allowed_null": true
|
@@ -12011,6 +12299,7 @@
|
|
12011
12299
|
"example": "4000",
|
12012
12300
|
"member": "uint64",
|
12013
12301
|
"name": "QpsLimit",
|
12302
|
+
"output_required": true,
|
12014
12303
|
"required": false,
|
12015
12304
|
"type": "int",
|
12016
12305
|
"value_allowed_null": true
|
@@ -12021,6 +12310,7 @@
|
|
12021
12310
|
"example": "xxx",
|
12022
12311
|
"member": "TableMapping",
|
12023
12312
|
"name": "TableMappings",
|
12313
|
+
"output_required": true,
|
12024
12314
|
"required": false,
|
12025
12315
|
"type": "list",
|
12026
12316
|
"value_allowed_null": true
|
@@ -12031,6 +12321,7 @@
|
|
12031
12321
|
"example": "false",
|
12032
12322
|
"member": "bool",
|
12033
12323
|
"name": "UseTableMapping",
|
12324
|
+
"output_required": true,
|
12034
12325
|
"required": false,
|
12035
12326
|
"type": "bool",
|
12036
12327
|
"value_allowed_null": true
|
@@ -12041,6 +12332,7 @@
|
|
12041
12332
|
"example": "false",
|
12042
12333
|
"member": "bool",
|
12043
12334
|
"name": "UseAutoCreateTopic",
|
12335
|
+
"output_required": true,
|
12044
12336
|
"required": false,
|
12045
12337
|
"type": "bool",
|
12046
12338
|
"value_allowed_null": true
|
@@ -12051,6 +12343,7 @@
|
|
12051
12343
|
"example": "none",
|
12052
12344
|
"member": "string",
|
12053
12345
|
"name": "CompressionType",
|
12346
|
+
"output_required": true,
|
12054
12347
|
"required": false,
|
12055
12348
|
"type": "string",
|
12056
12349
|
"value_allowed_null": true
|
@@ -12061,6 +12354,7 @@
|
|
12061
12354
|
"example": "1",
|
12062
12355
|
"member": "int64",
|
12063
12356
|
"name": "MsgMultiple",
|
12357
|
+
"output_required": true,
|
12064
12358
|
"required": false,
|
12065
12359
|
"type": "int",
|
12066
12360
|
"value_allowed_null": true
|
@@ -12071,6 +12365,7 @@
|
|
12071
12365
|
"example": "DATA_SYNC_TYPE",
|
12072
12366
|
"member": "string",
|
12073
12367
|
"name": "ConnectorSyncType",
|
12368
|
+
"output_required": true,
|
12074
12369
|
"required": false,
|
12075
12370
|
"type": "string",
|
12076
12371
|
"value_allowed_null": true
|
@@ -12081,6 +12376,7 @@
|
|
12081
12376
|
"example": "false",
|
12082
12377
|
"member": "bool",
|
12083
12378
|
"name": "KeepPartition",
|
12379
|
+
"output_required": true,
|
12084
12380
|
"required": false,
|
12085
12381
|
"type": "bool",
|
12086
12382
|
"value_allowed_null": true
|
@@ -16529,78 +16825,78 @@
|
|
16529
16825
|
"document": "Topic配置",
|
16530
16826
|
"members": [
|
16531
16827
|
{
|
16532
|
-
"default": "",
|
16533
16828
|
"disabled": false,
|
16534
16829
|
"document": "单独售卖Topic的Topic名称",
|
16535
16830
|
"example": "1234-xxx",
|
16536
16831
|
"member": "string",
|
16537
16832
|
"name": "Resource",
|
16833
|
+
"output_required": true,
|
16538
16834
|
"required": true,
|
16539
16835
|
"type": "string",
|
16540
16836
|
"value_allowed_null": false
|
16541
16837
|
},
|
16542
16838
|
{
|
16543
|
-
"default": "",
|
16544
16839
|
"disabled": false,
|
16545
16840
|
"document": "Offset类型,最开始位置earliest,最新位置latest,时间点位置timestamp\n注意:此字段可能返回 null,表示取不到有效值。",
|
16546
16841
|
"example": "timestamp",
|
16547
16842
|
"member": "string",
|
16548
16843
|
"name": "OffsetType",
|
16844
|
+
"output_required": true,
|
16549
16845
|
"required": false,
|
16550
16846
|
"type": "string",
|
16551
16847
|
"value_allowed_null": true
|
16552
16848
|
},
|
16553
16849
|
{
|
16554
|
-
"default": "",
|
16555
16850
|
"disabled": false,
|
16556
16851
|
"document": "Offset类型为timestamp时必传,传时间戳,精确到秒\n注意:此字段可能返回 null,表示取不到有效值。",
|
16557
16852
|
"example": "1635339533",
|
16558
16853
|
"member": "uint64",
|
16559
16854
|
"name": "StartTime",
|
16855
|
+
"output_required": true,
|
16560
16856
|
"required": false,
|
16561
16857
|
"type": "int",
|
16562
16858
|
"value_allowed_null": true
|
16563
16859
|
},
|
16564
16860
|
{
|
16565
|
-
"default": "",
|
16566
16861
|
"disabled": false,
|
16567
16862
|
"document": "Topic的TopicId【出参】\n注意:此字段可能返回 null,表示取不到有效值。",
|
16568
16863
|
"example": "xxx",
|
16569
16864
|
"member": "string",
|
16570
16865
|
"name": "TopicId",
|
16866
|
+
"output_required": true,
|
16571
16867
|
"required": false,
|
16572
16868
|
"type": "string",
|
16573
16869
|
"value_allowed_null": true
|
16574
16870
|
},
|
16575
16871
|
{
|
16576
|
-
"default": "",
|
16577
16872
|
"disabled": false,
|
16578
16873
|
"document": "写入Topic时是否进行压缩,不开启填\"none\",开启的话,可选择\"gzip\", \"snappy\", \"lz4\"中的一个进行填写。\n注意:此字段可能返回 null,表示取不到有效值。",
|
16579
16874
|
"example": "none",
|
16580
16875
|
"member": "string",
|
16581
16876
|
"name": "CompressionType",
|
16877
|
+
"output_required": true,
|
16582
16878
|
"required": false,
|
16583
16879
|
"type": "string",
|
16584
16880
|
"value_allowed_null": true
|
16585
16881
|
},
|
16586
16882
|
{
|
16587
|
-
"default": "",
|
16588
16883
|
"disabled": false,
|
16589
16884
|
"document": "使用的Topic是否需要自动创建(目前只支持SOURCE流入任务)\n注意:此字段可能返回 null,表示取不到有效值。",
|
16590
16885
|
"example": "false",
|
16591
16886
|
"member": "bool",
|
16592
16887
|
"name": "UseAutoCreateTopic",
|
16888
|
+
"output_required": true,
|
16593
16889
|
"required": false,
|
16594
16890
|
"type": "bool",
|
16595
16891
|
"value_allowed_null": true
|
16596
16892
|
},
|
16597
16893
|
{
|
16598
|
-
"default": "",
|
16599
16894
|
"disabled": false,
|
16600
16895
|
"document": "源topic消息1条扩增成msgMultiple条写入目标topic(该参数目前只有ckafka流入ckafka适用)\n注意:此字段可能返回 null,表示取不到有效值。",
|
16601
16896
|
"example": "1",
|
16602
16897
|
"member": "int64",
|
16603
16898
|
"name": "MsgMultiple",
|
16899
|
+
"output_required": true,
|
16604
16900
|
"required": false,
|
16605
16901
|
"type": "int",
|
16606
16902
|
"value_allowed_null": true
|
@@ -158,6 +158,26 @@
|
|
158
158
|
"title": "增加主题分区"
|
159
159
|
}
|
160
160
|
],
|
161
|
+
"CreatePostPaidInstance": [
|
162
|
+
{
|
163
|
+
"document": "创建硬盘大小 200GB,峰值带宽 20MB/s 的专业版后付费实例",
|
164
|
+
"input": "POST / HTTP/1.1\nHost: ckafka.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreatePostPaidInstance\n<公共请求参数>\n\n{\n \"InstanceName\": \"test55\",\n \"VpcId\": \"vpc-rmcgxxxx\",\n \"SubnetId\": \"subnet-mnzcxxxx\",\n \"ZoneId\": 450001,\n \"InstanceType\": 1,\n \"KafkaVersion\": \"1.1.1\",\n \"SpecificationsType\": \"profession\",\n \"DiskSize\": 200,\n \"BandWidth\": 20,\n \"Partition\": 400,\n \"DiskType\": \"CLOUD_BASIC\",\n \"PublicNetworkMonthly\": 0\n}",
|
165
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"323c3bbe-db79-48c3-9b76-63aacd65b169\",\n \"Result\": {\n \"Data\": {\n \"DealNameInstanceIdMapping\": [\n {\n \"DealName\": \"20230608002033899990000\",\n \"InstanceIdList\": [\n \"ckafka-mom5xxxx\"\n ]\n }\n ],\n \"DealNames\": [\n \"2023060800203389990000\"\n ],\n \"FlowId\": 0,\n \"InstanceId\": \"ckafka-mom5xxxx\"\n },\n \"ReturnCode\": \"0\",\n \"ReturnMessage\": \"ok[apply ok]\"\n }\n }\n}",
|
166
|
+
"title": "创建后付费专业版实例"
|
167
|
+
},
|
168
|
+
{
|
169
|
+
"document": "同时创建三个后付费专业版实例",
|
170
|
+
"input": "POST / HTTP/1.1\nHost: ckafka.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreatePostPaidInstance\n<公共请求参数>\n\n{\n \"InstanceName\": \"test58\",\n \"VpcId\": \"vpc-rmcg5cpf\",\n \"SubnetId\": \"subnet-mnzcs7gk\",\n \"KafkaVersion\": \"2.4.2\",\n \"SpecificationsType\": \"profession\",\n \"BandWidth\": 20,\n \"DiskSize\": 200,\n \"Partition\": 400,\n \"TopicNum\": 200,\n \"ZoneId\": 450001,\n \"InstanceNum\": 3,\n \"PublicNetworkMonthly\": 12\n}",
|
171
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"cda79237-6424-482a-b2d2-97d4853b33b4\",\n \"Result\": {\n \"Data\": {\n \"DealNameInstanceIdMapping\": [\n {\n \"DealName\": \"20230608002033915320000\",\n \"InstanceIdList\": [\n \"ckafka-bz4dxxxx\",\n \"ckafka-o9gdxxxx\",\n \"ckafka-aj5gxxxx\"\n ]\n }\n ],\n \"DealNames\": [\n \"20230608002033915320000\"\n ],\n \"FlowId\": 0,\n \"InstanceId\": \"ckafka-bz4dxxxx\"\n },\n \"ReturnCode\": \"0\",\n \"ReturnMessage\": \"ok[apply ok]\"\n }\n }\n}",
|
172
|
+
"title": "批量创建后付费专业版实例"
|
173
|
+
},
|
174
|
+
{
|
175
|
+
"document": "创建一个三可用区的专业版实例",
|
176
|
+
"input": "POST / HTTP/1.1\nHost: ckafka.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreatePostPaidInstance\n<公共请求参数>\n\n{\n \"InstanceName\": \"test55\",\n \"VpcId\": \"vpc-rmcgxxxx\",\n \"SubnetId\": \"subnet-mnzcxxxx\",\n \"ZoneId\": 450001,\n \"InstanceType\": 1,\n \"KafkaVersion\": \"1.1.1\",\n \"SpecificationsType\": \"profession\",\n \"DiskSize\": 200,\n \"BandWidth\": 20,\n \"Partition\": 400,\n \"DiskType\": \"CLOUD_BASIC\",\n \"PublicNetworkMonthly\": 0,\n \"MultiZoneFlag\": true,\n \"ZoneIds\": [\n 450001,\n 450002,\n 450003\n ]\n}",
|
177
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"323c3bbe-db79-48c3-9b76-63aacd65b169\",\n \"Result\": {\n \"Data\": {\n \"DealNameInstanceIdMapping\": [\n {\n \"DealName\": \"20230608002033899990000\",\n \"InstanceIdList\": [\n \"ckafka-mom5xxxx\"\n ]\n }\n ],\n \"DealNames\": [\n \"2023060800203389990000\"\n ],\n \"FlowId\": 0,\n \"InstanceId\": \"ckafka-mom5xxxx\"\n },\n \"ReturnCode\": \"0\",\n \"ReturnMessage\": \"ok[apply ok]\"\n }\n }\n}",
|
178
|
+
"title": "创建后付费多可用区专业版实例"
|
179
|
+
}
|
180
|
+
],
|
161
181
|
"CreateRoute": [
|
162
182
|
{
|
163
183
|
"document": "",
|
@@ -2784,7 +2784,7 @@
|
|
2784
2784
|
},
|
2785
2785
|
{
|
2786
2786
|
"disabled": false,
|
2787
|
-
"document": "仅适用于公网负载均衡。IP版本,可取值:IPV4、IPV6、IPv6FullChain
|
2787
|
+
"document": "仅适用于公网负载均衡。IP版本,可取值:IPV4、IPV6、IPv6FullChain,不区分大小写,默认值 IPV4。说明:取值为IPV6表示为IPV6 NAT64版本;取值为IPv6FullChain,表示为IPv6版本。",
|
2788
2788
|
"example": "IPV4",
|
2789
2789
|
"member": "string",
|
2790
2790
|
"name": "AddressIPVersion",
|
@@ -2965,6 +2965,7 @@
|
|
2965
2965
|
"example": "[\"lb-6efswuxa\"]",
|
2966
2966
|
"member": "string",
|
2967
2967
|
"name": "LoadBalancerIds",
|
2968
|
+
"output_required": true,
|
2968
2969
|
"type": "list",
|
2969
2970
|
"value_allowed_null": true
|
2970
2971
|
},
|
@@ -2974,6 +2975,7 @@
|
|
2974
2975
|
"example": "2022XXXX",
|
2975
2976
|
"member": "string",
|
2976
2977
|
"name": "DealName",
|
2978
|
+
"output_required": true,
|
2977
2979
|
"type": "string",
|
2978
2980
|
"value_allowed_null": true
|
2979
2981
|
},
|