tccli 3.0.845.1__py2.py3-none-any.whl → 3.0.847.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.
Files changed (59) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/billing/v20180709/api.json +18 -62
  3. tccli/services/billing/v20180709/examples.json +8 -8
  4. tccli/services/cat/v20180409/api.json +0 -28
  5. tccli/services/cat/v20180409/examples.json +7 -7
  6. tccli/services/ccc/v20200210/api.json +16 -7
  7. tccli/services/ccc/v20200210/examples.json +2 -2
  8. tccli/services/cdb/v20170320/api.json +71 -50
  9. tccli/services/cdb/v20170320/examples.json +4 -4
  10. tccli/services/cdn/v20180606/api.json +1 -11
  11. tccli/services/cdn/v20180606/examples.json +1 -1
  12. tccli/services/ckafka/v20190819/api.json +8 -5
  13. tccli/services/ckafka/v20190819/examples.json +3 -3
  14. tccli/services/cls/v20201016/api.json +44 -33
  15. tccli/services/cls/v20201016/examples.json +3 -3
  16. tccli/services/cvm/v20170312/api.json +2 -4
  17. tccli/services/dbbrain/v20210527/api.json +36 -30
  18. tccli/services/dcdb/dcdb_client.py +53 -0
  19. tccli/services/dcdb/v20180411/api.json +812 -157
  20. tccli/services/dcdb/v20180411/examples.json +8 -0
  21. tccli/services/dlc/v20210125/api.json +9 -0
  22. tccli/services/emr/v20190103/api.json +9 -29
  23. tccli/services/ess/ess_client.py +273 -8
  24. tccli/services/ess/v20201111/api.json +639 -89
  25. tccli/services/ess/v20201111/examples.json +58 -6
  26. tccli/services/essbasic/essbasic_client.py +159 -0
  27. tccli/services/essbasic/v20210526/api.json +287 -3
  28. tccli/services/essbasic/v20210526/examples.json +24 -0
  29. tccli/services/iotexplorer/v20190423/api.json +25 -33
  30. tccli/services/iotexplorer/v20190423/examples.json +9 -9
  31. tccli/services/mariadb/mariadb_client.py +53 -0
  32. tccli/services/mariadb/v20170312/api.json +520 -0
  33. tccli/services/mariadb/v20170312/examples.json +8 -0
  34. tccli/services/monitor/v20180724/api.json +10 -11
  35. tccli/services/monitor/v20180724/examples.json +5 -5
  36. tccli/services/mps/v20190612/api.json +2 -7
  37. tccli/services/ocr/v20181119/api.json +73 -89
  38. tccli/services/ocr/v20181119/examples.json +23 -23
  39. tccli/services/redis/redis_client.py +53 -0
  40. tccli/services/redis/v20180412/api.json +214 -0
  41. tccli/services/redis/v20180412/examples.json +8 -0
  42. tccli/services/tcss/v20201101/api.json +40 -7
  43. tccli/services/tcss/v20201101/examples.json +3 -3
  44. tccli/services/tdid/v20210519/api.json +68 -68
  45. tccli/services/tiw/tiw_client.py +1403 -78
  46. tccli/services/tiw/v20190919/api.json +2439 -461
  47. tccli/services/tiw/v20190919/examples.json +200 -0
  48. tccli/services/trtc/v20190722/api.json +41 -29
  49. tccli/services/trtc/v20190722/examples.json +10 -10
  50. tccli/services/vpc/v20170312/api.json +15 -27
  51. tccli/services/vpc/v20170312/examples.json +6 -6
  52. tccli/services/waf/v20180125/api.json +50 -6
  53. tccli/services/waf/v20180125/examples.json +2 -2
  54. {tccli-3.0.845.1.dist-info → tccli-3.0.847.1.dist-info}/METADATA +2 -2
  55. {tccli-3.0.845.1.dist-info → tccli-3.0.847.1.dist-info}/RECORD +59 -59
  56. {tccli-3.0.845.1.dist-info → tccli-3.0.847.1.dist-info}/LICENSE +0 -0
  57. {tccli-3.0.845.1.dist-info → tccli-3.0.847.1.dist-info}/WHEEL +0 -0
  58. {tccli-3.0.845.1.dist-info → tccli-3.0.847.1.dist-info}/entry_points.txt +0 -0
  59. {tccli-3.0.845.1.dist-info → tccli-3.0.847.1.dist-info}/top_level.txt +0 -0
@@ -112,6 +112,20 @@
112
112
  "output": "ChannelCreateSealPolicyResponse",
113
113
  "status": "online"
114
114
  },
115
+ "ChannelCreateUserRoles": {
116
+ "document": "渠道版绑定员工角色",
117
+ "input": "ChannelCreateUserRolesRequest",
118
+ "name": "渠道版绑定员工角色",
119
+ "output": "ChannelCreateUserRolesResponse",
120
+ "status": "online"
121
+ },
122
+ "ChannelDeleteRoleUsers": {
123
+ "document": "渠道版删除员工绑定角色",
124
+ "input": "ChannelDeleteRoleUsersRequest",
125
+ "name": "渠道版删除员工绑定角色",
126
+ "output": "ChannelDeleteRoleUsersResponse",
127
+ "status": "online"
128
+ },
115
129
  "ChannelDeleteSealPolicies": {
116
130
  "document": "删除指定印章下多个授权信息",
117
131
  "input": "ChannelDeleteSealPoliciesRequest",
@@ -133,6 +147,13 @@
133
147
  "output": "ChannelDescribeOrganizationSealsResponse",
134
148
  "status": "online"
135
149
  },
150
+ "ChannelDescribeRoles": {
151
+ "document": "渠道办查询用户角色",
152
+ "input": "ChannelDescribeRolesRequest",
153
+ "name": "渠道办查询用户角色",
154
+ "output": "ChannelDescribeRolesResponse",
155
+ "status": "online"
156
+ },
136
157
  "ChannelGetTaskResultApi": {
137
158
  "document": "查询转换任务状态",
138
159
  "input": "ChannelGetTaskResultApiRequest",
@@ -1763,6 +1784,122 @@
1763
1784
  ],
1764
1785
  "type": "object"
1765
1786
  },
1787
+ "ChannelCreateUserRolesRequest": {
1788
+ "document": "ChannelCreateUserRoles请求参数结构体",
1789
+ "members": [
1790
+ {
1791
+ "document": "操作者信息",
1792
+ "example": "无",
1793
+ "member": "UserInfo",
1794
+ "name": "Operator",
1795
+ "required": true,
1796
+ "type": "object"
1797
+ },
1798
+ {
1799
+ "document": "应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 必填。",
1800
+ "example": "无",
1801
+ "member": "Agent",
1802
+ "name": "Agent",
1803
+ "required": true,
1804
+ "type": "object"
1805
+ },
1806
+ {
1807
+ "document": "绑定角色的员工id列表",
1808
+ "example": "无",
1809
+ "member": "string",
1810
+ "name": "UserIds",
1811
+ "required": true,
1812
+ "type": "list"
1813
+ },
1814
+ {
1815
+ "document": "绑定角色的角色id列表",
1816
+ "example": "无",
1817
+ "member": "string",
1818
+ "name": "RoleIds",
1819
+ "required": true,
1820
+ "type": "list"
1821
+ }
1822
+ ],
1823
+ "type": "object"
1824
+ },
1825
+ "ChannelCreateUserRolesResponse": {
1826
+ "document": "ChannelCreateUserRoles返回参数结构体",
1827
+ "members": [
1828
+ {
1829
+ "document": "绑定失败的用户角色列表",
1830
+ "example": "无",
1831
+ "member": "FailedCreateRoleData",
1832
+ "name": "FailedCreateRoleData",
1833
+ "type": "list",
1834
+ "value_allowed_null": false
1835
+ },
1836
+ {
1837
+ "document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
1838
+ "member": "string",
1839
+ "name": "RequestId",
1840
+ "type": "string"
1841
+ }
1842
+ ],
1843
+ "type": "object"
1844
+ },
1845
+ "ChannelDeleteRoleUsersRequest": {
1846
+ "document": "ChannelDeleteRoleUsers请求参数结构体",
1847
+ "members": [
1848
+ {
1849
+ "document": "操作人信息",
1850
+ "example": "无",
1851
+ "member": "UserInfo",
1852
+ "name": "Operator",
1853
+ "required": true,
1854
+ "type": "object"
1855
+ },
1856
+ {
1857
+ "document": "角色Id",
1858
+ "example": "无",
1859
+ "member": "string",
1860
+ "name": "RoleId",
1861
+ "required": true,
1862
+ "type": "string"
1863
+ },
1864
+ {
1865
+ "document": "用户列表",
1866
+ "example": "无",
1867
+ "member": "string",
1868
+ "name": "UserIds",
1869
+ "required": true,
1870
+ "type": "list"
1871
+ },
1872
+ {
1873
+ "document": "代理信息",
1874
+ "example": "无",
1875
+ "member": "Agent",
1876
+ "name": "Agent",
1877
+ "required": true,
1878
+ "type": "object"
1879
+ }
1880
+ ],
1881
+ "type": "object"
1882
+ },
1883
+ "ChannelDeleteRoleUsersResponse": {
1884
+ "document": "ChannelDeleteRoleUsers返回参数结构体",
1885
+ "members": [
1886
+ {
1887
+ "document": "角色id",
1888
+ "example": "无",
1889
+ "member": "string",
1890
+ "name": "RoleId",
1891
+ "type": "string",
1892
+ "value_allowed_null": false
1893
+ },
1894
+ {
1895
+ "document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
1896
+ "member": "string",
1897
+ "name": "RequestId",
1898
+ "type": "string"
1899
+ }
1900
+ ],
1901
+ "type": "object"
1902
+ },
1766
1903
  "ChannelDeleteSealPoliciesRequest": {
1767
1904
  "document": "ChannelDeleteSealPolicies请求参数结构体",
1768
1905
  "members": [
@@ -1993,6 +2130,96 @@
1993
2130
  ],
1994
2131
  "type": "object"
1995
2132
  },
2133
+ "ChannelDescribeRolesRequest": {
2134
+ "document": "ChannelDescribeRoles请求参数结构体",
2135
+ "members": [
2136
+ {
2137
+ "document": "操作人信息",
2138
+ "example": "无",
2139
+ "member": "UserInfo",
2140
+ "name": "Operator",
2141
+ "required": true,
2142
+ "type": "object"
2143
+ },
2144
+ {
2145
+ "document": "应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 必填。",
2146
+ "example": "无",
2147
+ "member": "Agent",
2148
+ "name": "Agent",
2149
+ "required": true,
2150
+ "type": "object"
2151
+ },
2152
+ {
2153
+ "document": "查询起始偏移,最大2000",
2154
+ "example": "无",
2155
+ "member": "uint64",
2156
+ "name": "Offset",
2157
+ "required": true,
2158
+ "type": "int"
2159
+ },
2160
+ {
2161
+ "document": "查询数量,最大200",
2162
+ "example": "无",
2163
+ "member": "string",
2164
+ "name": "Limit",
2165
+ "required": true,
2166
+ "type": "string"
2167
+ },
2168
+ {
2169
+ "document": "查询的关键字段:\nKey:\"RoleType\",Vales:[\"1\"]查询系统角色,Values:[\"2]查询自定义角色\nKey:\"RoleStatus\",Values:[\"1\"]查询启用角色,Values:[\"2\"]查询禁用角色",
2170
+ "example": "无",
2171
+ "member": "Filter",
2172
+ "name": "Filters",
2173
+ "required": false,
2174
+ "type": "list"
2175
+ }
2176
+ ],
2177
+ "type": "object"
2178
+ },
2179
+ "ChannelDescribeRolesResponse": {
2180
+ "document": "ChannelDescribeRoles返回参数结构体",
2181
+ "members": [
2182
+ {
2183
+ "document": "页面偏移量,最大2000",
2184
+ "example": "无",
2185
+ "member": "uint64",
2186
+ "name": "Offset",
2187
+ "type": "int",
2188
+ "value_allowed_null": false
2189
+ },
2190
+ {
2191
+ "document": "查询数量,最大200",
2192
+ "example": "无",
2193
+ "member": "uint64",
2194
+ "name": "Limit",
2195
+ "type": "int",
2196
+ "value_allowed_null": false
2197
+ },
2198
+ {
2199
+ "document": "查询角色的总数量",
2200
+ "example": "无",
2201
+ "member": "uint64",
2202
+ "name": "TotalCount",
2203
+ "type": "int",
2204
+ "value_allowed_null": false
2205
+ },
2206
+ {
2207
+ "document": "角色信息\n注意:此字段可能返回 null,表示取不到有效值。",
2208
+ "example": "无",
2209
+ "member": "ChannelRole",
2210
+ "name": "ChannelRoles",
2211
+ "type": "list",
2212
+ "value_allowed_null": true
2213
+ },
2214
+ {
2215
+ "document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
2216
+ "member": "string",
2217
+ "name": "RequestId",
2218
+ "type": "string"
2219
+ }
2220
+ ],
2221
+ "type": "object"
2222
+ },
1996
2223
  "ChannelGetTaskResultApiRequest": {
1997
2224
  "document": "ChannelGetTaskResultApi请求参数结构体",
1998
2225
  "members": [
@@ -2083,6 +2310,39 @@
2083
2310
  ],
2084
2311
  "type": "object"
2085
2312
  },
2313
+ "ChannelRole": {
2314
+ "document": "渠道角色信息",
2315
+ "members": [
2316
+ {
2317
+ "document": "角色id\n注意:此字段可能返回 null,表示取不到有效值。",
2318
+ "example": "无",
2319
+ "member": "string",
2320
+ "name": "RoleId",
2321
+ "required": false,
2322
+ "type": "string",
2323
+ "value_allowed_null": true
2324
+ },
2325
+ {
2326
+ "document": "角色名\n注意:此字段可能返回 null,表示取不到有效值。",
2327
+ "example": "无",
2328
+ "member": "string",
2329
+ "name": "RoleName",
2330
+ "required": false,
2331
+ "type": "string",
2332
+ "value_allowed_null": true
2333
+ },
2334
+ {
2335
+ "document": "角色状态:1-启用;2-禁用\n注意:此字段可能返回 null,表示取不到有效值。",
2336
+ "example": "无",
2337
+ "member": "uint64",
2338
+ "name": "RoleStatus",
2339
+ "required": false,
2340
+ "type": "int",
2341
+ "value_allowed_null": true
2342
+ }
2343
+ ],
2344
+ "usage": "out"
2345
+ },
2086
2346
  "ChannelUpdateSealStatusRequest": {
2087
2347
  "document": "ChannelUpdateSealStatus请求参数结构体",
2088
2348
  "members": [
@@ -2145,7 +2405,7 @@
2145
2405
  "document": "ChannelVerifyPdf请求参数结构体",
2146
2406
  "members": [
2147
2407
  {
2148
- "document": "合同Id,流程Id",
2408
+ "document": "流程ID",
2149
2409
  "example": "无",
2150
2410
  "member": "string",
2151
2411
  "name": "FlowId",
@@ -2183,7 +2443,7 @@
2183
2443
  "value_allowed_null": false
2184
2444
  },
2185
2445
  {
2186
- "document": "验签结果详情,内部状态1-验签成功,在电子签签署;2-验签成功,在其他平台签署;3-验签失败;4-pdf文件没有签名域\n;5-文件签名格式错误",
2446
+ "document": "验签结果详情,内部状态1-验签成功,在电子签签署;2-验签成功,在其他平台签署;3-验签失败;4-pdf文件没有签名域;5-文件签名格式错误",
2187
2447
  "example": "无",
2188
2448
  "member": "PdfVerifyResult",
2189
2449
  "name": "PdfVerifyResults",
@@ -3642,6 +3902,30 @@
3642
3902
  ],
3643
3903
  "usage": "out"
3644
3904
  },
3905
+ "FailedCreateRoleData": {
3906
+ "document": "绑定失败的用户角色信息",
3907
+ "members": [
3908
+ {
3909
+ "document": "用户userId\n注意:此字段可能返回 null,表示取不到有效值。",
3910
+ "example": "无",
3911
+ "member": "string",
3912
+ "name": "UserId",
3913
+ "required": false,
3914
+ "type": "string",
3915
+ "value_allowed_null": true
3916
+ },
3917
+ {
3918
+ "document": "角色RoleId列表\n注意:此字段可能返回 null,表示取不到有效值。",
3919
+ "example": "无",
3920
+ "member": "string",
3921
+ "name": "RoleIds",
3922
+ "required": false,
3923
+ "type": "list",
3924
+ "value_allowed_null": true
3925
+ }
3926
+ ],
3927
+ "usage": "out"
3928
+ },
3645
3929
  "Filter": {
3646
3930
  "document": "此结构体 (Filter) 用于描述查询过滤条件。",
3647
3931
  "members": [
@@ -3939,7 +4223,7 @@
3939
4223
  "value_allowed_null": false
3940
4224
  },
3941
4225
  {
3942
- "document": "签署人查看合同时认证方式, 1-实名查看 2-短信验证码查看(企业签署方不支持该方式) 如果不传默认为1\n查看合同的签署方式 Flow层级的优先于approver层级的",
4226
+ "document": "签署人查看合同时认证方式, 1-实名查看 2-短信验证码查看(企业签署方不支持该方式) 如果不传默认为1\n查看合同的认证方式 Flow层级的优先于approver层级的",
3943
4227
  "example": "[1,2]",
3944
4228
  "member": "int64",
3945
4229
  "name": "ApproverVerifyTypes",
@@ -134,6 +134,22 @@
134
134
  "title": "创建印章授权"
135
135
  }
136
136
  ],
137
+ "ChannelCreateUserRoles": [
138
+ {
139
+ "document": "示例",
140
+ "input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChannelCreateUserRoles\n<公共请求参数>\n\n{\n \"Operator\": {\n \"OpenId\": \"abc\",\n \"Channel\": \"abc\",\n \"CustomUserId\": \"abc\",\n \"ClientIp\": \"abc\",\n \"ProxyIp\": \"abc\"\n },\n \"Agent\": {\n \"AppId\": \"abc\",\n \"ProxyOrganizationOpenId\": \"abc\",\n \"ProxyOperator\": {\n \"OpenId\": \"abc\",\n \"Channel\": \"abc\",\n \"CustomUserId\": \"abc\",\n \"ClientIp\": \"abc\",\n \"ProxyIp\": \"abc\"\n },\n \"ProxyAppId\": \"abc\",\n \"ProxyOrganizationId\": \"abc\"\n },\n \"UserIds\": [\n \"abc\"\n ],\n \"RoleIds\": [\n \"abc\"\n ]\n}",
141
+ "output": "{\n \"Response\": {\n \"FailedCreateRoleData\": [],\n \"RequestId\": \"abc\"\n }\n}",
142
+ "title": "示例"
143
+ }
144
+ ],
145
+ "ChannelDeleteRoleUsers": [
146
+ {
147
+ "document": "解绑用户与角色绑定关系",
148
+ "input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChannelDeleteRoleUsers\n<公共请求参数>\n\n{\n \"Operator\": {\n \"OpenId\": \"abc\",\n \"Channel\": \"abc\",\n \"CustomUserId\": \"abc\",\n \"ClientIp\": \"abc\",\n \"ProxyIp\": \"abc\"\n },\n \"RoleId\": \"abc\",\n \"UserIds\": [\n \"abc\"\n ],\n \"Agent\": {\n \"AppId\": \"abc\",\n \"ProxyOrganizationOpenId\": \"abc\",\n \"ProxyOperator\": {\n \"OpenId\": \"abc\",\n \"Channel\": \"abc\",\n \"CustomUserId\": \"abc\",\n \"ClientIp\": \"abc\",\n \"ProxyIp\": \"abc\"\n },\n \"ProxyAppId\": \"abc\",\n \"ProxyOrganizationId\": \"abc\"\n }\n}",
149
+ "output": "{\n \"Response\": {\n \"RoleId\": \"abc\",\n \"RequestId\": \"abc\"\n }\n}",
150
+ "title": "解绑用户与角色关系"
151
+ }
152
+ ],
137
153
  "ChannelDeleteSealPolicies": [
138
154
  {
139
155
  "document": "删除指定印章下多个授权信息",
@@ -158,6 +174,14 @@
158
174
  "title": "查询子客企业电子印章"
159
175
  }
160
176
  ],
177
+ "ChannelDescribeRoles": [
178
+ {
179
+ "document": "示例",
180
+ "input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChannelDescribeRoles\n<公共请求参数>\n\n{\n \"Operator\": {\n \"OpenId\": \"abc\",\n \"Channel\": \"abc\",\n \"CustomUserId\": \"abc\",\n \"ClientIp\": \"abc\",\n \"ProxyIp\": \"abc\"\n },\n \"Agent\": {\n \"AppId\": \"abc\",\n \"ProxyOrganizationOpenId\": \"abc\",\n \"ProxyOperator\": {\n \"OpenId\": \"abc\",\n \"Channel\": \"abc\",\n \"CustomUserId\": \"abc\",\n \"ClientIp\": \"abc\",\n \"ProxyIp\": \"abc\"\n },\n \"ProxyAppId\": \"abc\",\n \"ProxyOrganizationId\": \"abc\"\n },\n \"Filters\": [\n {\n \"Key\": \"abc\",\n \"Values\": [\n \"abc\"\n ]\n }\n ],\n \"Offset\": 1,\n \"Limit\": \"abc\"\n}",
181
+ "output": "{\n \"Response\": {\n \"Offset\": 1,\n \"Limit\": 1,\n \"TotalCount\": 1,\n \"ChannelRoles\": [\n {\n \"RoleId\": \"abc\",\n \"RoleName\": \"abc\",\n \"RoleStatus\": \"abc\"\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
182
+ "title": "示例"
183
+ }
184
+ ],
161
185
  "ChannelGetTaskResultApi": [
162
186
  {
163
187
  "document": "查询文件转换任务",
@@ -1901,7 +1901,7 @@
1901
1901
  },
1902
1902
  {
1903
1903
  "default": "",
1904
- "document": "产品类型 填写 ( 0 普通产品 )",
1904
+ "document": "产品类型 填写 ( 0 普通产品 , 5 网关产品)",
1905
1905
  "example": "0",
1906
1906
  "member": "int64",
1907
1907
  "name": "ProductType",
@@ -1910,7 +1910,7 @@
1910
1910
  },
1911
1911
  {
1912
1912
  "default": "",
1913
- "document": "加密类型 加密类型,1表示证书认证,2表示签名认证。",
1913
+ "document": "加密类型 1表示证书认证,2表示秘钥认证,21表示TID认证-SE方式,22表示TID认证-软加固方式",
1914
1914
  "example": "1",
1915
1915
  "member": "string",
1916
1916
  "name": "EncryptionType",
@@ -1919,7 +1919,7 @@
1919
1919
  },
1920
1920
  {
1921
1921
  "default": "",
1922
- "document": "连接类型 可以填写 wifi cellular else",
1922
+ "document": "连接类型 可以填写 wifi、wifi-ble、cellular、5g、lorawan、ble、ethernet、wifi-ethernet、else、sub_zigbee、sub_ble、sub_433mhz、sub_else、sub_blemesh",
1923
1923
  "example": "wifi",
1924
1924
  "member": "string",
1925
1925
  "name": "NetType",
@@ -3848,7 +3848,6 @@
3848
3848
  "document": "DescribeStudioProduct请求参数结构体",
3849
3849
  "members": [
3850
3850
  {
3851
- "default": "",
3852
3851
  "document": "产品ID",
3853
3852
  "example": "M5AWDSEUYO",
3854
3853
  "member": "string",
@@ -3867,7 +3866,6 @@
3867
3866
  "example": "无",
3868
3867
  "member": "ProductEntry",
3869
3868
  "name": "Product",
3870
- "required": true,
3871
3869
  "type": "object",
3872
3870
  "value_allowed_null": false
3873
3871
  },
@@ -6678,7 +6676,6 @@
6678
6676
  "document": "ModifyStudioProduct请求参数结构体",
6679
6677
  "members": [
6680
6678
  {
6681
- "default": "",
6682
6679
  "document": "产品ID",
6683
6680
  "example": "4GDIU5HTEN",
6684
6681
  "member": "string",
@@ -6687,7 +6684,6 @@
6687
6684
  "type": "string"
6688
6685
  },
6689
6686
  {
6690
- "default": "",
6691
6687
  "document": "产品名称",
6692
6688
  "example": "testProduct",
6693
6689
  "member": "string",
@@ -6696,7 +6692,6 @@
6696
6692
  "type": "string"
6697
6693
  },
6698
6694
  {
6699
- "default": "",
6700
6695
  "document": "产品描述",
6701
6696
  "example": "Pdesc",
6702
6697
  "member": "string",
@@ -6705,7 +6700,6 @@
6705
6700
  "type": "string"
6706
6701
  },
6707
6702
  {
6708
- "default": "",
6709
6703
  "document": "模型ID",
6710
6704
  "example": "0",
6711
6705
  "member": "int64",
@@ -6714,13 +6708,20 @@
6714
6708
  "type": "int"
6715
6709
  },
6716
6710
  {
6717
- "default": "",
6718
6711
  "document": "是否打开二进制转Json功能, 取值为字符串 true/false",
6719
6712
  "example": "\"\"",
6720
6713
  "member": "string",
6721
6714
  "name": "EnableProductScript",
6722
6715
  "required": false,
6723
6716
  "type": "string"
6717
+ },
6718
+ {
6719
+ "document": "传1或者2;1代表强踢,2代表非强踢。传其它值不做任何处理",
6720
+ "example": "1",
6721
+ "member": "uint64",
6722
+ "name": "BindStrategy",
6723
+ "required": false,
6724
+ "type": "int"
6724
6725
  }
6725
6726
  ],
6726
6727
  "type": "object"
@@ -6733,7 +6734,6 @@
6733
6734
  "example": "无",
6734
6735
  "member": "ProductEntry",
6735
6736
  "name": "Product",
6736
- "required": true,
6737
6737
  "type": "object",
6738
6738
  "value_allowed_null": false
6739
6739
  },
@@ -7115,7 +7115,6 @@
7115
7115
  "document": "产品详情",
7116
7116
  "members": [
7117
7117
  {
7118
- "default": "",
7119
7118
  "document": "产品ID",
7120
7119
  "example": "1",
7121
7120
  "member": "string",
@@ -7125,7 +7124,6 @@
7125
7124
  "value_allowed_null": false
7126
7125
  },
7127
7126
  {
7128
- "default": "",
7129
7127
  "document": "产品名称",
7130
7128
  "example": "1",
7131
7129
  "member": "string",
@@ -7135,7 +7133,6 @@
7135
7133
  "value_allowed_null": false
7136
7134
  },
7137
7135
  {
7138
- "default": "",
7139
7136
  "document": "产品分组模板ID",
7140
7137
  "example": "0",
7141
7138
  "member": "int64",
@@ -7145,8 +7142,7 @@
7145
7142
  "value_allowed_null": false
7146
7143
  },
7147
7144
  {
7148
- "default": "",
7149
- "document": "加密类型",
7145
+ "document": "加密类型。1表示证书认证,2表示秘钥认证,21表示TID认证-SE方式,22表示TID认证-软加固方式",
7150
7146
  "example": "0",
7151
7147
  "member": "string",
7152
7148
  "name": "EncryptionType",
@@ -7155,8 +7151,7 @@
7155
7151
  "value_allowed_null": false
7156
7152
  },
7157
7153
  {
7158
- "default": "",
7159
- "document": "连接类型",
7154
+ "document": "连接类型。如:\nwifi、wifi-ble、cellular、5g、lorawan、ble、ethernet、wifi-ethernet、else、sub_zigbee、sub_ble、sub_433mhz、sub_else、sub_blemesh",
7160
7155
  "example": "0",
7161
7156
  "member": "string",
7162
7157
  "name": "NetType",
@@ -7165,8 +7160,7 @@
7165
7160
  "value_allowed_null": false
7166
7161
  },
7167
7162
  {
7168
- "default": "",
7169
- "document": "数据协议",
7163
+ "document": "数据协议 (1 使用物模型 2 为自定义类型)",
7170
7164
  "example": "0",
7171
7165
  "member": "int64",
7172
7166
  "name": "DataProtocol",
@@ -7175,7 +7169,6 @@
7175
7169
  "value_allowed_null": false
7176
7170
  },
7177
7171
  {
7178
- "default": "",
7179
7172
  "document": "产品描述",
7180
7173
  "example": "0",
7181
7174
  "member": "string",
@@ -7185,8 +7178,7 @@
7185
7178
  "value_allowed_null": false
7186
7179
  },
7187
7180
  {
7188
- "default": "",
7189
- "document": "状态",
7181
+ "document": "状态 如:all 全部, dev 开发中, audit 审核中 released 已发布",
7190
7182
  "example": "0",
7191
7183
  "member": "string",
7192
7184
  "name": "DevStatus",
@@ -7195,7 +7187,6 @@
7195
7187
  "value_allowed_null": false
7196
7188
  },
7197
7189
  {
7198
- "default": "",
7199
7190
  "document": "创建时间",
7200
7191
  "example": "0",
7201
7192
  "member": "uint64",
@@ -7205,7 +7196,6 @@
7205
7196
  "value_allowed_null": false
7206
7197
  },
7207
7198
  {
7208
- "default": "",
7209
7199
  "document": "更新时间",
7210
7200
  "example": "0",
7211
7201
  "member": "uint64",
@@ -7215,7 +7205,6 @@
7215
7205
  "value_allowed_null": false
7216
7206
  },
7217
7207
  {
7218
- "default": "",
7219
7208
  "document": "区域",
7220
7209
  "example": "0",
7221
7210
  "member": "string",
@@ -7225,8 +7214,7 @@
7225
7214
  "value_allowed_null": false
7226
7215
  },
7227
7216
  {
7228
- "default": "",
7229
- "document": "产品类型",
7217
+ "document": "产品类型。如: 0 普通产品 , 5 网关产品",
7230
7218
  "example": "0",
7231
7219
  "member": "int64",
7232
7220
  "name": "ProductType",
@@ -7235,7 +7223,6 @@
7235
7223
  "value_allowed_null": false
7236
7224
  },
7237
7225
  {
7238
- "default": "",
7239
7226
  "document": "项目ID",
7240
7227
  "example": "0",
7241
7228
  "member": "string",
@@ -7245,7 +7232,6 @@
7245
7232
  "value_allowed_null": false
7246
7233
  },
7247
7234
  {
7248
- "default": "",
7249
7235
  "document": "产品ModuleId",
7250
7236
  "example": "0",
7251
7237
  "member": "int64",
@@ -7255,7 +7241,6 @@
7255
7241
  "value_allowed_null": false
7256
7242
  },
7257
7243
  {
7258
- "default": "",
7259
7244
  "document": "是否使用脚本进行二进制转json功能 可以取值 true / false\n注意:此字段可能返回 null,表示取不到有效值。",
7260
7245
  "example": "1",
7261
7246
  "member": "string",
@@ -7265,7 +7250,6 @@
7265
7250
  "value_allowed_null": true
7266
7251
  },
7267
7252
  {
7268
- "default": "",
7269
7253
  "document": "创建人 UinId\n注意:此字段可能返回 null,表示取不到有效值。",
7270
7254
  "example": "1",
7271
7255
  "member": "int64",
@@ -7275,7 +7259,6 @@
7275
7259
  "value_allowed_null": true
7276
7260
  },
7277
7261
  {
7278
- "default": "",
7279
7262
  "document": "创建者昵称\n注意:此字段可能返回 null,表示取不到有效值。",
7280
7263
  "example": "1",
7281
7264
  "member": "string",
@@ -7283,6 +7266,15 @@
7283
7266
  "required": true,
7284
7267
  "type": "string",
7285
7268
  "value_allowed_null": true
7269
+ },
7270
+ {
7271
+ "document": "绑定策略(1:强踢;2:非强踢;0:表示无意义)\n注意:此字段可能返回 null,表示取不到有效值。",
7272
+ "example": "1",
7273
+ "member": "uint64",
7274
+ "name": "BindStrategy",
7275
+ "required": true,
7276
+ "type": "int",
7277
+ "value_allowed_null": true
7286
7278
  }
7287
7279
  ],
7288
7280
  "usage": "out"