tccli 3.0.1342.1__py2.py3-none-any.whl → 3.0.1344.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.
- tccli/__init__.py +1 -1
- tccli/services/__init__.py +6 -0
- tccli/services/ams/v20201229/api.json +46 -46
- tccli/services/ams/v20201229/examples.json +1 -1
- tccli/services/apm/apm_client.py +53 -0
- tccli/services/apm/v20210622/api.json +107 -0
- tccli/services/apm/v20210622/examples.json +8 -0
- tccli/services/batch/batch_client.py +53 -0
- tccli/services/batch/v20170312/api.json +125 -0
- tccli/services/batch/v20170312/examples.json +8 -0
- tccli/services/bh/v20230418/api.json +282 -1
- tccli/services/bh/v20230418/examples.json +3 -3
- tccli/services/bi/v20220105/api.json +9 -0
- tccli/services/ccc/v20200210/api.json +9 -0
- tccli/services/cdb/v20170320/api.json +40 -40
- tccli/services/cdb/v20170320/examples.json +3 -3
- tccli/services/cdwch/cdwch_client.py +53 -0
- tccli/services/cdwch/v20200915/api.json +410 -0
- tccli/services/cdwch/v20200915/examples.json +8 -0
- tccli/services/cdwdoris/v20211228/api.json +22 -2
- tccli/services/cfg/v20210820/api.json +72 -0
- tccli/services/ckafka/v20190819/api.json +21 -1
- tccli/services/csip/csip_client.py +163 -4
- tccli/services/csip/v20221121/api.json +967 -164
- tccli/services/csip/v20221121/examples.json +29 -5
- tccli/services/cvm/v20170312/api.json +16 -5
- tccli/services/cvm/v20170312/examples.json +1 -1
- tccli/services/dlc/v20210125/api.json +65 -1
- tccli/services/ecm/v20190719/api.json +14 -14
- tccli/services/emr/emr_client.py +167 -8
- tccli/services/emr/v20190103/api.json +809 -14
- tccli/services/emr/v20190103/examples.json +24 -0
- tccli/services/es/v20250101/examples.json +2 -2
- tccli/services/ess/v20201111/api.json +16 -7
- tccli/services/essbasic/v20210526/api.json +3 -3
- tccli/services/gs/v20191118/api.json +40 -1
- tccli/services/gs/v20191118/examples.json +2 -2
- tccli/services/hunyuan/v20230901/api.json +1 -1
- tccli/services/igtm/__init__.py +4 -0
- tccli/services/igtm/igtm_client.py +1373 -0
- tccli/services/igtm/v20231024/api.json +3569 -0
- tccli/services/igtm/v20231024/examples.json +207 -0
- tccli/services/ims/v20201229/api.json +20 -28
- tccli/services/ioa/ioa_client.py +114 -8
- tccli/services/ioa/v20220601/api.json +218 -3
- tccli/services/ioa/v20220601/examples.json +16 -0
- tccli/services/iss/v20230517/api.json +11 -2
- tccli/services/kms/v20190118/api.json +4 -4
- tccli/services/lighthouse/v20200324/api.json +1 -1
- tccli/services/mongodb/mongodb_client.py +57 -4
- tccli/services/mongodb/v20190725/api.json +189 -0
- tccli/services/mongodb/v20190725/examples.json +8 -0
- tccli/services/mps/v20190612/api.json +43 -5
- tccli/services/ocr/v20181119/api.json +137 -118
- tccli/services/partners/v20180321/api.json +1 -1
- tccli/services/securitylake/__init__.py +4 -0
- tccli/services/securitylake/securitylake_client.py +207 -0
- tccli/services/securitylake/v20240117/api.json +723 -0
- tccli/services/securitylake/v20240117/examples.json +13 -0
- tccli/services/tcbr/v20220217/api.json +70 -0
- tccli/services/tdmq/v20200217/api.json +263 -5
- tccli/services/tdmq/v20200217/examples.json +1 -1
- tccli/services/teo/teo_client.py +269 -4
- tccli/services/teo/v20220901/api.json +502 -23
- tccli/services/teo/v20220901/examples.json +77 -1
- tccli/services/tione/tione_client.py +57 -4
- tccli/services/tione/v20211111/api.json +283 -1
- tccli/services/tione/v20211111/examples.json +8 -0
- tccli/services/tke/v20180525/api.json +37 -28
- tccli/services/tms/v20201229/api.json +73 -80
- tccli/services/trocket/v20230308/api.json +80 -80
- tccli/services/trocket/v20230308/examples.json +1 -1
- tccli/services/tsf/tsf_client.py +61 -8
- tccli/services/tsf/v20180326/api.json +3161 -2106
- tccli/services/tsf/v20180326/examples.json +8 -0
- tccli/services/vdb/v20230616/api.json +49 -0
- tccli/services/vdb/v20230616/examples.json +1 -1
- tccli/services/vm/v20210922/api.json +8 -8
- tccli/services/vpc/v20170312/api.json +1 -1
- tccli/services/wav/v20210129/api.json +10 -10
- tccli/services/wav/v20210129/examples.json +3 -3
- tccli/services/wedata/v20210820/api.json +11 -0
- {tccli-3.0.1342.1.dist-info → tccli-3.0.1344.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1342.1.dist-info → tccli-3.0.1344.1.dist-info}/RECORD +87 -79
- {tccli-3.0.1342.1.dist-info → tccli-3.0.1344.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1342.1.dist-info → tccli-3.0.1344.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1342.1.dist-info → tccli-3.0.1344.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
|
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":
|
2088
|
+
"value_allowed_null": false
|
2089
2089
|
},
|
2090
2090
|
{
|
2091
2091
|
"disabled": false,
|
2092
|
-
"document": "审核建议,可选值:\nPass 通过,\nReview 建议人审,\nBlock
|
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":
|
2098
|
+
"value_allowed_null": false
|
2099
2099
|
},
|
2100
2100
|
{
|
2101
2101
|
"disabled": false,
|
2102
|
-
"document": "得分,分数是 0 ~ 100
|
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":
|
2108
|
+
"value_allowed_null": false
|
2109
2109
|
},
|
2110
2110
|
{
|
2111
2111
|
"disabled": false,
|
2112
|
-
"document": "
|
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":
|
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": "
|
19008
|
+
"example": "无",
|
19009
19009
|
"member": "RouteTable",
|
19010
19010
|
"name": "RouteTableSet",
|
19011
19011
|
"output_required": true,
|
@@ -4084,11 +4084,11 @@
|
|
4084
4084
|
"members": [
|
4085
4085
|
{
|
4086
4086
|
"disabled": false,
|
4087
|
-
"document": "
|
4087
|
+
"document": "分页游标,在下次请求时填写以获取之后分页的记录,如果已经没有更多的数据则返回空\n注意:此字段可能返回 null,表示取不到有效值。",
|
4088
4088
|
"example": "无",
|
4089
4089
|
"member": "string",
|
4090
4090
|
"name": "NextCursor",
|
4091
|
-
"
|
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
|
-
"
|
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": "
|
4161
|
+
"document": "分页游标,在下次请求时填写以获取之后分页的记录,如果已经没有更多的数据则返回空\n注意:此字段可能返回 null,表示取不到有效值。",
|
4162
4162
|
"example": "无",
|
4163
4163
|
"member": "string",
|
4164
4164
|
"name": "NextCursor",
|
4165
|
-
"
|
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
|
-
"
|
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
|
-
"
|
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": "
|
4928
|
+
"document": "分页游标,在下次请求时填写以获取之后分页的记录,如果已经没有更多的数据则返回空\n注意:此字段可能返回 null,表示取不到有效值。",
|
4929
4929
|
"example": "无",
|
4930
4930
|
"member": "string",
|
4931
4931
|
"name": "NextCursor",
|
4932
|
-
"
|
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
|
-
"
|
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\": \"
|
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\": \"
|
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\": \"
|
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.
|
3
|
+
Version: 3.0.1344.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.
|
16
|
+
Requires-Dist: tencentcloud-sdk-python>=3.0.1344
|
17
17
|
Description-Content-Type: text/markdown
|
18
18
|
|
19
19
|
# 命令行工具简介
|