tccli 3.0.846.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 (35) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/billing/v20180709/api.json +2 -20
  3. tccli/services/billing/v20180709/examples.json +2 -2
  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 +63 -46
  9. tccli/services/cdb/v20170320/examples.json +3 -3
  10. tccli/services/cdn/v20180606/api.json +1 -11
  11. tccli/services/cdn/v20180606/examples.json +1 -1
  12. tccli/services/cls/v20201016/api.json +44 -33
  13. tccli/services/cls/v20201016/examples.json +3 -3
  14. tccli/services/cvm/v20170312/api.json +2 -4
  15. tccli/services/ess/ess_client.py +212 -0
  16. tccli/services/ess/v20201111/api.json +456 -21
  17. tccli/services/ess/v20201111/examples.json +45 -1
  18. tccli/services/essbasic/v20210526/api.json +1 -1
  19. tccli/services/iotexplorer/v20190423/api.json +25 -33
  20. tccli/services/iotexplorer/v20190423/examples.json +9 -9
  21. tccli/services/monitor/v20180724/api.json +8 -0
  22. tccli/services/monitor/v20180724/examples.json +2 -2
  23. tccli/services/mps/v20190612/api.json +2 -7
  24. tccli/services/ocr/v20181119/api.json +45 -66
  25. tccli/services/ocr/v20181119/examples.json +16 -16
  26. tccli/services/tcss/v20201101/api.json +40 -7
  27. tccli/services/tcss/v20201101/examples.json +3 -3
  28. tccli/services/trtc/v20190722/api.json +41 -29
  29. tccli/services/trtc/v20190722/examples.json +10 -10
  30. {tccli-3.0.846.1.dist-info → tccli-3.0.847.1.dist-info}/METADATA +2 -2
  31. {tccli-3.0.846.1.dist-info → tccli-3.0.847.1.dist-info}/RECORD +35 -35
  32. {tccli-3.0.846.1.dist-info → tccli-3.0.847.1.dist-info}/LICENSE +0 -0
  33. {tccli-3.0.846.1.dist-info → tccli-3.0.847.1.dist-info}/WHEEL +0 -0
  34. {tccli-3.0.846.1.dist-info → tccli-3.0.847.1.dist-info}/entry_points.txt +0 -0
  35. {tccli-3.0.846.1.dist-info → tccli-3.0.847.1.dist-info}/top_level.txt +0 -0
@@ -122,6 +122,20 @@
122
122
  "title": "创建员工"
123
123
  }
124
124
  ],
125
+ "CreateIntegrationUserRoles": [
126
+ {
127
+ "document": "示例-主代子绑定角色",
128
+ "input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateIntegrationUserRoles\n<公共请求参数>\n\n{\n \"Agent\": {\n \"ProxyOrganizationId\": \"yDwcwUUgyg3ku4dcUnb2eQRA5tb3wCvJ\"\n },\n \"UserIds\": [\n \"yDwcwUUgyg3kuuemUnb2eQS1BsaTeVDP\"\n ],\n \"RoleIds\": [\n \"6fad1903eea5074122d6921046819037\"\n ],\n \"Operator\": {\n \"UserId\": \"yDwnHUUgygksdjwxUuMR3gQvehewF4C5\",\n \"ClientIp\": \"0.0.0.1\",\n \"Channel\": \"YUFU\"\n }\n}",
129
+ "output": "{\n \"Response\": {\n \"FailedCreateRoleData\": [],\n \"RequestId\": \"s1679478914712921175\"\n }\n}",
130
+ "title": "示例-主代子绑定角色"
131
+ },
132
+ {
133
+ "document": "示例-普通企业绑定角色",
134
+ "input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateIntegrationUserRoles\n<公共请求参数>\n\n{\n \"UserIds\": [\n \"y**************************************************s\",\n \"y**************************************************e\"\n ],\n \"RoleIds\": [\n \"0************************************************e\",\n \"f*************************************************b\"\n ],\n \"Operator\": {\n \"UserId\": \"y**********************************s\",\n \"ClientIp\": \"0.0.0.1\",\n \"Channel\": \"YUFU\"\n }\n}",
135
+ "output": "{\n \"Response\": {\n \"FailedCreateRoleData\": [\n {\n \"RoleIds\": [\n \"**************************************************\",\n \"**************************************************\"\n ],\n \"UserId\": \"*******************************************\"\n }\n ],\n \"RequestId\": \"s******************\"\n }\n}",
136
+ "title": "示例-普通企业绑定角色"
137
+ }
138
+ ],
125
139
  "CreateMultiFlowSignQRCode": [
126
140
  {
127
141
  "document": "创建一码多扫流程签署二维码",
@@ -192,6 +206,14 @@
192
206
  "title": "删除员工"
193
207
  }
194
208
  ],
209
+ "DeleteIntegrationRoleUsers": [
210
+ {
211
+ "document": "解绑用户角色",
212
+ "input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteIntegrationRoleUsers\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"abc\",\n \"Channel\": \"abc\",\n \"OpenId\": \"abc\",\n \"ClientIp\": \"abc\",\n \"ProxyIp\": \"abc\"\n },\n \"RoleId\": \"abc\",\n \"Users\": [\n {\n \"UserId\": \"abc\"\n }\n ],\n \"Agent\": {\n \"AppId\": \"abc\",\n \"ProxyAppId\": \"abc\",\n \"ProxyOrganizationId\": \"abc\",\n \"ProxyOperator\": \"abc\"\n }\n}",
213
+ "output": "{\n \"Response\": {\n \"RoleId\": \"abc\",\n \"RequestId\": \"abc\"\n }\n}",
214
+ "title": "解绑用户角色"
215
+ }
216
+ ],
195
217
  "DeleteSealPolicies": [
196
218
  {
197
219
  "document": "撤销指定印章授权",
@@ -248,7 +270,7 @@
248
270
  {
249
271
  "document": "查询企业模板列表",
250
272
  "input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeFlowTemplates\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"string\",\n \"ClientIp\": \"string\",\n \"Channel\": \"string\",\n \"OpenId\": \"\",\n \"ProxyIp\": \"string\"\n },\n \"Offset\": 0,\n \"Limit\": 20,\n \"ContentType\": 0,\n \"Filters\": [\n {\n \"Key\": \"template-id\",\n \"Values\": [\n \"16250***********49e047d8\"\n ]\n }\n ]\n}",
251
- "output": "{\n \"Response\": {\n \"Templates\": [\n {\n \"TemplateId\": \"162509******b1949e047d8\",\n \"TemplateName\": \"string\",\n \"Description\": \"XXXXX\",\n \"DocumentResourceIds\": [\n \"123456******7812345678\"\n ],\n \"FileInfos\": [\n {\n \"CreatedOn\": 1234567890,\n \"FileId\": \"0410049******2494f43bb\",\n \"FileName\": \"7530fbd040c*********26aaf-verify.pdf\",\n \"FileSize\": 45435\n }\n ],\n \"AttachmentResourceIds\": [\n \"string\"\n ],\n \"Promoter\": {\n \"RecipientId\": \"0\",\n \"RecipientType\": \"PROMOTER\",\n \"Description\": \"发起人角色\",\n \"RoleName\": \"发起人\",\n \"RequireValidation\": \"False\",\n \"RequireSign\": \"False\",\n \"RoutingOrder\": 0,\n \"RequireDelivery\": \"False\",\n \"Email\": \"123@tencent.com\",\n \"Mobile\": \"12332112345\",\n \"UserId\": \"\",\n \"DeliveryMethod\": \"email\",\n \"RecipientExtra\": \"\"\n },\n \"SignOrder\": [\n 0,\n 1\n ],\n \"Recipients\": [\n {\n \"RecipientId\": \"1\",\n \"RecipientType\": \"enterprise\",\n \"Description\": \"\",\n \"RoleName\": \"企业\",\n \"RequireValidation\": \"False\",\n \"RequireSign\": \"True\",\n \"RoutingOrder\": 0,\n \"RequireDelivery\": \"True\",\n \"Email\": \"123@tencent.com\",\n \"Mobile\": \"12332112345\",\n \"UserId\": \"\",\n \"DeliveryMethod\": \"email\",\n \"RecipientExtra\": \"\"\n },\n {\n \"RecipientId\": \"2\",\n \"RecipientType\": \"enterprise\",\n \"Description\": \"\",\n \"RoleName\": \"企业HR\",\n \"RequireValidation\": \"False\",\n \"RequireSign\": \"True\",\n \"RoutingOrder\": 0,\n \"RequireDelivery\": \"True\",\n \"Email\": \"123@tencent.com\",\n \"Mobile\": \"12332112345\",\n \"UserId\": \"\",\n \"DeliveryMethod\": \"email\",\n \"RecipientExtra\": \"\"\n }\n ],\n \"Components\": [\n {\n \"ComponentRecipientId\": \"1\",\n \"ComponentId\": \"string\",\n \"ComponentName\": \"string\",\n \"ComponentType\": \"string\",\n \"ComponentRequired\": true,\n \"ComponentWidth\": 1.1,\n \"ComponentHeight\": 12.142,\n \"ComponentPage\": 1,\n \"ComponentPosX\": 1241.15,\n \"ComponentPosY\": 125.12,\n \"ComponentExtra\": \"string\",\n \"FileIndex\": 0\n }\n ],\n \"SignComponents\": [\n {\n \"ComponentRecipientId\": \"1\",\n \"ComponentId\": \"string\",\n \"ComponentName\": \"string\",\n \"ComponentType\": \"string\",\n \"ComponentRequired\": true,\n \"ComponentWidth\": 1.1,\n \"ComponentHeight\": 12.142,\n \"ComponentPage\": 1,\n \"ComponentPosX\": 1241.15,\n \"ComponentPosY\": 125.12,\n \"ComponentExtra\": \"string\",\n \"FileIndex\": 0\n }\n ],\n \"Status\": 0\n }\n ],\n \"TotalCount\": 10,\n \"RequestId\": \"xx\"\n }\n}",
273
+ "output": "{\n \"Response\": {\n \"Templates\": [\n {\n \"TemplateId\": \"162509******b1949e047d8\",\n \"TemplateName\": \"string\",\n \"Description\": \"XXXXX\",\n \"DocumentResourceIds\": [\n \"123456******7812345678\"\n ],\n \"FileInfos\": [\n {\n \"CreatedOn\": 1234567890,\n \"FileId\": \"0410049******2494f43bb\",\n \"FileName\": \"7530fbd040c*********26aaf-verify.pdf\",\n \"FileSize\": 45435\n }\n ],\n \"AttachmentResourceIds\": [\n \"string\"\n ],\n \"Promoter\": {\n \"RecipientId\": \"0\",\n \"RecipientType\": \"PROMOTER\",\n \"Description\": \"发起人角色\",\n \"RoleName\": \"发起人\",\n \"RequireValidation\": \"False\",\n \"RequireSign\": \"False\",\n \"RoutingOrder\": 0,\n \"RequireDelivery\": \"False\",\n \"Email\": \"123@tencent.com\",\n \"Mobile\": \"12332112345\",\n \"UserId\": \"\",\n \"DeliveryMethod\": \"email\",\n \"RecipientExtra\": \"\"\n },\n \"SignOrder\": [\n 0,\n 1\n ],\n \"Recipients\": [\n {\n \"RecipientId\": \"1\",\n \"RecipientType\": \"enterprise\",\n \"Description\": \"\",\n \"RoleName\": \"企业\",\n \"RequireValidation\": \"False\",\n \"RequireSign\": \"True\",\n \"RoutingOrder\": 0,\n \"RequireDelivery\": \"True\",\n \"Email\": \"123@tencent.com\",\n \"Mobile\": \"12332112345\",\n \"UserId\": \"\",\n \"DeliveryMethod\": \"email\",\n \"RecipientExtra\": \"\"\n },\n {\n \"RecipientId\": \"2\",\n \"RecipientType\": \"enterprise\",\n \"Description\": \"\",\n \"RoleName\": \"企业HR\",\n \"RequireValidation\": \"False\",\n \"RequireSign\": \"True\",\n \"RoutingOrder\": 0,\n \"RequireDelivery\": \"True\",\n \"Email\": \"123@tencent.com\",\n \"Mobile\": \"12332112345\",\n \"UserId\": \"\",\n \"DeliveryMethod\": \"email\",\n \"RecipientExtra\": \"\"\n }\n ],\n \"Components\": [\n {\n \"ComponentRecipientId\": \"1\",\n \"ComponentId\": \"string\",\n \"ComponentName\": \"string\",\n \"ComponentType\": \"string\",\n \"ComponentRequired\": true,\n \"ComponentWidth\": 1.1,\n \"ComponentHeight\": 12.142,\n \"ComponentPage\": 1,\n \"ComponentPosX\": 1241.15,\n \"ComponentPosY\": 125.12,\n \"ComponentExtra\": \"string\",\n \"FileIndex\": 0\n }\n ],\n \"SignComponents\": [\n {\n \"ComponentRecipientId\": \"1\",\n \"ComponentId\": \"string\",\n \"ComponentName\": \"string\",\n \"ComponentType\": \"string\",\n \"ComponentRequired\": true,\n \"ComponentWidth\": 1.1,\n \"ComponentHeight\": 12.142,\n \"ComponentPage\": 1,\n \"ComponentPosX\": 1241.15,\n \"ComponentPosY\": 125.12,\n \"ComponentExtra\": \"string\",\n \"FileIndex\": 0\n }\n ],\n \"Status\": 0\n }\n ],\n \"TotalCount\": 10,\n \"RequestId\": \"test\"\n }\n}",
252
274
  "title": "模板查询接口"
253
275
  }
254
276
  ],
@@ -268,6 +290,20 @@
268
290
  "title": "示例1"
269
291
  }
270
292
  ],
293
+ "DescribeIntegrationRoles": [
294
+ {
295
+ "document": "示例-主代子查询",
296
+ "input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeIntegrationRoles\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Key\": \"RoleType\",\n \"Values\": [\n \"1\"\n ]\n }\n ],\n \"Agent\": {\n \"ProxyOrganizationId\": \"y**********************J\"\n },\n \"Operator\": {\n \"ClientIp\": \"0.0.0.1\",\n \"UserId\": \"y******************5\",\n \"Channel\": \"YUFU\"\n },\n \"Limit\": 1,\n \"Offset\": 0\n}",
297
+ "output": "{\n \"Response\": {\n \"IntegrateRoles\": [\n {\n \"IsGroupRole\": false,\n \"RoleId\": \"c*************************b\",\n \"RoleName\": \"超级管理员\",\n \"RoleStatus\": 1,\n \"SubOrgIdList\": []\n }\n ],\n \"Limit\": 1,\n \"Offset\": 0,\n \"RequestId\": \"s************************1\",\n \"TotalCount\": 8\n }\n}",
298
+ "title": "示例-主代子查询"
299
+ },
300
+ {
301
+ "document": "示例-普通企业查询",
302
+ "input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeIntegrationRoles\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Key\": \"RoleType\",\n \"Values\": [\n \"1\"\n ]\n }\n ],\n \"Operator\": {\n \"ClientIp\": \"0.0.0.1\",\n \"UserId\": \"y******************5\",\n \"Channel\": \"YUFU\"\n },\n \"Limit\": 5,\n \"Offset\": 0\n}",
303
+ "output": "{\n \"Response\": {\n \"IntegrateRoles\": [\n {\n \"IsGroupRole\": false,\n \"RoleId\": \"b4******************bf\",\n \"RoleName\": \"超级管理员\",\n \"RoleStatus\": 1,\n \"SubOrgIdList\": []\n },\n {\n \"IsGroupRole\": false,\n \"RoleId\": \"1**********************1\",\n \"RoleName\": \"企业印章管理员\",\n \"RoleStatus\": 1,\n \"SubOrgIdList\": []\n },\n {\n \"IsGroupRole\": false,\n \"RoleId\": \"2*********************0\",\n \"RoleName\": \"部门业务管理员\",\n \"RoleStatus\": 1,\n \"SubOrgIdList\": []\n },\n {\n \"IsGroupRole\": false,\n \"RoleId\": \"3**************************c\",\n \"RoleName\": \"业务员\",\n \"RoleStatus\": 1,\n \"SubOrgIdList\": []\n },\n {\n \"IsGroupRole\": false,\n \"RoleId\": \"a******************************9\",\n \"RoleName\": \"企业合同管理员\",\n \"RoleStatus\": 1,\n \"SubOrgIdList\": []\n }\n ],\n \"Limit\": 5,\n \"Offset\": 0,\n \"RequestId\": \"s*******************\",\n \"TotalCount\": 13\n }\n}",
304
+ "title": "示例-普通企业查询"
305
+ }
306
+ ],
271
307
  "DescribeOrganizationGroupOrganizations": [
272
308
  {
273
309
  "document": "查询集团下所有成员企业",
@@ -338,6 +374,14 @@
338
374
  "title": "发起流程"
339
375
  }
340
376
  ],
377
+ "UpdateIntegrationEmployees": [
378
+ {
379
+ "document": "更新员工名称,手机号",
380
+ "input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateIntegrationEmployees\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"abc\",\n \"Channel\": \"abc\",\n \"OpenId\": \"abc\",\n \"ClientIp\": \"abc\",\n \"ProxyIp\": \"abc\"\n },\n \"Agent\": {\n \"AppId\": \"abc\",\n \"ProxyAppId\": \"abc\",\n \"ProxyOrganizationId\": \"abc\",\n \"ProxyOperator\": \"abc\"\n },\n \"Employees\": [\n {\n \"UserId\": \"abc\",\n \"DisplayName\": \"abc\",\n \"Mobile\": \"abc\",\n \"Email\": \"abc\"\n }\n ]\n}",
381
+ "output": "{\n \"Response\": {\n \"SuccessEmployeeData\": [\n {\n \"DisplayName\": \"abc\",\n \"Mobile\": \"abc\",\n \"UserId\": \"abc\"\n }\n ],\n \"FailedEmployeeData\": [],\n \"RequestId\": \"abc\"\n }\n}",
382
+ "title": "更新员工信息"
383
+ }
384
+ ],
341
385
  "UploadFiles": [
342
386
  {
343
387
  "document": "上传印章",
@@ -4223,7 +4223,7 @@
4223
4223
  "value_allowed_null": false
4224
4224
  },
4225
4225
  {
4226
- "document": "签署人查看合同时认证方式, 1-实名查看 2-短信验证码查看(企业签署方不支持该方式) 如果不传默认为1\n查看合同的签署方式 Flow层级的优先于approver层级的",
4226
+ "document": "签署人查看合同时认证方式, 1-实名查看 2-短信验证码查看(企业签署方不支持该方式) 如果不传默认为1\n查看合同的认证方式 Flow层级的优先于approver层级的",
4227
4227
  "example": "[1,2]",
4228
4228
  "member": "int64",
4229
4229
  "name": "ApproverVerifyTypes",
@@ -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"
@@ -149,8 +149,8 @@
149
149
  "CreateStudioProduct": [
150
150
  {
151
151
  "document": "",
152
- "input": "https://iotexplorer.tencentcloudapi.com/?Action=CreateStudioProduct\n&ProductName=name\n&CategoryId=10\n&ProductType=0\n&EncryptionType=1\n&NetType=wifi\n&DataProtocol=1\n&ProductDesc=desc\n&ProjectId=prj-zunfat46\n&<公共请求参数>",
153
- "output": "{\n \"Response\": {\n \"Product\": {\n \"DevStatus\": \"xx\",\n \"EncryptionType\": \"xx\",\n \"DataProtocol\": 1,\n \"ProjectId\": \"xx\",\n \"Region\": \"xx\",\n \"ModuleId\": 0,\n \"EnableProductScript\": \"xx\",\n \"UpdateTime\": 1,\n \"ProductName\": \"xx\",\n \"CreateUserId\": 0,\n \"ProductDesc\": \"xx\",\n \"NetType\": \"xx\",\n \"ProductType\": 0,\n \"CreatorNickName\": \"xx\",\n \"CreateTime\": 1,\n \"CategoryId\": 10,\n \"ProductId\": \"xx\"\n },\n \"RequestId\": \"xx\"\n }\n}",
152
+ "input": "POST / HTTP/1.1\nHost: iotexplorer.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateStudioProduct\n<公共请求参数>\n\n{\n \"EncryptionType\": \"1\",\n \"DataProtocol\": \"1\",\n \"ProjectId\": \"prj-zunfat46\",\n \"ProductName\": \"name\",\n \"ProductDesc\": \"desc\",\n \"NetType\": \"wifi\",\n \"ProductType\": \"0\",\n \"CategoryId\": \"10\"\n}",
153
+ "output": "{\n \"Response\": {\n \"Product\": {\n \"DevStatus\": \"xx\",\n \"EncryptionType\": \"xx\",\n \"DataProtocol\": 1,\n \"ProjectId\": \"xx\",\n \"Region\": \"xx\",\n \"ModuleId\": 0,\n \"EnableProductScript\": \"xx\",\n \"UpdateTime\": 1,\n \"ProductName\": \"xx\",\n \"CreateUserId\": 0,\n \"ProductDesc\": \"xx\",\n \"NetType\": \"xx\",\n \"ProductType\": 0,\n \"CreatorNickName\": \"xx\",\n \"CreateTime\": 1,\n \"BindStrategy\": 0,\n \"CategoryId\": 10,\n \"ProductId\": \"xx\"\n },\n \"RequestId\": \"xx\"\n }\n}",
154
154
  "title": "新建产品"
155
155
  }
156
156
  ],
@@ -414,7 +414,7 @@
414
414
  {
415
415
  "document": "获取产品详情",
416
416
  "input": "https://iotexplorer.tencentcloudapi.com/?Action=DescribeStudioProduct\n&ProductId=M5AWDSEUYO\n&<公共请求参数>",
417
- "output": "{\n \"Response\": {\n \"Product\": {\n \"ProductId\": \"M5AWDSEUYO\",\n \"ProductName\": \"testtproduct\",\n \"CategoryId\": 3,\n \"ProductType\": 0,\n \"EncryptionType\": \"2\",\n \"NetType\": \"else\",\n \"DataProtocol\": 1,\n \"ProductDesc\": \"desc\",\n \"ProjectId\": \"prj-zunfat46\",\n \"DevStatus\": \"dev\",\n \"EnableProductScript\": \"xx\",\n \"CreateTime\": 1560341975,\n \"UpdateTime\": 1560341975,\n \"Region\": \"gz\",\n \"ModuleId\": 0,\n \"CreateUserId\": 1,\n \"CreatorNickName\": \"test\"\n },\n \"RequestId\": \"1c469fbf-d80c-4299-9b54-31340898b839\"\n }\n}",
417
+ "output": "{\n \"Response\": {\n \"Product\": {\n \"ProductId\": \"M5AWDSEUYO\",\n \"ProductName\": \"testtproduct\",\n \"CategoryId\": 3,\n \"ProductType\": 0,\n \"EncryptionType\": \"2\",\n \"NetType\": \"else\",\n \"DataProtocol\": 1,\n \"ProductDesc\": \"desc\",\n \"ProjectId\": \"prj-zunfat46\",\n \"DevStatus\": \"dev\",\n \"EnableProductScript\": \"true\",\n \"CreateTime\": 1560341975,\n \"UpdateTime\": 1560341975,\n \"Region\": \"gz\",\n \"ModuleId\": 0,\n \"CreateUserId\": 1,\n \"BindStrategy\": 0,\n \"CreatorNickName\": \"test\"\n },\n \"RequestId\": \"1c469fbf-d80c-4299-9b54-31340898b839\"\n }\n}",
418
418
  "title": "获取产品详情"
419
419
  }
420
420
  ],
@@ -547,8 +547,8 @@
547
547
  "GetStudioProductList": [
548
548
  {
549
549
  "document": "获取产品列表",
550
- "input": "https://iotexplorer.tencentcloudapi.com/?Action=GetStudioProductList\n&ProjectId=prj-zunfat46\n&DevStatus=dev\n&Offset=0\n&Limit=0\n&<公共请求参数>",
551
- "output": "{\n \"Response\": {\n \"Products\": [\n {\n \"ProductId\": \"4GDIU5HTEN\",\n \"ProductName\": \"testproduct\",\n \"CategoryId\": 3,\n \"ProductType\": 0,\n \"EncryptionType\": \"2\",\n \"NetType\": \"else\",\n \"DataProtocol\": 1,\n \"ProductDesc\": \"desc\",\n \"ProjectId\": \"prj-zunfat46\",\n \"DevStatus\": \"dev\",\n \"CreateTime\": 1560341825,\n \"UpdateTime\": 1560341825,\n \"Region\": \"gz\",\n \"ModuleId\": 0,\n \"EnableProductScript\": \"e\",\n \"CreateUserId\": 100034,\n \"CreatorNickName\": \"-\"\n }\n ],\n \"RequestId\": \"55e612b3-ed75-44fe-b141-1c1a35d9a0da\",\n \"Total\": 2\n }\n}",
550
+ "input": "POST / HTTP/1.1\nHost: iotexplorer.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetStudioProductList\n<公共请求参数>\n\n{\n \"ProjectId\": \"prj-zunfat46\",\n \"DevStatus\": \"dev\",\n \"Limit\": \"0\",\n \"Offset\": \"0\"\n}",
551
+ "output": "{\n \"Response\": {\n \"Products\": [\n {\n \"ProductId\": \"4GDIU5HTEN\",\n \"ProductName\": \"testproduct\",\n \"CategoryId\": 3,\n \"ProductType\": 0,\n \"EncryptionType\": \"2\",\n \"NetType\": \"else\",\n \"DataProtocol\": 1,\n \"ProductDesc\": \"desc\",\n \"ProjectId\": \"prj-zunfat46\",\n \"DevStatus\": \"dev\",\n \"CreateTime\": 1560341825,\n \"UpdateTime\": 1560341825,\n \"Region\": \"gz\",\n \"ModuleId\": 0,\n \"EnableProductScript\": \"e\",\n \"BindStrategy\": 0,\n \"CreateUserId\": 100034,\n \"CreatorNickName\": \"-\"\n }\n ],\n \"RequestId\": \"55e612b3-ed75-44fe-b141-1c1a35d9a0da\",\n \"Total\": 2\n }\n}",
552
552
  "title": "获取产品列表"
553
553
  }
554
554
  ],
@@ -651,8 +651,8 @@
651
651
  "ModifyStudioProduct": [
652
652
  {
653
653
  "document": "修改产品名称和描述等信息",
654
- "input": "https://iotexplorer.tencentcloudapi.com/?Action=ModifyStudioProduct\n&ProductId=4GDIU5HTEN\n&ProductName=testProduct\n&ProductDesc=Pdesc\n&ModuleId=0\n&<公共请求参数>",
655
- "output": "{\n \"Response\": {\n \"Product\": {\n \"DevStatus\": \"xx\",\n \"EncryptionType\": \"xx\",\n \"DataProtocol\": 1,\n \"ProjectId\": \"xx\",\n \"Region\": \"xx\",\n \"ModuleId\": 0,\n \"EnableProductScript\": \"xx\",\n \"UpdateTime\": 1,\n \"ProductName\": \"xx\",\n \"CreateUserId\": 0,\n \"ProductDesc\": \"xx\",\n \"NetType\": \"xx\",\n \"ProductType\": 0,\n \"CreatorNickName\": \"xx\",\n \"CreateTime\": 1,\n \"CategoryId\": 3,\n \"ProductId\": \"xx\"\n },\n \"RequestId\": \"xx\"\n }\n}",
654
+ "input": "POST / HTTP/1.1\nHost: iotexplorer.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyStudioProduct\n<公共请求参数>\n\n{\n \"BindStrategy\": \"1\",\n \"ModuleId\": \"0\",\n \"ProductName\": \"testProduct\",\n \"ProductDesc\": \"Pdesc\",\n \"ProductId\": \"4GDIU5HTEN\"\n}",
655
+ "output": "{\n \"Response\": {\n \"Product\": {\n \"DevStatus\": \"dev\",\n \"EncryptionType\": \"2\",\n \"DataProtocol\": 1,\n \"ProjectId\": \"prj-zunfat46\",\n \"Region\": \"gz\",\n \"ModuleId\": 0,\n \"EnableProductScript\": \"true\",\n \"UpdateTime\": 1,\n \"ProductName\": \"testProduct\",\n \"CreateUserId\": 0,\n \"ProductDesc\": \"test\",\n \"NetType\": \"else\",\n \"ProductType\": 0,\n \"CreatorNickName\": \"test\",\n \"CreateTime\": 1,\n \"CategoryId\": 3,\n \"BindStrategy\": 0,\n \"ProductId\": \"4GDIU5HTEN\"\n },\n \"RequestId\": \"1c469fbf-d80c-4299-9b54-31340898b839\"\n }\n}",
656
656
  "title": "修改产品"
657
657
  }
658
658
  ],
@@ -721,8 +721,8 @@
721
721
  "SearchStudioProduct": [
722
722
  {
723
723
  "document": "搜索产品",
724
- "input": "https://iotexplorer.tencentcloudapi.com/?Action=SearchStudioProduct\n&ProjectId=prj-zunfat46\n&ProductName=testtproduct\n&Limit=0\n&Offset=0\n&DevStatus=dev\n&<公共请求参数>",
725
- "output": "{\n \"Response\": {\n \"Total\": 1,\n \"Products\": [\n {\n \"DevStatus\": \"dev\",\n \"EncryptionType\": \"2\",\n \"DataProtocol\": 1,\n \"ProjectId\": \"prj-zunfat46\",\n \"Region\": \"gz\",\n \"EnableProductScript\": \"\",\n \"UpdateTime\": 1560341975,\n \"ProductName\": \"testtproduct\",\n \"ProductDesc\": \"desc\",\n \"NetType\": \"else\",\n \"ProductType\": 0,\n \"ModuleId\": 0,\n \"CreateTime\": 1560341975,\n \"CategoryId\": 3,\n \"CreateUserId\": 0,\n \"CreatorNickName\": \"xx\",\n \"ProductId\": \"BJQM4UXMKN\"\n }\n ],\n \"RequestId\": \"0935a11f-a172-4bd8-8bae-f143444aaff3\"\n }\n}",
724
+ "input": "POST / HTTP/1.1\nHost: iotexplorer.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SearchStudioProduct\n<公共请求参数>\n\n{\n \"ProjectId\": \"prj-zunfat46\",\n \"DevStatus\": \"dev\",\n \"Offset\": \"0\",\n \"Limit\": \"0\",\n \"ProductName\": \"testtproduct\"\n}",
725
+ "output": "{\n \"Response\": {\n \"Total\": 1,\n \"Products\": [\n {\n \"DevStatus\": \"dev\",\n \"EncryptionType\": \"2\",\n \"DataProtocol\": 1,\n \"ProjectId\": \"prj-zunfat46\",\n \"Region\": \"gz\",\n \"EnableProductScript\": \"\",\n \"UpdateTime\": 1560341975,\n \"ProductName\": \"testtproduct\",\n \"ProductDesc\": \"desc\",\n \"NetType\": \"else\",\n \"ProductType\": 0,\n \"ModuleId\": 0,\n \"CreateTime\": 1560341975,\n \"BindStrategy\": 0,\n \"CategoryId\": 3,\n \"CreateUserId\": 0,\n \"CreatorNickName\": \"xx\",\n \"ProductId\": \"BJQM4UXMKN\"\n }\n ],\n \"RequestId\": \"0935a11f-a172-4bd8-8bae-f143444aaff3\"\n }\n}",
726
726
  "title": "搜索产品"
727
727
  }
728
728
  ],
@@ -10173,6 +10173,14 @@
10173
10173
  "type": "int",
10174
10174
  "value_allowed_null": false
10175
10175
  },
10176
+ {
10177
+ "document": "是否为首次绑定,需要安装预聚合规则",
10178
+ "example": "false",
10179
+ "member": "bool",
10180
+ "name": "IsFirstBind",
10181
+ "type": "bool",
10182
+ "value_allowed_null": false
10183
+ },
10176
10184
  {
10177
10185
  "document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
10178
10186
  "member": "string",
@@ -657,8 +657,8 @@
657
657
  "DescribePrometheusClusterAgents": [
658
658
  {
659
659
  "document": "拉取agent信息",
660
- "input": "POST / HTTP/1.1\nHost: monitor.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePrometheusClusterAgents\n<公共请求参数>\n\n{\n \"InstanceId\": \"xx\",\n \"Limit\": 1,\n \"Offset\": 1\n}",
661
- "output": "{\n \"Response\": {\n \"Total\": 1,\n \"Agents\": [\n {\n \"Status\": \"xx\",\n \"ClusterName\": \"xx\",\n \"ExternalLabels\": [\n {\n \"Name\": \"xx\",\n \"Value\": \"xx\"\n }\n ],\n \"ClusterId\": \"xx\",\n \"ClusterType\": \"xx\",\n \"Region\": \"xx\",\n \"VpcId\": \"xx\",\n \"FailedReason\": \"xx\"\n }\n ],\n \"RequestId\": \"xx\"\n }\n}",
660
+ "input": "POST / HTTP/1.1\nHost: monitor.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePrometheusClusterAgents\n<公共请求参数>\n\n{\n \"InstanceId\": \"abc\",\n \"Limit\": 1,\n \"Offset\": 1\n}",
661
+ "output": "{\n \"Response\": {\n \"Total\": 1,\n \"IsFirstBind\": true,\n \"Agents\": [\n {\n \"Status\": \"abc\",\n \"ClusterName\": \"abc\",\n \"ExternalLabels\": [\n {\n \"Name\": \"abc\",\n \"Value\": \"abc\"\n }\n ],\n \"ClusterId\": \"abc\",\n \"ClusterType\": \"abc\",\n \"Region\": \"abc\",\n \"VpcId\": \"abc\",\n \"FailedReason\": \"abc\"\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
662
662
  "title": "拉取agent信息"
663
663
  }
664
664
  ],
@@ -12971,8 +12971,7 @@
12971
12971
  "document": "直播流 AI 审核结果",
12972
12972
  "members": [
12973
12973
  {
12974
- "default": "",
12975
- "document": "审核结果的类型,可以取的值有:\n<li>ImagePorn:图片鉴黄</li>\n<li>ImageTerrorism:图片涉敏</li>\n<li>ImagePolitical:图片涉敏</li>\n<li>PornVoice:声音鉴黄</li>",
12974
+ "document": "审核结果的类型,可以取的值有:\n<li>ImagePorn:图片鉴黄</li>\n<li>ImageTerrorism:图片涉敏</li>\n<li>ImagePolitical:图片涉敏</li>\n<li>VoicePorn:声音违规</li>",
12976
12975
  "example": "\"\"",
12977
12976
  "member": "string",
12978
12977
  "name": "Type",
@@ -12981,7 +12980,6 @@
12981
12980
  "value_allowed_null": false
12982
12981
  },
12983
12982
  {
12984
- "default": "",
12985
12983
  "document": "图片鉴黄的结果,当 Type 为 ImagePorn 时有效。",
12986
12984
  "example": "无",
12987
12985
  "member": "LiveStreamAiReviewImagePornResult",
@@ -12991,7 +12989,6 @@
12991
12989
  "value_allowed_null": false
12992
12990
  },
12993
12991
  {
12994
- "default": "",
12995
12992
  "document": "图片涉敏的结果,当 Type 为 ImageTerrorism 时有效。",
12996
12993
  "example": "无",
12997
12994
  "member": "LiveStreamAiReviewImageTerrorismResult",
@@ -13001,7 +12998,6 @@
13001
12998
  "value_allowed_null": false
13002
12999
  },
13003
13000
  {
13004
- "default": "",
13005
13001
  "document": "图片涉敏的结果,当 Type 为 ImagePolitical 时有效。",
13006
13002
  "example": "无",
13007
13003
  "member": "LiveStreamAiReviewImagePoliticalResult",
@@ -13011,8 +13007,7 @@
13011
13007
  "value_allowed_null": false
13012
13008
  },
13013
13009
  {
13014
- "default": "",
13015
- "document": "声音鉴黄的结果,当 Type 为 PornVoice 时有效。",
13010
+ "document": "声音违规的结果,当 Type 为 VoicePorn 时有效。",
13016
13011
  "example": "无",
13017
13012
  "member": "LiveStreamAiReviewVoicePornResult",
13018
13013
  "name": "VoicePornResultSet",