tccli 3.0.1343.1__py2.py3-none-any.whl → 3.0.1345.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 (90) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +6 -0
  3. tccli/services/aiart/aiart_client.py +167 -61
  4. tccli/services/aiart/v20221229/api.json +253 -0
  5. tccli/services/aiart/v20221229/examples.json +16 -0
  6. tccli/services/ams/v20201229/api.json +46 -46
  7. tccli/services/ams/v20201229/examples.json +1 -1
  8. tccli/services/apm/v20210622/api.json +228 -0
  9. tccli/services/apm/v20210622/examples.json +1 -1
  10. tccli/services/batch/batch_client.py +53 -0
  11. tccli/services/batch/v20170312/api.json +127 -2
  12. tccli/services/batch/v20170312/examples.json +8 -0
  13. tccli/services/bh/v20230418/api.json +282 -1
  14. tccli/services/bh/v20230418/examples.json +3 -3
  15. tccli/services/bi/v20220105/api.json +9 -0
  16. tccli/services/ccc/ccc_client.py +61 -8
  17. tccli/services/ccc/v20200210/api.json +130 -0
  18. tccli/services/ccc/v20200210/examples.json +8 -0
  19. tccli/services/cdb/v20170320/api.json +103 -103
  20. tccli/services/cdb/v20170320/examples.json +5 -5
  21. tccli/services/cdwch/cdwch_client.py +53 -0
  22. tccli/services/cdwch/v20200915/api.json +410 -0
  23. tccli/services/cdwch/v20200915/examples.json +8 -0
  24. tccli/services/cdwdoris/v20211228/api.json +22 -2
  25. tccli/services/cfg/v20210820/api.json +72 -0
  26. tccli/services/ckafka/v20190819/api.json +21 -1
  27. tccli/services/csip/csip_client.py +326 -8
  28. tccli/services/csip/v20221121/api.json +2015 -335
  29. tccli/services/csip/v20221121/examples.json +65 -5
  30. tccli/services/cvm/v20170312/api.json +16 -5
  31. tccli/services/cvm/v20170312/examples.json +1 -1
  32. tccli/services/dlc/v20210125/api.json +61 -0
  33. tccli/services/emr/emr_client.py +167 -8
  34. tccli/services/emr/v20190103/api.json +831 -15
  35. tccli/services/emr/v20190103/examples.json +24 -0
  36. tccli/services/es/v20250101/examples.json +2 -2
  37. tccli/services/ess/v20201111/api.json +57 -8
  38. tccli/services/essbasic/v20210526/api.json +23 -3
  39. tccli/services/gs/v20191118/api.json +41 -2
  40. tccli/services/gs/v20191118/examples.json +2 -2
  41. tccli/services/hunyuan/v20230901/api.json +1 -1
  42. tccli/services/igtm/__init__.py +4 -0
  43. tccli/services/igtm/igtm_client.py +1373 -0
  44. tccli/services/igtm/v20231024/api.json +3569 -0
  45. tccli/services/igtm/v20231024/examples.json +207 -0
  46. tccli/services/ims/v20201229/api.json +20 -28
  47. tccli/services/ioa/ioa_client.py +114 -8
  48. tccli/services/ioa/v20220601/api.json +218 -3
  49. tccli/services/ioa/v20220601/examples.json +16 -0
  50. tccli/services/iss/v20230517/api.json +11 -2
  51. tccli/services/kms/v20190118/api.json +4 -4
  52. tccli/services/lighthouse/v20200324/api.json +1 -1
  53. tccli/services/mps/v20190612/api.json +45 -7
  54. tccli/services/oceanus/v20190422/api.json +168 -8
  55. tccli/services/ocr/v20181119/api.json +127 -118
  56. tccli/services/partners/v20180321/api.json +1 -1
  57. tccli/services/redis/v20180412/api.json +9 -0
  58. tccli/services/securitylake/__init__.py +4 -0
  59. tccli/services/securitylake/securitylake_client.py +207 -0
  60. tccli/services/securitylake/v20240117/api.json +723 -0
  61. tccli/services/securitylake/v20240117/examples.json +13 -0
  62. tccli/services/tcbr/v20220217/api.json +70 -0
  63. tccli/services/tdmq/v20200217/api.json +263 -5
  64. tccli/services/tdmq/v20200217/examples.json +1 -1
  65. tccli/services/teo/v20220901/api.json +40 -30
  66. tccli/services/teo/v20220901/examples.json +19 -19
  67. tccli/services/tione/tione_client.py +57 -4
  68. tccli/services/tione/v20211111/api.json +283 -1
  69. tccli/services/tione/v20211111/examples.json +8 -0
  70. tccli/services/tke/v20180525/api.json +37 -28
  71. tccli/services/tms/v20201229/api.json +14 -21
  72. tccli/services/trocket/v20230308/api.json +81 -81
  73. tccli/services/trocket/v20230308/examples.json +1 -1
  74. tccli/services/trtc/v20190722/api.json +29 -0
  75. tccli/services/tsf/tsf_client.py +61 -8
  76. tccli/services/tsf/v20180326/api.json +3161 -2106
  77. tccli/services/tsf/v20180326/examples.json +8 -0
  78. tccli/services/vdb/v20230616/api.json +49 -0
  79. tccli/services/vdb/v20230616/examples.json +1 -1
  80. tccli/services/vm/v20210922/api.json +8 -8
  81. tccli/services/vpc/v20170312/api.json +1 -1
  82. tccli/services/waf/v20180125/api.json +52 -2
  83. tccli/services/wav/v20210129/api.json +10 -10
  84. tccli/services/wav/v20210129/examples.json +3 -3
  85. tccli/services/wedata/v20210820/api.json +11 -0
  86. {tccli-3.0.1343.1.dist-info → tccli-3.0.1345.1.dist-info}/METADATA +2 -2
  87. {tccli-3.0.1343.1.dist-info → tccli-3.0.1345.1.dist-info}/RECORD +90 -82
  88. {tccli-3.0.1343.1.dist-info → tccli-3.0.1345.1.dist-info}/WHEEL +0 -0
  89. {tccli-3.0.1343.1.dist-info → tccli-3.0.1345.1.dist-info}/entry_points.txt +0 -0
  90. {tccli-3.0.1343.1.dist-info → tccli-3.0.1345.1.dist-info}/license_files/LICENSE +0 -0
@@ -496,6 +496,14 @@
496
496
  "title": "删除单元化规则"
497
497
  }
498
498
  ],
499
+ "DeployContainerApplication": [
500
+ {
501
+ "document": "",
502
+ "input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeployContainerGroup\n<公共请求参数>\n\n{\n \"ApplicationId\": \"application-xx\",\n \"ObservabilityConfig\": {\n \"BusinessLogConfigIdList\": [\n \"log-xx\"\n ],\n \"BusinessLogDeliveryConfigIdList\": [\n \"log-xx\"\n ]\n },\n \"ClusterId\": \"cluster-xx\",\n \"GroupId\": \"group-xx\",\n \"Envs\": [\n {\n \"Name\": \"key\",\n \"Value\": \"val\",\n \"ValueFrom\": {\n \"FieldRef\": {\n \"FieldPath\": \"path\"\n },\n \"ResourceFieldRef\": {\n \"Resource\": \"ref\"\n },\n \"ConfigMapKeyRef\": {\n \"Name\": \"name\",\n \"Key\": \"key\"\n },\n \"SecretKeyRef\": {\n \"Name\": \"test\",\n \"Key\": \"test\"\n }\n }\n }\n ],\n \"VolumeMountInfoList\": [\n {\n \"VolumeMountName\": \"mount-name\",\n \"VolumeMountPath\": \"path\",\n \"VolumeMountSubPath\": \"sub-path\",\n \"ReadOrWrite\": \"1\"\n }\n ],\n \"LifeCycleHookList\": [\n {\n \"HookType\": \"PostStart\",\n \"ExecMode\": \"execCommand\",\n \"ExecCommandContent\": \"sleep xx\",\n \"HttpGetOption\": {\n \"Host\": \"host.com\",\n \"Path\": \"path\",\n \"Port\": \"port\",\n \"Scheme\": \"HTTP\"\n }\n }\n ],\n \"AdditionalContainerList\": [\n {\n \"Name\": \"add\",\n \"ContainerId\": \"c-id\",\n \"Status\": \"test\",\n \"Reason\": \"test\",\n \"Image\": \"test\",\n \"IsBusinessMainContainer\": true,\n \"Server\": \"test\",\n \"RepoName\": \"test\",\n \"RepoType\": \"test\",\n \"TcrRepoInfo\": {\n \"Region\": \"test\",\n \"RegistryId\": \"test\",\n \"RegistryName\": \"test\",\n \"Namespace\": \"test\",\n \"RepoName\": \"test\"\n },\n \"SecretName\": \"test\",\n \"TagName\": \"test\",\n \"HealthCheckSettings\": {\n \"LivenessProbe\": {\n \"ActionType\": \"test\",\n \"InitialDelaySeconds\": 1,\n \"TimeoutSeconds\": 1,\n \"PeriodSeconds\": 1,\n \"SuccessThreshold\": 1,\n \"FailureThreshold\": 1,\n \"Scheme\": \"test\",\n \"Port\": 1,\n \"Path\": \"test\",\n \"Command\": [\n \"test\"\n ],\n \"Type\": \"test\"\n },\n \"ReadinessProbe\": {\n \"ActionType\": \"test\",\n \"InitialDelaySeconds\": 1,\n \"TimeoutSeconds\": 1,\n \"PeriodSeconds\": 1,\n \"SuccessThreshold\": 1,\n \"FailureThreshold\": 1,\n \"Scheme\": \"test\",\n \"Port\": 1,\n \"Path\": \"test\",\n \"Command\": [\n \"test\"\n ],\n \"Type\": \"test\"\n }\n },\n \"CpuRequest\": \"test\",\n \"CpuLimit\": \"test\",\n \"MemRequest\": \"test\",\n \"MemLimit\": \"test\",\n \"Envs\": [\n {\n \"Name\": \"test\",\n \"Value\": \"test\",\n \"ValueFrom\": {\n \"FieldRef\": {\n \"FieldPath\": \"test\"\n },\n \"ResourceFieldRef\": {\n \"Resource\": \"test\"\n },\n \"ConfigMapKeyRef\": {\n \"Name\": \"test\",\n \"Key\": \"test\"\n }\n }\n }\n ],\n \"UserEnvs\": [\n {\n \"Name\": \"test\",\n \"Value\": \"test\",\n \"ValueFrom\": {\n \"FieldRef\": {\n \"FieldPath\": \"test\"\n },\n \"ResourceFieldRef\": {\n \"Resource\": \"test\"\n }\n }\n }\n ],\n \"JvmOpts\": \"test\",\n \"VolumeMountInfoList\": [\n {\n \"VolumeMountName\": \"test\",\n \"VolumeMountPath\": \"test\",\n \"VolumeMountSubPath\": \"test\",\n \"ReadOrWrite\": \"test\"\n }\n ],\n \"InitContainerEnable\": true,\n \"LifeCycleHookList\": [\n {\n \"HookType\": \"test\",\n \"ExecMode\": \"test\",\n \"ExecCommandContent\": \"test\",\n \"HttpGetOption\": {\n \"Host\": \"test\",\n \"Path\": \"test\",\n \"Port\": \"test\",\n \"Scheme\": \"test\"\n }\n }\n ],\n \"PrivilegeContainerEnable\": true,\n \"RunCommand\": \"test\",\n \"RunArg\": \"test\",\n \"ContainerName\": \"test\"\n }\n ],\n \"VolumeInfoList\": [\n {\n \"VolumeType\": \"test\",\n \"VolumeName\": \"test\",\n \"VolumeConfig\": \"test\",\n \"ConfigMapOptions\": [\n {\n \"Key\": \"test\",\n \"Path\": \"test\",\n \"Mode\": \"test\"\n }\n ],\n \"EmptyDirOption\": {\n \"EnableMemory\": true,\n \"StorageCapacity\": 0,\n \"StorageUnit\": \"test\",\n \"SizeLimit\": \"test\"\n }\n }\n ],\n \"ServiceSettingList\": [\n {\n \"AccessType\": 0,\n \"ProtocolPorts\": [\n {\n \"Protocol\": \"test\",\n \"Port\": 0,\n \"TargetPort\": 0,\n \"NodePort\": 0,\n \"Name\": \"test\"\n }\n ],\n \"SubnetId\": \"test\",\n \"DisableService\": true,\n \"HeadlessService\": true,\n \"AllowDeleteService\": true,\n \"OpenSessionAffinity\": true,\n \"SessionAffinityTimeoutSeconds\": 0,\n \"ServiceName\": \"test\",\n \"ExternalTrafficStrategy\": \"test\",\n \"ExternalTrafficPolicy\": \"test\",\n \"LoadBalancerProvisioner\": \"test\",\n \"LoadBalancingType\": \"test\",\n \"ClusterIp\": \"test\",\n \"DisableServiceInt\": 1,\n \"OpenSessionAffinityInt\": 1,\n \"HeadlessServiceInt\": 1,\n \"Name\": \"test\",\n \"VpcId\": \"test\",\n \"LoadBalancingIp\": \"test\",\n \"LoadBalancerId\": \"test\"\n }\n ],\n \"Alias\": \"test\",\n \"GroupName\": \"test\",\n \"Tags\": [\n {\n \"TagKey\": \"test\",\n \"TagValue\": \"test\"\n }\n ],\n \"ContainerKind\": \"test\",\n \"Server\": \"test\",\n \"RepoName\": \"test\",\n \"RepoType\": \"test\",\n \"TcrRepoInfo\": {\n \"Region\": \"test\",\n \"RegistryId\": \"test\",\n \"RegistryName\": \"test\",\n \"Namespace\": \"test\",\n \"RepoName\": \"test\"\n },\n \"SecretName\": \"test\",\n \"TagName\": \"test\",\n \"HealthCheckSettings\": {\n \"LivenessProbe\": {\n \"ActionType\": \"test\",\n \"InitialDelaySeconds\": 1,\n \"TimeoutSeconds\": 1,\n \"PeriodSeconds\": 1,\n \"SuccessThreshold\": 1,\n \"FailureThreshold\": 1,\n \"Scheme\": \"test\",\n \"Port\": 1,\n \"Path\": \"test\",\n \"Command\": [\n \"test\"\n ],\n \"Type\": \"test\"\n }\n },\n \"CpuRequest\": \"test\",\n \"CpuLimit\": \"test\",\n \"MemRequest\": \"test\",\n \"MemLimit\": \"test\",\n \"JvmOpts\": \"test\",\n \"InitContainerEnable\": true,\n \"PrivilegeContainerEnable\": true,\n \"RunCommand\": \"test\",\n \"RunArg\": \"test\",\n \"InstanceNum\": 0,\n \"SchedulingStrategy\": {\n \"Type\": \"test\",\n \"NodeScheduleStrategyType\": \"test\",\n \"NodeScheduleOptions\": [\n {\n \"LabelName\": \"test\",\n \"Operator\": \"test\",\n \"LabelValue\": \"test\"\n }\n ],\n \"StrongAffinityList\": [\n {\n \"LabelName\": \"test\",\n \"Operator\": \"test\",\n \"LabelValue\": \"test\"\n }\n ],\n \"WeakAffinityList\": [\n {\n \"LabelName\": \"test\",\n \"Operator\": \"test\",\n \"LabelValue\": \"test\"\n }\n ],\n \"WeakAffinityWeight\": 0,\n \"AvailableZoneScatterScheduleType\": \"test\",\n \"AvailableZoneScatterScheduleRules\": [\n {\n \"ScatterDimension\": \"test\",\n \"MaxUnbalanceQuantity\": 0,\n \"IsForceSchedule\": true\n }\n ],\n \"PodScheduleStrategyType\": \"test\",\n \"CustomPodSchedule\": {\n \"ForceSchedule\": {\n \"AffinityList\": [\n {\n \"Scope\": \"test\",\n \"Weight\": \"test\"\n }\n ],\n \"AntiAffinityList\": [\n {\n \"Scope\": \"test\",\n \"Weight\": \"test\"\n }\n ]\n },\n \"TrySchedule\": {\n \"AffinityList\": [\n {\n \"Scope\": \"test\",\n \"Weight\": \"test\"\n }\n ]\n }\n },\n \"TolerateScheduleType\": \"test\",\n \"CustomTolerateSchedules\": [\n {\n \"Key\": \"test\",\n \"Operator\": \"test\",\n \"Value\": \"test\",\n \"Effect\": \"test\",\n \"TolerationSeconds\": 0\n }\n ]\n },\n \"RestartPolicy\": \"test\",\n \"ServiceSpecEncode\": \"test\",\n \"IstioMemRequest\": \"test\",\n \"IstioCpuRequest\": \"test\",\n \"IstioMemLimit\": \"test\",\n \"IstioCpuLimit\": \"test\",\n \"ServiceGovernanceConfig\": {\n \"EnableGovernance\": true,\n \"ServiceConfigList\": [\n {\n \"Name\": \"test\",\n \"Ports\": [\n {\n \"TargetPort\": 1,\n \"Protocol\": \"test\"\n }\n ],\n \"HealthCheck\": {\n \"Path\": \"test\"\n }\n }\n ],\n \"ExclusiveInstances\": [\n {\n \"CenterType\": \"test\",\n \"InstanceId\": \"test\",\n \"InstanceType\": \"test\",\n \"InstanceName\": \"test\",\n \"RegionId\": \"test\",\n \"InstanceNamespaceId\": \"test\"\n }\n ],\n \"GovernanceType\": \"test\"\n },\n \"AgentMemRequest\": \"test\",\n \"AgentCpuRequest\": \"test\",\n \"AgentMemLimit\": \"test\",\n \"AgentCpuLimit\": \"test\",\n \"UpdateType\": 0,\n \"UpdateIvl\": 0,\n \"MaxSurge\": \"test\",\n \"MaxUnavailable\": \"test\",\n \"WarmupSetting\": {\n \"Enabled\": true,\n \"WarmupTime\": 1,\n \"Curvature\": 1,\n \"EnabledProtection\": true\n },\n \"ConfigTemplateId\": \"test\",\n \"ConfigTemplateVersion\": 0,\n \"VolumeClean\": true,\n \"NamespaceId\": \"test\",\n \"DeployAgent\": true,\n \"AgentProfileList\": [\n {\n \"AgentType\": \"test\",\n \"AgentVersion\": \"test\"\n }\n ]\n}",
503
+ "output": "{\n \"Response\": {\n \"Result\": {\n \"GroupId\": \"group-xx\",\n \"TaskId\": \"task-2.0-xx\"\n },\n \"RequestId\": \"request-id\"\n }\n}",
504
+ "title": "部署容器应用"
505
+ }
506
+ ],
499
507
  "DeployContainerGroup": [
500
508
  {
501
509
  "document": "",
@@ -824,6 +824,15 @@
824
824
  "name": "TaskStatus",
825
825
  "required": false,
826
826
  "type": "list"
827
+ },
828
+ {
829
+ "disabled": false,
830
+ "document": "根据实例vip搜索实例",
831
+ "example": "[\"10.0.1.1\", \"10.11.1.1\"]",
832
+ "member": "string",
833
+ "name": "Networks",
834
+ "required": false,
835
+ "type": "list"
827
836
  }
828
837
  ],
829
838
  "type": "object"
@@ -1262,6 +1271,36 @@
1262
1271
  "type": "bool",
1263
1272
  "value_allowed_null": false
1264
1273
  },
1274
+ {
1275
+ "disabled": false,
1276
+ "document": "产品版本,0-标准版,1-容量增强版",
1277
+ "example": "0",
1278
+ "member": "int64",
1279
+ "name": "ProductType",
1280
+ "output_required": false,
1281
+ "type": "int",
1282
+ "value_allowed_null": false
1283
+ },
1284
+ {
1285
+ "disabled": false,
1286
+ "document": "实例类型",
1287
+ "example": "single",
1288
+ "member": "string",
1289
+ "name": "InstanceType",
1290
+ "output_required": false,
1291
+ "type": "string",
1292
+ "value_allowed_null": false
1293
+ },
1294
+ {
1295
+ "disabled": false,
1296
+ "document": "节点类型",
1297
+ "example": "计算型",
1298
+ "member": "string",
1299
+ "name": "NodeType",
1300
+ "output_required": false,
1301
+ "type": "string",
1302
+ "value_allowed_null": false
1303
+ },
1265
1304
  {
1266
1305
  "disabled": false,
1267
1306
  "document": "外网地址。",
@@ -1301,6 +1340,16 @@
1301
1340
  "output_required": false,
1302
1341
  "type": "int",
1303
1342
  "value_allowed_null": false
1343
+ },
1344
+ {
1345
+ "disabled": false,
1346
+ "document": "绑定的安全组id",
1347
+ "example": "[\"sg-hduehhu\"]",
1348
+ "member": "string",
1349
+ "name": "SecurityGroupIds",
1350
+ "output_required": false,
1351
+ "type": "list",
1352
+ "value_allowed_null": false
1304
1353
  }
1305
1354
  ],
1306
1355
  "usage": "out"
@@ -56,7 +56,7 @@
56
56
  {
57
57
  "document": "查询实例列表",
58
58
  "input": "POST / HTTP/1.1\nHost: vdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstances\n<公共请求参数>\n\n{\n \"Offset\": 0,\n \"Limit\": 50\n}",
59
- "output": "{\n \"Response\": {\n \"Items\": [\n {\n \"ApiVersion\": \"2.0\",\n \"AppId\": 251255497,\n \"AutoRenew\": 0,\n \"Cpu\": 1,\n \"CreatedAt\": \"2025-02-24 19:02:40\",\n \"Disk\": 20,\n \"EngineName\": \"\",\n \"EngineVersion\": \"v2.3.0\",\n \"ExpiredAt\": \"2025-03-24 19:54:40\",\n \"Extend\": \"{\\\"EngineVersion\\\":\\\"v1.0.0\\\",\\\"FreeApply\\\":2,\\\"Mode\\\":\\\"two\\\",\\\"Platform\\\":\\\"vdb\\\",\\\"Port\\\":\\\"80\\\",\\\"Tag\\\":\\\"trade\\\"}\",\n \"HealthScore\": 0,\n \"InstanceId\": \"vdb-mh653rup\",\n \"IsNoExpired\": false,\n \"IsolateAt\": \"\",\n \"Memory\": 2,\n \"Name\": \"vdb-mh653rup\",\n \"Networks\": [],\n \"PayMode\": 1,\n \"Product\": \"vdb\",\n \"Project\": \"\",\n \"Region\": \"ap-chengdu\",\n \"ReplicaNum\": 2,\n \"ResourceTags\": [],\n \"ShardNum\": 0,\n \"Status\": \"creating\",\n \"TaskStatus\": 0,\n \"WanAddress\": \"\",\n \"Warning\": 0,\n \"Zone\": \"\"\n },\n {\n \"ApiVersion\": \"2.0\",\n \"AppId\": 251255497,\n \"AutoRenew\": 0,\n \"Cpu\": 1,\n \"CreatedAt\": \"2025-02-24 19:02:45\",\n \"Disk\": 30,\n \"EngineName\": \"\",\n \"EngineVersion\": \"v2.3.0\",\n \"ExpiredAt\": \"2025-05-24 19:14:44\",\n \"Extend\": \"{\\\"EngineVersion\\\":\\\"v1.0.0\\\",\\\"FreeApply\\\":2,\\\"Mode\\\":\\\"two\\\",\\\"Platform\\\":\\\"vdb\\\",\\\"Port\\\":\\\"80\\\",\\\"Tag\\\":\\\"trade\\\"}\",\n \"HealthScore\": 0,\n \"InstanceId\": \"vdb-bmz0gqmd\",\n \"IsNoExpired\": false,\n \"IsolateAt\": \"\",\n \"Memory\": 2,\n \"Name\": \"vdb-bmz0gqmd\",\n \"Networks\": [\n {\n \"ExpireTime\": \"\",\n \"Port\": 80,\n \"PreserveDuration\": 0,\n \"SubnetId\": \"subnet-8apk7iir\",\n \"Vip\": \"10.10.16.8\",\n \"VpcId\": \"vpc-n4c3s8u4\"\n }\n ],\n \"PayMode\": 1,\n \"Product\": \"vdb\",\n \"Project\": \"\",\n \"Region\": \"ap-chengdu\",\n \"ReplicaNum\": 2,\n \"ResourceTags\": [],\n \"ShardNum\": 0,\n \"Status\": \"online\",\n \"TaskStatus\": 0,\n \"WanAddress\": \"\",\n \"Warning\": 0,\n \"Zone\": \"\"\n }\n ],\n \"RequestId\": \"ebae613a-d963-4979-9764-588ff0a315e3\",\n \"TotalCount\": 2\n }\n}",
59
+ "output": "{\n \"Response\": {\n \"Items\": [\n {\n \"ApiVersion\": \"2.0\",\n \"AppId\": 251255497,\n \"AutoRenew\": 0,\n \"Cpu\": 1,\n \"CreatedAt\": \"2025-02-24 19:02:40\",\n \"Disk\": 20,\n \"EngineName\": \"\",\n \"EngineVersion\": \"v2.3.0\",\n \"ExpiredAt\": \"2025-03-24 19:54:40\",\n \"Extend\": \"{\\\"EngineVersion\\\":\\\"v1.0.0\\\",\\\"FreeApply\\\":2,\\\"Mode\\\":\\\"two\\\",\\\"Platform\\\":\\\"vdb\\\",\\\"Port\\\":\\\"80\\\",\\\"Tag\\\":\\\"trade\\\"}\",\n \"HealthScore\": 0,\n \"InstanceId\": \"vdb-mh653rup\",\n \"InstanceType\": \"cluster\",\n \"IsNoExpired\": false,\n \"IsolateAt\": \"\",\n \"Memory\": 2,\n \"Name\": \"vdb-mh653rup\",\n \"Networks\": [],\n \"NodeType\": \"compute\",\n \"PayMode\": 1,\n \"Product\": \"vdb\",\n \"Project\": \"\",\n \"Region\": \"ap-chengdu\",\n \"ReplicaNum\": 2,\n \"ResourceTags\": [],\n \"ShardNum\": 0,\n \"Status\": \"creating\",\n \"TaskStatus\": 0,\n \"WanAddress\": \"\",\n \"Warning\": 0,\n \"Zone\": \"\"\n },\n {\n \"ApiVersion\": \"2.0\",\n \"AppId\": 251255497,\n \"AutoRenew\": 0,\n \"Cpu\": 1,\n \"CreatedAt\": \"2025-02-24 19:02:45\",\n \"Disk\": 30,\n \"EngineName\": \"\",\n \"EngineVersion\": \"v2.3.0\",\n \"ExpiredAt\": \"2025-05-24 19:14:44\",\n \"Extend\": \"{\\\"EngineVersion\\\":\\\"v1.0.0\\\",\\\"FreeApply\\\":2,\\\"Mode\\\":\\\"two\\\",\\\"Platform\\\":\\\"vdb\\\",\\\"Port\\\":\\\"80\\\",\\\"Tag\\\":\\\"trade\\\"}\",\n \"HealthScore\": 0,\n \"InstanceId\": \"vdb-bmz0gqmd\",\n \"InstanceType\": \"cluster\",\n \"IsNoExpired\": false,\n \"IsolateAt\": \"\",\n \"Memory\": 2,\n \"Name\": \"vdb-bmz0gqmd\",\n \"Networks\": [\n {\n \"ExpireTime\": \"\",\n \"Port\": 80,\n \"PreserveDuration\": 0,\n \"SubnetId\": \"subnet-8apk7iir\",\n \"Vip\": \"10.10.16.8\",\n \"VpcId\": \"vpc-n4c3s8u4\"\n }\n ],\n \"NodeType\": \"compute\",\n \"PayMode\": 1,\n \"Product\": \"vdb\",\n \"Project\": \"\",\n \"Region\": \"ap-chengdu\",\n \"ReplicaNum\": 2,\n \"ResourceTags\": [],\n \"ShardNum\": 0,\n \"Status\": \"online\",\n \"TaskStatus\": 0,\n \"WanAddress\": \"\",\n \"Warning\": 0,\n \"Zone\": \"\"\n }\n ],\n \"RequestId\": \"ebae613a-d963-4979-9764-588ff0a315e3\",\n \"TotalCount\": 2\n }\n}",
60
60
  "title": "查询实例列表"
61
61
  }
62
62
  ],
@@ -2079,43 +2079,43 @@
2079
2079
  "members": [
2080
2080
  {
2081
2081
  "disabled": false,
2082
- "document": "该字段用于返回检测结果所对应的恶意标签。\n返回值:Porn:色情,Abuse:谩骂,Ad:广告;以及其他令人反感、不安全或不适宜的内容类型。\n注意:此字段可能返回 null,表示取不到有效值。",
2082
+ "document": "该字段用于返回检测结果所对应的恶意标签。\n返回值:Porn:色情,Abuse:谩骂,Ad:广告;以及其他令人反感、不安全或不适宜的内容类型。",
2083
2083
  "example": "Ad",
2084
2084
  "member": "string",
2085
2085
  "name": "Label",
2086
2086
  "output_required": true,
2087
2087
  "type": "string",
2088
- "value_allowed_null": true
2088
+ "value_allowed_null": false
2089
2089
  },
2090
2090
  {
2091
2091
  "disabled": false,
2092
- "document": "审核建议,可选值:\nPass 通过,\nReview 建议人审,\nBlock 确认违规\n注意:此字段可能返回 null,表示取不到有效值。",
2092
+ "document": "审核建议,可选值:\nPass 通过,\nReview 建议人审,\nBlock 确认违规",
2093
2093
  "example": "Review",
2094
2094
  "member": "string",
2095
2095
  "name": "Suggestion",
2096
2096
  "output_required": true,
2097
2097
  "type": "string",
2098
- "value_allowed_null": true
2098
+ "value_allowed_null": false
2099
2099
  },
2100
2100
  {
2101
2101
  "disabled": false,
2102
- "document": "得分,分数是 0 ~ 100\n注意:此字段可能返回 null,表示取不到有效值。",
2102
+ "document": "得分,分数是 0 ~ 100",
2103
2103
  "example": "89",
2104
2104
  "member": "int64",
2105
2105
  "name": "Score",
2106
2106
  "output_required": true,
2107
2107
  "type": "int",
2108
- "value_allowed_null": true
2108
+ "value_allowed_null": false
2109
2109
  },
2110
2110
  {
2111
2111
  "disabled": false,
2112
- "document": "命中的二级标签\n注意:此字段可能返回 null,表示取不到有效值。",
2112
+ "document": "命中的二级标签",
2113
2113
  "example": "phone",
2114
2114
  "member": "string",
2115
2115
  "name": "SubLabel",
2116
2116
  "output_required": true,
2117
2117
  "type": "string",
2118
- "value_allowed_null": true
2118
+ "value_allowed_null": false
2119
2119
  }
2120
2120
  ],
2121
2121
  "usage": "out"
@@ -19005,7 +19005,7 @@
19005
19005
  {
19006
19006
  "disabled": false,
19007
19007
  "document": "路由表对象。",
19008
- "example": "[{\"RouteSet\": [{\"RouteTableId\": \"rtb-l2h8d7c2\", \"RouteItemId\": \"rti6-hj3he929\", \"Enabled\": true, \"RouteId\": 0, \"GatewayId\": \"ccn-nswq8wkq\", \"PublishedToVbc\": false, \"CreatedTime\": \"2017-06-30 19:52:03\", \"DestinationIpv6CidrBlock\": \"2402:4e00:1000:810b::/64\", \"DestinationCidrBlock\": \"\", \"RouteDescription\": \"\", \"GatewayType\": \"CCN\", \"RouteType\": \"USER\"}], \"RouteTableId\": \"rtb-l2h8d7c2\", \"VpcId\": \"vpc-2at5y1pn\", \"TagSet\": [{\"Key\": \"tag-key\", \"Value\": \"tag-value\"}], \"CreatedTime\": \"2017-06-30 19:52:03\", \"AssociationSet\": [], \"Main\": false, \"RouteTableName\": \"RouteTable\", \"LocalCidrForCcn\": [{\"Cidr\": \"10.1.0.0/16\", \"PublishedToVbc\": true}]}]",
19008
+ "example": "",
19009
19009
  "member": "RouteTable",
19010
19010
  "name": "RouteTableSet",
19011
19011
  "output_required": true,
@@ -10506,7 +10506,7 @@
10506
10506
  {
10507
10507
  "disabled": false,
10508
10508
  "document": "domain列表",
10509
- "example": "[{\"AppId\":1256702383,\"Domain\":\"randygz2.qcloudwaf.com\",\"DomainId\":\"7d58ebf3db7e5f7e8f91eb017c6a7b31\",\"InstanceId\":\"waf_2kw60jgy0908e8j3\",\"InstanceName\":\"广州双栈集群企业版\",\"Edition\":\"sparta-waf\",\"Region\":\"gz\",\"CreateTime\":\"2024-07-18T10:46:12+08:00\",\"Cname\":\"dae1cae7d48ec31c7727a86a8cda2a62.qcloudzygj.com\",\"ClsStatus\":1,\"PostCLSStatus\":0,\"PostCKafkaStatus\":0,\"FlowMode\":0,\"Status\":1,\"Mode\":1,\"State\":0,\"Engine\":1,\"Ipv6Status\":1,\"BotStatus\":2,\"ApiStatus\":0,\"Level\":3,\"CdcClusters\":\"\",\"RsList\":[\"134.175.221.0/24\",\"2402:4e00:1020:1707::/64\"],\"CCList\":[],\"Ports\":[{\"NginxServerId\":231056,\"Port\":\"80\",\"Protocol\":\"http\",\"UpstreamPort\":\"80\",\"UpstreamProtocol\":\"http\"},{\"NginxServerId\":321607,\"Port\":\"443\",\"Protocol\":\"https\",\"UpstreamPort\":\"80\",\"UpstreamProtocol\":\"http\"}],\"LoadBalancerSet\":[],\"AlbType\":\"\",\"SgState\":2,\"SgDetail\":\"\",\"CloudType\":\"\",\"Note\":\"22222\",\"SrcList\":[\"114.132.246.237\"],\"UpstreamDomainList\":[],\"SgID\":\"sg-7dme0v73\",\"AccessStatus\":1,\"Labels\":[\"\"]},{\"AppId\":1256704386,\"Domain\":\"xiaochengxu.qcloudwaf.com\",\"DomainId\":\"42059f9a9905519d8f9e72a823891544\",\"InstanceId\":\"waf_2kw60jgy0908e8j3\",\"InstanceName\":\"广州双栈集群企业版\",\"Edition\":\"sparta-waf\",\"Region\":\"gz\",\"CreateTime\":\"2024-07-08T17:42:42+08:00\",\"Cname\":\"3323d11c0772e26ca3c68548b9cd069f.qcloudzygj.com\",\"ClsStatus\":1,\"PostCLSStatus\":0,\"PostCKafkaStatus\":0,\"FlowMode\":0,\"Status\":1,\"Mode\":1,\"State\":1,\"Engine\":1,\"Ipv6Status\":0,\"BotStatus\":2,\"ApiStatus\":0,\"Level\":3,\"CdcClusters\":\"\",\"RsList\":[\"134.175.221.0/24\"],\"CCList\":[],\"Ports\":[{\"NginxServerId\":257856,\"Port\":\"80\",\"Protocol\":\"http\",\"UpstreamPort\":\"80\",\"UpstreamProtocol\":\"http\"}],\"LoadBalancerSet\":[],\"AlbType\":\"\",\"SgState\":1,\"SgDetail\":\"\",\"CloudType\":\"\",\"Note\":\"\",\"SrcList\":[\"124.221.148.62\"],\"UpstreamDomainList\":[],\"SgID\":\"\",\"AccessStatus\":1,\"Labels\":[\"\"]}]",
10509
+ "example": "",
10510
10510
  "member": "DomainInfo",
10511
10511
  "name": "Domains",
10512
10512
  "output_required": true,
@@ -11020,7 +11020,7 @@
11020
11020
  {
11021
11021
  "disabled": false,
11022
11022
  "document": "instance列表",
11023
- "example": "[{\"AppId\":1256704386,\"InstanceId\":\"waf_2kw60zgy0908e8j3\",\"InstanceName\":\"广州双栈集群企业版\",\"ResourceIds\":\"waf_2kw60zgy0908e8j3\",\"Edition\":\"sparta-waf\",\"Region\":\"gz\",\"PayMode\":1,\"Status\":0,\"RenewFlag\":1,\"AttackLogPost\":1,\"Level\":3,\"ElasticBilling\":100000,\"ValidTime\":\"2024-12-01 15:27:23\",\"BeginTime\":\"2022-09-01 15:27:23\",\"SubDomainLimit\":30,\"MainDomainLimit\":3,\"APISecurity\":1,\"IsAPISecurityTrial\":0,\"BillingItem\":\"sv_wsm_waf_package_enterprise\",\"FreeDelayFlag\":0,\"Mode\":1,\"DomainCount\":18,\"MainDomainCount\":3,\"MaxQPS\":50,\"MaxBandwidth\":203021,\"QPS\":{\"ResourceIds\":\"\",\"ValidTime\":\"\",\"RenewFlag\":0,\"Count\":0,\"Region\":\"\",\"BillingItem\":\"\"},\"BotQPS\":{\"ResourceIds\":\"\",\"ValidTime\":\"\",\"Count\":0,\"Region\":\"\",\"MaxBotQPS\":50,\"RenewFlag\":0},\"DomainPkg\":{\"ResourceIds\":\"\",\"ValidTime\":\"\",\"RenewFlag\":0,\"Count\":0,\"Region\":\"\"},\"BotPkg\":{\"ResourceIds\":\"waf_2kw60zgy0908e8j3\",\"Status\":1,\"Region\":1,\"BeginTime\":\"2022-01-05 15:38:04\",\"EndTime\":\"2022-01-15 15:38:04\",\"Type\":\"sv_wsm_waf_scene_bot\",\"InquireNum\":1,\"UsedNum\":0,\"RenewFlag\":0,\"BotCPWaf\":0,\"BotNPWaf\":0,\"IsBotTrial\":0},\"FraudPkg\":{\"ResourceIds\":\"waf_2kw60zgy0908e8j3_0_fraud\",\"Status\":1,\"Region\":1,\"BeginTime\":\"2024-06-19 19:22:59\",\"EndTime\":\"2024-12-01 19:22:59\",\"InquireNum\":5000,\"UsedNum\":37,\"RenewFlag\":1},\"MajorEventsPkg\":{\"ResourceIds\":\"\",\"Status\":0,\"Region\":0,\"BeginTime\":\"\",\"EndTime\":\"\",\"InquireNum\":0,\"UsedNum\":0,\"BillingItem\":\"\",\"RenewFlag\":0,\"HWState\":0},\"HybridPkg\":{\"ResourceIds\":\"\",\"Status\":0,\"Region\":0,\"BeginTime\":\"\",\"EndTime\":\"\",\"InquireNum\":0,\"UsedNum\":0,\"RenewFlag\":0},\"ApiPkg\":{\"ResourceIds\":\"waf_2kw60zgy0908e8j3_0_api\",\"Status\":1,\"Region\":1,\"BeginTime\":\"2024-04-23 00:01:51\",\"EndTime\":\"2024-12-01 00:01:51\",\"InquireNum\":1,\"UsedNum\":0,\"BillingItem\":\"sv_wsm_waf_scene_ent\",\"RenewFlag\":1,\"APICPWaf\":0,\"APINPWaf\":0,\"IsAPISecurityTrial\":0},\"MiniPkg\":{\"ResourceIds\":\"waf_2kw60zgy0908e8j3_1_mini\",\"Status\":1,\"Region\":1,\"BeginTime\":\"2024-04-11 11:31:01\",\"EndTime\":\"2024-12-01 11:31:01\",\"Count\":5,\"BillingItem\":\"sv_wsm_waf_scene_mini\",\"RenewFlag\":1,\"AccessAppidNum\":4,\"DdosThreshold\":300,\"ElasticMode\":1,\"ElasticBilling\":473000},\"MiniExtendPkg\":{\"ResourceIds\":\"waf_2kw60zgy0908e8j3_0_mini_extend\",\"Status\":1,\"Region\":1,\"BeginTime\":\"2024-05-30 23:35:08\",\"EndTime\":\"2024-12-01 23:35:08\",\"Count\":1,\"BillingItem\":\"sv_wsm_waf_exp_exp\",\"RenewFlag\":1},\"QpsStandard\":105000,\"BandwidthStandard\":2600,\"SandboxQps\":115000,\"LastQpsExceedTime\":\"\",\"MiniQpsStandard\":473500,\"MiniMaxQPS\":2}]",
11023
+ "example": "",
11024
11024
  "member": "InstanceInfo",
11025
11025
  "name": "Instances",
11026
11026
  "output_required": true,
@@ -17044,6 +17044,17 @@
17044
17044
  "required": false,
17045
17045
  "type": "int",
17046
17046
  "value_allowed_null": false
17047
+ },
17048
+ {
17049
+ "disabled": false,
17050
+ "document": "实例的网络配置",
17051
+ "example": "详见数据结构",
17052
+ "member": "NetworkConfig",
17053
+ "name": "NetworkConfig",
17054
+ "output_required": false,
17055
+ "required": false,
17056
+ "type": "object",
17057
+ "value_allowed_null": false
17047
17058
  }
17048
17059
  ],
17049
17060
  "usage": "both"
@@ -21318,6 +21329,45 @@
21318
21329
  ],
21319
21330
  "type": "object"
21320
21331
  },
21332
+ "NetworkConfig": {
21333
+ "document": "实例的网络配置",
21334
+ "members": [
21335
+ {
21336
+ "disabled": false,
21337
+ "document": "高防EIP地址",
21338
+ "example": "126.35.69.226",
21339
+ "member": "string",
21340
+ "name": "AntiDDosEip",
21341
+ "output_required": false,
21342
+ "required": false,
21343
+ "type": "string",
21344
+ "value_allowed_null": false
21345
+ },
21346
+ {
21347
+ "disabled": false,
21348
+ "document": "高防EIP绑定状态。\n0:解绑\n1:绑定",
21349
+ "example": "1",
21350
+ "member": "uint64",
21351
+ "name": "AntiDDosEipStatus",
21352
+ "output_required": false,
21353
+ "required": false,
21354
+ "type": "int",
21355
+ "value_allowed_null": false
21356
+ },
21357
+ {
21358
+ "disabled": false,
21359
+ "document": "WAF原生VIP绑定状态。\n0:解绑\n1:绑定",
21360
+ "example": "1",
21361
+ "member": "uint64",
21362
+ "name": "VipStatus",
21363
+ "output_required": false,
21364
+ "required": false,
21365
+ "type": "int",
21366
+ "value_allowed_null": false
21367
+ }
21368
+ ],
21369
+ "usage": "both"
21370
+ },
21321
21371
  "ParamCompareList": {
21322
21372
  "document": "bot-自定义规则请求参数比对结构体",
21323
21373
  "members": [
@@ -4084,11 +4084,11 @@
4084
4084
  "members": [
4085
4085
  {
4086
4086
  "disabled": false,
4087
- "document": "分页游标,再下次请求时填写以获取之后分页的记录,如果已经没有更多的数据则返回空\n注意:此字段可能返回 null,表示取不到有效值。",
4087
+ "document": "分页游标,在下次请求时填写以获取之后分页的记录,如果已经没有更多的数据则返回空\n注意:此字段可能返回 null,表示取不到有效值。",
4088
4088
  "example": "无",
4089
4089
  "member": "string",
4090
4090
  "name": "NextCursor",
4091
- "required": true,
4091
+ "output_required": true,
4092
4092
  "type": "string",
4093
4093
  "value_allowed_null": true
4094
4094
  },
@@ -4098,7 +4098,7 @@
4098
4098
  "example": "无",
4099
4099
  "member": "CrmStatisticsData",
4100
4100
  "name": "PageData",
4101
- "required": true,
4101
+ "output_required": true,
4102
4102
  "type": "list",
4103
4103
  "value_allowed_null": true
4104
4104
  },
@@ -4158,11 +4158,11 @@
4158
4158
  "members": [
4159
4159
  {
4160
4160
  "disabled": false,
4161
- "document": "分页游标,再下次请求时填写以获取之后分页的记录,如果已经没有更多的数据则返回空\n注意:此字段可能返回 null,表示取不到有效值。",
4161
+ "document": "分页游标,在下次请求时填写以获取之后分页的记录,如果已经没有更多的数据则返回空\n注意:此字段可能返回 null,表示取不到有效值。",
4162
4162
  "example": "无",
4163
4163
  "member": "string",
4164
4164
  "name": "NextCursor",
4165
- "required": true,
4165
+ "output_required": true,
4166
4166
  "type": "string",
4167
4167
  "value_allowed_null": true
4168
4168
  },
@@ -4172,7 +4172,7 @@
4172
4172
  "example": "无",
4173
4173
  "member": "CustomerActionEventDetail",
4174
4174
  "name": "PageData",
4175
- "required": true,
4175
+ "output_required": true,
4176
4176
  "type": "list",
4177
4177
  "value_allowed_null": true
4178
4178
  },
@@ -4744,7 +4744,7 @@
4744
4744
  "example": "无",
4745
4745
  "member": "LicenseInfo",
4746
4746
  "name": "LicenseInfo",
4747
- "required": true,
4747
+ "output_required": true,
4748
4748
  "type": "object",
4749
4749
  "value_allowed_null": true
4750
4750
  },
@@ -4925,11 +4925,11 @@
4925
4925
  "members": [
4926
4926
  {
4927
4927
  "disabled": false,
4928
- "document": "分页游标,再下次请求时填写以获取之后分页的记录,如果已经没有更多的数据则返回空\n注意:此字段可能返回 null,表示取不到有效值。",
4928
+ "document": "分页游标,在下次请求时填写以获取之后分页的记录,如果已经没有更多的数据则返回空\n注意:此字段可能返回 null,表示取不到有效值。",
4929
4929
  "example": "无",
4930
4930
  "member": "string",
4931
4931
  "name": "NextCursor",
4932
- "required": true,
4932
+ "output_required": true,
4933
4933
  "type": "string",
4934
4934
  "value_allowed_null": true
4935
4935
  },
@@ -4939,7 +4939,7 @@
4939
4939
  "example": "无",
4940
4940
  "member": "SalesActionEventDetail",
4941
4941
  "name": "PageData",
4942
- "required": true,
4942
+ "output_required": true,
4943
4943
  "type": "list",
4944
4944
  "value_allowed_null": true
4945
4945
  },
@@ -83,7 +83,7 @@
83
83
  "QueryCrmStatistics": [
84
84
  {
85
85
  "document": "",
86
- "input": "POST / HTTP/1.1\nHost: wav.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: QueryCrmStatistics\n<公共请求参数>\n\n{\n \"SalesId\": \"xx\",\n \"Cursor\": \"xx\",\n \"Limit\": 0,\n \"BeginTime\": 1,\n \"OrgId\": 1,\n \"EndTime\": 1\n}",
86
+ "input": "POST / HTTP/1.1\nHost: wav.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: QueryCrmStatistics\n<公共请求参数>\n\n{\n \"SalesId\": \"ID1234\",\n \"Cursor\": \"1H24tK0tELjSiTOR10DzA\",\n \"Limit\": 0,\n \"BeginTime\": 1,\n \"OrgId\": 1,\n \"EndTime\": 1\n}",
87
87
  "output": "{\n \"Response\": {\n \"NextCursor\": \"+1H24tK0tELjSiTOR10DzA==\",\n \"PageData\": [\n {\n \"LeadCnt\": 0,\n \"BuildCnt\": 0,\n \"InvitedCnt\": 0,\n \"OrderedCnt\": 0,\n \"DeliveredCnt\": 0,\n \"DefeatCnt\": 0,\n \"NewContactCnt\": 0,\n \"StatisticalTime\": \"String\"\n }\n ],\n \"RequestId\": \"b1a024bf-4d74-4b5d-a5bd-bbec330520e8\"\n }\n}",
88
88
  "title": "查询CRM统计数据接口"
89
89
  }
@@ -91,7 +91,7 @@
91
91
  "QueryCustomerEventDetailStatistics": [
92
92
  {
93
93
  "document": "",
94
- "input": "POST / HTTP/1.1\nHost: wav.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: QueryCustomerEventDetailStatistics\n<公共请求参数>\n\n{\n \"Cursor\": \"xx\",\n \"Limit\": 0,\n \"BeginTime\": 1647273600,\n \"EndTime\": 1647573600\n}",
94
+ "input": "POST / HTTP/1.1\nHost: wav.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: QueryCustomerEventDetailStatistics\n<公共请求参数>\n\n{\n \"Cursor\": \"+1H24tK0tELjSiTOR10DzA\",\n \"Limit\": 0,\n \"BeginTime\": 1647273600,\n \"EndTime\": 1647573600\n}",
95
95
  "output": "{\n \"Response\": {\n \"NextCursor\": \"+1H24tK0tELjSiTOR10DzA==\",\n \"PageData\": [\n {\n \"EventCode\": \"1000\",\n \"EventType\": 1,\n \"EventSource\": 1,\n \"MaterialType\": 1,\n \"MaterialId\": 1348495383617208321,\n \"ExternalUserId\": \"wmQIM2CwAAL1ZKqK-icQG9XAMa3AhP-A\",\n \"EventTime\": 1647573600,\n \"SalesId\": 1323253932850728968\n }\n ],\n \"RequestId\": \"b1a024bf-4d74-4b5d-a5bd-bbec330520e8\"\n }\n}",
96
96
  "title": "查询外部联系人SaaS使用明细数据接口"
97
97
  }
@@ -187,7 +187,7 @@
187
187
  "QueryStaffEventDetailStatistics": [
188
188
  {
189
189
  "document": "",
190
- "input": "POST / HTTP/1.1\nHost: wav.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: QueryStaffEventDetailStatistics\n<公共请求参数>\n\n{\n \"Cursor\": \"xx\",\n \"Limit\": 0,\n \"BeginTime\": 1647273600,\n \"EndTime\": 1647573600\n}",
190
+ "input": "POST / HTTP/1.1\nHost: wav.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: QueryStaffEventDetailStatistics\n<公共请求参数>\n\n{\n \"Cursor\": \"+1H24tK0tELjSiTOR10DzA\",\n \"Limit\": 0,\n \"BeginTime\": 1647273600,\n \"EndTime\": 1647573600\n}",
191
191
  "output": "{\n \"Response\": {\n \"NextCursor\": \"+1H24tK0tELjSiTOR10DzA==\",\n \"PageData\": [\n {\n \"EventCode\": \"1000\",\n \"EventType\": 1,\n \"EventSource\": 1,\n \"MaterialType\": 1,\n \"MaterialId\": 1348495383617208321,\n \"EventTime\": 1647573600,\n \"SalesId\": 1323253932850728968\n }\n ],\n \"RequestId\": \"b1a024bf-4d74-4b5d-a5bd-bbec330520e8\"\n }\n}",
192
192
  "title": "查询企业成员SaaS使用明细数据接口"
193
193
  }
@@ -48530,6 +48530,17 @@
48530
48530
  "required": false,
48531
48531
  "type": "int",
48532
48532
  "value_allowed_null": true
48533
+ },
48534
+ {
48535
+ "disabled": false,
48536
+ "document": "工作流总数",
48537
+ "example": "无",
48538
+ "member": "uint64",
48539
+ "name": "WorkflowNum",
48540
+ "output_required": false,
48541
+ "required": false,
48542
+ "type": "int",
48543
+ "value_allowed_null": false
48533
48544
  }
48534
48545
  ],
48535
48546
  "usage": "both"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tccli
3
- Version: 3.0.1343.1
3
+ Version: 3.0.1345.1
4
4
  Summary: Universal Command Line Environment for Tencent Cloud
5
5
  Project-URL: Bug Tracker, https://github.com/TencentCloud/tencentcloud-cli/issues
6
6
  Project-URL: Homepage, https://github.com/TencentCloud/tencentcloud-cli
@@ -13,7 +13,7 @@ Classifier: Programming Language :: Python :: 2.7
13
13
  Classifier: Programming Language :: Python :: 3
14
14
  Requires-Dist: jmespath==0.10.0
15
15
  Requires-Dist: six==1.16.0
16
- Requires-Dist: tencentcloud-sdk-python>=3.0.1343
16
+ Requires-Dist: tencentcloud-sdk-python>=3.0.1345
17
17
  Description-Content-Type: text/markdown
18
18
 
19
19
  # 命令行工具简介