tccli 3.0.1242.1__py2.py3-none-any.whl → 3.0.1244.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/services/aca/v20210323/api.json +107 -107
- tccli/services/aca/v20210323/examples.json +5 -5
- tccli/services/asr/v20190614/examples.json +6 -6
- tccli/services/cbs/v20170312/api.json +9 -0
- tccli/services/cdwdoris/v20211228/api.json +22 -2
- tccli/services/cdwdoris/v20211228/examples.json +1 -1
- tccli/services/cfs/v20190719/examples.json +2 -2
- tccli/services/ckafka/v20190819/api.json +11 -0
- tccli/services/clb/v20180317/api.json +23 -18
- tccli/services/clb/v20180317/examples.json +14 -14
- tccli/services/cls/v20201016/api.json +185 -156
- tccli/services/cls/v20201016/examples.json +5 -5
- tccli/services/cvm/v20170312/api.json +8 -8
- tccli/services/cvm/v20170312/examples.json +4 -4
- tccli/services/cwp/v20180228/api.json +1 -1
- tccli/services/cwp/v20180228/examples.json +1 -1
- tccli/services/dts/v20211206/api.json +9 -0
- tccli/services/dts/v20211206/examples.json +1 -1
- tccli/services/ecm/v20190719/api.json +11 -11
- tccli/services/ecm/v20190719/examples.json +1 -1
- tccli/services/emr/v20190103/api.json +896 -841
- tccli/services/ess/v20201111/api.json +2 -2
- tccli/services/essbasic/v20210526/api.json +2 -2
- tccli/services/gaap/v20180529/api.json +3 -5
- tccli/services/gwlb/v20240906/api.json +14 -14
- tccli/services/hunyuan/v20230901/api.json +1 -1
- tccli/services/iotexplorer/v20190423/api.json +1 -1
- tccli/services/iotvideoindustry/v20201201/api.json +162 -110
- tccli/services/iotvideoindustry/v20201201/examples.json +3 -3
- tccli/services/mna/v20210119/api.json +80 -82
- tccli/services/mna/v20210119/examples.json +21 -21
- tccli/services/ocr/ocr_client.py +38 -91
- tccli/services/ocr/v20181119/api.json +12 -190
- tccli/services/ocr/v20181119/examples.json +2 -10
- tccli/services/pts/v20210728/api.json +36 -33
- tccli/services/pts/v20210728/examples.json +12 -12
- tccli/services/scf/scf_client.py +118 -65
- tccli/services/scf/v20180416/api.json +570 -475
- tccli/services/scf/v20180416/examples.json +52 -44
- tccli/services/sqlserver/v20180328/api.json +30 -1
- tccli/services/tcb/v20180608/api.json +72 -63
- tccli/services/tcb/v20180608/examples.json +1 -1
- tccli/services/tcm/v20210413/api.json +45 -47
- tccli/services/tcr/v20190924/api.json +399 -371
- tccli/services/tcr/v20190924/examples.json +32 -32
- tccli/services/thpc/v20211109/api.json +30 -44
- tccli/services/thpc/v20220401/api.json +30 -44
- tccli/services/thpc/v20230321/api.json +54 -54
- tccli/services/tke/v20180525/api.json +691 -591
- tccli/services/tke/v20180525/examples.json +130 -130
- tccli/services/tke/v20220501/api.json +15 -15
- tccli/services/vpc/v20170312/api.json +178 -150
- tccli/services/vpc/v20170312/examples.json +24 -24
- {tccli-3.0.1242.1.dist-info → tccli-3.0.1244.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1242.1.dist-info → tccli-3.0.1244.1.dist-info}/RECORD +59 -59
- {tccli-3.0.1242.1.dist-info → tccli-3.0.1244.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1242.1.dist-info → tccli-3.0.1244.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1242.1.dist-info → tccli-3.0.1244.1.dist-info}/license_files/LICENSE +0 -0
@@ -235,7 +235,7 @@
|
|
235
235
|
"CreateWebCallback": [
|
236
236
|
{
|
237
237
|
"document": "创建告警渠道回调配置",
|
238
|
-
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateWebCallback\n<公共请求参数>\n\n{\n \"Name\": \"
|
238
|
+
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateWebCallback\n<公共请求参数>\n\n{\n \"Name\": \"监控告警专用\",\n \"Type\": \"WeCom\",\n \"Webhook\": \"http://www.xxx.com/send\",\n \"Method\": \"POST\",\n \"Key\": \"AADSHFYFNJKGYENGKVYDNGKFH<\"\n}",
|
239
239
|
"output": "{\n \"Response\": {\n \"WebCallbackId\": \"webcallback-aaa-bbb-ccc-ddd\",\n \"RequestId\": \"abc-abc-abc-abc\"\n }\n}",
|
240
240
|
"title": "创建告警渠道回调配置"
|
241
241
|
}
|
@@ -665,8 +665,8 @@
|
|
665
665
|
"DescribeWebCallbacks": [
|
666
666
|
{
|
667
667
|
"document": "获取告警渠道回调配置列表",
|
668
|
-
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeWebCallbacks\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Key\": \"name\",\n \"Values\": [\n \"
|
669
|
-
"output": "{\n \"Response\": {\n \"WebCallbacks\": [\n {\n \"WebCallbackId\": \"webcallback-
|
668
|
+
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeWebCallbacks\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Key\": \"name\",\n \"Values\": [\n \"监控告警专用\"\n ]\n }\n ],\n \"Offset\": 0,\n \"Limit\": 10\n}",
|
669
|
+
"output": "{\n \"Response\": {\n \"WebCallbacks\": [\n {\n \"WebCallbackId\": \"webcallback-285a1bef-xxxx-xxxx-b6b3-6fd9326d6876\",\n \"Name\": \"监控告警专用\",\n \"Type\": \"WeCom\",\n \"Webhook\": \"http://www.xxx.com\",\n \"Method\": \"POST\",\n \"Uin\": 100001000000,\n \"SubUin\": 100021900000,\n \"CreateTime\": 1705998110,\n \"UpdateTime\": 1705998110\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"d20a21f7-xxxx-xxxx-ba1b-1aa49be5fed1\"\n }\n}",
|
670
670
|
"title": "获取告警渠道回调配置列表"
|
671
671
|
}
|
672
672
|
],
|
@@ -867,8 +867,8 @@
|
|
867
867
|
"ModifyWebCallback": [
|
868
868
|
{
|
869
869
|
"document": "修改告警渠道回调配置",
|
870
|
-
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyWebCallback\n<公共请求参数>\n\n{\n \"WebCallbackId\": \"webcallback-d20a21f7-
|
871
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"d20a21f7-
|
870
|
+
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyWebCallback\n<公共请求参数>\n\n{\n \"WebCallbackId\": \"webcallback-d20a21f7-xxxx-xxxx-ba1b-1aa49be5fed1\",\n \"Name\": \"监控告警专用\",\n \"Type\": \"Http\",\n \"Webhook\": \"http://www.xxx.com\",\n \"Method\": \"POST\",\n \"Key\": \"HHFNIKFKLAUPOISNFIUYIOIA\"\n}",
|
871
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"d20a21f7-xxxx-xxxx-ba1b-1aa49be5fed1\"\n }\n}",
|
872
872
|
"title": "修改告警渠道回调配置"
|
873
873
|
}
|
874
874
|
],
|
@@ -1256,7 +1256,7 @@
|
|
1256
1256
|
{
|
1257
1257
|
"disabled": false,
|
1258
1258
|
"document": "CHC物理服务器的磁盘信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
1259
|
-
"example": "
|
1259
|
+
"example": "10T",
|
1260
1260
|
"member": "string",
|
1261
1261
|
"name": "Disk",
|
1262
1262
|
"output_required": true,
|
@@ -3527,7 +3527,7 @@
|
|
3527
3527
|
"members": [
|
3528
3528
|
{
|
3529
3529
|
"disabled": false,
|
3530
|
-
"document": "镜像ID列表 。镜像ID如:`img-gvbnzy6f`。array型参数的格式可以参考[API简介](https://cloud.tencent.com/document/api/213/15688)。镜像ID可以通过如下方式获取:<br><li>通过[DescribeImages](https://cloud.tencent.com/document/api/213/15715)接口返回的`ImageId
|
3530
|
+
"document": "镜像ID列表 。镜像ID如:`img-gvbnzy6f`。array型参数的格式可以参考[API简介](https://cloud.tencent.com/document/api/213/15688)。镜像ID可以通过如下方式获取:<br><li>通过[DescribeImages](https://cloud.tencent.com/document/api/213/15715)接口返回的`ImageId`获取。</li><li>通过[镜像控制台](https://console.cloud.tencent.com/cvm/image)获取。</li>",
|
3531
3531
|
"example": "[\"img-gvbnzy6f\"]",
|
3532
3532
|
"member": "string",
|
3533
3533
|
"name": "ImageIds",
|
@@ -3564,7 +3564,7 @@
|
|
3564
3564
|
{
|
3565
3565
|
"disabled": false,
|
3566
3566
|
"document": "实例类型,如 `S1.SMALL1`",
|
3567
|
-
"example": "
|
3567
|
+
"example": "S1.SMALL1",
|
3568
3568
|
"member": "string",
|
3569
3569
|
"name": "InstanceType",
|
3570
3570
|
"required": false,
|
@@ -3582,7 +3582,7 @@
|
|
3582
3582
|
"example": "无",
|
3583
3583
|
"member": "Image",
|
3584
3584
|
"name": "ImageSet",
|
3585
|
-
"
|
3585
|
+
"output_required": true,
|
3586
3586
|
"type": "list",
|
3587
3587
|
"value_allowed_null": false
|
3588
3588
|
},
|
@@ -3592,7 +3592,7 @@
|
|
3592
3592
|
"example": "1",
|
3593
3593
|
"member": "int64",
|
3594
3594
|
"name": "TotalCount",
|
3595
|
-
"
|
3595
|
+
"output_required": true,
|
3596
3596
|
"type": "int",
|
3597
3597
|
"value_allowed_null": false
|
3598
3598
|
},
|
@@ -7968,7 +7968,7 @@
|
|
7968
7968
|
{
|
7969
7969
|
"disabled": false,
|
7970
7970
|
"document": "密钥对名称。",
|
7971
|
-
"example": "
|
7971
|
+
"example": "mySkey",
|
7972
7972
|
"member": "string",
|
7973
7973
|
"name": "KeyName",
|
7974
7974
|
"output_required": true,
|
@@ -8018,7 +8018,7 @@
|
|
8018
8018
|
{
|
8019
8019
|
"disabled": false,
|
8020
8020
|
"document": "密钥关联的实例`ID`列表。",
|
8021
|
-
"example": "
|
8021
|
+
"example": "[\"ins-xxxxx\"]",
|
8022
8022
|
"member": "string",
|
8023
8023
|
"name": "AssociatedInstanceIds",
|
8024
8024
|
"output_required": false,
|
@@ -8753,7 +8753,7 @@
|
|
8753
8753
|
{
|
8754
8754
|
"disabled": false,
|
8755
8755
|
"document": "高性能计算集群新备注。",
|
8756
|
-
"example": "
|
8756
|
+
"example": "myRemark",
|
8757
8757
|
"member": "string",
|
8758
8758
|
"name": "Remark",
|
8759
8759
|
"required": false,
|
@@ -178,7 +178,7 @@
|
|
178
178
|
{
|
179
179
|
"document": "根据CHC物理服务器ID查看实例",
|
180
180
|
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeChcHosts\n<公共请求参数>\n\n{\n \"ChcIds\": [\n \"chc-1a2b3c4d\"\n ]\n}",
|
181
|
-
"output": "{\n \"Response\": {\n \"ChcHostSet\": [\n {\n \"BmcIp\": \"10.0.0.17\",\n \"BmcMAC\": \"52:54:00:71:B5:A1\",\n \"BmcSecurityGroupIds\": [\n \"sg-8l03md6z\"\n ],\n \"BmcVirtualPrivateCloud\": {\n \"SubnetId\": \"subnet-hmpeps7u\",\n \"VpcId\": \"vpc-b9y7wgix\",\n \"AsVpcGateway\": false,\n \"Ipv6AddressCount\": 0,\n \"PrivateIpAddresses\": [\n \"10.10.2.4\"\n ]\n },\n \"CPU\": 64,\n \"ChcId\": \"chc-1a2b3c4d\",\n \"ChcInstanceFamily\": \"CHCS5\",\n \"ChcInstanceFamilyName\": \"高性能计算型CHCS5\",\n \"ChcInstanceType\": \"CHCS5.128C384M\",\n \"CreatedTime\": \"2024-07-19 16:41:20\",\n \"CvmInstanceId\": \"\",\n \"DeployExtraConfig\": {\n \"BootFile\": \"pxelinux.0\",\n \"BootType\": \"x86_uefi\",\n \"MiniOsType\": \"public\",\n \"NextServerAddress\": \"169.254.68.10\"\n },\n \"DeployIp\": \"172.16.0.17\",\n \"DeployMAC\": \"52:54:00:41:8D:7B\",\n \"DeploySecurityGroupIds\": [\n \"sg-8l03md6z\"\n ],\n \"DeployVirtualPrivateCloud\": {\n \"SubnetId\": \"subnet-pad8nabc\",\n \"VpcId\": \"vpc-gbgzjb6r\",\n \"AsVpcGateway\": false,\n \"Ipv6AddressCount\": 0,\n \"PrivateIpAddresses\": [\n \"10.10.2.4\"\n ]\n },\n \"DeviceType\": \"CHCS5\",\n \"Disk\": \"480GB*2/3.84TB*12\",\n \"Gpu\": \"\",\n \"HardwareDescription\": \"64核 256GB 480GB*2/3.84TB*12\",\n \"InstanceName\": \"vlan502\",\n \"InstanceState\": \"PREPARED\",\n \"IsPredefinedType\": true,\n \"Memory\": 256,\n \"NetworkCard\": \"\",\n \"Placement\": {\n \"Zone\": \"ap-guangzhou-2\",\n \"ProjectId\": 0\n },\n \"ResaleAccountId\": \"\",\n \"ResaleAppId\": \"\",\n \"SaleStatus\": \"NOT_FOR_SALE\",\n \"SerialNumber\": \"7DF112345678\",\n \"Tags\": [\n {\n \"Key\": \"
|
181
|
+
"output": "{\n \"Response\": {\n \"ChcHostSet\": [\n {\n \"BmcIp\": \"10.0.0.17\",\n \"BmcMAC\": \"52:54:00:71:B5:A1\",\n \"BmcSecurityGroupIds\": [\n \"sg-8l03md6z\"\n ],\n \"BmcVirtualPrivateCloud\": {\n \"SubnetId\": \"subnet-hmpeps7u\",\n \"VpcId\": \"vpc-b9y7wgix\",\n \"AsVpcGateway\": false,\n \"Ipv6AddressCount\": 0,\n \"PrivateIpAddresses\": [\n \"10.10.2.4\"\n ]\n },\n \"CPU\": 64,\n \"ChcId\": \"chc-1a2b3c4d\",\n \"ChcInstanceFamily\": \"CHCS5\",\n \"ChcInstanceFamilyName\": \"高性能计算型CHCS5\",\n \"ChcInstanceType\": \"CHCS5.128C384M\",\n \"CreatedTime\": \"2024-07-19 16:41:20\",\n \"CvmInstanceId\": \"\",\n \"DeployExtraConfig\": {\n \"BootFile\": \"pxelinux.0\",\n \"BootType\": \"x86_uefi\",\n \"MiniOsType\": \"public\",\n \"NextServerAddress\": \"169.254.68.10\"\n },\n \"DeployIp\": \"172.16.0.17\",\n \"DeployMAC\": \"52:54:00:41:8D:7B\",\n \"DeploySecurityGroupIds\": [\n \"sg-8l03md6z\"\n ],\n \"DeployVirtualPrivateCloud\": {\n \"SubnetId\": \"subnet-pad8nabc\",\n \"VpcId\": \"vpc-gbgzjb6r\",\n \"AsVpcGateway\": false,\n \"Ipv6AddressCount\": 0,\n \"PrivateIpAddresses\": [\n \"10.10.2.4\"\n ]\n },\n \"DeviceType\": \"CHCS5\",\n \"Disk\": \"480GB*2/3.84TB*12\",\n \"Gpu\": \"\",\n \"HardwareDescription\": \"64核 256GB 480GB*2/3.84TB*12\",\n \"InstanceName\": \"vlan502\",\n \"InstanceState\": \"PREPARED\",\n \"IsPredefinedType\": true,\n \"Memory\": 256,\n \"NetworkCard\": \"\",\n \"Placement\": {\n \"Zone\": \"ap-guangzhou-2\",\n \"ProjectId\": 0\n },\n \"ResaleAccountId\": \"\",\n \"ResaleAppId\": \"\",\n \"SaleStatus\": \"NOT_FOR_SALE\",\n \"SerialNumber\": \"7DF112345678\",\n \"Tags\": [\n {\n \"Key\": \"myKey\",\n \"Value\": \"myValue\"\n }\n ],\n \"TenantType\": \"HOSTING\"\n }\n ],\n \"RequestId\": \"d2ab63c0-576f-44c4-b6c1-f519fb58654b\",\n \"TotalCount\": 1\n }\n}",
|
182
182
|
"title": "查看CHC物理服务器实例"
|
183
183
|
}
|
184
184
|
],
|
@@ -242,13 +242,13 @@
|
|
242
242
|
{
|
243
243
|
"document": "已经知道镜像ID,查询镜像相关信息。",
|
244
244
|
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeImages\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Values\": [\n \"img-9qabwvbn\"\n ],\n \"Name\": \"image-id\"\n }\n ]\n}",
|
245
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"ImageSet\": [\n {\n \"ImageId\": \"img-9qabwvbn\",\n \"OsName\": \"CentOS 7.6 64位\",\n \"ImageSize\": 50,\n \"ImageType\": \"PUBLIC_IMAGE\",\n \"CreatedTime\": \"2020-09-22T00:00:00+00:00\",\n \"ImageState\": \"NORMAL\",\n \"ImageSource\": \"OFFICIAL\",\n \"ImageName\": \"CentOS 7.6 64位\",\n \"ImageDescription\": \"CentOS 7.6 64位\",\n \"ImageCreator\":
|
245
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"ImageSet\": [\n {\n \"LicenseType\": \"TencentCloud\",\n \"ImageId\": \"img-9qabwvbn\",\n \"OsName\": \"CentOS 7.6 64位\",\n \"ImageSize\": 50,\n \"ImageType\": \"PUBLIC_IMAGE\",\n \"CreatedTime\": \"2020-09-22T00:00:00+00:00\",\n \"ImageState\": \"NORMAL\",\n \"ImageSource\": \"OFFICIAL\",\n \"ImageName\": \"CentOS 7.6 64位\",\n \"ImageDescription\": \"CentOS 7.6 64位\",\n \"ImageCreator\": \"tencent\",\n \"SyncPercent\": 20,\n \"IsSupportCloudinit\": true,\n \"Platform\": \"CentOS\",\n \"Architecture\": \"x86_64\",\n \"SnapshotSet\": [],\n \"Tags\": [\n {\n \"Value\": \"myKey\",\n \"Key\": \"myValue\"\n }\n ]\n }\n ],\n \"RequestId\": \"db145873-3128-4079-8cec-65e05a7c9f89\"\n }\n}",
|
246
246
|
"title": "按镜像ID查询镜像"
|
247
247
|
},
|
248
248
|
{
|
249
249
|
"document": "查询账户下所有私有镜像。",
|
250
250
|
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeImages\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Values\": [\n \"PRIVATE_IMAGE\"\n ],\n \"Name\": \"image-type\"\n }\n ]\n}",
|
251
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 408,\n \"ImageSet\": [\n {\n \"OsName\": \"CentOS 7.4 64位\",\n \"ImageSize\": 20,\n \"ImageType\": \"PRIVATE_IMAGE\",\n \"CreatedTime\": \"2020-09-22T00:00:00+00:00\",\n \"ImageDescription\": \"test-image\",\n \"ImageSource\": \"CREATE_IMAGE\",\n \"ImageId\": \"img-qlzp4oea\",\n \"ImageName\": \"test-image\",\n \"ImageCreator\": \"3205597606\",\n \"ImageState\": \"NORMAL\",\n \"SyncPercent\": null,\n \"SnapshotSet\": [\n {\n \"SnapshotId\": \"snap-gqa37j2p\",\n \"DiskUsage\": \"SYSTEM_DISK\",\n \"DiskSize\": 20\n }\n ],\n \"Tags\": [\n {\n \"Value\": \"
|
251
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 408,\n \"ImageSet\": [\n {\n \"LicenseType\": \"TencentCloud\",\n \"OsName\": \"CentOS 7.4 64位\",\n \"ImageSize\": 20,\n \"ImageType\": \"PRIVATE_IMAGE\",\n \"CreatedTime\": \"2020-09-22T00:00:00+00:00\",\n \"ImageDescription\": \"test-image\",\n \"ImageSource\": \"CREATE_IMAGE\",\n \"ImageId\": \"img-qlzp4oea\",\n \"ImageName\": \"test-image\",\n \"ImageCreator\": \"3205597606\",\n \"ImageState\": \"NORMAL\",\n \"SyncPercent\": null,\n \"SnapshotSet\": [\n {\n \"SnapshotId\": \"snap-gqa37j2p\",\n \"DiskUsage\": \"SYSTEM_DISK\",\n \"DiskSize\": 20\n }\n ],\n \"Tags\": [\n {\n \"Value\": \"myKey\",\n \"Key\": \"myValue\"\n }\n ],\n \"Architecture\": \"x86_64\",\n \"Platform\": \"CentOS\",\n \"IsSupportCloudinit\": true\n }\n ],\n \"RequestId\": \"5908394c-5b3f-42e0-a537-8410553890a5\"\n }\n}",
|
252
252
|
"title": "按镜像类型查询镜像"
|
253
253
|
}
|
254
254
|
],
|
@@ -589,7 +589,7 @@
|
|
589
589
|
"ModifyHpcClusterAttribute": [
|
590
590
|
{
|
591
591
|
"document": "修改高性能计算集群名称",
|
592
|
-
"input": "https://cvm.tencentcloudapi.com/?Action=ModifyHpcClusterAttribute\
|
592
|
+
"input": "https://cvm.tencentcloudapi.com/?Action=ModifyHpcClusterAttribute\n&HpcClusterId=hpc-gzahhoy5\n&Name=myCluster\n&<公共请求参数>",
|
593
593
|
"output": "{\n \"Response\": {\n \"RequestId\": \"5834f1a5-cd9c-449d-acba-df1803a8583e\"\n }\n}",
|
594
594
|
"title": "修改高性能计算集群名称"
|
595
595
|
}
|
@@ -57063,7 +57063,7 @@
|
|
57063
57063
|
},
|
57064
57064
|
{
|
57065
57065
|
"disabled": false,
|
57066
|
-
"document": "检索分析语句,最大长度为12KB,查询语法可参考文档https://cloud.tencent.com/document/product/296/50508",
|
57066
|
+
"document": "检索分析语句,最大长度为12KB,查询语法可参考文档 https://cloud.tencent.com/document/product/296/50508",
|
57067
57067
|
"example": "status: \"待处理\" AND public_ip_addresses: (1* OR 2*)",
|
57068
57068
|
"member": "string",
|
57069
57069
|
"name": "QueryString",
|
@@ -4036,7 +4036,7 @@
|
|
4036
4036
|
{
|
4037
4037
|
"document": "",
|
4038
4038
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SearchLog\n<公共请求参数>\n\n{\n \"Sort\": \"desc\",\n \"Count\": \"20\",\n \"QueryString\": \"status: \\\"异常登录\\\" AND public_ip_addresses: (1* OR 2*) AND NOT hostip: (10.128.200.* OR 10.129.24.212) AND NOT src_ip: (10.128.128.7 OR 192.144.182.173)\",\n \"StartTime\": \"1656641065449\",\n \"EndTime\": \"1656641965449\"\n}",
|
4039
|
-
"output": "{\n \"Response\": {\n \"Analysis\": false,\n \"Context\": \"content\",\n \"Count\":
|
4039
|
+
"output": "{\n \"Response\": {\n \"Analysis\": false,\n \"Context\": \"content\",\n \"Count\": 2,\n \"Data\": [\n {\n \"Content\": \"{\\\"create_time\\\":\\\"2022-07-01 10:00:27 +0800 CST\\\",\\\"hostip\\\":\\\"10.0.0.6\\\",\\\"level\\\":\\\"中危\\\",\\\"modify_time\\\":\\\"2022-07-01 10:17:05 +0800 CST\\\",\\\"remark\\\":\\\"\\\",\\\"uuid\\\":\\\"13bb1e16-9a7a-434d-9686-4328f72c97d7\\\",\\\"is_emergency\\\":\\\"False\\\",\\\"reference\\\":\\\"https://www.phpmyadmin.net/security/PMASA-2016-20/\\\",\\\"path\\\":\\\"/var/www/html/phpmyadmin\\\",\\\"fix\\\":\\\"1、建议升级到官方最新版本,官网地址:https://www.phpmyadmin.net\\\",\\\"cve_id\\\":\\\"CVE-2016-5704\\\",\\\"cls_event_type\\\":\\\"Web-CMS_vul\\\",\\\"appid\\\":\\\"1256299843\\\",\\\"name\\\":\\\"phpMyAdmin 4.6.x 表结构页面存在XSS漏洞\\\",\\\"id\\\":\\\"771\\\",\\\"vul_category\\\":\\\"Web-CMS漏洞\\\",\\\"descript\\\":\\\"漏洞文件路径: /var/www/html/phpmyadmin/templates/table/structure/display_table_stats.phtml\\\",\\\"event_status\\\":\\\"modify\\\",\\\"status\\\":\\\"待处理\\\"}\",\n \"FileName\": \"file***\",\n \"Source\": \"\",\n \"TimeStamp\": 1656641946000\n },\n {\n \"Content\": \"{\\\"create_time\\\":\\\"2022-07-01 10:00:27 +0800 CST\\\",\\\"hostip\\\":\\\"10.0.0.6\\\",\\\"level\\\":\\\"高危\\\",\\\"modify_time\\\":\\\"2022-07-01 10:17:05 +0800 CST\\\",\\\"remark\\\":\\\"\\\",\\\"uuid\\\":\\\"13bb1e16-9a7a-434d-9686-4328f72c97d7\\\",\\\"is_emergency\\\":\\\"False\\\",\\\"reference\\\":\\\"https://httpd.apache.org/security/vulnerabilities_24.html\\\",\\\"path\\\":\\\"\\\",\\\"fix\\\":\\\"升级至2.4.6-90及以上版本或 2.4.39及以上版本\\\",\\\"cve_id\\\":\\\"CVE-2019-0217\\\",\\\"cls_event_type\\\":\\\"application_vul\\\",\\\"appid\\\":\\\"1256299843\\\",\\\"name\\\":\\\"Apache HTTP Server mod_auth_digest 条件竞争漏洞\\\",\\\"id\\\":\\\"767\\\",\\\"vul_category\\\":\\\"应用漏洞\\\",\\\"descript\\\":\\\"Apache HTTP Server 启用了 mod_auth_digest 模块,且Apache HTTP Server 版本为:2.4.37-47.module_el8.6.0+1111+ce6f4ceb.1。\\\",\\\"event_status\\\":\\\"modify\\\",\\\"status\\\":\\\"待处理\\\"}\",\n \"FileName\": \"file***\",\n \"Source\": \"\",\n \"TimeStamp\": 1656641946000\n }\n ],\n \"ListOver\": true,\n \"RequestId\": \"e6bb2f6d-10b3-40fd-b3a4-630dbdf477c3\"\n }\n}",
|
4040
4040
|
"title": "示例"
|
4041
4041
|
}
|
4042
4042
|
],
|
@@ -2216,6 +2216,15 @@
|
|
2216
2216
|
"required": false,
|
2217
2217
|
"type": "string"
|
2218
2218
|
},
|
2219
|
+
{
|
2220
|
+
"disabled": false,
|
2221
|
+
"document": "购买时长(单位:月),当PayMode值为PrePay则此项配置有意义,默认为1月,取值范围为[1,100]",
|
2222
|
+
"example": "1",
|
2223
|
+
"member": "uint64",
|
2224
|
+
"name": "TimeSpan",
|
2225
|
+
"required": false,
|
2226
|
+
"type": "int"
|
2227
|
+
},
|
2219
2228
|
{
|
2220
2229
|
"disabled": false,
|
2221
2230
|
"document": "标签信息",
|
@@ -113,7 +113,7 @@
|
|
113
113
|
"CreateSyncJob": [
|
114
114
|
{
|
115
115
|
"document": "创建一个同步任务",
|
116
|
-
"input": "POST / HTTP/1.1\nHost: dts.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateSyncJob\n<公共请求参数>\n\n{\n \"Count\": 1,\n \"Specification\": \"Standard\",\n \"PayMode\": \"PrePay\",\n \"DstDatabaseType\": \"mysql\",\n \"DstRegion\": \"ap-guangzhou\",\n \"SrcDatabaseType\": \"mysql\",\n \"SrcRegion\": \"ap-guangzhou\",\n \"ExistedJobId\": \"sync-xascasas\"\n}",
|
116
|
+
"input": "POST / HTTP/1.1\nHost: dts.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateSyncJob\n<公共请求参数>\n\n{\n \"Count\": 1,\n \"TimeSpan\": \"1\",\n \"Specification\": \"Standard\",\n \"PayMode\": \"PrePay\",\n \"DstDatabaseType\": \"mysql\",\n \"DstRegion\": \"ap-guangzhou\",\n \"SrcDatabaseType\": \"mysql\",\n \"SrcRegion\": \"ap-guangzhou\",\n \"ExistedJobId\": \"sync-xascasas\"\n}",
|
117
117
|
"output": "{\n \"Response\": {\n \"JobIds\": [\n \"sync-eivc87yk\"\n ],\n \"RequestId\": \"03a378be-372a-478b-beb7-19e4dd5027e2\"\n }\n}",
|
118
118
|
"title": "创建一个同步任务"
|
119
119
|
}
|
@@ -1965,7 +1965,7 @@
|
|
1965
1965
|
{
|
1966
1966
|
"disabled": false,
|
1967
1967
|
"document": "弹性网卡实例ID,例如:eni-m6dyj72l。",
|
1968
|
-
"example": "",
|
1968
|
+
"example": "eni-m6dyj72l",
|
1969
1969
|
"member": "string",
|
1970
1970
|
"name": "NetworkInterfaceId",
|
1971
1971
|
"required": true,
|
@@ -1974,7 +1974,7 @@
|
|
1974
1974
|
{
|
1975
1975
|
"disabled": false,
|
1976
1976
|
"document": "实例ID。形如:ein-r8hr2upy。",
|
1977
|
-
"example": "",
|
1977
|
+
"example": "ein-r8hr2upy",
|
1978
1978
|
"member": "string",
|
1979
1979
|
"name": "InstanceId",
|
1980
1980
|
"required": true,
|
@@ -1983,7 +1983,7 @@
|
|
1983
1983
|
{
|
1984
1984
|
"disabled": false,
|
1985
1985
|
"document": "ECM 地域,形如ap-xian-ecm。",
|
1986
|
-
"example": "",
|
1986
|
+
"example": "ap-hangzhou-ecm",
|
1987
1987
|
"member": "string",
|
1988
1988
|
"name": "EcmRegion",
|
1989
1989
|
"required": true,
|
@@ -11331,40 +11331,40 @@
|
|
11331
11331
|
{
|
11332
11332
|
"disabled": false,
|
11333
11333
|
"document": "云主机实例ID。",
|
11334
|
-
"example": "",
|
11334
|
+
"example": "ein-r8hr2upy",
|
11335
11335
|
"member": "string",
|
11336
11336
|
"name": "InstanceId",
|
11337
|
-
"
|
11337
|
+
"output_required": true,
|
11338
11338
|
"type": "string",
|
11339
11339
|
"value_allowed_null": false
|
11340
11340
|
},
|
11341
11341
|
{
|
11342
11342
|
"disabled": false,
|
11343
11343
|
"document": "网卡在云主机实例内的序号。",
|
11344
|
-
"example": "",
|
11344
|
+
"example": "1",
|
11345
11345
|
"member": "uint64",
|
11346
11346
|
"name": "DeviceIndex",
|
11347
|
-
"
|
11347
|
+
"output_required": true,
|
11348
11348
|
"type": "int",
|
11349
11349
|
"value_allowed_null": false
|
11350
11350
|
},
|
11351
11351
|
{
|
11352
11352
|
"disabled": false,
|
11353
11353
|
"document": "云主机所有者账户信息。",
|
11354
|
-
"example": "",
|
11354
|
+
"example": "2407912486",
|
11355
11355
|
"member": "string",
|
11356
11356
|
"name": "InstanceAccountId",
|
11357
|
-
"
|
11357
|
+
"output_required": true,
|
11358
11358
|
"type": "string",
|
11359
11359
|
"value_allowed_null": false
|
11360
11360
|
},
|
11361
11361
|
{
|
11362
11362
|
"disabled": false,
|
11363
11363
|
"document": "绑定时间。",
|
11364
|
-
"example": "",
|
11364
|
+
"example": "2021-01-26 17:52:36",
|
11365
11365
|
"member": "string",
|
11366
11366
|
"name": "AttachTime",
|
11367
|
-
"
|
11367
|
+
"output_required": true,
|
11368
11368
|
"type": "string",
|
11369
11369
|
"value_allowed_null": false
|
11370
11370
|
}
|
@@ -83,7 +83,7 @@
|
|
83
83
|
"AttachNetworkInterface": [
|
84
84
|
{
|
85
85
|
"document": "",
|
86
|
-
"input": "https://ecm.tencentcloudapi.com/?Action=AttachNetworkInterface\n&NetworkInterfaceId=eni-
|
86
|
+
"input": "https://ecm.tencentcloudapi.com/?Action=AttachNetworkInterface\n&NetworkInterfaceId=eni-m6dyj72l\n&InstanceId=ein-r8hr2upy\n&EcmRegion=ap-hangzhou-ecm\n&<公共请求参数>",
|
87
87
|
"output": "{\n \"Response\": {\n \"RequestId\": \"f23d1450-ed00-4442-98d4-be409e625e6c\"\n }\n}",
|
88
88
|
"title": "弹性网卡绑定云主机"
|
89
89
|
}
|