tccli 3.0.1133.1__py2.py3-none-any.whl → 3.0.1134.1__py2.py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (46) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/asr/v20190614/api.json +2 -2
  3. tccli/services/billing/v20180709/api.json +10 -0
  4. tccli/services/cam/v20190116/api.json +41 -12
  5. tccli/services/cls/v20201016/api.json +1 -1
  6. tccli/services/cls/v20201016/examples.json +1 -1
  7. tccli/services/cmq/v20190304/api.json +53 -49
  8. tccli/services/cmq/v20190304/examples.json +2 -2
  9. tccli/services/cynosdb/cynosdb_client.py +57 -4
  10. tccli/services/cynosdb/v20190107/api.json +111 -0
  11. tccli/services/cynosdb/v20190107/examples.json +8 -0
  12. tccli/services/dlc/dlc_client.py +53 -0
  13. tccli/services/dlc/v20210125/api.json +149 -2
  14. tccli/services/dlc/v20210125/examples.json +9 -1
  15. tccli/services/dsgc/v20190723/api.json +45 -40
  16. tccli/services/dts/dts_client.py +0 -53
  17. tccli/services/dts/v20180330/api.json +0 -98
  18. tccli/services/dts/v20180330/examples.json +0 -8
  19. tccli/services/emr/v20190103/api.json +4 -4
  20. tccli/services/ess/ess_client.py +411 -305
  21. tccli/services/ess/v20201111/api.json +144 -0
  22. tccli/services/ess/v20201111/examples.json +16 -0
  23. tccli/services/essbasic/essbasic_client.py +110 -4
  24. tccli/services/essbasic/v20210526/api.json +137 -2
  25. tccli/services/essbasic/v20210526/examples.json +16 -0
  26. tccli/services/mongodb/mongodb_client.py +57 -4
  27. tccli/services/mongodb/v20190725/api.json +96 -0
  28. tccli/services/mongodb/v20190725/examples.json +8 -0
  29. tccli/services/mps/v20190612/api.json +57 -7
  30. tccli/services/mps/v20190612/examples.json +1 -1
  31. tccli/services/ocr/v20181119/api.json +373 -3
  32. tccli/services/organization/organization_client.py +118 -12
  33. tccli/services/organization/v20210331/api.json +68 -0
  34. tccli/services/organization/v20210331/examples.json +16 -0
  35. tccli/services/tdmq/tdmq_client.py +443 -19
  36. tccli/services/tdmq/v20200217/api.json +570 -0
  37. tccli/services/tdmq/v20200217/examples.json +64 -0
  38. tccli/services/trro/v20220325/api.json +6 -6
  39. tccli/services/trtc/v20190722/api.json +1 -1
  40. tccli/services/tsf/v20180326/api.json +37 -27
  41. tccli/services/tsf/v20180326/examples.json +1 -1
  42. {tccli-3.0.1133.1.dist-info → tccli-3.0.1134.1.dist-info}/METADATA +2 -2
  43. {tccli-3.0.1133.1.dist-info → tccli-3.0.1134.1.dist-info}/RECORD +46 -46
  44. {tccli-3.0.1133.1.dist-info → tccli-3.0.1134.1.dist-info}/WHEEL +0 -0
  45. {tccli-3.0.1133.1.dist-info → tccli-3.0.1134.1.dist-info}/entry_points.txt +0 -0
  46. {tccli-3.0.1133.1.dist-info → tccli-3.0.1134.1.dist-info}/license_files/LICENSE +0 -0
@@ -124,6 +124,14 @@
124
124
  "title": "创建集群"
125
125
  }
126
126
  ],
127
+ "CreateRocketMQEnvironmentRole": [
128
+ {
129
+ "document": "创建RocketMQ环境角色授权",
130
+ "input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateRocketMQEnvironmentRole\n<公共请求参数>\n\n{\n \"EnvironmentId\": \"abc\",\n \"RoleName\": \"abc\",\n \"Permissions\": [\n \"abc\"\n ],\n \"ClusterId\": \"abc\"\n}",
131
+ "output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
132
+ "title": "创建RocketMQ环境角色授权"
133
+ }
134
+ ],
127
135
  "CreateRocketMQGroup": [
128
136
  {
129
137
  "document": "",
@@ -140,6 +148,14 @@
140
148
  "title": "创建命名空间"
141
149
  }
142
150
  ],
151
+ "CreateRocketMQRole": [
152
+ {
153
+ "document": "创建RocketMQ角色\n",
154
+ "input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateRocketMQRole\n<公共请求参数>\n\n{\n \"RoleName\": \"abc\",\n \"Remark\": \"abc\",\n \"ClusterId\": \"abc\"\n}",
155
+ "output": "{\n \"Response\": {\n \"RoleName\": \"abc\",\n \"Token\": \"abc\",\n \"Remark\": \"abc\",\n \"RequestId\": \"abc\"\n }\n}",
156
+ "title": "创建RocketMQ角色"
157
+ }
158
+ ],
143
159
  "CreateRocketMQTopic": [
144
160
  {
145
161
  "document": "创建主题",
@@ -268,6 +284,14 @@
268
284
  "title": "删除集群"
269
285
  }
270
286
  ],
287
+ "DeleteRocketMQEnvironmentRoles": [
288
+ {
289
+ "document": "删除环境角色授权",
290
+ "input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteRocketMQEnvironmentRoles\n<公共请求参数>\n\n{\n \"EnvironmentId\": \"abc\",\n \"RoleNames\": [\n \"abc\"\n ],\n \"ClusterId\": \"abc\"\n}",
291
+ "output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
292
+ "title": "删除环境角色授权"
293
+ }
294
+ ],
271
295
  "DeleteRocketMQGroup": [
272
296
  {
273
297
  "document": "",
@@ -284,6 +308,14 @@
284
308
  "title": "删除命名空间"
285
309
  }
286
310
  ],
311
+ "DeleteRocketMQRoles": [
312
+ {
313
+ "document": "删除角色",
314
+ "input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteRocketMQRoles\n<公共请求参数>\n\n{\n \"RoleNames\": [\n \"abc\"\n ],\n \"ClusterId\": \"abc\"\n}",
315
+ "output": "{\n \"Response\": {\n \"RoleNames\": [\n \"abc\"\n ],\n \"RequestId\": \"abc\"\n }\n}",
316
+ "title": "删除角色"
317
+ }
318
+ ],
287
319
  "DeleteRocketMQTopic": [
288
320
  {
289
321
  "document": "",
@@ -620,6 +652,14 @@
620
652
  "title": "获取指定消费组下当前客户端的连接情况"
621
653
  }
622
654
  ],
655
+ "DescribeRocketMQEnvironmentRoles": [
656
+ {
657
+ "document": "获取RocketMQ命名空间角色列表\n",
658
+ "input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRocketMQEnvironmentRoles\n<公共请求参数>\n\n{\n \"EnvironmentId\": \"abc\",\n \"Offset\": 0,\n \"Limit\": 0,\n \"ClusterId\": \"abc\",\n \"RoleName\": \"abc\",\n \"Filters\": [\n {\n \"Name\": \"abc\",\n \"Values\": [\n \"abc\"\n ]\n }\n ]\n}",
659
+ "output": "{\n \"Response\": {\n \"TotalCount\": 0,\n \"EnvironmentRoleSets\": [\n {\n \"EnvironmentId\": \"abc\",\n \"RoleName\": \"abc\",\n \"Permissions\": [\n \"abc\"\n ],\n \"RoleDescribe\": \"abc\",\n \"CreateTime\": \"2020-09-22 00:00:00\",\n \"UpdateTime\": \"2020-09-22 00:00:00\"\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
660
+ "title": "获取RocketMQ命名空间角色列表"
661
+ }
662
+ ],
623
663
  "DescribeRocketMQGroups": [
624
664
  {
625
665
  "document": "test",
@@ -682,6 +722,14 @@
682
722
  "title": "获取公网接入点信息"
683
723
  }
684
724
  ],
725
+ "DescribeRocketMQRoles": [
726
+ {
727
+ "document": "获取RocketMQ角色列表\n",
728
+ "input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRocketMQRoles\n<公共请求参数>\n\n{\n \"RoleName\": \"abc\",\n \"Offset\": 0,\n \"Limit\": 0,\n \"ClusterId\": \"abc\",\n \"Filters\": [\n {\n \"Name\": \"abc\",\n \"Values\": [\n \"abc\"\n ]\n }\n ]\n}",
729
+ "output": "{\n \"Response\": {\n \"TotalCount\": 0,\n \"RoleSets\": [\n {\n \"RoleName\": \"abc\",\n \"Token\": \"abc\",\n \"Remark\": \"abc\",\n \"CreateTime\": \"2020-09-22 00:00:00\",\n \"UpdateTime\": \"2020-09-22 00:00:00\"\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
730
+ "title": "获取RocketMQ角色列表"
731
+ }
732
+ ],
685
733
  "DescribeRocketMQSmoothMigrationTask": [
686
734
  {
687
735
  "document": "查询迁移任务详情",
@@ -924,6 +972,14 @@
924
972
  "title": "修改集群信息"
925
973
  }
926
974
  ],
975
+ "ModifyRocketMQEnvironmentRole": [
976
+ {
977
+ "document": "修改RocketMQ环境角色授权\n",
978
+ "input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyRocketMQEnvironmentRole\n<公共请求参数>\n\n{\n \"EnvironmentId\": \"abc\",\n \"RoleName\": \"abc\",\n \"Permissions\": [\n \"abc\"\n ],\n \"ClusterId\": \"abc\"\n}",
979
+ "output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
980
+ "title": "修改RocketMQ环境角色授权"
981
+ }
982
+ ],
927
983
  "ModifyRocketMQGroup": [
928
984
  {
929
985
  "document": "",
@@ -948,6 +1004,14 @@
948
1004
  "title": "修改命名空间信息"
949
1005
  }
950
1006
  ],
1007
+ "ModifyRocketMQRole": [
1008
+ {
1009
+ "document": "RocketMQ角色修改\n",
1010
+ "input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyRocketMQRole\n<公共请求参数>\n\n{\n \"RoleName\": \"abc\",\n \"Remark\": \"abc\",\n \"ClusterId\": \"abc\"\n}",
1011
+ "output": "{\n \"Response\": {\n \"RoleName\": \"abc\",\n \"Remark\": \"abc\",\n \"RequestId\": \"abc\"\n }\n}",
1012
+ "title": "RocketMQ角色修改"
1013
+ }
1014
+ ],
951
1015
  "ModifyRocketMQTopic": [
952
1016
  {
953
1017
  "document": "",
@@ -905,11 +905,11 @@
905
905
  "members": [
906
906
  {
907
907
  "disabled": false,
908
- "document": "目标项目ID",
908
+ "document": "目标项目ID,必填参数",
909
909
  "example": "f3glr49r3axn0fu2",
910
910
  "member": "string",
911
911
  "name": "ProjectId",
912
- "required": false,
912
+ "required": true,
913
913
  "type": "string"
914
914
  }
915
915
  ],
@@ -924,7 +924,7 @@
924
924
  "example": "project1",
925
925
  "member": "string",
926
926
  "name": "ProjectName",
927
- "required": true,
927
+ "output_required": true,
928
928
  "type": "string",
929
929
  "value_allowed_null": false
930
930
  },
@@ -934,7 +934,7 @@
934
934
  "example": "test project",
935
935
  "member": "string",
936
936
  "name": "ProjectDescription",
937
- "required": true,
937
+ "output_required": true,
938
938
  "type": "string",
939
939
  "value_allowed_null": false
940
940
  },
@@ -944,7 +944,7 @@
944
944
  "example": "black",
945
945
  "member": "string",
946
946
  "name": "PolicyMode",
947
- "required": true,
947
+ "output_required": true,
948
948
  "type": "string",
949
949
  "value_allowed_null": false
950
950
  },
@@ -954,7 +954,7 @@
954
954
  "example": "2022-03-22T09:25:00+08:00",
955
955
  "member": "datetime_iso",
956
956
  "name": "ModifyTime",
957
- "required": true,
957
+ "output_required": true,
958
958
  "type": "string",
959
959
  "value_allowed_null": false
960
960
  },
@@ -7233,7 +7233,7 @@
7233
7233
  },
7234
7234
  {
7235
7235
  "disabled": false,
7236
- "document": "指定输出格式,可选hls,mp4\n",
7236
+ "document": "指定输出格式,可选hls,mp4。存储到云点播VOD时此参数无效,存储到VOD时请通过TencentVod(https://cloud.tencent.com/document/api/647/44055#TencentVod)内的MediaType设置。\n",
7237
7237
  "example": "mp4",
7238
7238
  "member": "string",
7239
7239
  "name": "Format",
@@ -14810,7 +14810,7 @@
14810
14810
  "example": "null",
14811
14811
  "member": "TsfPageMsInstance",
14812
14812
  "name": "Result",
14813
- "required": true,
14813
+ "output_required": true,
14814
14814
  "type": "object",
14815
14815
  "value_allowed_null": true
14816
14816
  },
@@ -16869,7 +16869,7 @@
16869
16869
  "example": "无",
16870
16870
  "member": "GroupUnitApiUseStatistics",
16871
16871
  "name": "Result",
16872
- "required": true,
16872
+ "output_required": true,
16873
16873
  "type": "object",
16874
16874
  "value_allowed_null": false
16875
16875
  },
@@ -22965,7 +22965,7 @@
22965
22965
  "example": "无",
22966
22966
  "member": "string",
22967
22967
  "name": "InstanceId",
22968
- "required": true,
22968
+ "output_required": true,
22969
22969
  "type": "string",
22970
22970
  "value_allowed_null": true
22971
22971
  },
@@ -22975,7 +22975,7 @@
22975
22975
  "example": "无",
22976
22976
  "member": "string",
22977
22977
  "name": "InstanceName",
22978
- "required": true,
22978
+ "output_required": true,
22979
22979
  "type": "string",
22980
22980
  "value_allowed_null": true
22981
22981
  },
@@ -22985,7 +22985,7 @@
22985
22985
  "example": "无",
22986
22986
  "member": "string",
22987
22987
  "name": "Port",
22988
- "required": true,
22988
+ "output_required": true,
22989
22989
  "type": "string",
22990
22990
  "value_allowed_null": true
22991
22991
  },
@@ -22995,7 +22995,7 @@
22995
22995
  "example": "无",
22996
22996
  "member": "string",
22997
22997
  "name": "LanIp",
22998
- "required": true,
22998
+ "output_required": true,
22999
22999
  "type": "string",
23000
23000
  "value_allowed_null": true
23001
23001
  },
@@ -23005,7 +23005,7 @@
23005
23005
  "example": "无",
23006
23006
  "member": "string",
23007
23007
  "name": "WanIp",
23008
- "required": true,
23008
+ "output_required": true,
23009
23009
  "type": "string",
23010
23010
  "value_allowed_null": true
23011
23011
  },
@@ -23015,7 +23015,7 @@
23015
23015
  "example": "无",
23016
23016
  "member": "string",
23017
23017
  "name": "InstanceAvailableStatus",
23018
- "required": true,
23018
+ "output_required": true,
23019
23019
  "type": "string",
23020
23020
  "value_allowed_null": true
23021
23021
  },
@@ -23025,7 +23025,7 @@
23025
23025
  "example": "无",
23026
23026
  "member": "string",
23027
23027
  "name": "ServiceInstanceStatus",
23028
- "required": true,
23028
+ "output_required": true,
23029
23029
  "type": "string",
23030
23030
  "value_allowed_null": true
23031
23031
  },
@@ -23035,7 +23035,7 @@
23035
23035
  "example": "无",
23036
23036
  "member": "string",
23037
23037
  "name": "ApplicationId",
23038
- "required": true,
23038
+ "output_required": true,
23039
23039
  "type": "string",
23040
23040
  "value_allowed_null": true
23041
23041
  },
@@ -23045,7 +23045,7 @@
23045
23045
  "example": "无",
23046
23046
  "member": "string",
23047
23047
  "name": "ApplicationName",
23048
- "required": true,
23048
+ "output_required": true,
23049
23049
  "type": "string",
23050
23050
  "value_allowed_null": true
23051
23051
  },
@@ -23055,7 +23055,7 @@
23055
23055
  "example": "无",
23056
23056
  "member": "string",
23057
23057
  "name": "ClusterId",
23058
- "required": true,
23058
+ "output_required": true,
23059
23059
  "type": "string",
23060
23060
  "value_allowed_null": true
23061
23061
  },
@@ -23065,7 +23065,7 @@
23065
23065
  "example": "无",
23066
23066
  "member": "string",
23067
23067
  "name": "ClusterName",
23068
- "required": true,
23068
+ "output_required": true,
23069
23069
  "type": "string",
23070
23070
  "value_allowed_null": true
23071
23071
  },
@@ -23075,7 +23075,7 @@
23075
23075
  "example": "无",
23076
23076
  "member": "string",
23077
23077
  "name": "NamespaceId",
23078
- "required": true,
23078
+ "output_required": true,
23079
23079
  "type": "string",
23080
23080
  "value_allowed_null": true
23081
23081
  },
@@ -23085,7 +23085,7 @@
23085
23085
  "example": "无",
23086
23086
  "member": "string",
23087
23087
  "name": "NamespaceName",
23088
- "required": true,
23088
+ "output_required": true,
23089
23089
  "type": "string",
23090
23090
  "value_allowed_null": true
23091
23091
  },
@@ -23095,7 +23095,7 @@
23095
23095
  "example": "无",
23096
23096
  "member": "string",
23097
23097
  "name": "GroupId",
23098
- "required": true,
23098
+ "output_required": true,
23099
23099
  "type": "string",
23100
23100
  "value_allowed_null": true
23101
23101
  },
@@ -23105,7 +23105,7 @@
23105
23105
  "example": "无",
23106
23106
  "member": "string",
23107
23107
  "name": "GroupName",
23108
- "required": true,
23108
+ "output_required": true,
23109
23109
  "type": "string",
23110
23110
  "value_allowed_null": true
23111
23111
  },
@@ -23115,7 +23115,7 @@
23115
23115
  "example": "无",
23116
23116
  "member": "string",
23117
23117
  "name": "InstanceStatus",
23118
- "required": true,
23118
+ "output_required": true,
23119
23119
  "type": "string",
23120
23120
  "value_allowed_null": true
23121
23121
  },
@@ -23125,7 +23125,7 @@
23125
23125
  "example": "无",
23126
23126
  "member": "string",
23127
23127
  "name": "HealthCheckUrl",
23128
- "required": true,
23128
+ "output_required": true,
23129
23129
  "type": "string",
23130
23130
  "value_allowed_null": true
23131
23131
  },
@@ -23135,7 +23135,7 @@
23135
23135
  "example": "无",
23136
23136
  "member": "string",
23137
23137
  "name": "ClusterType",
23138
- "required": true,
23138
+ "output_required": true,
23139
23139
  "type": "string",
23140
23140
  "value_allowed_null": true
23141
23141
  },
@@ -23145,7 +23145,7 @@
23145
23145
  "example": "无",
23146
23146
  "member": "string",
23147
23147
  "name": "ApplicationPackageVersion",
23148
- "required": true,
23148
+ "output_required": true,
23149
23149
  "type": "string",
23150
23150
  "value_allowed_null": true
23151
23151
  },
@@ -23155,7 +23155,7 @@
23155
23155
  "example": "无",
23156
23156
  "member": "string",
23157
23157
  "name": "ApplicationType",
23158
- "required": true,
23158
+ "output_required": true,
23159
23159
  "type": "string",
23160
23160
  "value_allowed_null": true
23161
23161
  },
@@ -23165,7 +23165,7 @@
23165
23165
  "example": "无",
23166
23166
  "member": "string",
23167
23167
  "name": "ServiceStatus",
23168
- "required": true,
23168
+ "output_required": true,
23169
23169
  "type": "string",
23170
23170
  "value_allowed_null": true
23171
23171
  },
@@ -23175,7 +23175,7 @@
23175
23175
  "example": "无",
23176
23176
  "member": "int64",
23177
23177
  "name": "RegistrationTime",
23178
- "required": true,
23178
+ "output_required": true,
23179
23179
  "type": "int",
23180
23180
  "value_allowed_null": true
23181
23181
  },
@@ -23185,7 +23185,7 @@
23185
23185
  "example": "无",
23186
23186
  "member": "int64",
23187
23187
  "name": "LastHeartbeatTime",
23188
- "required": true,
23188
+ "output_required": true,
23189
23189
  "type": "int",
23190
23190
  "value_allowed_null": true
23191
23191
  },
@@ -23195,7 +23195,7 @@
23195
23195
  "example": "无",
23196
23196
  "member": "string",
23197
23197
  "name": "RegistrationId",
23198
- "required": true,
23198
+ "output_required": true,
23199
23199
  "type": "string",
23200
23200
  "value_allowed_null": true
23201
23201
  },
@@ -23205,7 +23205,17 @@
23205
23205
  "example": "无",
23206
23206
  "member": "string",
23207
23207
  "name": "HiddenStatus",
23208
- "required": true,
23208
+ "output_required": true,
23209
+ "type": "string",
23210
+ "value_allowed_null": true
23211
+ },
23212
+ {
23213
+ "disabled": false,
23214
+ "document": "json格式的 meta 信息\n注意:此字段可能返回 null,表示取不到有效值。",
23215
+ "example": "无",
23216
+ "member": "string",
23217
+ "name": "MetaJson",
23218
+ "output_required": false,
23209
23219
  "type": "string",
23210
23220
  "value_allowed_null": true
23211
23221
  }
@@ -998,7 +998,7 @@
998
998
  {
999
999
  "document": "",
1000
1000
  "input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMicroservice\n<公共请求参数>\n\n{\n \"MicroserviceId\": \"ms-xxxxxxx\",\n \"Limit\": \"20\",\n \"Offset\": \"0\"\n}",
1001
- "output": "{\n \"Response\": {\n \"RequestId\": \"4d967308-2667-4fa3-ae84-d3fb19960c37\",\n \"Result\": {\n \"TotalCount\": 1,\n \"Content\": [\n {\n \"InstanceId\": \"ins-xxxxxxx\",\n \"InstanceName\": \"test3\",\n \"Port\": \"18083\",\n \"LanIp\": \"172.30.0.10\",\n \"WanIp\": \"94.191.90.25\",\n \"ApplicationId\": \"application-xxxxxxx\",\n \"ApplicationName\": \"test\",\n \"GroupId\": \"group-xxxxxxx\",\n \"GroupName\": \"coumser-test\",\n \"NamespaceId\": null,\n \"NamespaceName\": null,\n \"ClusterId\": null,\n \"ClusterName\": null,\n \"ClusterType\": \"V\",\n \"InstanceStatus\": null,\n \"InstanceAvailableStatus\": null,\n \"ServiceInstanceStatus\": \"Running\",\n \"HealthCheckUrl\": null,\n \"ApplicationPackageVersion\": \"1.14.1_Finchley\",\n \"ApplicationType\": \"V\"\n }\n ]\n }\n }\n}",
1001
+ "output": "{\n \"Response\": {\n \"Result\": {\n \"TotalCount\": 0,\n \"Content\": [\n {\n \"InstanceId\": \"abc\",\n \"InstanceName\": \"abc\",\n \"Port\": \"abc\",\n \"LanIp\": \"abc\",\n \"WanIp\": \"abc\",\n \"InstanceAvailableStatus\": \"abc\",\n \"ServiceInstanceStatus\": \"abc\",\n \"ApplicationId\": \"abc\",\n \"ApplicationName\": \"abc\",\n \"ClusterId\": \"abc\",\n \"ClusterName\": \"abc\",\n \"NamespaceId\": \"abc\",\n \"NamespaceName\": \"abc\",\n \"GroupId\": \"abc\",\n \"GroupName\": \"abc\",\n \"InstanceStatus\": \"abc\",\n \"HealthCheckUrl\": \"abc\",\n \"ClusterType\": \"abc\",\n \"ApplicationPackageVersion\": \"abc\",\n \"ApplicationType\": \"abc\",\n \"ServiceStatus\": \"abc\",\n \"RegistrationTime\": 0,\n \"LastHeartbeatTime\": 0,\n \"RegistrationId\": \"abc\",\n \"HiddenStatus\": \"abc\",\n \"MetaJson\": \"abc\"\n }\n ]\n },\n \"RequestId\": \"abc\"\n }\n}",
1002
1002
  "title": "查询微服务实例详情"
1003
1003
  }
1004
1004
  ],
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tccli
3
- Version: 3.0.1133.1
3
+ Version: 3.0.1134.1
4
4
  Summary: Universal Command Line Environment for Tencent Cloud
5
5
  Project-URL: Bug Tracker, https://github.com/TencentCloud/tencentcloud-cli/issues
6
6
  Project-URL: Homepage, https://github.com/TencentCloud/tencentcloud-cli
@@ -13,7 +13,7 @@ Classifier: Programming Language :: Python :: 2.7
13
13
  Classifier: Programming Language :: Python :: 3
14
14
  Requires-Dist: jmespath==0.10.0
15
15
  Requires-Dist: six==1.16.0
16
- Requires-Dist: tencentcloud-sdk-python>=3.0.1133
16
+ Requires-Dist: tencentcloud-sdk-python>=3.0.1134
17
17
  Description-Content-Type: text/markdown
18
18
 
19
19
  # 命令行工具简介