tccli 3.0.1380.1__py2.py3-none-any.whl → 3.0.1382.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/ioa/v20220601/api.json +22 -13
- 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/lke/v20231130/api.json +91 -8
- tccli/services/lkeap/v20240522/api.json +47 -1
- tccli/services/lkeap/v20240522/examples.json +6 -0
- tccli/services/mna/mna_client.py +53 -0
- tccli/services/mna/v20210119/api.json +137 -0
- tccli/services/mna/v20210119/examples.json +8 -0
- tccli/services/monitor/v20180724/api.json +2 -2
- tccli/services/mqtt/v20240516/api.json +1 -1
- tccli/services/oceanus/v20190422/api.json +105 -17
- tccli/services/omics/v20221128/api.json +1 -1
- tccli/services/redis/v20180412/api.json +3 -3
- tccli/services/redis/v20180412/examples.json +1 -1
- tccli/services/tcb/v20180608/api.json +10 -0
- tccli/services/tcbr/v20220217/api.json +10 -0
- tccli/services/teo/v20220901/api.json +6 -6
- tccli/services/thpc/v20230321/api.json +18 -14
- tccli/services/tke/v20180525/api.json +11 -11
- tccli/services/trtc/v20190722/api.json +4 -4
- tccli/services/tsf/v20180326/api.json +28 -28
- tccli/services/waf/v20180125/api.json +1442 -102
- tccli/services/waf/v20180125/examples.json +48 -0
- tccli/services/waf/waf_client.py +338 -20
- {tccli-3.0.1380.1.dist-info → tccli-3.0.1382.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1380.1.dist-info → tccli-3.0.1382.1.dist-info}/RECORD +37 -37
- {tccli-3.0.1380.1.dist-info → tccli-3.0.1382.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1380.1.dist-info → tccli-3.0.1382.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1380.1.dist-info → tccli-3.0.1382.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"
|
@@ -1610,7 +1610,7 @@
|
|
1610
1610
|
{
|
1611
1611
|
"disabled": false,
|
1612
1612
|
"document": "滤条件、分页参数 <li>Name - String - 是否必填:否 - 操作符: like - 排序支持:否- 按终端自定义分组过滤。</li> <li>DeviceVirtualGroupName - String - 是否必填:否 - 操作符: like - 排序支持:否- 按终端自定义分组过滤。</li>",
|
1613
|
-
"example": "
|
1613
|
+
"example": "无",
|
1614
1614
|
"member": "Condition",
|
1615
1615
|
"name": "Condition",
|
1616
1616
|
"required": false,
|
@@ -1618,7 +1618,7 @@
|
|
1618
1618
|
},
|
1619
1619
|
{
|
1620
1620
|
"disabled": false,
|
1621
|
-
"document": "
|
1621
|
+
"document": "系统类型(0: win,1:linux,2: mac,4:android,5:ios 默认值0)",
|
1622
1622
|
"example": "0",
|
1623
1623
|
"member": "int64",
|
1624
1624
|
"name": "OsType",
|
@@ -1643,7 +1643,7 @@
|
|
1643
1643
|
{
|
1644
1644
|
"disabled": false,
|
1645
1645
|
"document": "查询终端自定义分组的Data数据",
|
1646
|
-
"example": "
|
1646
|
+
"example": "无",
|
1647
1647
|
"member": "DescribeDeviceVirtualGroupsPageRsp",
|
1648
1648
|
"name": "Data",
|
1649
1649
|
"output_required": false,
|
@@ -1690,10 +1690,19 @@
|
|
1690
1690
|
"DescribeDevicesRequest": {
|
1691
1691
|
"document": "DescribeDevices请求参数结构体",
|
1692
1692
|
"members": [
|
1693
|
+
{
|
1694
|
+
"disabled": false,
|
1695
|
+
"document": "管理域实例ID,用于CAM管理域权限分配。若企业未进行管理域的划分,可直接传入根域\"1\",此时表示针对当前企业的全部设备和账号进行接口CRUD,具体CRUD的影响范围限制于相应接口的入参。",
|
1696
|
+
"example": "1",
|
1697
|
+
"member": "string",
|
1698
|
+
"name": "DomainInstanceId",
|
1699
|
+
"required": false,
|
1700
|
+
"type": "string"
|
1701
|
+
},
|
1693
1702
|
{
|
1694
1703
|
"disabled": false,
|
1695
1704
|
"document": "过滤条件参数(字段含义请参考接口返回值)\n\n- Mid, 类型String,支持操作:【eq,like,ilike】,支持排序\n- Name, 类型String,支持操作:【eq,like,ilike】,支持排序\n- Itime, 类型String,支持操作:【eq,like,ilike】,支持排序\n- UserName, 类型String,支持操作:【eq,like,ilike】,支持排序\n- MacAddr, 类型String,支持操作:【eq,like,ilike】,支持排序\n- UserId, 类型String,支持操作:【eq,like,ilike】,支持排序\n- Ip, 类型String,支持操作:【eq,like,ilike】,支持排序\n- Tags,类型String,支持操作:【eq,like,ilike】,支持排序\n- LocalIpList,类型String,支持操作:【eq,like,ilike】,支持排序\n- SerialNum,类型String,支持操作:【eq,like,ilike】,支持排序\n- Version,类型String,支持操作:【eq,like,ilike】,支持排序\n- StrVersion,类型String,支持操作:【eq,like,ilike】,支持排序\n- RtpStatus,类型String,支持操作:【eq,like,ilike】,**不支持排序**\n- HostName,类型String,支持操作:【eq,like,ilike】,支持排序\n- IoaUserName,类型String,支持操作:【eq,like,ilike】,支持排序\n- GroupName,类型String,支持操作:【eq,like,ilike】,支持排序\n- CriticalVulListCount,**类型Int**,支持操作:【eq】,**不支持排序**\n- RiskCount,**类型Int**,支持操作:【eq】,**不支持排序**\n- VulVersion,类型String,支持操作:【eq,like,ilike】,**不支持排序**\n- Virusver,类型String,支持操作:【eq,like,ilike】,**不支持排序**\n- SysRepver,类型String,支持操作:【eq,like,ilike】,**不支持排序**\n- BaseBoardSn,类型String,支持操作:【eq,like,ilike】,支持排序\n- Os,类型String,支持操作:【eq,like,ilike】,支持排序\n- ConnActiveTime,类型String,支持操作:【eq,like,ilike】,**不支持排序**\n- FirewallStatus,**类型Int**,支持操作:【eq】,**不支持排序**\n- ProfileName,类型String,支持操作:【eq,like,ilike】,支持排序\n- DomainName,类型String,支持操作:【eq,like,ilike】,支持排序\n- SysRepVersion,类型String,支持操作:【eq,like,ilike】,支持排序\n- VirusVer,类型String,支持操作:【eq,like,ilike】,支持排序\n- Cpu,类型String,支持操作:【eq,like,ilike】,支持排序\n- Memory,类型String,支持操作:【eq,like,ilike】,支持排序\n- HardDiskSize,类型String,支持操作:【eq,like,ilike】,支持排序\n- HardwareChangeCount,**类型Int**,支持操作:【eq】,支持排序\n- AccountName,类型String,支持操作:【like.ilike】,支持排序\n- AccountGroupName,类型String,支持操作:【like.ilike】,支持排序\n- ScreenRecordingPermission,**类型Int**,支持操作:【eq】,支持排序\n- DiskAccessPermission,**类型Int**,支持操作:【eq】,支持排序\n\n\n\n\n\n分页参数\n- PageNum 从1开始,小于等于0时使用默认参数\n- PageSize 最大值5000,最好不超过100",
|
1696
|
-
"example": "
|
1705
|
+
"example": "无",
|
1697
1706
|
"member": "Condition",
|
1698
1707
|
"name": "Condition",
|
1699
1708
|
"required": false,
|
@@ -1710,7 +1719,7 @@
|
|
1710
1719
|
},
|
1711
1720
|
{
|
1712
1721
|
"disabled": false,
|
1713
|
-
"document": "
|
1722
|
+
"document": "操作系统类型(0: win,1:linux,2: mac,4:android,5:ios 默认值0),需要和GroupId或者GroupIds匹配",
|
1714
1723
|
"example": "0",
|
1715
1724
|
"member": "int64",
|
1716
1725
|
"name": "OsType",
|
@@ -1729,7 +1738,7 @@
|
|
1729
1738
|
{
|
1730
1739
|
"disabled": false,
|
1731
1740
|
"document": "过滤条件--兼容旧接口,参数同Condition",
|
1732
|
-
"example": "
|
1741
|
+
"example": "无",
|
1733
1742
|
"member": "Filter",
|
1734
1743
|
"name": "Filters",
|
1735
1744
|
"required": false,
|
@@ -1738,7 +1747,7 @@
|
|
1738
1747
|
{
|
1739
1748
|
"disabled": false,
|
1740
1749
|
"document": "排序字段--兼容旧接口,参数同Condition",
|
1741
|
-
"example": "
|
1750
|
+
"example": "无",
|
1742
1751
|
"member": "Sort",
|
1743
1752
|
"name": "Sort",
|
1744
1753
|
"required": false,
|
@@ -1774,7 +1783,7 @@
|
|
1774
1783
|
{
|
1775
1784
|
"disabled": false,
|
1776
1785
|
"document": "【和GroupId必须有一个填写】设备分组id列表(需要和OsType匹配)\n",
|
1777
|
-
"example": "93",
|
1786
|
+
"example": "[93]",
|
1778
1787
|
"member": "int64",
|
1779
1788
|
"name": "GroupIds",
|
1780
1789
|
"required": false,
|
@@ -1789,7 +1798,7 @@
|
|
1789
1798
|
{
|
1790
1799
|
"disabled": false,
|
1791
1800
|
"document": "分页的data数据",
|
1792
|
-
"example": " { \"Data\": { \"Items\": [ { \"CriticalVulListCount\": 0, \"Camera\": 1, \"Desktop\": 1, \"UDisk\": 1, \"Download\": 1, \"SysFile\": 1, \"Reg\": 1, \"Proc\": 1, \"Mid\": \"348F553431765C49EAA34F373001D8106572EA05\", \"Guid\": \"348F553431765C49EAA34F373001D810\", \"Computer\": \"VMware, Inc. None\", \"Cpu\": \"Intel(R) Core(TM) i7-10700 CPU @ 2.90GHz\", \"MainBoard\": \"Intel Corporation 440BX Desktop Reference Platform\", \"GroupNamePath\": \"全网终端.未分组终端\", \"OsType\": 0, \"GroupName\": \"未分组终端\", \"HardDiskSize\": \"VMware Virtual NVMe Disk 59 GB\", \"AccountName\": \"canaan\", \"VideoCard\": \"VMware SVGA 3D\", \"AccountGroupIdPath\": \"\", \"NetworkCard\": \"Intel(R) 82574L Gigabit Network Connection\", \"Monitor\": \"\", \"AudioCard\": \"High Definition Audio Device\", \"OsBits\": 64, \"OsVersion\": \"10.0.18363\", \"OsLanguage\": \"简体中文\", \"OsInstallDate\": \"20230417175437.000000+480\", \"ComputerName\": \"DESKTOP-QRDNJ1O\", \"DomainName\": \"\", \"MacAddr\": \"00:0C:29:C1:28:2E\", \"VulCount\": 0, \"RiskCount\": 0, \"VirusVer\": \"2.0.13712.315\", \"VulVersion\": \"2023.12.01.15.05.16\", \"Itime\": \"2023-12-08T18:03:49.688332+08:00\", \"SysRepVersion\": \"2023.01.04.16.34.51\", \"Utime\": \"2023-12-08T23:33:25.320371+08:00\", \"RiskScanTime\": \"\", \"VulScanTime\": \"\", \"VulCriticalList\": [], \"VulIgnoreCount\": 0, \"Tags\": \"\", \"UserName\": \"canaanzhu\", \"CloudQueryState\": 3, \"FirewallStatus\": 0, \"SerialNum\": \"VMware-56 4d fc 76 58 77 77 69-b9 6c 6e 35 58 c1 28 2e\", \"IsRoot\": 0, \"DeviceStrategyVer\": \"2023-12-08 18:11:00\", \"NGNStrategyVer\": \"2023-12-08 18:15:00\", \"IOAUserName\": \"canaan\", \"DeviceNewStrategyVer\": \"2024-11-06 10:51:00\", \"NGNNewStrategyVer\": \"2024-10-15 20:00:00\", \"DeviceMark\": \"canaan\", \"HostName\": \"\", \"Profiles\": [], \"ProfileFileTotal\": 0, \"ProfileFileInstalled\": 0, \"Sort\": 0, \"BaseBoardSn\": \"\", \"AccountUsers\": \"\", \"IdentityStrategyVer\": \"\", \"IdentityNewStrategyVer\": \"\", \"AccountList\": [], \"NoPermission\": 0, \"BaseBoardManufacturer\": \"\", \"MemoryDetail\": \"\", \"SystemArchitecture\": \"\", \"HardwareChangeCount\": 0, \"RealTimeProtectionStatus\": 0, \"GroupId\": 67, \"ScreenRecordingPermission\": 0, \"DiskAccessPermission\": 0, \"Id\": 36488, \"Ip\": \"59.37.125.62\", \"Description\": \"\", \"AccountGroupSource\": 0, \"AccountGroupId\": 7, \"AccountGroupName\": \"sarielliutest\", \"ProfileFileNotInstall\": [], \"Memory\": \"2 GB\", \"Status\": 5, \"OnlineStatus\": 1, \"Locked\": 0, \"StrVersion\": \"208.12.18778.62001\", \"Version\": \"58546847926121009\", \"Os\": \"Microsoft Windows 10 教育版\", \"Driver\": 1, \"ConnActiveTime\": \"2023-12-08T23:49:21.642365+08:00\", \"Hacker\": 1, \"LocalIpList\": \"192.168.54.128\", \"Name\": \"DESKTOP-QRDNJ1O\", \"HostId\": 0, \"GroupFromAuto\": 0 }, { \"CriticalVulListCount\": 0, \"Camera\": 1, \"Desktop\": 1, \"UDisk\": 1, \"Download\": 1, \"SysFile\": 1, \"Reg\": 1, \"Proc\": 1, \"Mid\": \"AAA23147EA9AFBDB64DBB51BF703B4B96527F461\", \"Guid\": \"AAA23147EA9AFBDB64DBB51BF703B4B9\", \"Computer\": \"LENOVO ThinkPad X1 Extreme Gen 4i\", \"Cpu\": \"11th Gen Intel(R) Core(TM) i7-11800H @ 2.30GHz\", \"MainBoard\": \"LENOVO 20Y6S12Q00 SDK0J40675 WIN\", \"GroupNamePath\": \"全网终端.未分组终端\", \"OsType\": 0, \"GroupName\": \"未分组终端\", \"HardDiskSize\": \"WDC PC SN730 SDBQNTY-1T00-1001 953 GB\", \"AccountName\": \"sarielliu@tencent.com\", \"VideoCard\": \"Intel(R) UHD Graphics | NVIDIA GeForce RTX 3050 Ti Laptop GPU\", \"AccountGroupIdPath\": \"\", \"NetworkCard\": \"Intel(R) Wi-Fi 6E AX210 160MHz\", \"Monitor\": \"\", \"AudioCard\": \"NVIDIA High Definition Audio | Realtek High Definition Audio(SST) | 适用于 USB 音频的英特尔® 智音技术 | 适用于数字麦克风的英特尔® 智音技术\", \"OsBits\": 64, \"OsVersion\": \"10.0.19045\", \"OsLanguage\": \"简体中文\", \"OsInstallDate\": \"20240116154100.000000+480\", \"ComputerName\": \"SARIELLIU-NB4\", \"DomainName\": \"\", \"MacAddr\": \"F0:B6:1E:57:21:19\", \"VulCount\": 0, \"RiskCount\": 0, \"VirusVer\": \"2.0.13712.288\", \"VulVersion\": \"2024.08.19.11.28.16\", \"Itime\": \"2023-10-12T21:28:01.794806+08:00\", \"SysRepVersion\": \"2024.09.05.09.00.49\", \"Utime\": \"2024-09-12T21:27:52.468659+08:00\", \"RiskScanTime\": \"2024-03-28T17:26:59.199403+08:00\", \"VulScanTime\": \"2023-11-02T20:38:19.422357+08:00\", \"VulCriticalList\": [], \"VulIgnoreCount\": 0, \"Tags\": \"\", \"UserName\": \"sarielliu\", \"CloudQueryState\": 3, \"FirewallStatus\": 1, \"SerialNum\": \"PW021WJP\", \"IsRoot\": 0, \"DeviceStrategyVer\": \"2024-09-02 16:22:00\", \"NGNStrategyVer\": \"2023-12-25 09:53:00\", \"IOAUserName\": \"sarielliu\", \"DeviceNewStrategyVer\": \"2024-11-06 10:51:00\", \"NGNNewStrategyVer\": \"2024-10-15 20:00:00\", \"DeviceMark\": \"sarielliu\", \"HostName\": \"\", \"Profiles\": [], \"ProfileFileTotal\": 0, \"ProfileFileInstalled\": 0, \"Sort\": 0, \"BaseBoardSn\": \"W2CG24S00F2\", \"AccountUsers\": \"\", \"IdentityStrategyVer\": \"\", \"IdentityNewStrategyVer\": \"\", \"AccountList\": [], \"NoPermission\": 0, \"BaseBoardManufacturer\": \"\", \"MemoryDetail\": \"\", \"SystemArchitecture\": \"\", \"HardwareChangeCount\": 8, \"RealTimeProtectionStatus\": 0, \"GroupId\": 67, \"ScreenRecordingPermission\": 0, \"DiskAccessPermission\": 0, \"Id\": 32599, \"Ip\": \"113.108.77.57\", \"Description\": \"\", \"AccountGroupSource\": 0, \"AccountGroupId\": 7, \"AccountGroupName\": \"sarielliutest\", \"ProfileFileNotInstall\": [], \"Memory\": \"32 GB\", \"Status\": 5, \"OnlineStatus\": 1, \"Locked\": 0, \"StrVersion\": \"209.4.20987.62001\", \"Version\": \"58828288687862321\", \"Os\": \"Microsoft Windows 10 专业版\", \"Driver\": 1, \"ConnActiveTime\": \"2024-09-12T21:58:33.210869+08:00\", \"Hacker\": 1, \"LocalIpList\": \"10.64.87.90\", \"Name\": \"SARIELLIU-NB4\", \"HostId\": 0, \"GroupFromAuto\": 0 }, { \"CriticalVulListCount\": 0, \"Camera\": 1, \"Desktop\": 1, \"UDisk\": 1, \"Download\": 1, \"SysFile\": 1, \"Reg\": 1, \"Proc\": 1, \"Mid\": \"6A925DB4A3223F6CC38488D0E241AE0B5D14B363\", \"Guid\": \"6A925DB4A3223F6CC38488D0E241AE0B\", \"Computer\": \"LENOVO ThinkCentre M910t-N000\", \"Cpu\": \"Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz\", \"MainBoard\": \"LENOVO 3107 SDK0J40675 WIN 3305553586072\", \"GroupNamePath\": \"全网终端.未分组终端\", \"OsType\": 0, \"GroupName\": \"未分组终端\", \"HardDiskSize\": \"SAMSUNG MZVLB256HAHQ-000L7 238 GB\", \"AccountName\": \"\", \"VideoCard\": \"Intel(R) HD Graphics 630\", \"AccountGroupIdPath\": \"\", \"NetworkCard\": \"Intel(R) Ethernet Connection (2) I219-LM\", \"Monitor\": \"P24i-10\", \"AudioCard\": \"Realtek High Definition Audio\", \"OsBits\": 64, \"OsVersion\": \"10.0.17134\", \"OsLanguage\": \"简体中文\", \"OsInstallDate\": \"20190531115405.000000+480\", \"ComputerName\": \"sarielliu-PCa\", \"DomainName\": \"tencent.com\", \"MacAddr\": \"00:D8:61:48:50:11\", \"VulCount\": 0, \"RiskCount\": 0, \"VirusVer\": \"2.0.13645.8348\", \"VulVersion\": \"2019.08.19.09.50.30\", \"Itime\": \"2022-10-26T17:52:40.783424+08:00\", \"SysRepVersion\": \"2023.01.04.16.34.51\", \"Utime\": \"2023-03-13T06:30:35.428937+08:00\", \"RiskScanTime\": \"2023-03-15T17:12:30.388189+08:00\", \"VulScanTime\": \"2023-01-10T11:46:47.884224+08:00\", \"VulCriticalList\": [], \"VulIgnoreCount\": 0, \"Tags\": \"\", \"UserName\": \"sarielliu\", \"CloudQueryState\": 3, \"FirewallStatus\": 0, \"SerialNum\": \"M70AG2FV\", \"IsRoot\": 0, \"DeviceStrategyVer\": \"2023-02-14 16:59:00\", \"NGNStrategyVer\": \"2023-01-05 15:29:00\", \"IOAUserName\": \"\", \"DeviceNewStrategyVer\": \"2024-11-06 10:51:00\", \"NGNNewStrategyVer\": \"2024-10-15 20:00:00\", \"DeviceMark\": \"\", \"HostName\": \"\", \"Profiles\": [], \"ProfileFileTotal\": 0, \"ProfileFileInstalled\": 0, \"Sort\": 0, \"BaseBoardSn\": \"\", \"AccountUsers\": \"\", \"IdentityStrategyVer\": \"\", \"IdentityNewStrategyVer\": \"\", \"AccountList\": [], \"NoPermission\": 0, \"BaseBoardManufacturer\": \"\", \"MemoryDetail\": \"\", \"SystemArchitecture\": \"\", \"HardwareChangeCount\": 0, \"RealTimeProtectionStatus\": 0, \"GroupId\": 67, \"ScreenRecordingPermission\": 0, \"DiskAccessPermission\": 0, \"Id\": 1, \"Ip\": \"119.147.10.202\", \"Description\": \"\", \"AccountGroupSource\": 0, \"AccountGroupId\": 0, \"AccountGroupName\": \"\", \"ProfileFileNotInstall\": [], \"Memory\": \"16 GB\", \"Status\": 5, \"OnlineStatus\": 1, \"Locked\": 0, \"StrVersion\": \"208.0.14144.62000\", \"Version\": \"58546796082819632\", \"Os\": \"Microsoft Windows 10 专业版\", \"Driver\": 1, \"ConnActiveTime\": \"2023-03-16T10:49:53.116277+08:00\", \"Hacker\": 1, \"LocalIpList\": \"10.6.59.48,192.168.245.1,192.168.127.1\", \"Name\": \"sarielliu-PCa\", \"HostId\": 0, \"GroupFromAuto\": 0 } ] } }",
|
1801
|
+
"example": "无",
|
1793
1802
|
"member": "DescribeDevicesPageRsp",
|
1794
1803
|
"name": "Data",
|
1795
1804
|
"output_required": false,
|
@@ -2499,7 +2508,7 @@
|
|
2499
2508
|
{
|
2500
2509
|
"disabled": false,
|
2501
2510
|
"document": "过滤条件参数(字段含义请参考接口返回值)- Mid, 类型String,支持操作:【eq,like,ilike】,支持排序- Name, 类型String,支持操作:【eq,like,ilike】,支持排序- Itime, 类型String,支持操作:【eq,like,ilike】,支持排序- UserName, 类型String,支持操作:【eq,like,ilike】,支持排序- MacAddr, 类型String,支持操作:【eq,like,ilike】,支持排序- UserId, 类型String,支持操作:【eq,like,ilike】,支持排序- Ip, 类型String,支持操作:【eq,like,ilike】,支持排序- Tags,类型String,支持操作:【eq,like,ilike】,支持排序- LocalIpList,类型String,支持操作:【eq,like,ilike】,支持排序- SerialNum,类型String,支持操作:【eq,like,ilike】,支持排序- Version,类型String,支持操作:【eq,like,ilike】,支持排序- StrVersion,类型String,支持操作:【eq,like,ilike】,支持排序- RtpStatus,类型String,支持操作:【eq,like,ilike】,**不支持排序**- HostName,类型String,支持操作:【eq,like,ilike】,支持排序- IoaUserName,类型String,支持操作:【eq,like,ilike】,支持排序- GroupName,类型String,支持操作:【eq,like,ilike】,支持排序- CriticalVulListCount,**类型Int**,支持操作:【eq】,**不支持排序**- RiskCount,**类型Int**,支持操作:【eq】,**不支持排序**- VulVersion,类型String,支持操作:【eq,like,ilike】,**不支持排序**- Virusver,类型String,支持操作:【eq,like,ilike】,**不支持排序**- SysRepver,类型String,支持操作:【eq,like,ilike】,**不支持排序**- BaseBoardSn,类型String,支持操作:【eq,like,ilike】,支持排序- Os,类型String,支持操作:【eq,like,ilike】,支持排序- ConnActiveTime,类型String,支持操作:【eq,like,ilike】,**不支持排序**- FirewallStatus,**类型Int**,支持操作:【eq】,**不支持排序**- ProfileName,类型String,支持操作:【eq,like,ilike】,支持排序- DomainName,类型String,支持操作:【eq,like,ilike】,支持排序- SysRepVersion,类型String,支持操作:【eq,like,ilike】,支持排序- VirusVer,类型String,支持操作:【eq,like,ilike】,支持排序- Cpu,类型String,支持操作:【eq,like,ilike】,支持排序- Memory,类型String,支持操作:【eq,like,ilike】,支持排序- HardDiskSize,类型String,支持操作:【eq,like,ilike】,支持排序- HardwareChangeCount,**类型Int**,支持操作:【eq】,支持排序- AccountName,类型String,支持操作:【like.ilike】,支持排序- AccountGroupName,类型String,支持操作:【like.ilike】,支持排序- ScreenRecordingPermission,**类型Int**,支持操作:【eq】,支持排序- DiskAccessPermission,**类型Int**,支持操作:【eq】,支持排序分页参数- PageNum 从1开始,小于等于0时使用默认参数- PageSize 最大值5000,最好不超过100",
|
2502
|
-
"example": "
|
2511
|
+
"example": "无",
|
2503
2512
|
"member": "Condition",
|
2504
2513
|
"name": "Condition",
|
2505
2514
|
"required": false,
|
@@ -2507,7 +2516,7 @@
|
|
2507
2516
|
},
|
2508
2517
|
{
|
2509
2518
|
"disabled": false,
|
2510
|
-
"document": "
|
2519
|
+
"document": "终端自定义分组ID(0:获取租户全部自定义分组下的终端数据;其他值:获取具体ID分组下的终端数据)",
|
2511
2520
|
"example": "14990",
|
2512
2521
|
"member": "int64",
|
2513
2522
|
"name": "DeviceVirtualGroupId",
|
@@ -2516,7 +2525,7 @@
|
|
2516
2525
|
},
|
2517
2526
|
{
|
2518
2527
|
"disabled": false,
|
2519
|
-
"document": "
|
2528
|
+
"document": "系统类型(0: win,1:linux,2: mac,4:android,5:ios 默认值0)",
|
2520
2529
|
"example": "0",
|
2521
2530
|
"member": "int64",
|
2522
2531
|
"name": "OsType",
|
@@ -2541,7 +2550,7 @@
|
|
2541
2550
|
{
|
2542
2551
|
"disabled": false,
|
2543
2552
|
"document": "返回的具体Data数据",
|
2544
|
-
"example": "
|
2553
|
+
"example": "无",
|
2545
2554
|
"member": "DescribeVirtualDevicesPageRsp",
|
2546
2555
|
"name": "Data",
|
2547
2556
|
"output_required": false,
|
@@ -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,
|