tccli 3.0.1102.1__py2.py3-none-any.whl → 3.0.1104.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 (102) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/examples/aiart/v20221229/ImageToImage.md +1 -1
  3. tccli/examples/csip/v20221121/DescribeDbAssets.md +7 -0
  4. tccli/examples/csip/v20221121/DescribeOrganizationUserInfo.md +12 -1
  5. tccli/examples/cwp/v20180228/DescribePublicProxyInstallCommand.md +4 -4
  6. tccli/examples/cynosdb/v20190107/CreateCLSDelivery.md +18 -0
  7. tccli/examples/cynosdb/v20190107/DeleteCLSDelivery.md +18 -0
  8. tccli/examples/cynosdb/v20190107/DescribeInstanceCLSLogDelivery.md +18 -0
  9. tccli/examples/cynosdb/v20190107/StartCLSDelivery.md +18 -0
  10. tccli/examples/cynosdb/v20190107/StopCLSDelivery.md +18 -0
  11. tccli/examples/ess/v20201111/CreateUserVerifyUrl.md +29 -0
  12. tccli/examples/ess/v20201111/DescribeUserVerifyStatus.md +23 -0
  13. tccli/examples/hai/v20230812/DescribeInstances.md +3 -2
  14. tccli/examples/hunyuan/v20230901/QueryHunyuanImageJob.md +33 -0
  15. tccli/examples/hunyuan/v20230901/SubmitHunyuanImageJob.md +21 -0
  16. tccli/examples/iotexplorer/v20190423/CreateTRTCSignaturesWithRoomId.md +30 -0
  17. tccli/examples/iotexplorer/v20190423/DescribeCloudStorageAIServiceTask.md +36 -0
  18. tccli/examples/iotexplorer/v20190423/DescribeCloudStorageAIServiceTasks.md +3 -0
  19. tccli/examples/iotexplorer/v20190423/DismissRoomByStrRoomIdFromTRTC.md +20 -0
  20. tccli/examples/iotexplorer/v20190423/GenerateCloudStorageAIServiceTaskFileURL.md +24 -0
  21. tccli/examples/iotexplorer/v20190423/RemoveUserByRoomIdFromTRTC.md +21 -0
  22. tccli/examples/lighthouse/v20200324/DescribeInstancesDeniedActions.md +11 -6
  23. tccli/examples/live/v20180801/DescribeLivePadProcessorList.md +25 -0
  24. tccli/examples/live/v20180801/StopLivePadProcessor.md +23 -0
  25. tccli/examples/mrs/v20200910/DrugInstructionObject.md +98 -0
  26. tccli/examples/ssl/v20191205/DescribeDownloadCertificateUrl.md +23 -0
  27. tccli/examples/tke/v20220501/CreateNodePool.md +33 -0
  28. tccli/examples/tke/v20220501/DeleteNodePool.md +21 -0
  29. tccli/examples/tke/v20220501/DescribeNodePools.md +9 -3
  30. tccli/examples/tke/v20220501/ModifyNodePool.md +32 -0
  31. tccli/examples/waf/v20180125/CreateIpAccessControl.md +27 -0
  32. tccli/examples/waf/v20180125/DeleteIpAccessControlV2.md +25 -0
  33. tccli/examples/waf/v20180125/ImportIpAccessControl.md +30 -0
  34. tccli/examples/waf/v20180125/ModifyIpAccessControl.md +28 -0
  35. tccli/services/aiart/v20221229/api.json +3 -3
  36. tccli/services/aiart/v20221229/examples.json +1 -1
  37. tccli/services/apm/v20210622/api.json +1 -1
  38. tccli/services/batch/v20170312/api.json +1 -1
  39. tccli/services/billing/v20180709/api.json +2 -2
  40. tccli/services/captcha/v20190722/api.json +2 -2
  41. tccli/services/ccc/v20200210/api.json +3 -3
  42. tccli/services/cdb/v20170320/api.json +2 -2
  43. tccli/services/clb/v20180317/api.json +2 -2
  44. tccli/services/cls/v20201016/api.json +2 -2
  45. tccli/services/csip/v20221121/api.json +80 -2
  46. tccli/services/csip/v20221121/examples.json +4 -4
  47. tccli/services/cvm/v20170312/api.json +1 -1
  48. tccli/services/cwp/v20180228/api.json +17 -5
  49. tccli/services/cwp/v20180228/examples.json +2 -2
  50. tccli/services/cynosdb/cynosdb_client.py +269 -4
  51. tccli/services/cynosdb/v20190107/api.json +131 -0
  52. tccli/services/cynosdb/v20190107/examples.json +40 -0
  53. tccli/services/dlc/v20210125/api.json +70 -1
  54. tccli/services/ess/ess_client.py +110 -4
  55. tccli/services/ess/v20201111/api.json +185 -5
  56. tccli/services/ess/v20201111/examples.json +16 -0
  57. tccli/services/essbasic/v20210526/api.json +4 -4
  58. tccli/services/faceid/v20180301/api.json +1 -1
  59. tccli/services/fmu/v20191213/api.json +1 -1
  60. tccli/services/hai/v20230812/api.json +2 -2
  61. tccli/services/hai/v20230812/examples.json +1 -1
  62. tccli/services/hunyuan/hunyuan_client.py +110 -4
  63. tccli/services/hunyuan/v20230901/api.json +188 -4
  64. tccli/services/hunyuan/v20230901/examples.json +16 -0
  65. tccli/services/iotexplorer/iotexplorer_client.py +298 -33
  66. tccli/services/iotexplorer/v20190423/api.json +359 -20
  67. tccli/services/iotexplorer/v20190423/examples.json +41 -1
  68. tccli/services/iss/v20230517/api.json +10 -0
  69. tccli/services/lighthouse/v20200324/api.json +45 -33
  70. tccli/services/lighthouse/v20200324/examples.json +3 -3
  71. tccli/services/live/live_client.py +114 -8
  72. tccli/services/live/v20180801/api.json +124 -0
  73. tccli/services/live/v20180801/examples.json +16 -0
  74. tccli/services/lke/v20231130/api.json +109 -3
  75. tccli/services/mrs/mrs_client.py +53 -0
  76. tccli/services/mrs/v20200910/api.json +1649 -415
  77. tccli/services/mrs/v20200910/examples.json +8 -0
  78. tccli/services/ocr/v20181119/api.json +1 -1
  79. tccli/services/rce/rce_client.py +0 -53
  80. tccli/services/rce/v20201103/api.json +0 -197
  81. tccli/services/rce/v20201103/examples.json +0 -8
  82. tccli/services/ssl/ssl_client.py +57 -4
  83. tccli/services/ssl/v20191205/api.json +63 -0
  84. tccli/services/ssl/v20191205/examples.json +8 -0
  85. tccli/services/ssm/v20190923/api.json +1 -1
  86. tccli/services/tdmq/v20200217/api.json +40 -10
  87. tccli/services/teo/v20220901/api.json +34 -0
  88. tccli/services/tke/tke_client.py +171 -12
  89. tccli/services/tke/v20180525/api.json +1 -1
  90. tccli/services/tke/v20220501/api.json +1403 -86
  91. tccli/services/tke/v20220501/examples.json +25 -1
  92. tccli/services/trtc/v20190722/api.json +6 -9
  93. tccli/services/tse/v20201207/api.json +2 -2
  94. tccli/services/vpc/v20170312/api.json +1 -0
  95. tccli/services/waf/v20180125/api.json +396 -0
  96. tccli/services/waf/v20180125/examples.json +32 -0
  97. tccli/services/waf/waf_client.py +216 -4
  98. {tccli-3.0.1102.1.dist-info → tccli-3.0.1104.1.dist-info}/METADATA +2 -2
  99. {tccli-3.0.1102.1.dist-info → tccli-3.0.1104.1.dist-info}/RECORD +102 -77
  100. {tccli-3.0.1102.1.dist-info → tccli-3.0.1104.1.dist-info}/WHEEL +0 -0
  101. {tccli-3.0.1102.1.dist-info → tccli-3.0.1104.1.dist-info}/entry_points.txt +0 -0
  102. {tccli-3.0.1102.1.dist-info → tccli-3.0.1104.1.dist-info}/license_files/LICENSE +0 -0
@@ -11450,7 +11450,7 @@
11450
11450
  },
11451
11451
  {
11452
11452
  "disabled": false,
11453
- "document": "接收者。\n当ReceiverType为Uin时,ReceiverIds的值为用户id。[子用户信息查询](https://cloud.tencent.com/document/product/598/36258)\n当ReceiverType为Group时,ReceiverIds的值为用户组id。[CAM用户组](https://cloud.tencent.com/document/product/598/14985)",
11453
+ "document": "接收者。\n当ReceiverType为Uin时,ReceiverIds的值为用户uid。[子用户信息查询](https://cloud.tencent.com/document/api/598/53486)\n当ReceiverType为Group时,ReceiverIds的值为用户组id。[CAM用户组](https://cloud.tencent.com/document/product/598/14985)",
11454
11454
  "example": "[1234,2345]",
11455
11455
  "member": "int64",
11456
11456
  "name": "ReceiverIds",
@@ -11533,7 +11533,7 @@
11533
11533
  },
11534
11534
  {
11535
11535
  "disabled": false,
11536
- "document": "匹配规则 JSON串。\n**rule格式为如下嵌套结构体JSON字符串**\n```\n{\n \"Value\": \"AND\",\n \"Type\": \"Operation\",\n \"Children\": [\n {\n \"Value\": \"OR\",\n \"Type\": \"Operation\",\n \"Children\": [\n {\n \"Type\": \"Condition\",\n \"Value\": \"Level\",\n \"Children\": [\n {\n \"Value\": \"In\",\n \"Type\": \"Compare\"\n },\n {\n \"Value\": \"[1,0]\",\n \"Type\": \"Value\"\n }\n ]\n },\n {\n \"Type\": \"Condition\",\n \"Value\": \"Level\",\n \"Children\": [\n {\n \"Value\": \"NotIn\",\n \"Type\": \"Compare\"\n },\n {\n \"Value\": \"[2]\",\n \"Type\": \"Value\"\n }\n ]\n }\n ]\n }\n ]\n}\n```\n**rule规则树限制规则如下**:\n- 顶层rule中Type可取值:`Condition`,`Operation`\n- Type为`Operation`的子节点支持的Type可取值:`Condition`,`Operation`\n- Type为`Condition`的子节点支持的Type可取值:`String`,`Compare`,`Array`,`TimeRange`,`Value`,`Key`\n- 其他Type无子节点\n- 当rule Type为`Operation`时,value可取值:`AND`,`OR`\n- 当rule Type为`Condition`时,value不可为空,子节点个数不能小于2\n - 当子节点Type为 `Compare` 时,value可取值:`>`,`<`,`>=`,`<=`,`=`,`!=`,`Between`,`NotBetween`,`=~`,`!=~`,`In`,`NotIn`\n - value为`Between`,`NotBetween`时,下一个子节点value必须是长度为2的数组\n - value为`=~`,`!=~`时,下一个子节点value必须是一个正则表达式\n - value为`In`,`NotIn`时, 下一个子节点value必须是一个数组\n\n**业务参数含义**:\n- Type:Condition 表示是规则条件,Value:Level 表示告警等级\n - 子节点Type支持`Compare`,Value支持`In`,`NotIn`\n - 下一个子节点value支持的值:0(警告),1(提醒),2 (紧急)\n以下示例表示:告警等级属于提醒\n`{\\\"Value\\\":\\\"AND\\\",\\\"Type\\\":\\\"Operation\\\",\\\"Children\\\":[{\\\"Type\\\":\\\"Condition\\\",\\\"Value\\\":\\\"Level\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"In\\\",\\\"Type\\\":\\\"Compare\\\"},{\\\"Value\\\":\\\"[1]\\\",\\\"Type\\\":\\\"Value\\\"}]}]}\n`\n\n- Type:Condition 表示是规则条件,Value:NotifyType 表示通知类型\n - 子节点Type支持`Compare`,Value支持`In`,`NotIn`\n - 下一个子节点value支持的值:1(告警通知),2 (恢复通知)\n以下示例表示:通知类型属于告警通知或通知类型不属于恢复通知\n`{\\\"Value\\\":\\\"AND\\\",\\\"Type\\\":\\\"Operation\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"OR\\\",\\\"Type\\\":\\\"Operation\\\",\\\"Children\\\":[{\\\"Type\\\":\\\"Condition\\\",\\\"Value\\\":\\\"NotifyType\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"In\\\",\\\"Type\\\":\\\"Compare\\\"},{\\\"Value\\\":\\\"[1]\\\",\\\"Type\\\":\\\"Value\\\"}]},{\\\"Type\\\":\\\"Condition\\\",\\\"Value\\\":\\\"NotifyType\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"NotIn\\\",\\\"Type\\\":\\\"Compare\\\"},{\\\"Value\\\":\\\"[2]\\\",\\\"Type\\\":\\\"Value\\\"}]}]}]}\n`\n\n- Type:Condition 表示是规则条件,Value:AlarmID 表示告警策略\n - 子节点Type支持`Compare`,Value支持`In`,`NotIn`\n - 下一个子节点value支持的值:告警策略id数组\n以下示例表示:告警策略属于alarm-53af048c-254b-4c73-bb48-xxx,alarm-6dfa8bc5-08da-4d64-b6cb-xxx或告警策略不属于alarm-1036314c-1e49-4cee-a8fb-xxx\n`\"{\\\"Value\\\":\\\"AND\\\",\\\"Type\\\":\\\"Operation\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"OR\\\",\\\"Type\\\":\\\"Operation\\\",\\\"Children\\\":[{\\\"Type\\\":\\\"Condition\\\",\\\"Value\\\":\\\"AlarmID\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"In\\\",\\\"Type\\\":\\\"Compare\\\"},{\\\"Value\\\":\\\"[\\\\\\\"alarm-53af048c-254b-4c73-bb48-xxx\\\\\\\",\\\\\\\"alarm-6dfa8bc5-08da-4d64-b6cb-xxx\\\\\\\"]\\\",\\\"Type\\\":\\\"Value\\\"}]},{\\\"Type\\\":\\\"Condition\\\",\\\"Value\\\":\\\"AlarmID\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"NotIn\\\",\\\"Type\\\":\\\"Compare\\\"},{\\\"Value\\\":\\\"[\\\\\\\"alarm-1036314c-1e49-4cee-a8fb-xxx\\\\\\\"]\\\",\\\"Type\\\":\\\"Value\\\"}]}]}]}\"\n`\n\n- Type:Condition 表示是规则条件,Value:AlarmName 表示告警策略名称\n - 子节点Type支持`Compare`,Value支持`=~`,`!=~`\n - 下一个子节点value支持的值:必须是正则表达式\n以下示例表示:告警策略名称正则匹配^test$或告警策略名称正则不匹配^hahaha$\n`{\\\"Value\\\":\\\"AND\\\",\\\"Type\\\":\\\"Operation\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"OR\\\",\\\"Type\\\":\\\"Operation\\\",\\\"Children\\\":[{\\\"Type\\\":\\\"Condition\\\",\\\"Value\\\":\\\"AlarmName\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"=~\\\",\\\"Type\\\":\\\"Compare\\\"},{\\\"Value\\\":\\\"^test$\\\",\\\"Type\\\":\\\"Value\\\"}]},{\\\"Type\\\":\\\"Condition\\\",\\\"Value\\\":\\\"AlarmName\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"!=~\\\",\\\"Type\\\":\\\"Compare\\\"},{\\\"Value\\\":\\\"^hahaha$\\\",\\\"Type\\\":\\\"Value\\\"}]}]}]}\n`\n\n- Type:Condition 表示是规则条件,Value:Label 表示告警分类字段\n - 子节点Type支持`Compare`,Value支持`In`,`NotIn`,`=~`,`!=~`\n - 下一个子节点value支持的值:`In`,`NotIn` 时value是数组,`=~`,`!=~`时value是正则表达式\n以下示例表示:告警分类字段key1属于v1或告警分类字段key2不属于v2或告警分类字段key3正则匹配^test$或告警分类字段key4正则不匹配^hahaha$\n`{\\\"Value\\\":\\\"AND\\\",\\\"Type\\\":\\\"Operation\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"OR\\\",\\\"Type\\\":\\\"Operation\\\",\\\"Children\\\":[{\\\"Type\\\":\\\"Condition\\\",\\\"Value\\\":\\\"Label\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"key1\\\",\\\"Type\\\":\\\"Key\\\"},{\\\"Value\\\":\\\"In\\\",\\\"Type\\\":\\\"Compare\\\"},{\\\"Value\\\":\\\"[\\\\\\\"v1\\\\\\\"]\\\",\\\"Type\\\":\\\"Value\\\"}]},{\\\"Type\\\":\\\"Condition\\\",\\\"Value\\\":\\\"Label\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"key2\\\",\\\"Type\\\":\\\"Key\\\"},{\\\"Value\\\":\\\"NotIn\\\",\\\"Type\\\":\\\"Compare\\\"},{\\\"Value\\\":\\\"[\\\\\\\"v2\\\\\\\"]\\\",\\\"Type\\\":\\\"Value\\\"}]},{\\\"Type\\\":\\\"Condition\\\",\\\"Value\\\":\\\"Label\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"key3\\\",\\\"Type\\\":\\\"Key\\\"},{\\\"Value\\\":\\\"=~\\\",\\\"Type\\\":\\\"Compare\\\"},{\\\"Value\\\":\\\"^test$\\\",\\\"Type\\\":\\\"Value\\\"}]},{\\\"Type\\\":\\\"Condition\\\",\\\"Value\\\":\\\"Label\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"key4\\\",\\\"Type\\\":\\\"Key\\\"},{\\\"Value\\\":\\\"!=~\\\",\\\"Type\\\":\\\"Compare\\\"},{\\\"Value\\\":\\\"^hahaha$\\\",\\\"Type\\\":\\\"Value\\\"}]}]}]}\n`\n\n- Type:Condition 表示是规则条件,Value:NotifyTime 表示通知时间\n - 子节点Type支持`Compare`,Value支持`Between `,`NotBetween `\n - 下一个子节点value支持的值:长度为2,格式为`14:20:36`的字符串数组\n以下示例表示:通知时间在指定范围内14:18:36至14:33:36或通知时间不在指定范围内14:20:36至14:30:36\n`{\\\"Value\\\":\\\"AND\\\",\\\"Type\\\":\\\"Operation\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"OR\\\",\\\"Type\\\":\\\"Operation\\\",\\\"Children\\\":[{\\\"Type\\\":\\\"Condition\\\",\\\"Value\\\":\\\"NotifyTime\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"Between\\\",\\\"Type\\\":\\\"Compare\\\"},{\\\"Value\\\":\\\"[\\\\\\\"14:18:36\\\\\\\",\\\\\\\"14:33:36\\\\\\\"]\\\",\\\"Type\\\":\\\"Value\\\"}]},{\\\"Type\\\":\\\"Condition\\\",\\\"Value\\\":\\\"NotifyTime\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"NotBetween\\\",\\\"Type\\\":\\\"Compare\\\"},{\\\"Value\\\":\\\"[\\\\\\\"14:20:36\\\\\\\",\\\\\\\"14:30:36\\\\\\\"]\\\",\\\"Type\\\":\\\"Value\\\"}]}]}]}\n`\n\n- Type:Condition 表示是规则条件,Value:Duration 表示告警持续时间\n - 子节点Type支持`Compare`,Value支持`>`,`<`,`>=`,`<=`\n - 下一个子节点value支持的值:整型值单位分钟\n以下示例表示:告警持续时间大于1分钟或告警持续时间大于等于2分钟或告警持续时间小于3分钟或告警持续时间小于等于4分钟\n`{\\\"Value\\\":\\\"AND\\\",\\\"Type\\\":\\\"Operation\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"OR\\\",\\\"Type\\\":\\\"Operation\\\",\\\"Children\\\":[{\\\"Type\\\":\\\"Condition\\\",\\\"Value\\\":\\\"Duration\\\",\\\"Children\\\":[{\\\"Value\\\":\\\">\\\",\\\"Type\\\":\\\"Compare\\\"},{\\\"Value\\\":1,\\\"Type\\\":\\\"Value\\\"}]},{\\\"Type\\\":\\\"Condition\\\",\\\"Value\\\":\\\"Duration\\\",\\\"Children\\\":[{\\\"Value\\\":\\\">=\\\",\\\"Type\\\":\\\"Compare\\\"},{\\\"Value\\\":2,\\\"Type\\\":\\\"Value\\\"}]},{\\\"Type\\\":\\\"Condition\\\",\\\"Value\\\":\\\"Duration\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"<\\\",\\\"Type\\\":\\\"Compare\\\"},{\\\"Value\\\":3,\\\"Type\\\":\\\"Value\\\"}]},{\\\"Type\\\":\\\"Condition\\\",\\\"Value\\\":\\\"Duration\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"<=\\\",\\\"Type\\\":\\\"Compare\\\"},{\\\"Value\\\":4,\\\"Type\\\":\\\"Value\\\"}]}]}]}\n`\n注意:此字段可能返回 null,表示取不到有效值。",
11536
+ "document": "匹配规则 JSON串。\n**rule规则树格式为嵌套结构体JSON字符串**\n`{\"Value\":\"AND\",\"Type\":\"Operation\",\"Children\":[{\"Value\":\"OR\",\"Type\":\"Operation\",\"Children\":[{\"Type\":\"Condition\",\"Value\":\"Level\",\"Children\":[{\"Value\":\"In\",\"Type\":\"Compare\"},{\"Value\":\"[1,0]\",\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"Level\",\"Children\":[{\"Value\":\"NotIn\",\"Type\":\"Compare\"},{\"Value\":\"[2]\",\"Type\":\"Value\"}]}]}]}`\n\n**rule规则树限制规则如下**:\n- 顶层rule中Type可取值:`Condition`,`Operation`\n- Type为`Operation`的子节点支持的Type可取值:`Condition`,`Operation`\n- Type为`Condition`的子节点支持的Type可取值:`String`,`Compare`,`Array`,`TimeRange`,`Value`,`Key`\n- 其他Type无子节点\n- 当rule Type为`Operation`时,value可取值:`AND`,`OR`\n- 当rule Type为`Condition`时,value不可为空,子节点个数不能小于2\n - 当子节点Type为 `Compare` 时,value可取值:`>`,`<`,`>=`,`<=`,`=`,`!=`,`Between`,`NotBetween`,`=~`,`!=~`,`In`,`NotIn`\n - value为`Between`,`NotBetween`时,下一个子节点value必须是长度为2的数组\n - value为`=~`,`!=~`时,下一个子节点value必须是一个正则表达式\n - value为`In`,`NotIn`时, 下一个子节点value必须是一个数组\n\n**业务参数含义**:\n- Type:Condition 表示是规则条件,Value:Level 表示告警等级\n - 子节点Type支持`Compare`,Value支持`In`,`NotIn`\n - 下一个子节点value支持的值:0(警告),1(提醒),2 (紧急)\n以下示例表示:告警等级属于提醒\n`{\\\"Value\\\":\\\"AND\\\",\\\"Type\\\":\\\"Operation\\\",\\\"Children\\\":[{\\\"Type\\\":\\\"Condition\\\",\\\"Value\\\":\\\"Level\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"In\\\",\\\"Type\\\":\\\"Compare\\\"},{\\\"Value\\\":\\\"[1]\\\",\\\"Type\\\":\\\"Value\\\"}]}]}`\n\n- Type:Condition 表示是规则条件,Value:NotifyType 表示通知类型\n - 子节点Type支持`Compare`,Value支持`In`,`NotIn`\n - 下一个子节点value支持的值:1(告警通知),2 (恢复通知)\n以下示例表示:通知类型属于告警通知或通知类型不属于恢复通知\n`{\\\"Value\\\":\\\"AND\\\",\\\"Type\\\":\\\"Operation\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"OR\\\",\\\"Type\\\":\\\"Operation\\\",\\\"Children\\\":[{\\\"Type\\\":\\\"Condition\\\",\\\"Value\\\":\\\"NotifyType\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"In\\\",\\\"Type\\\":\\\"Compare\\\"},{\\\"Value\\\":\\\"[1]\\\",\\\"Type\\\":\\\"Value\\\"}]},{\\\"Type\\\":\\\"Condition\\\",\\\"Value\\\":\\\"NotifyType\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"NotIn\\\",\\\"Type\\\":\\\"Compare\\\"},{\\\"Value\\\":\\\"[2]\\\",\\\"Type\\\":\\\"Value\\\"}]}]}]}`\n\n- Type:Condition 表示是规则条件,Value:AlarmID 表示告警策略\n - 子节点Type支持`Compare`,Value支持`In`,`NotIn`\n - 下一个子节点value支持的值:告警策略id数组\n以下示例表示:告警策略属于alarm-53af048c-254b-4c73-bb48-xxx,alarm-6dfa8bc5-08da-4d64-b6cb-xxx或告警策略不属于alarm-1036314c-1e49-4cee-a8fb-xxx\n`\"{\\\"Value\\\":\\\"AND\\\",\\\"Type\\\":\\\"Operation\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"OR\\\",\\\"Type\\\":\\\"Operation\\\",\\\"Children\\\":[{\\\"Type\\\":\\\"Condition\\\",\\\"Value\\\":\\\"AlarmID\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"In\\\",\\\"Type\\\":\\\"Compare\\\"},{\\\"Value\\\":\\\"[\\\\\\\"alarm-53af048c-254b-4c73-bb48-xxx\\\\\\\",\\\\\\\"alarm-6dfa8bc5-08da-4d64-b6cb-xxx\\\\\\\"]\\\",\\\"Type\\\":\\\"Value\\\"}]},{\\\"Type\\\":\\\"Condition\\\",\\\"Value\\\":\\\"AlarmID\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"NotIn\\\",\\\"Type\\\":\\\"Compare\\\"},{\\\"Value\\\":\\\"[\\\\\\\"alarm-1036314c-1e49-4cee-a8fb-xxx\\\\\\\"]\\\",\\\"Type\\\":\\\"Value\\\"}]}]}]}\"`\n\n- Type:Condition 表示是规则条件,Value:AlarmName 表示告警策略名称\n - 子节点Type支持`Compare`,Value支持`=~`,`!=~`\n - 下一个子节点value支持的值:必须是正则表达式\n以下示例表示:告警策略名称正则匹配^test$或告警策略名称正则不匹配^hahaha$\n`{\\\"Value\\\":\\\"AND\\\",\\\"Type\\\":\\\"Operation\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"OR\\\",\\\"Type\\\":\\\"Operation\\\",\\\"Children\\\":[{\\\"Type\\\":\\\"Condition\\\",\\\"Value\\\":\\\"AlarmName\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"=~\\\",\\\"Type\\\":\\\"Compare\\\"},{\\\"Value\\\":\\\"^test$\\\",\\\"Type\\\":\\\"Value\\\"}]},{\\\"Type\\\":\\\"Condition\\\",\\\"Value\\\":\\\"AlarmName\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"!=~\\\",\\\"Type\\\":\\\"Compare\\\"},{\\\"Value\\\":\\\"^hahaha$\\\",\\\"Type\\\":\\\"Value\\\"}]}]}]}`\n\n- Type:Condition 表示是规则条件,Value:Label 表示告警分类字段\n - 子节点Type支持`Compare`,Value支持`In`,`NotIn`,`=~`,`!=~`\n - 下一个子节点value支持的值:`In`,`NotIn` 时value是数组,`=~`,`!=~`时value是正则表达式\n以下示例表示:告警分类字段key1属于v1或告警分类字段key2不属于v2或告警分类字段key3正则匹配^test$或告警分类字段key4正则不匹配^hahaha$\n`{\\\"Value\\\":\\\"AND\\\",\\\"Type\\\":\\\"Operation\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"OR\\\",\\\"Type\\\":\\\"Operation\\\",\\\"Children\\\":[{\\\"Type\\\":\\\"Condition\\\",\\\"Value\\\":\\\"Label\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"key1\\\",\\\"Type\\\":\\\"Key\\\"},{\\\"Value\\\":\\\"In\\\",\\\"Type\\\":\\\"Compare\\\"},{\\\"Value\\\":\\\"[\\\\\\\"v1\\\\\\\"]\\\",\\\"Type\\\":\\\"Value\\\"}]},{\\\"Type\\\":\\\"Condition\\\",\\\"Value\\\":\\\"Label\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"key2\\\",\\\"Type\\\":\\\"Key\\\"},{\\\"Value\\\":\\\"NotIn\\\",\\\"Type\\\":\\\"Compare\\\"},{\\\"Value\\\":\\\"[\\\\\\\"v2\\\\\\\"]\\\",\\\"Type\\\":\\\"Value\\\"}]},{\\\"Type\\\":\\\"Condition\\\",\\\"Value\\\":\\\"Label\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"key3\\\",\\\"Type\\\":\\\"Key\\\"},{\\\"Value\\\":\\\"=~\\\",\\\"Type\\\":\\\"Compare\\\"},{\\\"Value\\\":\\\"^test$\\\",\\\"Type\\\":\\\"Value\\\"}]},{\\\"Type\\\":\\\"Condition\\\",\\\"Value\\\":\\\"Label\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"key4\\\",\\\"Type\\\":\\\"Key\\\"},{\\\"Value\\\":\\\"!=~\\\",\\\"Type\\\":\\\"Compare\\\"},{\\\"Value\\\":\\\"^hahaha$\\\",\\\"Type\\\":\\\"Value\\\"}]}]}]}`\n\n- Type:Condition 表示是规则条件,Value:NotifyTime 表示通知时间\n - 子节点Type支持`Compare`,Value支持`Between `,`NotBetween `\n - 下一个子节点value支持的值:长度为2,格式为`14:20:36`的字符串数组\n以下示例表示:通知时间在指定范围内14:18:36至14:33:36或通知时间不在指定范围内14:20:36至14:30:36\n`{\\\"Value\\\":\\\"AND\\\",\\\"Type\\\":\\\"Operation\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"OR\\\",\\\"Type\\\":\\\"Operation\\\",\\\"Children\\\":[{\\\"Type\\\":\\\"Condition\\\",\\\"Value\\\":\\\"NotifyTime\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"Between\\\",\\\"Type\\\":\\\"Compare\\\"},{\\\"Value\\\":\\\"[\\\\\\\"14:18:36\\\\\\\",\\\\\\\"14:33:36\\\\\\\"]\\\",\\\"Type\\\":\\\"Value\\\"}]},{\\\"Type\\\":\\\"Condition\\\",\\\"Value\\\":\\\"NotifyTime\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"NotBetween\\\",\\\"Type\\\":\\\"Compare\\\"},{\\\"Value\\\":\\\"[\\\\\\\"14:20:36\\\\\\\",\\\\\\\"14:30:36\\\\\\\"]\\\",\\\"Type\\\":\\\"Value\\\"}]}]}]}`\n\n- Type:Condition 表示是规则条件,Value:Duration 表示告警持续时间\n - 子节点Type支持`Compare`,Value支持`>`,`<`,`>=`,`<=`\n - 下一个子节点value支持的值:整型值单位分钟\n以下示例表示:告警持续时间大于1分钟或告警持续时间大于等于2分钟或告警持续时间小于3分钟或告警持续时间小于等于4分钟\n`{\\\"Value\\\":\\\"AND\\\",\\\"Type\\\":\\\"Operation\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"OR\\\",\\\"Type\\\":\\\"Operation\\\",\\\"Children\\\":[{\\\"Type\\\":\\\"Condition\\\",\\\"Value\\\":\\\"Duration\\\",\\\"Children\\\":[{\\\"Value\\\":\\\">\\\",\\\"Type\\\":\\\"Compare\\\"},{\\\"Value\\\":1,\\\"Type\\\":\\\"Value\\\"}]},{\\\"Type\\\":\\\"Condition\\\",\\\"Value\\\":\\\"Duration\\\",\\\"Children\\\":[{\\\"Value\\\":\\\">=\\\",\\\"Type\\\":\\\"Compare\\\"},{\\\"Value\\\":2,\\\"Type\\\":\\\"Value\\\"}]},{\\\"Type\\\":\\\"Condition\\\",\\\"Value\\\":\\\"Duration\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"<\\\",\\\"Type\\\":\\\"Compare\\\"},{\\\"Value\\\":3,\\\"Type\\\":\\\"Value\\\"}]},{\\\"Type\\\":\\\"Condition\\\",\\\"Value\\\":\\\"Duration\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"<=\\\",\\\"Type\\\":\\\"Compare\\\"},{\\\"Value\\\":4,\\\"Type\\\":\\\"Value\\\"}]}]}]}`\n注意:此字段可能返回 null,表示取不到有效值。",
11537
11537
  "example": "{\\\"Value\\\":\\\"AND\\\",\\\"Type\\\":\\\"Operation\\\",\\\"Children\\\":[{\\\"Type\\\":\\\"Condition\\\",\\\"Value\\\":\\\"NotifyType\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"In\\\",\\\"Type\\\":\\\"Compare\\\"},{\\\"Value\\\":\\\"[1,2]\\\",\\\"Type\\\":\\\"Value\\\"}]}]}",
11538
11538
  "member": "string",
11539
11539
  "name": "Rule",
@@ -1143,7 +1143,7 @@
1143
1143
  },
1144
1144
  {
1145
1145
  "disabled": false,
1146
- "document": "证据数据(比如攻击内容等)\n注意:此字段可能返回 null,表示取不到有效值。",
1146
+ "document": "证据数据(例如攻击内容等)\n注意:此字段可能返回 null,表示取不到有效值。",
1147
1147
  "example": "无",
1148
1148
  "member": "string",
1149
1149
  "name": "EvidenceData",
@@ -1154,7 +1154,7 @@
1154
1154
  },
1155
1155
  {
1156
1156
  "disabled": false,
1157
- "document": "证据位置(比如协议端口)\n注意:此字段可能返回 null,表示取不到有效值。",
1157
+ "document": "证据位置(例如协议端口)\n注意:此字段可能返回 null,表示取不到有效值。",
1158
1158
  "example": "无",
1159
1159
  "member": "string",
1160
1160
  "name": "EvidenceLocation",
@@ -5569,6 +5569,16 @@
5569
5569
  "type": "list",
5570
5570
  "value_allowed_null": true
5571
5571
  },
5572
+ {
5573
+ "disabled": false,
5574
+ "document": "公网内网枚举\n注意:此字段可能返回 null,表示取不到有效值。",
5575
+ "example": "无",
5576
+ "member": "FilterDataObject",
5577
+ "name": "PublicPrivateAttr",
5578
+ "output_required": false,
5579
+ "type": "list",
5580
+ "value_allowed_null": true
5581
+ },
5572
5582
  {
5573
5583
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
5574
5584
  "member": "string",
@@ -5698,6 +5708,15 @@
5698
5708
  "DescribeDbAssetsRequest": {
5699
5709
  "document": "DescribeDbAssets请求参数结构体",
5700
5710
  "members": [
5711
+ {
5712
+ "disabled": false,
5713
+ "document": "集团账号的成员id",
5714
+ "example": "[]{\"mem-6wfo0fzks3\",\"mem-85fo0fzks4\"}",
5715
+ "member": "string",
5716
+ "name": "MemberId",
5717
+ "required": false,
5718
+ "type": "list"
5719
+ },
5701
5720
  {
5702
5721
  "disabled": false,
5703
5722
  "document": "-",
@@ -5782,6 +5801,16 @@
5782
5801
  "type": "list",
5783
5802
  "value_allowed_null": true
5784
5803
  },
5804
+ {
5805
+ "disabled": false,
5806
+ "document": "公网内网枚举\n注意:此字段可能返回 null,表示取不到有效值。",
5807
+ "example": "无",
5808
+ "member": "FilterDataObject",
5809
+ "name": "PublicPrivateAttr",
5810
+ "output_required": false,
5811
+ "type": "list",
5812
+ "value_allowed_null": true
5813
+ },
5785
5814
  {
5786
5815
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
5787
5816
  "member": "string",
@@ -6135,6 +6164,15 @@
6135
6164
  "DescribeOrganizationUserInfoRequest": {
6136
6165
  "document": "DescribeOrganizationUserInfo请求参数结构体",
6137
6166
  "members": [
6167
+ {
6168
+ "disabled": false,
6169
+ "document": "集团账号的成员id",
6170
+ "example": "[]{\"mem-6wfo0fzks3\",\"mem-85fo0fzks4\"}",
6171
+ "member": "string",
6172
+ "name": "MemberId",
6173
+ "required": false,
6174
+ "type": "list"
6175
+ },
6138
6176
  {
6139
6177
  "disabled": false,
6140
6178
  "document": "过滤内容",
@@ -6179,6 +6217,26 @@
6179
6217
  "type": "list",
6180
6218
  "value_allowed_null": true
6181
6219
  },
6220
+ {
6221
+ "disabled": false,
6222
+ "document": "加入方式枚举\n注意:此字段可能返回 null,表示取不到有效值。",
6223
+ "example": "无",
6224
+ "member": "FilterDataObject",
6225
+ "name": "JoinTypeLst",
6226
+ "output_required": false,
6227
+ "type": "list",
6228
+ "value_allowed_null": true
6229
+ },
6230
+ {
6231
+ "disabled": false,
6232
+ "document": "云厂商枚举\n注意:此字段可能返回 null,表示取不到有效值。",
6233
+ "example": "无",
6234
+ "member": "FilterDataObject",
6235
+ "name": "CloudTypeLst",
6236
+ "output_required": false,
6237
+ "type": "list",
6238
+ "value_allowed_null": true
6239
+ },
6182
6240
  {
6183
6241
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
6184
6242
  "member": "string",
@@ -9718,6 +9776,26 @@
9718
9776
  "output_required": false,
9719
9777
  "type": "int",
9720
9778
  "value_allowed_null": true
9779
+ },
9780
+ {
9781
+ "disabled": false,
9782
+ "document": "子账号数量\n注意:此字段可能返回 null,表示取不到有效值。",
9783
+ "example": "5",
9784
+ "member": "int64",
9785
+ "name": "SubUserCount",
9786
+ "output_required": false,
9787
+ "type": "int",
9788
+ "value_allowed_null": true
9789
+ },
9790
+ {
9791
+ "disabled": false,
9792
+ "document": "加入方式详细信息\n注意:此字段可能返回 null,表示取不到有效值。",
9793
+ "example": "密钥托管 子账号:xxx",
9794
+ "member": "string",
9795
+ "name": "JoinTypeInfo",
9796
+ "output_required": false,
9797
+ "type": "string",
9798
+ "value_allowed_null": true
9721
9799
  }
9722
9800
  ],
9723
9801
  "usage": "out"
@@ -91,8 +91,8 @@
91
91
  "DescribeDbAssets": [
92
92
  {
93
93
  "document": "",
94
- "input": "POST / HTTP/1.1\nHost: csip.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDbAssets\n<公共请求参数>\n\n{\n \"Filter\": {\n \"Limit\": 0,\n \"Offset\": 0,\n \"Order\": \"abc\",\n \"By\": \"abc\",\n \"Filters\": [\n {\n \"Name\": \"abc\",\n \"Values\": [\n \"abc\"\n ],\n \"OperatorType\": 0\n }\n ],\n \"StartTime\": \"abc\",\n \"EndTime\": \"abc\"\n },\n \"AssetTypes\": [\n \"abc\"\n ]\n}",
95
- "output": "{\n \"Response\": {\n \"Total\": 1,\n \"Data\": [\n {\n \"AssetId\": \"abc\",\n \"AssetName\": \"abc\",\n \"AssetType\": \"abc\",\n \"VpcId\": \"abc\",\n \"VpcName\": \"abc\",\n \"Region\": \"abc\",\n \"Domain\": \"abc\",\n \"AssetCreateTime\": \"abc\",\n \"LastScanTime\": \"abc\",\n \"ConfigurationRisk\": 1,\n \"Attack\": 1,\n \"Access\": 1,\n \"ScanTask\": 1,\n \"AppId\": 1,\n \"Uin\": \"abc\",\n \"NickName\": \"abc\",\n \"Port\": 1,\n \"Tag\": [\n {\n \"Name\": \"abc\",\n \"Value\": \"abc\"\n }\n ],\n \"PrivateIp\": \"abc\",\n \"PublicIp\": \"abc\",\n \"Status\": 1,\n \"IsCore\": 1,\n \"IsNewAsset\": 1\n }\n ],\n \"RegionList\": [\n {\n \"Value\": \"abc\",\n \"Text\": \"abc\"\n }\n ],\n \"AssetTypeList\": [\n {\n \"Value\": \"abc\",\n \"Text\": \"abc\"\n }\n ],\n \"VpcList\": [\n {\n \"Value\": \"abc\",\n \"Text\": \"abc\"\n }\n ],\n \"AppIdList\": [\n {\n \"Value\": \"abc\",\n \"Text\": \"abc\"\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
94
+ "input": "POST / HTTP/1.1\nHost: csip.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDbAssets\n<公共请求参数>\n\n{\n \"MemberId\": [\n \"abc\"\n ],\n \"Filter\": {\n \"Limit\": 0,\n \"Offset\": 0,\n \"Order\": \"abc\",\n \"By\": \"abc\",\n \"Filters\": [\n {\n \"Name\": \"abc\",\n \"Values\": [\n \"abc\"\n ],\n \"OperatorType\": 0\n }\n ],\n \"StartTime\": \"abc\",\n \"EndTime\": \"abc\"\n },\n \"AssetTypes\": [\n \"abc\"\n ]\n}",
95
+ "output": "{\n \"Response\": {\n \"Total\": 1,\n \"Data\": [\n {\n \"AssetId\": \"abc\",\n \"AssetName\": \"abc\",\n \"AssetType\": \"abc\",\n \"VpcId\": \"abc\",\n \"VpcName\": \"abc\",\n \"Region\": \"abc\",\n \"Domain\": \"abc\",\n \"AssetCreateTime\": \"abc\",\n \"LastScanTime\": \"abc\",\n \"ConfigurationRisk\": 1,\n \"Attack\": 1,\n \"Access\": 1,\n \"ScanTask\": 1,\n \"AppId\": 1,\n \"Uin\": \"abc\",\n \"NickName\": \"abc\",\n \"Port\": 1,\n \"Tag\": [\n {\n \"Name\": \"abc\",\n \"Value\": \"abc\"\n }\n ],\n \"PrivateIp\": \"abc\",\n \"PublicIp\": \"abc\",\n \"Status\": 1,\n \"IsCore\": 1,\n \"IsNewAsset\": 1\n }\n ],\n \"RegionList\": [\n {\n \"Value\": \"abc\",\n \"Text\": \"abc\"\n }\n ],\n \"AssetTypeList\": [\n {\n \"Value\": \"abc\",\n \"Text\": \"abc\"\n }\n ],\n \"VpcList\": [\n {\n \"Value\": \"abc\",\n \"Text\": \"abc\"\n }\n ],\n \"AppIdList\": [\n {\n \"Value\": \"abc\",\n \"Text\": \"abc\"\n }\n ],\n \"PublicPrivateAttr\": [\n {\n \"Value\": \"abc\",\n \"Text\": \"abc\"\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
96
96
  "title": "数据库资产列表查询"
97
97
  }
98
98
  ],
@@ -131,8 +131,8 @@
131
131
  "DescribeOrganizationUserInfo": [
132
132
  {
133
133
  "document": "查询集团账号用户列表",
134
- "input": "POST / HTTP/1.1\nHost: csip.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeOrganizationUserInfo\n<公共请求参数>\n\n{\n \"Filter\": {\n \"Limit\": 0,\n \"Offset\": 0,\n \"Order\": \"abc\",\n \"By\": \"abc\",\n \"Filters\": [\n {\n \"Name\": \"abc\",\n \"Values\": [\n \"abc\"\n ],\n \"OperatorType\": 0\n }\n ],\n \"StartTime\": \"abc\",\n \"EndTime\": \"abc\"\n },\n \"NotSupportCloud\": true\n}",
135
- "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Data\": [\n {\n \"Uin\": \"abc\",\n \"NickName\": \"abc\",\n \"NodeName\": \"abc\",\n \"AssetCount\": 0,\n \"RiskCount\": 0,\n \"AttackCount\": 0,\n \"Role\": \"abc\",\n \"MemberId\": \"abc\",\n \"AppId\": \"abc\",\n \"JoinType\": \"abc\",\n \"CFWProtect\": \"abc\",\n \"WAFProtect\": \"abc\",\n \"CWPProtect\": \"abc\",\n \"Enable\": 0,\n \"CSIPProtect\": \"abc\",\n \"QuotaConsumer\": 0,\n \"CloudType\": 0,\n \"SyncFrequency\": 0,\n \"IsExpired\": true,\n \"PermissionList\": [\n \"abc\"\n ]\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
134
+ "input": "POST / HTTP/1.1\nHost: csip.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeOrganizationUserInfo\n<公共请求参数>\n\n{\n \"MemberId\": [\n \"abc\"\n ],\n \"Filter\": {\n \"Limit\": 0,\n \"Offset\": 0,\n \"Order\": \"abc\",\n \"By\": \"abc\",\n \"Filters\": [\n {\n \"Name\": \"abc\",\n \"Values\": [\n \"abc\"\n ],\n \"OperatorType\": 0\n }\n ],\n \"StartTime\": \"abc\",\n \"EndTime\": \"abc\"\n },\n \"NotSupportCloud\": true\n}",
135
+ "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Data\": [\n {\n \"Uin\": \"abc\",\n \"NickName\": \"abc\",\n \"NodeName\": \"abc\",\n \"AssetCount\": 0,\n \"RiskCount\": 0,\n \"AttackCount\": 0,\n \"Role\": \"abc\",\n \"MemberId\": \"abc\",\n \"AppId\": \"abc\",\n \"JoinType\": \"abc\",\n \"CFWProtect\": \"abc\",\n \"WAFProtect\": \"abc\",\n \"CWPProtect\": \"abc\",\n \"Enable\": 0,\n \"CSIPProtect\": \"abc\",\n \"QuotaConsumer\": 0,\n \"CloudType\": 0,\n \"SyncFrequency\": 0,\n \"IsExpired\": true,\n \"PermissionList\": [\n \"abc\"\n ],\n \"AuthType\": 0,\n \"TcMemberType\": 0,\n \"SubUserCount\": 0,\n \"JoinTypeInfo\": \"abc\"\n }\n ],\n \"JoinTypeLst\": [\n {\n \"Value\": \"abc\",\n \"Text\": \"abc\"\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
136
136
  "title": "查询集团账号用户列表"
137
137
  }
138
138
  ],
@@ -7351,7 +7351,7 @@
7351
7351
  },
7352
7352
  {
7353
7353
  "disabled": false,
7354
- "document": "描述库存情况。取值范围: <br><li> UnderStock:表示对应库存即将售罄<br></li> NormalStock:表示对应库存供应有保障<br><li> EnoughStock:表示对应库存非常充足<br></li> WithoutStock:表示对应库存已经售罄\n注意:此字段可能返回 null,表示取不到有效值。",
7354
+ "document": "描述库存情况。取值范围:\n<li> EnoughStock:表示对应库存非常充足</li> \n<li>NormalStock:表示对应库存供应有保障</li>\n<li> UnderStock:表示对应库存即将售罄</li> \n<li>WithoutStock:表示对应库存已经售罄</li>\n注意:此字段可能返回 null,表示取不到有效值。",
7355
7355
  "example": "无",
7356
7356
  "member": "string",
7357
7357
  "name": "StatusCategory",
@@ -30203,7 +30203,7 @@
30203
30203
  "members": [
30204
30204
  {
30205
30205
  "disabled": false,
30206
- "document": "nginx主机ip列表,逗号分隔",
30206
+ "document": "nginx主机IP列表,逗号分隔",
30207
30207
  "example": "112.16.84.1,112.16.84.12",
30208
30208
  "member": "string",
30209
30209
  "name": "Ip",
@@ -30222,7 +30222,7 @@
30222
30222
  "example": "xx",
30223
30223
  "member": "string",
30224
30224
  "name": "NginxCommand",
30225
- "required": true,
30225
+ "output_required": true,
30226
30226
  "type": "string",
30227
30227
  "value_allowed_null": false
30228
30228
  },
@@ -30232,7 +30232,7 @@
30232
30232
  "example": "xxx",
30233
30233
  "member": "string",
30234
30234
  "name": "KeepAliveCommand",
30235
- "required": true,
30235
+ "output_required": true,
30236
30236
  "type": "string",
30237
30237
  "value_allowed_null": true
30238
30238
  },
@@ -39090,7 +39090,7 @@
39090
39090
  "members": [
39091
39091
  {
39092
39092
  "disabled": false,
39093
- "document": "<li>PolicyId - int64 - 是否必填:否 - 策略Id</li>\n<li>RuleId - int64 - 是否必填:否 - 规则Id</li>\n<li>HostId - string - 是否必填:否 - 主机Id</li>\n<li>HostName - string - 是否必填:否 - 主机名</li>\n<li>HostIp - string - 是否必填:否 - 主机IP</li>\n<li>ItemId - String - 是否必填:否 - 检测项Id</li>\n<li>ItemName - String - 是否必填:否 - 项名称</li>\n<li>DetectStatus - int - 是否必填:否 - 检测状态[0:未通过|3:通过|5:检测中]</li>\n<li>Level - int - 是否必填:否 - 风险等级</li>\n<li>StartTime - string - 是否必填:否 - 开时时间</li>\n<li>EndTime - string - 是否必填:否 - 结束时间</li>",
39093
+ "document": "<li>PolicyId - int64 - 是否必填:否 - 策略Id</li>\n<li>RuleId - int64 - 是否必填:否 - 规则Id</li>\n<li>HostId - string - 是否必填:否 - 主机Id</li>\n<li>HostName - string - 是否必填:否 - 主机名</li>\n<li>HostIp - string - 是否必填:否 - 主机IP</li>\n<li>ItemId - String - 是否必填:否 - 检测项Id</li>\n<li>ItemName - String - 是否必填:否 - 项名称</li>\n<li>DetectStatus - int - 是否必填:否 - 检测状态[0:未通过|3:通过|5:检测中]</li>\n<li>Level - int - 是否必填:否 - 风险等级</li>\n<li>StartTime - string - 是否必填:否 - 开始时间</li>\n<li>EndTime - string - 是否必填:否 - 结束时间</li>",
39094
39094
  "example": "无",
39095
39095
  "member": "Filter",
39096
39096
  "name": "Filters",
@@ -39487,7 +39487,7 @@
39487
39487
  "members": [
39488
39488
  {
39489
39489
  "disabled": false,
39490
- "document": "过滤条件。\n<li>RuleCategory- string- 规则类别 0=系统规则,1=用户规则</li>\n<li>Name- String - 规则名称/li>",
39490
+ "document": "过滤条件。\n<li>RuleCategory- string- 规则类别 0=系统规则,1=用户规则</li>\n<li>Name- String - 规则名称</li>",
39491
39491
  "example": "[]",
39492
39492
  "member": "Filters",
39493
39493
  "name": "Filters",
@@ -39506,6 +39506,7 @@
39506
39506
  "example": "123456",
39507
39507
  "member": "string",
39508
39508
  "name": "TaskId",
39509
+ "output_required": true,
39509
39510
  "type": "string",
39510
39511
  "value_allowed_null": false
39511
39512
  },
@@ -43147,6 +43148,17 @@
43147
43148
  "required": false,
43148
43149
  "type": "list",
43149
43150
  "value_allowed_null": true
43151
+ },
43152
+ {
43153
+ "disabled": false,
43154
+ "document": "检测项所属分类\n注意:此字段可能返回 null,表示取不到有效值。",
43155
+ "example": "无",
43156
+ "member": "int64",
43157
+ "name": "CategoryId",
43158
+ "output_required": false,
43159
+ "required": false,
43160
+ "type": "int",
43161
+ "value_allowed_null": true
43150
43162
  }
43151
43163
  ],
43152
43164
  "usage": "both"
@@ -2143,8 +2143,8 @@
2143
2143
  "DescribePublicProxyInstallCommand": [
2144
2144
  {
2145
2145
  "document": "",
2146
- "input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePublicProxyInstallCommand\n<公共请求参数>\n\n{\n \"Ip\": \"xx\"\n}",
2147
- "output": "{\n \"Response\": {\n \"KeepAliveCommand\": \"xx\",\n \"NginxCommand\": \"xx\",\n \"RequestId\": \"xx\"\n }\n}",
2146
+ "input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePublicProxyInstallCommand\n<公共请求参数>\n\n{\n \"Ip\": \"0.0.0.0\"\n}",
2147
+ "output": "{\n \"Response\": {\n \"KeepAliveCommand\": \"abc\",\n \"NginxCommand\": \"abc\",\n \"RequestId\": \"abc\"\n }\n}",
2148
2148
  "title": "DescribePublicProxyInstallCommand"
2149
2149
  }
2150
2150
  ],