tccli 3.0.1381.1__py2.py3-none-any.whl → 3.0.1383.1__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tccli/__init__.py +1 -1
- tccli/services/autoscaling/v20180419/api.json +27 -27
- tccli/services/ckafka/v20190819/api.json +174 -174
- tccli/services/ckafka/v20190819/examples.json +15 -15
- tccli/services/gs/v20191118/api.json +30 -1
- tccli/services/iotexplorer/v20190423/api.json +1 -1
- tccli/services/lighthouse/lighthouse_client.py +375 -4
- tccli/services/lighthouse/v20200324/api.json +598 -0
- tccli/services/lighthouse/v20200324/examples.json +56 -0
- tccli/services/mna/v20210119/api.json +1 -1
- tccli/services/mqtt/v20240516/api.json +1 -1
- tccli/services/ocr/v20181119/api.json +22 -3
- tccli/services/omics/v20221128/api.json +1 -1
- tccli/services/teo/v20220901/api.json +6 -6
- tccli/services/thpc/v20230321/api.json +18 -14
- tccli/services/trtc/v20190722/api.json +4 -4
- tccli/services/tsf/v20180326/api.json +42 -42
- tccli/services/tsf/v20180326/examples.json +1 -1
- {tccli-3.0.1381.1.dist-info → tccli-3.0.1383.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1381.1.dist-info → tccli-3.0.1383.1.dist-info}/RECORD +23 -23
- {tccli-3.0.1381.1.dist-info → tccli-3.0.1383.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1381.1.dist-info → tccli-3.0.1383.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1381.1.dist-info → tccli-3.0.1383.1.dist-info}/license_files/LICENSE +0 -0
@@ -11,7 +11,7 @@
|
|
11
11
|
"BatchCreateAcl": [
|
12
12
|
{
|
13
13
|
"document": "",
|
14
|
-
"input": "POST / HTTP/1.1\nHost: ckafka.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: BatchCreateAcl\n<公共请求参数>\n\n{\n \"InstanceId\": \"ckafka-xx\",\n \"ResourceType\": 2,\n \"RuleList\": [\n {\n \"Operation\": \"
|
14
|
+
"input": "POST / HTTP/1.1\nHost: ckafka.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: BatchCreateAcl\n<公共请求参数>\n\n{\n \"InstanceId\": \"ckafka-xx\",\n \"ResourceType\": 2,\n \"RuleList\": [\n {\n \"Operation\": \"Read\",\n \"PermissionType\": \"Allow\",\n \"Host\": \"10.1.1.0/24\",\n \"Principal\": \"User:*\"\n }\n ],\n \"ResourceNames\": [\n \"rewr\",\n \"topic-1\"\n ]\n}",
|
15
15
|
"output": "{\n \"Response\": {\n \"Result\": 0,\n \"RequestId\": \"20e995ed-75b9-43bb-84c0-35676567e1a8\"\n }\n}",
|
16
16
|
"title": "批量创建ACL"
|
17
17
|
}
|
@@ -59,7 +59,7 @@
|
|
59
59
|
"CreateAclRule": [
|
60
60
|
{
|
61
61
|
"document": "",
|
62
|
-
"input": "POST / HTTP/1.1\nHost: ckafka.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAclRule\n<公共请求参数>\n\n{\n \"InstanceId\": \"ckafka-12345678\",\n \"ResourceType\": \"Topic\",\n \"RuleList\": [\n {\n \"Host\": \"1.2.3.4\",\n \"Principal\": \"User:*\",\n \"Operation\": \"
|
62
|
+
"input": "POST / HTTP/1.1\nHost: ckafka.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAclRule\n<公共请求参数>\n\n{\n \"InstanceId\": \"ckafka-12345678\",\n \"ResourceType\": \"Topic\",\n \"RuleList\": [\n {\n \"Host\": \"1.2.3.4\",\n \"Principal\": \"User:*\",\n \"Operation\": \"Write\",\n \"PermissionType\": \"Allow\"\n }\n ],\n \"RuleName\": \"testRule\",\n \"PatternType\": \"PREFIXED\",\n \"Pattern\": \"testPattern\"\n}",
|
63
63
|
"output": "{\n \"Response\": {\n \"Result\": 12,\n \"RequestId\": \"8c3daa3a-d87b-47ef-9ccd-f0905eeb8d84\"\n }\n}",
|
64
64
|
"title": "添加 ACL 规则示例"
|
65
65
|
}
|
@@ -125,13 +125,13 @@
|
|
125
125
|
"CreateInstancePre": [
|
126
126
|
{
|
127
127
|
"document": "创建硬盘大小 200GB,峰值带宽 20MB/s 的专业版预付费实例",
|
128
|
-
"input": "POST / HTTP/1.1\nHost: ckafka.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateInstancePre\n<公共请求参数>\n\n{\n \"InstanceName\": \"test55\",\n \"VpcId\": \"vpc-rmcgxxxx\",\n \"SubnetId\": \"subnet-mnzcxxxx\",\n \"ZoneId\": 450001,\n \"Period\": \"1m\",\n \"RenewFlag\": 0,\n \"InstanceType\": 1,\n \"KafkaVersion\": \"
|
128
|
+
"input": "POST / HTTP/1.1\nHost: ckafka.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateInstancePre\n<公共请求参数>\n\n{\n \"InstanceName\": \"test55\",\n \"VpcId\": \"vpc-rmcgxxxx\",\n \"SubnetId\": \"subnet-mnzcxxxx\",\n \"ZoneId\": 450001,\n \"Period\": \"1m\",\n \"RenewFlag\": 0,\n \"InstanceType\": 1,\n \"KafkaVersion\": \"2.4.1\",\n \"SpecificationsType\": \"profession\",\n \"DiskSize\": 200,\n \"BandWidth\": 20,\n \"Partition\": 400,\n \"DiskType\": \"CLOUD_BASIC\",\n \"PublicNetworkMonthly\": 0\n}",
|
129
129
|
"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}",
|
130
130
|
"title": "创建预付费实例"
|
131
131
|
},
|
132
132
|
{
|
133
133
|
"document": "创建预付费标准版实例,规格为入门型(general) ,周期为一个月",
|
134
|
-
"input": "POST / HTTP/1.1\nHost: ckafka.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateInstancePre\n<公共请求参数>\n\n{\n \"InstanceName\": \"test57\",\n \"VpcId\": \"vpc-rmcgxxxx\",\n \"SubnetId\": \"subnet-mnzcxxxx\",\n \"ZoneId\": 450001,\n \"Period\": \"1m\",\n \"RenewFlag\": 2,\n \"InstanceType\": 1,\n \"KafkaVersion\": \"
|
134
|
+
"input": "POST / HTTP/1.1\nHost: ckafka.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateInstancePre\n<公共请求参数>\n\n{\n \"InstanceName\": \"test57\",\n \"VpcId\": \"vpc-rmcgxxxx\",\n \"SubnetId\": \"subnet-mnzcxxxx\",\n \"ZoneId\": 450001,\n \"Period\": \"1m\",\n \"RenewFlag\": 2,\n \"InstanceType\": 1,\n \"KafkaVersion\": \"2.4.1\",\n \"SpecificationsType\": \"standard\",\n \"DiskSize\": 200,\n \"BandWidth\": 20,\n \"Partition\": 400\n}",
|
135
135
|
"output": "{\n \"Response\": {\n \"RequestId\": \"2050ebf8-e255-4b90-ba0c-2fe8465e821a\",\n \"Result\": {\n \"Data\": {\n \"DealNameInstanceIdMapping\": [\n {\n \"DealName\": \"20230608002033922780000\",\n \"InstanceIdList\": [\n \"ckafka-bz4dxxxx\"\n ]\n }\n ],\n \"DealNames\": [\n \"20230608002033922780000\"\n ],\n \"FlowId\": 0,\n \"InstanceId\": \"ckafka-bz4dxxxx\"\n },\n \"ReturnCode\": \"0\",\n \"ReturnMessage\": \"ok[apply ok]\"\n }\n }\n}",
|
136
136
|
"title": "创建预付费标准版实例"
|
137
137
|
}
|
@@ -176,7 +176,7 @@
|
|
176
176
|
{
|
177
177
|
"document": "",
|
178
178
|
"input": "https://ckafka.tencentcloudapi.com/?Action=CreateRoute\n&InstanceId=ckafka-test\n&VipType=1\n&<公共请求参数>",
|
179
|
-
"output": "{\n \"Response\": {\n \"Result\": {\n \"ReturnCode\": \"0\",\n \"ReturnMessage\": \"
|
179
|
+
"output": "{\n \"Response\": {\n \"Result\": {\n \"ReturnCode\": \"0\",\n \"ReturnMessage\": \"success\",\n \"Data\": {\n \"FlowId\": 111,\n \"RouteDTO\": {\n \"RouteId\": 132321\n }\n }\n },\n \"RequestId\": \"36713f94-d07d-4b96-babf-42d139276f23\"\n }\n}",
|
180
180
|
"title": "成功请求"
|
181
181
|
}
|
182
182
|
],
|
@@ -280,7 +280,7 @@
|
|
280
280
|
{
|
281
281
|
"document": "",
|
282
282
|
"input": "https://ckafka.tencentcloudapi.com/?Action=DeleteRoute\n&InstanceId=ckafka\n&RouteId=1\n&CallerAppid=1\n&<公共请求参数>",
|
283
|
-
"output": "{\n \"Response\": {\n \"Result\": {\n \"ReturnMessage\": \"
|
283
|
+
"output": "{\n \"Response\": {\n \"Result\": {\n \"ReturnMessage\": \"success\",\n \"ReturnCode\": \"0\",\n \"Data\": {\n \"FlowId\": 0,\n \"RouteDTO\": {\n \"RouteId\": 0\n }\n }\n },\n \"RequestId\": \"3d0d9aeb-82f9-440a-ab9b-a016212c6fb0\"\n }\n}",
|
284
284
|
"title": "删除路由"
|
285
285
|
}
|
286
286
|
],
|
@@ -344,7 +344,7 @@
|
|
344
344
|
{
|
345
345
|
"document": "",
|
346
346
|
"input": "POST / HTTP/1.1\nHost: ckafka.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCkafkaZone\n<公共请求参数>\n\n{}",
|
347
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"65192154-338c-4cd4-b3c0-1457dfdd2e4c\",\n \"Result\": {\n \"ClusterInfo\": [],\n \"ForceCheckTag\": null,\n \"Limit\": null,\n \"MaxBandwidth\": 1200,\n \"MaxBuyInstanceNum\": 20,\n \"MessagePrice\": {\n \"RealTotalCost\": 0,\n \"TotalCost\": 0\n },\n \"Offset\": null,\n \"Physical\": \"\",\n \"Profession\": \"{\\\"BasicEdition\\\":{\\\"Bandwidth\\\":{\\\"Maximum\\\":1200,\\\"Minimal\\\":20,\\\"Step\\\":20},\\\"DiskCapacity\\\":{\\\"20\\\":{\\\"Maximum\\\":500000,\\\"Minimal\\\":200,\\\"Step\\\":100},\\\"40\\\":{\\\"Maximum\\\":500000,\\\"Minimal\\\":500,\\\"Step\\\":100},\\\"120\\\":{\\\"Maximum\\\":500000,\\\"Minimal\\\":1000,\\\"Step\\\":100},\\\"320\\\":{\\\"Maximum\\\":500000,\\\"Minimal\\\":3000,\\\"Step\\\":100},\\\"800\\\":{\\\"Maximum\\\":500000,\\\"Minimal\\\":5400,\\\"Step\\\":100},\\\"1000\\\":{\\\"Maximum\\\":500000,\\\"Minimal\\\":7500,\\\"Step\\\":100}},\\\"DiskTypes\\\":[\\\"SSD\\\",\\\"CLOUD_BASIC\\\"],\\\"MessageRetention\\\":{\\\"Maximum\\\":2160,\\\"Minimal\\\":24,\\\"Step\\\":1},\\\"Partition\\\":{\\\"20\\\":{\\\"Maximum\\\":40000,\\\"Minimal\\\":400,\\\"Step\\\":100},\\\"40\\\":{\\\"Maximum\\\":40000,\\\"Minimal\\\":800,\\\"Step\\\":100},\\\"60\\\":{\\\"Maximum\\\":40000,\\\"Minimal\\\":900,\\\"Step\\\":100},\\\"120\\\":{\\\"Maximum\\\":40000,\\\"Minimal\\\":1200,\\\"Step\\\":100},\\\"180\\\":{\\\"Maximum\\\":40000,\\\"Minimal\\\":1400,\\\"Step\\\":100},\\\"240\\\":{\\\"Maximum\\\":40000,\\\"Minimal\\\":1600,\\\"Step\\\":100},\\\"320\\\":{\\\"Maximum\\\":40000,\\\"Minimal\\\":1800,\\\"Step\\\":100},\\\"400\\\":{\\\"Maximum\\\":40000,\\\"Minimal\\\":2000,\\\"Step\\\":100},\\\"500\\\":{\\\"Maximum\\\":40000,\\\"Minimal\\\":2200,\\\"Step\\\":100},\\\"600\\\":{\\\"Maximum\\\":40000,\\\"Minimal\\\":2400,\\\"Step\\\":100},\\\"800\\\":{\\\"Maximum\\\":40000,\\\"Minimal\\\":2600,\\\"Step\\\":100},\\\"1000\\\":{\\\"Maximum\\\":40000,\\\"Minimal\\\":2800,\\\"Step\\\":100},\\\"1200\\\":{\\\"Maximum\\\":40000,\\\"Minimal\\\":3200,\\\"Step\\\":100}}},\\\"HighPerformanceEdition\\\":{\\\"Bandwidth\\\":{\\\"Maximum\\\":100000,\\\"Minimal\\\":1600,\\\"Step\\\":200},\\\"DiskCapacity\\\":{\\\"1600\\\":{\\\"Maximum\\\":500000,\\\"Minimal\\\":10000,\\\"Step\\\":100},\\\"2000\\\":{\\\"Maximum\\\":500000,\\\"Minimal\\\":10000,\\\"Step\\\":100},\\\"2400\\\":{\\\"Maximum\\\":500000,\\\"Minimal\\\":10000,\\\"Step\\\":100},\\\"2800\\\":{\\\"Maximum\\\":500000,\\\"Minimal\\\":10000,\\\"Step\\\":100},\\\"3200\\\":{\\\"Maximum\\\":500000,\\\"Minimal\\\":10000,\\\"Step\\\":100}},\\\"DiskTypes\\\":[\\\"SSD\\\",\\\"CLOUD_BASIC\\\"],\\\"MessageRetention\\\":{\\\"Maximum\\\":2160,\\\"Minimal\\\":24,\\\"Step\\\":1},\\\"Partition\\\":{\\\"1600\\\":{\\\"Maximum\\\":40000,\\\"Minimal\\\":4000,\\\"Step\\\":100},\\\"2000\\\":{\\\"Maximum\\\":40000,\\\"Minimal\\\":4500,\\\"Step\\\":100},\\\"2400\\\":{\\\"Maximum\\\":40000,\\\"Minimal\\\":5000,\\\"Step\\\":100},\\\"2800\\\":{\\\"Maximum\\\":40000,\\\"Minimal\\\":5500,\\\"Step\\\":100},\\\"3200\\\":{\\\"Maximum\\\":40000,\\\"Minimal\\\":6000,\\\"Step\\\":100}}}}\\n\",\n \"PublicNetwork\": \"[{\\\"Maximum\\\":198,\\\"Minimal\\\":3,\\\"step\\\":3}]\",\n \"PublicNetworkLimit\": \"{\\\"Maximum\\\":999,\\\"Minimal\\\":198,\\\"step\\\":3,\\\"minimalZoneIds\\\":[100001,100002,200001,300001,400001],\\\"unsupportedRegionId\\\":[32,78]}\",\n \"RequestId\": null,\n \"Standard\": \"\",\n \"StandardS2\": \"{\\\"InstanceTypeConfigSet\\\":[{\\\"Type\\\":\\\"sv_ckafka_instance_s2_1\\\",\\\"Desc\\\":\\\"入门型\\\",\\\"DescEn\\\":\\\"Small\\\",\\\"Bandwidth\\\":320,\\\"MinDiskSize\\\":300,\\\"MaxDiskSize\\\":1000,\\\"DiskSize\\\":500,\\\"Pid\\\":1004034,\\\"MaximumInstancePartition\\\":60,\\\"MaximumInstanceTopic\\\":25},{\\\"Type\\\":\\\"sv_ckafka_instance_s2_2\\\",\\\"Desc\\\":\\\"标准型\\\",\\\"DescEn\\\":\\\"Standard\\\",\\\"Bandwidth\\\":800,\\\"DiskSize\\\":1500,\\\"MinDiskSize\\\":500,\\\"MaxDiskSize\\\":2500,\\\"Pid\\\":1004037,\\\"MaximumInstancePartition\\\":100,\\\"MaximumInstanceTopic\\\":40},{\\\"Type\\\":\\\"sv_ckafka_instance_s2_3\\\",\\\"Desc\\\":\\\"进阶型\\\",\\\"DescEn\\\":\\\"Advanced\\\",\\\"Bandwidth\\\":1200,\\\"DiskSize\\\":3000,\\\"MinDiskSize\\\":1000,\\\"MaxDiskSize\\\":4000,\\\"Pid\\\":1004038,\\\"MaximumInstancePartition\\\":150,\\\"MaximumInstanceTopic\\\":50}],\\\"maximumTopicPartition\\\":2500,\\\"maximumInstanceConsumerGroup\\\":0}\",\n \"UnitPrice\": {\n \"RealTotalCost\": 0,\n \"TotalCost\": 0\n },\n \"Version\": null,\n \"ZoneList\": [\n {\n \"AppId\": 1300957330,\n \"ExtraFlag\": \"1\",\n \"Flag\": true,\n \"IsInternalApp\": 1,\n \"SalesInfo\": [\n {\n \"Flag\": true,\n \"Platform\": \"standard\",\n \"SoldOut\": true,\n \"Version\": \"0.10.2.1\"\n },\n {\n \"Flag\": true,\n \"Platform\": \"standard\",\n \"SoldOut\": true,\n \"Version\": \"1.1.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": true,\n \"Version\": \"0.10.2\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": true,\n \"Version\": \"1.1.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": true,\n \"Version\": \"2.4.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": true,\n \"Version\": \"2.8.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": true,\n \"Version\": \"3.2.3\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"premium\",\n \"SoldOut\": true,\n \"Version\": \"2.4.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"premium\",\n \"SoldOut\": true,\n \"Version\": \"2.8.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"premium\",\n \"SoldOut\": true,\n \"Version\": \"3.2.3\"\n }\n ],\n \"SoldOut\": \"true\",\n \"ZoneId\": \"800001\",\n \"ZoneName\": \"北京一区\",\n \"ZoneStatus\": 4\n },\n {\n \"AppId\": 1300957330,\n \"ExtraFlag\": \"0\",\n \"Flag\": false,\n \"IsInternalApp\": 1,\n \"SalesInfo\": [\n {\n \"Flag\": false,\n \"Platform\": \"standard\",\n \"SoldOut\": true,\n \"Version\": \"0.10.2.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"standard\",\n \"SoldOut\": true,\n \"Version\": \"1.1.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": true,\n \"Version\": \"0.10.2\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": true,\n \"Version\": \"1.1.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": true,\n \"Version\": \"2.4.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": true,\n \"Version\": \"2.8.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": true,\n \"Version\": \"3.2.3\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"premium\",\n \"SoldOut\": true,\n \"Version\": \"2.4.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"premium\",\n \"SoldOut\": true,\n \"Version\": \"2.8.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"premium\",\n \"SoldOut\": true,\n \"Version\": \"3.2.3\"\n }\n ],\n \"SoldOut\": \"true\",\n \"ZoneId\": \"800002\",\n \"ZoneName\": \"北京二区\",\n \"ZoneStatus\": 3\n },\n {\n \"AppId\": 1300957330,\n \"ExtraFlag\": \"0\",\n \"Flag\": false,\n \"IsInternalApp\": 1,\n \"SalesInfo\": [\n {\n \"Flag\": false,\n \"Platform\": \"standard\",\n \"SoldOut\": false,\n \"Version\": \"0.10.2.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"standard\",\n \"SoldOut\": true,\n \"Version\": \"1.1.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": false,\n \"Version\": \"0.10.2\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": false,\n \"Version\": \"1.1.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": false,\n \"Version\": \"2.4.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": false,\n \"Version\": \"2.8.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": false,\n \"Version\": \"3.2.3\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"premium\",\n \"SoldOut\": false,\n \"Version\": \"2.4.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"premium\",\n \"SoldOut\": false,\n \"Version\": \"2.8.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"premium\",\n \"SoldOut\": false,\n \"Version\": \"3.2.3\"\n }\n ],\n \"SoldOut\": \"false\",\n \"ZoneId\": \"800003\",\n \"ZoneName\": \"北京三区\",\n \"ZoneStatus\": 3\n },\n {\n \"AppId\": 1300957330,\n \"ExtraFlag\": \"0\",\n \"Flag\": false,\n \"IsInternalApp\": 1,\n \"SalesInfo\": [\n {\n \"Flag\": false,\n \"Platform\": \"standard\",\n \"SoldOut\": false,\n \"Version\": \"0.10.2.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"standard\",\n \"SoldOut\": false,\n \"Version\": \"1.1.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": true,\n \"Version\": \"0.10.2\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": true,\n \"Version\": \"1.1.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": true,\n \"Version\": \"2.4.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": true,\n \"Version\": \"2.8.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": true,\n \"Version\": \"3.2.3\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"premium\",\n \"SoldOut\": true,\n \"Version\": \"2.4.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"premium\",\n \"SoldOut\": true,\n \"Version\": \"2.8.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"premium\",\n \"SoldOut\": true,\n \"Version\": \"3.2.3\"\n }\n ],\n \"SoldOut\": \"true\",\n \"ZoneId\": \"800004\",\n \"ZoneName\": \"北京四区\",\n \"ZoneStatus\": 3\n },\n {\n \"AppId\": 1300957330,\n \"ExtraFlag\": \"0\",\n \"Flag\": false,\n \"IsInternalApp\": 1,\n \"SalesInfo\": [\n {\n \"Flag\": false,\n \"Platform\": \"standard\",\n \"SoldOut\": false,\n \"Version\": \"0.10.2.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"standard\",\n \"SoldOut\": false,\n \"Version\": \"1.1.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": true,\n \"Version\": \"0.10.2\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": true,\n \"Version\": \"1.1.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": true,\n \"Version\": \"2.4.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": true,\n \"Version\": \"2.8.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": true,\n \"Version\": \"3.2.3\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"premium\",\n \"SoldOut\": true,\n \"Version\": \"2.4.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"premium\",\n \"SoldOut\": true,\n \"Version\": \"2.8.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"premium\",\n \"SoldOut\": true,\n \"Version\": \"3.2.3\"\n }\n ],\n \"SoldOut\": \"true\",\n \"ZoneId\": \"800005\",\n \"ZoneName\": \"北京五区\",\n \"ZoneStatus\": 3\n },\n {\n \"AppId\": 1300957330,\n \"ExtraFlag\": \"0\",\n \"Flag\": false,\n \"IsInternalApp\": 1,\n \"SalesInfo\": [\n {\n \"Flag\": false,\n \"Platform\": \"standard\",\n \"SoldOut\": false,\n \"Version\": \"0.10.2.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"standard\",\n \"SoldOut\": false,\n \"Version\": \"1.1.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": false,\n \"Version\": \"0.10.2\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": false,\n \"Version\": \"1.1.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": false,\n \"Version\": \"2.4.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": false,\n \"Version\": \"2.8.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": false,\n \"Version\": \"3.2.3\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"premium\",\n \"SoldOut\": false,\n \"Version\": \"2.4.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"premium\",\n \"SoldOut\": false,\n \"Version\": \"2.8.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"premium\",\n \"SoldOut\": false,\n \"Version\": \"3.2.3\"\n }\n ],\n \"SoldOut\": \"false\",\n \"ZoneId\": \"800006\",\n \"ZoneName\": \"北京六区\",\n \"ZoneStatus\": 3\n },\n {\n \"AppId\": 1300957330,\n \"ExtraFlag\": \"0\",\n \"Flag\": false,\n \"IsInternalApp\": 1,\n \"SalesInfo\": [\n {\n \"Flag\": false,\n \"Platform\": \"standard\",\n \"SoldOut\": false,\n \"Version\": \"0.10.2.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"standard\",\n \"SoldOut\": false,\n \"Version\": \"1.1.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": false,\n \"Version\": \"0.10.2\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": false,\n \"Version\": \"1.1.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": false,\n \"Version\": \"2.4.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": false,\n \"Version\": \"2.8.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": false,\n \"Version\": \"3.2.3\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"premium\",\n \"SoldOut\": false,\n \"Version\": \"2.4.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"premium\",\n \"SoldOut\": false,\n \"Version\": \"2.8.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"premium\",\n \"SoldOut\": false,\n \"Version\": \"3.2.3\"\n }\n ],\n \"SoldOut\": \"false\",\n \"ZoneId\": \"800007\",\n \"ZoneName\": \"北京七区\",\n \"ZoneStatus\": 3\n },\n {\n \"AppId\": 1300957330,\n \"ExtraFlag\": \"1\",\n \"Flag\": true,\n \"IsInternalApp\": 1,\n \"SalesInfo\": [\n {\n \"Flag\": true,\n \"Platform\": \"standard\",\n \"SoldOut\": true,\n \"Version\": \"0.10.2.1\"\n },\n {\n \"Flag\": true,\n \"Platform\": \"standard\",\n \"SoldOut\": true,\n \"Version\": \"1.1.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": false,\n \"Version\": \"0.10.2\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": false,\n \"Version\": \"1.1.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": false,\n \"Version\": \"2.4.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": false,\n \"Version\": \"2.8.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": false,\n \"Version\": \"3.2.3\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"premium\",\n \"SoldOut\": false,\n \"Version\": \"2.4.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"premium\",\n \"SoldOut\": false,\n \"Version\": \"2.8.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"premium\",\n \"SoldOut\": false,\n \"Version\": \"3.2.3\"\n }\n ],\n \"SoldOut\": \"false\",\n \"ZoneId\": \"2000800004\",\n \"ZoneName\": \"腾讯地图CDZ北京一区\",\n \"ZoneStatus\": 4\n },\n {\n \"AppId\": 1300957330,\n \"ExtraFlag\": \"0\",\n \"Flag\": false,\n \"IsInternalApp\": 1,\n \"SalesInfo\": [\n {\n \"Flag\": false,\n \"Platform\": \"standard\",\n \"SoldOut\": true,\n \"Version\": \"0.10.2.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"standard\",\n \"SoldOut\": true,\n \"Version\": \"1.1.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": false,\n \"Version\": \"0.10.2\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": false,\n \"Version\": \"1.1.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": false,\n \"Version\": \"2.4.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": false,\n \"Version\": \"2.8.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": false,\n \"Version\": \"3.2.3\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"premium\",\n \"SoldOut\": false,\n \"Version\": \"2.4.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"premium\",\n \"SoldOut\": false,\n \"Version\": \"2.8.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"premium\",\n \"SoldOut\": false,\n \"Version\": \"3.2.3\"\n }\n ],\n \"SoldOut\": \"false\",\n \"ZoneId\": \"800008\",\n \"ZoneName\": \"北京八区\",\n \"ZoneStatus\": 3\n }\n ]\n }\n }\n}",
|
347
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"65192154-338c-4cd4-b3c0-1457dfdd2e4c\",\n \"Result\": {\n \"ClusterInfo\": [],\n \"MaxBandwidth\": 1200,\n \"MaxBuyInstanceNum\": 20,\n \"MessagePrice\": {\n \"RealTotalCost\": 0,\n \"TotalCost\": 0\n },\n \"Physical\": \"\",\n \"Profession\": \"{\\\"BasicEdition\\\":{\\\"Bandwidth\\\":{\\\"Maximum\\\":1200,\\\"Minimal\\\":20,\\\"Step\\\":20},\\\"DiskCapacity\\\":{\\\"20\\\":{\\\"Maximum\\\":500000,\\\"Minimal\\\":200,\\\"Step\\\":100},\\\"40\\\":{\\\"Maximum\\\":500000,\\\"Minimal\\\":500,\\\"Step\\\":100},\\\"120\\\":{\\\"Maximum\\\":500000,\\\"Minimal\\\":1000,\\\"Step\\\":100},\\\"320\\\":{\\\"Maximum\\\":500000,\\\"Minimal\\\":3000,\\\"Step\\\":100},\\\"800\\\":{\\\"Maximum\\\":500000,\\\"Minimal\\\":5400,\\\"Step\\\":100},\\\"1000\\\":{\\\"Maximum\\\":500000,\\\"Minimal\\\":7500,\\\"Step\\\":100}},\\\"DiskTypes\\\":[\\\"SSD\\\",\\\"CLOUD_BASIC\\\"],\\\"MessageRetention\\\":{\\\"Maximum\\\":2160,\\\"Minimal\\\":24,\\\"Step\\\":1},\\\"Partition\\\":{\\\"20\\\":{\\\"Maximum\\\":40000,\\\"Minimal\\\":400,\\\"Step\\\":100},\\\"40\\\":{\\\"Maximum\\\":40000,\\\"Minimal\\\":800,\\\"Step\\\":100},\\\"60\\\":{\\\"Maximum\\\":40000,\\\"Minimal\\\":900,\\\"Step\\\":100},\\\"120\\\":{\\\"Maximum\\\":40000,\\\"Minimal\\\":1200,\\\"Step\\\":100},\\\"180\\\":{\\\"Maximum\\\":40000,\\\"Minimal\\\":1400,\\\"Step\\\":100},\\\"240\\\":{\\\"Maximum\\\":40000,\\\"Minimal\\\":1600,\\\"Step\\\":100},\\\"320\\\":{\\\"Maximum\\\":40000,\\\"Minimal\\\":1800,\\\"Step\\\":100},\\\"400\\\":{\\\"Maximum\\\":40000,\\\"Minimal\\\":2000,\\\"Step\\\":100},\\\"500\\\":{\\\"Maximum\\\":40000,\\\"Minimal\\\":2200,\\\"Step\\\":100},\\\"600\\\":{\\\"Maximum\\\":40000,\\\"Minimal\\\":2400,\\\"Step\\\":100},\\\"800\\\":{\\\"Maximum\\\":40000,\\\"Minimal\\\":2600,\\\"Step\\\":100},\\\"1000\\\":{\\\"Maximum\\\":40000,\\\"Minimal\\\":2800,\\\"Step\\\":100},\\\"1200\\\":{\\\"Maximum\\\":40000,\\\"Minimal\\\":3200,\\\"Step\\\":100}}},\\\"HighPerformanceEdition\\\":{\\\"Bandwidth\\\":{\\\"Maximum\\\":100000,\\\"Minimal\\\":1600,\\\"Step\\\":200},\\\"DiskCapacity\\\":{\\\"1600\\\":{\\\"Maximum\\\":500000,\\\"Minimal\\\":10000,\\\"Step\\\":100},\\\"2000\\\":{\\\"Maximum\\\":500000,\\\"Minimal\\\":10000,\\\"Step\\\":100},\\\"2400\\\":{\\\"Maximum\\\":500000,\\\"Minimal\\\":10000,\\\"Step\\\":100},\\\"2800\\\":{\\\"Maximum\\\":500000,\\\"Minimal\\\":10000,\\\"Step\\\":100},\\\"3200\\\":{\\\"Maximum\\\":500000,\\\"Minimal\\\":10000,\\\"Step\\\":100}},\\\"DiskTypes\\\":[\\\"SSD\\\",\\\"CLOUD_BASIC\\\"],\\\"MessageRetention\\\":{\\\"Maximum\\\":2160,\\\"Minimal\\\":24,\\\"Step\\\":1},\\\"Partition\\\":{\\\"1600\\\":{\\\"Maximum\\\":40000,\\\"Minimal\\\":4000,\\\"Step\\\":100},\\\"2000\\\":{\\\"Maximum\\\":40000,\\\"Minimal\\\":4500,\\\"Step\\\":100},\\\"2400\\\":{\\\"Maximum\\\":40000,\\\"Minimal\\\":5000,\\\"Step\\\":100},\\\"2800\\\":{\\\"Maximum\\\":40000,\\\"Minimal\\\":5500,\\\"Step\\\":100},\\\"3200\\\":{\\\"Maximum\\\":40000,\\\"Minimal\\\":6000,\\\"Step\\\":100}}}}\\n\",\n \"PublicNetwork\": \"[{\\\"Maximum\\\":198,\\\"Minimal\\\":3,\\\"step\\\":3}]\",\n \"PublicNetworkLimit\": \"{\\\"Maximum\\\":999,\\\"Minimal\\\":198,\\\"step\\\":3,\\\"minimalZoneIds\\\":[100001,100002,200001,300001,400001],\\\"unsupportedRegionId\\\":[32,78]}\",\n \"Standard\": \"\",\n \"StandardS2\": \"{\\\"InstanceTypeConfigSet\\\":[{\\\"Type\\\":\\\"sv_ckafka_instance_s2_1\\\",\\\"Desc\\\":\\\"入门型\\\",\\\"DescEn\\\":\\\"Small\\\",\\\"Bandwidth\\\":320,\\\"MinDiskSize\\\":300,\\\"MaxDiskSize\\\":1000,\\\"DiskSize\\\":500,\\\"Pid\\\":1004034,\\\"MaximumInstancePartition\\\":60,\\\"MaximumInstanceTopic\\\":25},{\\\"Type\\\":\\\"sv_ckafka_instance_s2_2\\\",\\\"Desc\\\":\\\"标准型\\\",\\\"DescEn\\\":\\\"Standard\\\",\\\"Bandwidth\\\":800,\\\"DiskSize\\\":1500,\\\"MinDiskSize\\\":500,\\\"MaxDiskSize\\\":2500,\\\"Pid\\\":1004037,\\\"MaximumInstancePartition\\\":100,\\\"MaximumInstanceTopic\\\":40},{\\\"Type\\\":\\\"sv_ckafka_instance_s2_3\\\",\\\"Desc\\\":\\\"进阶型\\\",\\\"DescEn\\\":\\\"Advanced\\\",\\\"Bandwidth\\\":1200,\\\"DiskSize\\\":3000,\\\"MinDiskSize\\\":1000,\\\"MaxDiskSize\\\":4000,\\\"Pid\\\":1004038,\\\"MaximumInstancePartition\\\":150,\\\"MaximumInstanceTopic\\\":50}],\\\"maximumTopicPartition\\\":2500,\\\"maximumInstanceConsumerGroup\\\":0}\",\n \"UnitPrice\": {\n \"RealTotalCost\": 0,\n \"TotalCost\": 0\n },\n \"ZoneList\": [\n {\n \"AppId\": 1300957330,\n \"ExtraFlag\": \"1\",\n \"Flag\": true,\n \"IsInternalApp\": 1,\n \"SalesInfo\": [\n {\n \"Flag\": true,\n \"Platform\": \"standard\",\n \"SoldOut\": true,\n \"Version\": \"0.10.2.1\"\n },\n {\n \"Flag\": true,\n \"Platform\": \"standard\",\n \"SoldOut\": true,\n \"Version\": \"1.1.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": true,\n \"Version\": \"0.10.2\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": true,\n \"Version\": \"1.1.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": true,\n \"Version\": \"2.4.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": true,\n \"Version\": \"2.8.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": true,\n \"Version\": \"3.2.3\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"premium\",\n \"SoldOut\": true,\n \"Version\": \"2.4.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"premium\",\n \"SoldOut\": true,\n \"Version\": \"2.8.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"premium\",\n \"SoldOut\": true,\n \"Version\": \"3.2.3\"\n }\n ],\n \"SoldOut\": \"true\",\n \"ZoneId\": \"800001\",\n \"ZoneName\": \"北京一区\",\n \"ZoneStatus\": 4\n },\n {\n \"AppId\": 1300957330,\n \"ExtraFlag\": \"0\",\n \"Flag\": false,\n \"IsInternalApp\": 1,\n \"SalesInfo\": [\n {\n \"Flag\": false,\n \"Platform\": \"standard\",\n \"SoldOut\": true,\n \"Version\": \"0.10.2.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"standard\",\n \"SoldOut\": true,\n \"Version\": \"1.1.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": true,\n \"Version\": \"0.10.2\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": true,\n \"Version\": \"1.1.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": true,\n \"Version\": \"2.4.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": true,\n \"Version\": \"2.8.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": true,\n \"Version\": \"3.2.3\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"premium\",\n \"SoldOut\": true,\n \"Version\": \"2.4.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"premium\",\n \"SoldOut\": true,\n \"Version\": \"2.8.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"premium\",\n \"SoldOut\": true,\n \"Version\": \"3.2.3\"\n }\n ],\n \"SoldOut\": \"true\",\n \"ZoneId\": \"800002\",\n \"ZoneName\": \"北京二区\",\n \"ZoneStatus\": 3\n },\n {\n \"AppId\": 1300957330,\n \"ExtraFlag\": \"0\",\n \"Flag\": false,\n \"IsInternalApp\": 1,\n \"SalesInfo\": [\n {\n \"Flag\": false,\n \"Platform\": \"standard\",\n \"SoldOut\": false,\n \"Version\": \"0.10.2.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"standard\",\n \"SoldOut\": true,\n \"Version\": \"1.1.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": false,\n \"Version\": \"0.10.2\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": false,\n \"Version\": \"1.1.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": false,\n \"Version\": \"2.4.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": false,\n \"Version\": \"2.8.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": false,\n \"Version\": \"3.2.3\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"premium\",\n \"SoldOut\": false,\n \"Version\": \"2.4.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"premium\",\n \"SoldOut\": false,\n \"Version\": \"2.8.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"premium\",\n \"SoldOut\": false,\n \"Version\": \"3.2.3\"\n }\n ],\n \"SoldOut\": \"false\",\n \"ZoneId\": \"800003\",\n \"ZoneName\": \"北京三区\",\n \"ZoneStatus\": 3\n },\n {\n \"AppId\": 1300957330,\n \"ExtraFlag\": \"0\",\n \"Flag\": false,\n \"IsInternalApp\": 1,\n \"SalesInfo\": [\n {\n \"Flag\": false,\n \"Platform\": \"standard\",\n \"SoldOut\": false,\n \"Version\": \"0.10.2.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"standard\",\n \"SoldOut\": false,\n \"Version\": \"1.1.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": true,\n \"Version\": \"0.10.2\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": true,\n \"Version\": \"1.1.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": true,\n \"Version\": \"2.4.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": true,\n \"Version\": \"2.8.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": true,\n \"Version\": \"3.2.3\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"premium\",\n \"SoldOut\": true,\n \"Version\": \"2.4.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"premium\",\n \"SoldOut\": true,\n \"Version\": \"2.8.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"premium\",\n \"SoldOut\": true,\n \"Version\": \"3.2.3\"\n }\n ],\n \"SoldOut\": \"true\",\n \"ZoneId\": \"800004\",\n \"ZoneName\": \"北京四区\",\n \"ZoneStatus\": 3\n },\n {\n \"AppId\": 1300957330,\n \"ExtraFlag\": \"0\",\n \"Flag\": false,\n \"IsInternalApp\": 1,\n \"SalesInfo\": [\n {\n \"Flag\": false,\n \"Platform\": \"standard\",\n \"SoldOut\": false,\n \"Version\": \"0.10.2.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"standard\",\n \"SoldOut\": false,\n \"Version\": \"1.1.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": true,\n \"Version\": \"0.10.2\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": true,\n \"Version\": \"1.1.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": true,\n \"Version\": \"2.4.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": true,\n \"Version\": \"2.8.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": true,\n \"Version\": \"3.2.3\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"premium\",\n \"SoldOut\": true,\n \"Version\": \"2.4.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"premium\",\n \"SoldOut\": true,\n \"Version\": \"2.8.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"premium\",\n \"SoldOut\": true,\n \"Version\": \"3.2.3\"\n }\n ],\n \"SoldOut\": \"true\",\n \"ZoneId\": \"800005\",\n \"ZoneName\": \"北京五区\",\n \"ZoneStatus\": 3\n },\n {\n \"AppId\": 1300957330,\n \"ExtraFlag\": \"0\",\n \"Flag\": false,\n \"IsInternalApp\": 1,\n \"SalesInfo\": [\n {\n \"Flag\": false,\n \"Platform\": \"standard\",\n \"SoldOut\": false,\n \"Version\": \"0.10.2.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"standard\",\n \"SoldOut\": false,\n \"Version\": \"1.1.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": false,\n \"Version\": \"0.10.2\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": false,\n \"Version\": \"1.1.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": false,\n \"Version\": \"2.4.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": false,\n \"Version\": \"2.8.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": false,\n \"Version\": \"3.2.3\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"premium\",\n \"SoldOut\": false,\n \"Version\": \"2.4.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"premium\",\n \"SoldOut\": false,\n \"Version\": \"2.8.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"premium\",\n \"SoldOut\": false,\n \"Version\": \"3.2.3\"\n }\n ],\n \"SoldOut\": \"false\",\n \"ZoneId\": \"800006\",\n \"ZoneName\": \"北京六区\",\n \"ZoneStatus\": 3\n },\n {\n \"AppId\": 1300957330,\n \"ExtraFlag\": \"0\",\n \"Flag\": false,\n \"IsInternalApp\": 1,\n \"SalesInfo\": [\n {\n \"Flag\": false,\n \"Platform\": \"standard\",\n \"SoldOut\": false,\n \"Version\": \"0.10.2.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"standard\",\n \"SoldOut\": false,\n \"Version\": \"1.1.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": false,\n \"Version\": \"0.10.2\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": false,\n \"Version\": \"1.1.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": false,\n \"Version\": \"2.4.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": false,\n \"Version\": \"2.8.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": false,\n \"Version\": \"3.2.3\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"premium\",\n \"SoldOut\": false,\n \"Version\": \"2.4.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"premium\",\n \"SoldOut\": false,\n \"Version\": \"2.8.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"premium\",\n \"SoldOut\": false,\n \"Version\": \"3.2.3\"\n }\n ],\n \"SoldOut\": \"false\",\n \"ZoneId\": \"800007\",\n \"ZoneName\": \"北京七区\",\n \"ZoneStatus\": 3\n },\n {\n \"AppId\": 1300957330,\n \"ExtraFlag\": \"1\",\n \"Flag\": true,\n \"IsInternalApp\": 1,\n \"SalesInfo\": [\n {\n \"Flag\": true,\n \"Platform\": \"standard\",\n \"SoldOut\": true,\n \"Version\": \"0.10.2.1\"\n },\n {\n \"Flag\": true,\n \"Platform\": \"standard\",\n \"SoldOut\": true,\n \"Version\": \"1.1.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": false,\n \"Version\": \"0.10.2\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": false,\n \"Version\": \"1.1.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": false,\n \"Version\": \"2.4.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": false,\n \"Version\": \"2.8.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": false,\n \"Version\": \"3.2.3\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"premium\",\n \"SoldOut\": false,\n \"Version\": \"2.4.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"premium\",\n \"SoldOut\": false,\n \"Version\": \"2.8.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"premium\",\n \"SoldOut\": false,\n \"Version\": \"3.2.3\"\n }\n ],\n \"SoldOut\": \"false\",\n \"ZoneId\": \"2000800004\",\n \"ZoneName\": \"腾讯地图CDZ北京一区\",\n \"ZoneStatus\": 4\n },\n {\n \"AppId\": 1300957330,\n \"ExtraFlag\": \"0\",\n \"Flag\": false,\n \"IsInternalApp\": 1,\n \"SalesInfo\": [\n {\n \"Flag\": false,\n \"Platform\": \"standard\",\n \"SoldOut\": true,\n \"Version\": \"0.10.2.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"standard\",\n \"SoldOut\": true,\n \"Version\": \"1.1.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": false,\n \"Version\": \"0.10.2\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": false,\n \"Version\": \"1.1.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": false,\n \"Version\": \"2.4.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": false,\n \"Version\": \"2.8.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"profession\",\n \"SoldOut\": false,\n \"Version\": \"3.2.3\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"premium\",\n \"SoldOut\": false,\n \"Version\": \"2.4.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"premium\",\n \"SoldOut\": false,\n \"Version\": \"2.8.1\"\n },\n {\n \"Flag\": false,\n \"Platform\": \"premium\",\n \"SoldOut\": false,\n \"Version\": \"3.2.3\"\n }\n ],\n \"SoldOut\": \"false\",\n \"ZoneId\": \"800008\",\n \"ZoneName\": \"北京八区\",\n \"ZoneStatus\": 3\n }\n ]\n }\n }\n}",
|
348
348
|
"title": "查看可用区列表"
|
349
349
|
}
|
350
350
|
],
|
@@ -471,8 +471,8 @@
|
|
471
471
|
"DescribePrometheus": [
|
472
472
|
{
|
473
473
|
"document": "",
|
474
|
-
"input": "POST / HTTP/1.1\nHost: ckafka.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePrometheus\n<公共请求参数>\n\n{\n \"InstanceId\": \"ckafka-
|
475
|
-
"output": "{\n \"Response\": {\n \"
|
474
|
+
"input": "POST / HTTP/1.1\nHost: ckafka.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePrometheus\n<公共请求参数>\n\n{\n \"InstanceId\": \"ckafka-test\"\n}",
|
475
|
+
"output": "{\n \"Response\": {\n \"Result\": [\n {\n \"Type\": \"jmx_export\",\n \"SourceIp\": \"10.0.0.5\",\n \"SourcePort\": 9090,\n \"BrokerIp\": \"10.0.0.30\",\n \"VpcId\": \"vpc-test\",\n \"SubnetId\": \"subnet-test\"\n }\n ],\n \"RequestId\": \"d173b4fb-c6d0-4507-a822-b6f277fc4016\"\n }\n}",
|
476
476
|
"title": "获取实例Prometheus信息"
|
477
477
|
}
|
478
478
|
],
|
@@ -623,8 +623,8 @@
|
|
623
623
|
"InquireCkafkaPrice": [
|
624
624
|
{
|
625
625
|
"document": " ",
|
626
|
-
"input": "POST / HTTP/1.1\nHost: ckafka.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: InquireCkafkaPrice\n<公共请求参数>\n\n{\n \"Partition\":
|
627
|
-
"output": "{\n \"Response\": {\n \"Result\": {\n \"InstancePrice\": {\n \"DetailPrices\": {\n \"BandwidthPrice\": {\n \"UnitPrice\": 0,\n \"UnitPriceDiscount\": 0,\n \"OriginalPrice\": 0,\n \"DiscountPrice\": 0,\n \"Discount\": 100,\n \"GoodsNum\": null,\n \"Currency\": null,\n \"DiskType\": null,\n \"TimeSpan\": null,\n \"TimeUnit\": null,\n \"Value\": 0\n },\n \"DiskPrice\": {\n \"UnitPrice\": 175,\n \"UnitPriceDiscount\": 50.1,\n \"OriginalPrice\": 175,\n \"DiscountPrice\": 50.1,\n \"Discount\": 28.3,\n \"GoodsNum\": null,\n \"Currency\": null,\n \"DiskType\": \"CLOUD_BASIC\",\n \"TimeSpan\": null,\n \"TimeUnit\": null,\n \"Value\": 500\n },\n \"PartitionPrice\": {\n \"UnitPrice\": 0,\n \"UnitPriceDiscount\": 0,\n \"OriginalPrice\": 0,\n \"DiscountPrice\": 0,\n \"Discount\": 100,\n \"GoodsNum\": null,\n \"Currency\": null,\n \"DiskType\": null,\n \"TimeSpan\": null,\n \"TimeUnit\": null,\n \"Value\": 0\n },\n \"TopicPrice\": {\n \"UnitPrice\": 0,\n \"UnitPriceDiscount\": 0,\n \"OriginalPrice\": 0,\n \"DiscountPrice\": 0,\n \"Discount\": 100,\n \"GoodsNum\": null,\n \"Currency\": null,\n \"DiskType\": null,\n \"TimeSpan\": null,\n \"TimeUnit\": null,\n \"Value\": 0\n },\n \"InstanceTypePrice\": {\n \"UnitPrice\": 190,\n \"UnitPriceDiscount\": 57.56,\n \"OriginalPrice\": 190,\n \"DiscountPrice\": 7.56,\n \"Discount\": 30.3,\n \"GoodsNum\": null,\n \"Currency\": null,\n \"DiskType\": null,\n \"TimeSpan\": null,\n \"TimeUnit\": null,\n \"Value\": 1\n }\n },\n \"UnitPrice\": 265,\n \"UnitPriceDiscount\": 647.7,\n \"OriginalPrice\": 265,\n \"DiscountPrice\": 67.67,\n \"Discount\": 29.92,\n \"GoodsNum\": 1,\n \"Currency\": \"CNY\",\n \"DiskType\": null,\n \"TimeSpan\": 1,\n \"TimeUnit\": \"m\",\n \"Value\": null\n },\n \"PublicNetworkBandwidthPrice\": null\n },\n \"RequestId\": \"
|
626
|
+
"input": "POST / HTTP/1.1\nHost: ckafka.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: InquireCkafkaPrice\n<公共请求参数>\n\n{\n \"Partition\": 800,\n \"InstanceNum\": 1,\n \"InquiryDiskParam\": {\n \"DiskSize\": 500,\n \"DiskType\": \"SSD\"\n },\n \"ZoneIds\": [\n 100001\n ],\n \"Topic\": 30,\n \"Bandwidth\": 40,\n \"MessageRetention\": 4,\n \"PublicNetworkParam\": {\n \"PublicNetworkChargeType\": \"BANDWIDTH_PREPAID\",\n \"PublicNetworkMonthly\": 6\n },\n \"InstanceChargeParam\": {\n \"InstanceChargePeriod\": 1,\n \"InstanceChargeType\": \"PREPAID\"\n },\n \"InstanceType\": \"profession\",\n \"CategoryAction\": \"purchase\"\n}",
|
627
|
+
"output": "{\n \"Response\": {\n \"Result\": {\n \"InstancePrice\": {\n \"DetailPrices\": {\n \"BandwidthPrice\": {\n \"UnitPrice\": 0,\n \"UnitPriceDiscount\": 0,\n \"OriginalPrice\": 0,\n \"DiscountPrice\": 0,\n \"Discount\": 100,\n \"GoodsNum\": null,\n \"Currency\": null,\n \"DiskType\": null,\n \"TimeSpan\": null,\n \"TimeUnit\": null,\n \"Value\": 0\n },\n \"DiskPrice\": {\n \"UnitPrice\": 175,\n \"UnitPriceDiscount\": 50.1,\n \"OriginalPrice\": 175,\n \"DiscountPrice\": 50.1,\n \"Discount\": 28.3,\n \"GoodsNum\": null,\n \"Currency\": null,\n \"DiskType\": \"CLOUD_BASIC\",\n \"TimeSpan\": null,\n \"TimeUnit\": null,\n \"Value\": 500\n },\n \"PartitionPrice\": {\n \"UnitPrice\": 0,\n \"UnitPriceDiscount\": 0,\n \"OriginalPrice\": 0,\n \"DiscountPrice\": 0,\n \"Discount\": 100,\n \"GoodsNum\": null,\n \"Currency\": null,\n \"DiskType\": null,\n \"TimeSpan\": null,\n \"TimeUnit\": null,\n \"Value\": 0\n },\n \"TopicPrice\": {\n \"UnitPrice\": 0,\n \"UnitPriceDiscount\": 0,\n \"OriginalPrice\": 0,\n \"DiscountPrice\": 0,\n \"Discount\": 100,\n \"GoodsNum\": null,\n \"Currency\": null,\n \"DiskType\": null,\n \"TimeSpan\": null,\n \"TimeUnit\": null,\n \"Value\": 0\n },\n \"InstanceTypePrice\": {\n \"UnitPrice\": 190,\n \"UnitPriceDiscount\": 57.56,\n \"OriginalPrice\": 190,\n \"DiscountPrice\": 7.56,\n \"Discount\": 30.3,\n \"GoodsNum\": null,\n \"Currency\": null,\n \"DiskType\": null,\n \"TimeSpan\": null,\n \"TimeUnit\": null,\n \"Value\": 1\n }\n },\n \"UnitPrice\": 265,\n \"UnitPriceDiscount\": 647.7,\n \"OriginalPrice\": 265,\n \"DiscountPrice\": 67.67,\n \"Discount\": 29.92,\n \"GoodsNum\": 1,\n \"Currency\": \"CNY\",\n \"DiskType\": null,\n \"TimeSpan\": 1,\n \"TimeUnit\": \"m\",\n \"Value\": null\n },\n \"PublicNetworkBandwidthPrice\": null\n },\n \"RequestId\": \"f47ac10b-58cc-4372-a567-0e02b2c3d479\"\n }\n}",
|
628
628
|
"title": "Ckafka询价"
|
629
629
|
}
|
630
630
|
],
|
@@ -632,7 +632,7 @@
|
|
632
632
|
{
|
633
633
|
"document": "实例缩容",
|
634
634
|
"input": "POST / HTTP/1.1\nHost: ckafka.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: InstanceScalingDown\n<公共请求参数>\n\n{\n \"InstanceId\": \"***\",\n \"DiskSize\": 900,\n \"BandWidth\": 40,\n \"Partition\": 1000,\n \"UpgradeStrategy\": 1\n}",
|
635
|
-
"output": "{\n \"Response\": {\n \"Result\": {\n \"DealNames\": [\n \"20230703002035272950891\"\n ]\n },\n \"RequestId\": \"
|
635
|
+
"output": "{\n \"Response\": {\n \"Result\": {\n \"DealNames\": [\n \"20230703002035272950891\"\n ]\n },\n \"RequestId\": \"f47ac10b-58cc-4372-a567-0e02b2c3d479\"\n }\n}",
|
636
636
|
"title": "实例缩容"
|
637
637
|
}
|
638
638
|
],
|
@@ -687,7 +687,7 @@
|
|
687
687
|
"ModifyInstancePre": [
|
688
688
|
{
|
689
689
|
"document": "",
|
690
|
-
"input": "POST / HTTP/1.1\nHost: ckafka.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyInstancePre\n<公共请求参数>\n\n{\n \"InstanceId\": \"ckafka-test\",\n \"BandWidth\":
|
690
|
+
"input": "POST / HTTP/1.1\nHost: ckafka.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyInstancePre\n<公共请求参数>\n\n{\n \"InstanceId\": \"ckafka-test\",\n \"BandWidth\": 40,\n \"DiskSize\": 600\n}",
|
691
691
|
"output": "{\n \"Response\": {\n \"Result\": {\n \"ReturnCode\": \"0\",\n \"ReturnMessage\": \"ok\",\n \"Data\": {\n \"FlowId\": 0,\n \"DealNames\": [\n \"name\"\n ],\n \"InstanceId\": \"ckafka-test\",\n \"DealNameInstanceIdMapping\": [\n {\n \"DealName\": \"name\",\n \"InstanceIdList\": [\n \"name\"\n ]\n }\n ]\n },\n \"DeleteRouteTimestamp\": \"2024-12-02 12:21:23\"\n },\n \"RequestId\": \"84770b4b-df34-4ccf-8e22-41d3b1d0fe0d\"\n }\n}",
|
692
692
|
"title": "修改实例(预付费包年包月)"
|
693
693
|
}
|
@@ -704,7 +704,7 @@
|
|
704
704
|
{
|
705
705
|
"document": "",
|
706
706
|
"input": "POST / HTTP/1.1\nHost: ckafka.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyRoutineMaintenanceTask\n<公共请求参数>\n\n{\n \"InstanceId\": \"ckafka-9jnejnb9\",\n \"MaintenanceType\": \"RE_BALANCE\",\n \"MaintenanceSubtype\": \"INSTANCE_PARTITION_RE_BALANCE\",\n \"PlannedTime\": 79200,\n \"Status\": 1,\n \"Week\": \"1,2,3,4,5,6,7\"\n}",
|
707
|
-
"output": "{\n \"Response\": {\n \"Result\": {\n \"ReturnCode\": \"0\",\n \"ReturnMessage\": \"
|
707
|
+
"output": "{\n \"Response\": {\n \"Result\": {\n \"ReturnCode\": \"0\",\n \"ReturnMessage\": \"success\",\n \"Data\": {\n \"FlowId\": 0,\n \"RouteDTO\": {\n \"RouteId\": 0\n }\n }\n },\n \"RequestId\": \"fcfb7c89-3973-44f1-9a3e-a2811c67434e\"\n }\n}",
|
708
708
|
"title": "设置实例属性"
|
709
709
|
}
|
710
710
|
],
|
@@ -720,7 +720,7 @@
|
|
720
720
|
{
|
721
721
|
"document": "续费实例",
|
722
722
|
"input": "POST / HTTP/1.1\nHost: ckafka.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: InquireCkafkaPrice\n<公共请求参数>\n\n{\n \"InstanceId\": \"ckafka-xxx\",\n \"TimeSpan\": 1\n}",
|
723
|
-
"output": "{\n \"Response\": {\n \"Result\": {\n \"BigDealId\": \"2023020103xxxx\",\n \"DealName\": \"2023020103xxxx\"\n },\n \"RequestId\": \"
|
723
|
+
"output": "{\n \"Response\": {\n \"Result\": {\n \"BigDealId\": \"2023020103xxxx\",\n \"DealName\": \"2023020103xxxx\"\n },\n \"RequestId\": \"f47ac10b-58cc-4372-a567-0e02b2c3d479\"\n }\n}",
|
724
724
|
"title": "续费实例"
|
725
725
|
}
|
726
726
|
],
|
@@ -1432,7 +1432,7 @@
|
|
1432
1432
|
{
|
1433
1433
|
"disabled": false,
|
1434
1434
|
"document": "安卓实例 ID",
|
1435
|
-
"example": "
|
1435
|
+
"example": "cai_a1b2",
|
1436
1436
|
"member": "string",
|
1437
1437
|
"name": "AndroidInstanceId",
|
1438
1438
|
"output_required": false,
|
@@ -1461,6 +1461,17 @@
|
|
1461
1461
|
"required": false,
|
1462
1462
|
"type": "string",
|
1463
1463
|
"value_allowed_null": false
|
1464
|
+
},
|
1465
|
+
{
|
1466
|
+
"disabled": false,
|
1467
|
+
"document": "目标文件名",
|
1468
|
+
"example": "file_name",
|
1469
|
+
"member": "string",
|
1470
|
+
"name": "DestinationFileName",
|
1471
|
+
"output_required": false,
|
1472
|
+
"required": false,
|
1473
|
+
"type": "string",
|
1474
|
+
"value_allowed_null": false
|
1464
1475
|
}
|
1465
1476
|
],
|
1466
1477
|
"usage": "both"
|
@@ -3668,6 +3679,15 @@
|
|
3668
3679
|
"name": "DestinationDirectory",
|
3669
3680
|
"required": true,
|
3670
3681
|
"type": "string"
|
3682
|
+
},
|
3683
|
+
{
|
3684
|
+
"disabled": false,
|
3685
|
+
"document": "目标文件名",
|
3686
|
+
"example": "file_name",
|
3687
|
+
"member": "string",
|
3688
|
+
"name": "DestinationFileName",
|
3689
|
+
"required": false,
|
3690
|
+
"type": "string"
|
3671
3691
|
}
|
3672
3692
|
],
|
3673
3693
|
"type": "object"
|
@@ -5862,6 +5882,15 @@
|
|
5862
5882
|
"name": "DestinationDirectory",
|
5863
5883
|
"required": false,
|
5864
5884
|
"type": "string"
|
5885
|
+
},
|
5886
|
+
{
|
5887
|
+
"disabled": false,
|
5888
|
+
"document": "目标文件名",
|
5889
|
+
"example": "file_name",
|
5890
|
+
"member": "string",
|
5891
|
+
"name": "DestinationFileName",
|
5892
|
+
"required": false,
|
5893
|
+
"type": "string"
|
5865
5894
|
}
|
5866
5895
|
],
|
5867
5896
|
"type": "object"
|
@@ -17128,7 +17128,7 @@
|
|
17128
17128
|
{
|
17129
17129
|
"disabled": false,
|
17130
17130
|
"document": "行为的JSON字符串。",
|
17131
|
-
"example": "[
|
17131
|
+
"example": "[\"*\"]",
|
17132
17132
|
"member": "string",
|
17133
17133
|
"name": "Actions",
|
17134
17134
|
"output_required": true,
|