tccli 3.0.1328.1__py2.py3-none-any.whl → 3.0.1330.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/autoscaling/v20180419/api.json +3 -3
- tccli/services/autoscaling/v20180419/examples.json +1 -1
- tccli/services/btoe/v20210514/api.json +26 -26
- tccli/services/cbs/v20170312/api.json +13 -13
- tccli/services/ccc/v20200210/api.json +36 -0
- tccli/services/cdn/v20180606/examples.json +1 -1
- tccli/services/cdwch/v20200915/api.json +3 -3
- tccli/services/cdwch/v20200915/examples.json +1 -1
- tccli/services/ckafka/v20190819/api.json +9 -0
- tccli/services/emr/v20190103/api.json +1 -1
- tccli/services/ess/v20201111/api.json +12 -3
- tccli/services/essbasic/v20210526/api.json +13 -4
- tccli/services/essbasic/v20210526/examples.json +3 -3
- tccli/services/faceid/v20180301/api.json +45 -0
- tccli/services/gs/gs_client.py +53 -0
- tccli/services/gs/v20191118/api.json +62 -9
- tccli/services/gs/v20191118/examples.json +8 -0
- tccli/services/hai/hai_client.py +110 -4
- tccli/services/hai/v20230812/api.json +105 -0
- tccli/services/hai/v20230812/examples.json +16 -0
- tccli/services/ioa/ioa_client.py +53 -0
- tccli/services/ioa/v20220601/api.json +263 -0
- tccli/services/ioa/v20220601/examples.json +8 -0
- tccli/services/iotexplorer/v20190423/api.json +54 -3
- tccli/services/lighthouse/v20200324/api.json +1 -1
- tccli/services/lke/v20231130/api.json +315 -4
- tccli/services/lke/v20231130/examples.json +4 -4
- tccli/services/mps/v20190612/api.json +11 -0
- tccli/services/ocr/v20181119/api.json +42 -2
- tccli/services/postgres/v20170312/api.json +1 -1
- tccli/services/sms/v20190711/api.json +4 -4
- tccli/services/sms/v20210111/api.json +4 -4
- tccli/services/sqlserver/v20180328/api.json +29 -2
- tccli/services/ssl/v20191205/api.json +79 -0
- tccli/services/ssl/v20191205/examples.json +6 -6
- tccli/services/tcss/tcss_client.py +57 -4
- tccli/services/tcss/v20201101/api.json +79 -0
- tccli/services/tcss/v20201101/examples.json +8 -0
- tccli/services/tke/tke_client.py +53 -0
- tccli/services/tke/v20180525/api.json +59 -1
- tccli/services/tke/v20180525/examples.json +4 -4
- tccli/services/tke/v20220501/api.json +61 -0
- tccli/services/tke/v20220501/examples.json +8 -0
- tccli/services/trtc/trtc_client.py +216 -4
- tccli/services/trtc/v20190722/api.json +430 -1
- tccli/services/trtc/v20190722/examples.json +32 -0
- tccli/services/vm/v20210922/api.json +16 -20
- tccli/services/vod/v20180717/api.json +25 -13
- tccli/services/vod/v20180717/examples.json +2 -2
- tccli/services/wedata/v20210820/api.json +4144 -447
- tccli/services/wedata/v20210820/examples.json +52 -10
- tccli/services/wedata/wedata_client.py +403 -85
- {tccli-3.0.1328.1.dist-info → tccli-3.0.1330.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1328.1.dist-info → tccli-3.0.1330.1.dist-info}/RECORD +58 -58
- {tccli-3.0.1328.1.dist-info → tccli-3.0.1330.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1328.1.dist-info → tccli-3.0.1330.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1328.1.dist-info → tccli-3.0.1330.1.dist-info}/license_files/LICENSE +0 -0
@@ -164,7 +164,7 @@
|
|
164
164
|
},
|
165
165
|
{
|
166
166
|
"disabled": false,
|
167
|
-
"document": "签名类型。其中每种类型后面标注了其可选的 DocumentType(证明类型):\n0:公司,可选 DocumentType 有(0,1)。\n1:APP,可选 DocumentType 有(0,1,2,3,4) 。\
|
167
|
+
"document": "签名类型。其中每种类型后面标注了其可选的 DocumentType(证明类型):\n0:公司,可选 DocumentType 有(0,1)。\n1:APP,可选 DocumentType 有(0,1,2,3,4) 。\n4:商标,可选 DocumentType 有(7)。\n5:政府/机关事业单位/其他机构,可选 DocumentType 有(2,3)。\n注1:必须按照对应关系选择证明类型,否则会审核失败。\n注2:签名类型2(网站)、3(公众号)、6(小程序)已不再支持,具体可参考 [关于腾讯云短信签名申请规则更新的公告](https://cloud.tencent.com/document/product/382/116397)。\n示例值:0",
|
168
168
|
"example": "0",
|
169
169
|
"member": "uint64",
|
170
170
|
"name": "SignType",
|
@@ -173,7 +173,7 @@
|
|
173
173
|
},
|
174
174
|
{
|
175
175
|
"disabled": false,
|
176
|
-
"document": "证明类型:\n0:三证合一。\n1:企业营业执照。\n2:组织机构代码证书。\n3:社会信用代码证书。\n4:应用后台管理截图(个人开发APP)。\
|
176
|
+
"document": "证明类型:\n0:三证合一。\n1:企业营业执照。\n2:组织机构代码证书。\n3:社会信用代码证书。\n4:应用后台管理截图(个人开发APP)。\n7:商标注册书。\n注:证明类型5(网站备案后台截图)、6(小程序设置页面截图)、8(公众号设置页面截图)已不再支持,具体可参考 [关于腾讯云短信签名申请规则更新的公告](https://cloud.tencent.com/document/product/382/116397)。\n示例值:1",
|
177
177
|
"example": "1",
|
178
178
|
"member": "uint64",
|
179
179
|
"name": "DocumentType",
|
@@ -1003,7 +1003,7 @@
|
|
1003
1003
|
},
|
1004
1004
|
{
|
1005
1005
|
"disabled": false,
|
1006
|
-
"document": "签名类型。其中每种类型后面标注了其可选的 DocumentType(证明类型):\n0:公司,可选 DocumentType 有(0,1)。\n1:APP,可选 DocumentType 有(0,1,2,3,4) 。\
|
1006
|
+
"document": "签名类型。其中每种类型后面标注了其可选的 DocumentType(证明类型):\n0:公司,可选 DocumentType 有(0,1)。\n1:APP,可选 DocumentType 有(0,1,2,3,4) 。\n4:商标,可选 DocumentType 有(7)。\n5:政府/机关事业单位/其他机构,可选 DocumentType 有(2,3)。\n注1:必须按照对应关系选择证明类型,否则会审核失败。\n注2:签名类型2(网站)、3(公众号)、6(小程序)已不再支持,具体可参考 [关于腾讯云短信签名申请规则更新的公告](https://cloud.tencent.com/document/product/382/116397)。\n示例值:0",
|
1007
1007
|
"example": "0",
|
1008
1008
|
"member": "uint64",
|
1009
1009
|
"name": "SignType",
|
@@ -1012,7 +1012,7 @@
|
|
1012
1012
|
},
|
1013
1013
|
{
|
1014
1014
|
"disabled": false,
|
1015
|
-
"document": "证明类型:\n0:三证合一。\n1:企业营业执照。\n2:组织机构代码证书。\n3:社会信用代码证书。\n4:应用后台管理截图(个人开发APP)。\
|
1015
|
+
"document": "证明类型:\n0:三证合一。\n1:企业营业执照。\n2:组织机构代码证书。\n3:社会信用代码证书。\n4:应用后台管理截图(个人开发APP)。\n7:商标注册书。\n注:证明类型5(网站备案后台截图)、6(小程序设置页面截图)、8(公众号设置页面截图)已不再支持,具体可参考 [关于腾讯云短信签名申请规则更新的公告](https://cloud.tencent.com/document/product/382/116397)。\n示例值:1",
|
1016
1016
|
"example": "1",
|
1017
1017
|
"member": "uint64",
|
1018
1018
|
"name": "DocumentType",
|
@@ -6353,12 +6353,21 @@
|
|
6353
6353
|
},
|
6354
6354
|
{
|
6355
6355
|
"disabled": false,
|
6356
|
-
"document": "
|
6356
|
+
"document": "列表项排序,desc-降序、asc-升序,按size排序默认desc,按database排序默认asc",
|
6357
6357
|
"example": "desc",
|
6358
6358
|
"member": "string",
|
6359
6359
|
"name": "OrderBy",
|
6360
6360
|
"required": false,
|
6361
6361
|
"type": "string"
|
6362
|
+
},
|
6363
|
+
{
|
6364
|
+
"disabled": false,
|
6365
|
+
"document": "排序字段(Size-按备份大小排序,DBs-按数据库名称排序),默认size",
|
6366
|
+
"example": "Size",
|
6367
|
+
"member": "string",
|
6368
|
+
"name": "OrderByType",
|
6369
|
+
"required": false,
|
6370
|
+
"type": "string"
|
6362
6371
|
}
|
6363
6372
|
],
|
6364
6373
|
"type": "object"
|
@@ -6379,7 +6388,7 @@
|
|
6379
6388
|
{
|
6380
6389
|
"disabled": false,
|
6381
6390
|
"document": "备份文件列表详情",
|
6382
|
-
"example": "
|
6391
|
+
"example": "无",
|
6383
6392
|
"member": "BackupFile",
|
6384
6393
|
"name": "BackupFiles",
|
6385
6394
|
"output_required": true,
|
@@ -8334,6 +8343,15 @@
|
|
8334
8343
|
"name": "Encryption",
|
8335
8344
|
"required": false,
|
8336
8345
|
"type": "string"
|
8346
|
+
},
|
8347
|
+
{
|
8348
|
+
"disabled": false,
|
8349
|
+
"document": "排序字段(Name-按名称排序,CreateTime-按创建时间排序),默认CreateTime",
|
8350
|
+
"example": "CreateTime",
|
8351
|
+
"member": "string",
|
8352
|
+
"name": "OrderBy",
|
8353
|
+
"required": false,
|
8354
|
+
"type": "string"
|
8337
8355
|
}
|
8338
8356
|
],
|
8339
8357
|
"type": "object"
|
@@ -8529,6 +8547,15 @@
|
|
8529
8547
|
"name": "Encryption",
|
8530
8548
|
"required": false,
|
8531
8549
|
"type": "string"
|
8550
|
+
},
|
8551
|
+
{
|
8552
|
+
"disabled": false,
|
8553
|
+
"document": "排序字段(Name-按名称排序,CreateTime-按创建时间排序),默认CreateTime",
|
8554
|
+
"example": "CreateTime",
|
8555
|
+
"member": "string",
|
8556
|
+
"name": "OrderBy",
|
8557
|
+
"required": false,
|
8558
|
+
"type": "string"
|
8532
8559
|
}
|
8533
8560
|
],
|
8534
8561
|
"type": "object"
|
@@ -2230,6 +2230,16 @@
|
|
2230
2230
|
"output_required": false,
|
2231
2231
|
"type": "object",
|
2232
2232
|
"value_allowed_null": true
|
2233
|
+
},
|
2234
|
+
{
|
2235
|
+
"disabled": false,
|
2236
|
+
"document": "是否是上传托管续费证书",
|
2237
|
+
"example": "false",
|
2238
|
+
"member": "bool",
|
2239
|
+
"name": "IsHostingUploadRenewCert",
|
2240
|
+
"output_required": true,
|
2241
|
+
"type": "bool",
|
2242
|
+
"value_allowed_null": false
|
2233
2243
|
}
|
2234
2244
|
],
|
2235
2245
|
"usage": "out"
|
@@ -4692,6 +4702,26 @@
|
|
4692
4702
|
"type": "list",
|
4693
4703
|
"value_allowed_null": true
|
4694
4704
|
},
|
4705
|
+
{
|
4706
|
+
"disabled": false,
|
4707
|
+
"document": "证书域名类型, 1(单域名);2(多域名);3(泛域名);4(多泛域名)",
|
4708
|
+
"example": "1",
|
4709
|
+
"member": "uint64",
|
4710
|
+
"name": "DomainType",
|
4711
|
+
"output_required": true,
|
4712
|
+
"type": "int",
|
4713
|
+
"value_allowed_null": false
|
4714
|
+
},
|
4715
|
+
{
|
4716
|
+
"disabled": false,
|
4717
|
+
"document": "证书类型,DV(域名型);OV(企业型);EV(增强型)",
|
4718
|
+
"example": "OV",
|
4719
|
+
"member": "string",
|
4720
|
+
"name": "CertType",
|
4721
|
+
"output_required": true,
|
4722
|
+
"type": "string",
|
4723
|
+
"value_allowed_null": false
|
4724
|
+
},
|
4695
4725
|
{
|
4696
4726
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
4697
4727
|
"member": "string",
|
@@ -8216,6 +8246,45 @@
|
|
8216
8246
|
],
|
8217
8247
|
"usage": "out"
|
8218
8248
|
},
|
8249
|
+
"ManagerPreAuditDomain": {
|
8250
|
+
"document": "管理人预审核的域名列表",
|
8251
|
+
"members": [
|
8252
|
+
{
|
8253
|
+
"disabled": false,
|
8254
|
+
"document": "预审核域名信息",
|
8255
|
+
"example": "tencent.com",
|
8256
|
+
"member": "string",
|
8257
|
+
"name": "Domain",
|
8258
|
+
"output_required": false,
|
8259
|
+
"required": true,
|
8260
|
+
"type": "string",
|
8261
|
+
"value_allowed_null": false
|
8262
|
+
},
|
8263
|
+
{
|
8264
|
+
"disabled": false,
|
8265
|
+
"document": "预审核域名创建时间",
|
8266
|
+
"example": "2025-01-01 08:00:00",
|
8267
|
+
"member": "string",
|
8268
|
+
"name": "CreateTime",
|
8269
|
+
"output_required": false,
|
8270
|
+
"required": true,
|
8271
|
+
"type": "string",
|
8272
|
+
"value_allowed_null": false
|
8273
|
+
},
|
8274
|
+
{
|
8275
|
+
"disabled": false,
|
8276
|
+
"document": "预审核域名过期时间",
|
8277
|
+
"example": "2026-01-01 08:00:00",
|
8278
|
+
"member": "string",
|
8279
|
+
"name": "ExpireTime",
|
8280
|
+
"output_required": false,
|
8281
|
+
"required": true,
|
8282
|
+
"type": "string",
|
8283
|
+
"value_allowed_null": false
|
8284
|
+
}
|
8285
|
+
],
|
8286
|
+
"usage": "both"
|
8287
|
+
},
|
8219
8288
|
"ManagerStatusInfo": {
|
8220
8289
|
"document": "管理人的四种审核状态",
|
8221
8290
|
"members": [
|
@@ -8258,6 +8327,16 @@
|
|
8258
8327
|
"output_required": true,
|
8259
8328
|
"type": "string",
|
8260
8329
|
"value_allowed_null": false
|
8330
|
+
},
|
8331
|
+
{
|
8332
|
+
"disabled": false,
|
8333
|
+
"document": "管理人预审核的域名列表",
|
8334
|
+
"example": "无",
|
8335
|
+
"member": "ManagerPreAuditDomain",
|
8336
|
+
"name": "ManagerPreAuditDomains",
|
8337
|
+
"output_required": true,
|
8338
|
+
"type": "list",
|
8339
|
+
"value_allowed_null": false
|
8261
8340
|
}
|
8262
8341
|
],
|
8263
8342
|
"usage": "out"
|
@@ -270,13 +270,13 @@
|
|
270
270
|
{
|
271
271
|
"document": "获取审核中的证书详情",
|
272
272
|
"input": "POST / HTTP/1.1\nHost: ssl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCertificateDetail\n<公共请求参数>\n\n{\n \"CertificateId\": \"aClRkC90\"\n}",
|
273
|
-
"output": "{\n \"Response\": {\n \"OwnerUin\": \"815836472\",\n \"ProjectId\": \"0\",\n \"From\": \"trustasia\",\n \"OrderId\": \"u1hD8*****mXue\",\n \"CertificateType\": \"SVR\",\n \"PackageType\": \"48\",\n \"ProductZhName\": \"DNSPod-域名型(DV)SSL证书\",\n \"Domain\": \"ninghhuang.online\",\n \"Alias\": \"\",\n \"Status\": 4,\n \"StatusMsg\": \"CA-REVIEWING\",\n \"VulnerabilityStatus\": \"INACTIVE\",\n \"RootCert\": {\n \"Sign\": null,\n \"Encrypt\": null,\n \"Standard\": null\n },\n \"EncryptCert\": null,\n \"EncryptPrivateKey\": null,\n \"CertificatePrivateKey\": \"*******\",\n \"CertificatePublicKey\": null,\n \"CertBeginTime\": null,\n \"CertEndTime\": null,\n \"ValidityPeriod\": \"12\",\n \"InsertTime\": \"2024-12-02 19:12:46\",\n \"VulnerabilityReport\": null,\n \"CertificateId\": \"K33dxkOk\",\n \"TypeName\": \"DNSPod-域名型(DV)SSL证书\",\n \"StatusName\": \"待验证\",\n \"CertificateExtra\": {\n \"SMCert\": 0,\n \"ReplacedBy\": null,\n \"OriginCertificateId\": null,\n \"ReplacedFor\": null,\n \"RenewOrder\": null,\n \"DomainNumber\": \"1\",\n \"CompanyType\": 2\n },\n \"DvAuthDetail\": {\n \"DvAuths\": [\n {\n \"DvAuthKey\": \"_875bed25cf9e03596931d91cb0a52bd9.ninghhuang.online\",\n \"DvAuthValue\": \"a3108492878a2d989949fa50522dd2b0.cc7346307ff022fcfa68e025f6dbf6ad.cmcdpcwca5iljv.trust-provider.com\",\n \"DvAuthDomain\": \"ninghhuang.online\",\n \"DvAuthPath\": \"\",\n \"DvAuthSubDomain\": \"_875bed25cf9e03596931d91cb0a52bd9\",\n \"DvAuthVerifyType\": \"CNAME\"\n }\n ],\n \"DvAuthKey\": \"_875bed25cf9e03596931d91cb0a52bd9.ninghhuang.online\",\n \"DvAuthValue\": \"a3108492878a2d989949fa50522dd2b0.cc7346307ff022fcfa68e025f6dbf6ad.cmcdpcwca5iljv.trust-provider.com\",\n \"DvAuthDomain\": \"ni****ang.online\",\n \"DvAuthPath\": \"\",\n \"DvAuthKeySubDomain\": \"_875bed25cf9e03596931d91cb0a52bd9\"\n },\n \"VerifyType\": \"DNS_AUTO\",\n \"DvRevokeAuthDetail\": [],\n \"SubjectAltName\": [],\n \"IsVip\": true,\n \"IsWildcard\": false,\n \"IsDv\": true,\n \"IsVulnerability\": false,\n \"SubmittedData\": null,\n \"RenewAble\": false,\n \"Deployable\": true,\n \"Tags\": [],\n \"CertFingerprint\": null,\n \"EncryptCertFingerprint\": null,\n \"EncryptAlgorithm\": \"RSA 2048\",\n \"CertChainInfo\": null,\n \"RequestId\": \"14727a68-3b90-4408-99c9-dea6d7de9456\"\n }\n}",
|
273
|
+
"output": "{\n \"Response\": {\n \"OwnerUin\": \"815836472\",\n \"ProjectId\": \"0\",\n \"From\": \"trustasia\",\n \"OrderId\": \"u1hD8*****mXue\",\n \"CertificateType\": \"SVR\",\n \"PackageType\": \"48\",\n \"ProductZhName\": \"DNSPod-域名型(DV)SSL证书\",\n \"Domain\": \"ninghhuang.online\",\n \"Alias\": \"\",\n \"Status\": 4,\n \"StatusMsg\": \"CA-REVIEWING\",\n \"VulnerabilityStatus\": \"INACTIVE\",\n \"RootCert\": {\n \"Sign\": null,\n \"Encrypt\": null,\n \"Standard\": null\n },\n \"EncryptCert\": null,\n \"EncryptPrivateKey\": null,\n \"CertificatePrivateKey\": \"*******\",\n \"CertificatePublicKey\": null,\n \"CertBeginTime\": null,\n \"CertEndTime\": null,\n \"ValidityPeriod\": \"12\",\n \"InsertTime\": \"2024-12-02 19:12:46\",\n \"VulnerabilityReport\": null,\n \"CertificateId\": \"K33dxkOk\",\n \"TypeName\": \"DNSPod-域名型(DV)SSL证书\",\n \"StatusName\": \"待验证\",\n \"CertificateExtra\": {\n \"SMCert\": 0,\n \"ReplacedBy\": null,\n \"OriginCertificateId\": null,\n \"ReplacedFor\": null,\n \"RenewOrder\": null,\n \"DomainNumber\": \"1\",\n \"CompanyType\": 2\n },\n \"DvAuthDetail\": {\n \"DvAuths\": [\n {\n \"DvAuthKey\": \"_875bed25cf9e03596931d91cb0a52bd9.ninghhuang.online\",\n \"DvAuthValue\": \"a3108492878a2d989949fa50522dd2b0.cc7346307ff022fcfa68e025f6dbf6ad.cmcdpcwca5iljv.trust-provider.com\",\n \"DvAuthDomain\": \"ninghhuang.online\",\n \"DvAuthPath\": \"\",\n \"DvAuthSubDomain\": \"_875bed25cf9e03596931d91cb0a52bd9\",\n \"DvAuthVerifyType\": \"CNAME\"\n }\n ],\n \"DvAuthKey\": \"_875bed25cf9e03596931d91cb0a52bd9.ninghhuang.online\",\n \"DvAuthValue\": \"a3108492878a2d989949fa50522dd2b0.cc7346307ff022fcfa68e025f6dbf6ad.cmcdpcwca5iljv.trust-provider.com\",\n \"DvAuthDomain\": \"ni****ang.online\",\n \"DvAuthPath\": \"\",\n \"DvAuthKeySubDomain\": \"_875bed25cf9e03596931d91cb0a52bd9\"\n },\n \"VerifyType\": \"DNS_AUTO\",\n \"DvRevokeAuthDetail\": [],\n \"SubjectAltName\": [],\n \"IsVip\": true,\n \"IsWildcard\": false,\n \"IsDv\": true,\n \"IsVulnerability\": false,\n \"SubmittedData\": null,\n \"RenewAble\": false,\n \"Deployable\": true,\n \"Tags\": [],\n \"CertFingerprint\": null,\n \"EncryptCertFingerprint\": null,\n \"EncryptAlgorithm\": \"RSA 2048\",\n \"CertChainInfo\": null,\n \"DomainType\": 1,\n \"CertType\": \"OV\",\n \"RequestId\": \"14727a68-3b90-4408-99c9-dea6d7de9456\"\n }\n}",
|
274
274
|
"title": "获取证书详情"
|
275
275
|
},
|
276
276
|
{
|
277
277
|
"document": "获取已经审核通过的证书详情",
|
278
278
|
"input": "POST / HTTP/1.1\nHost: ssl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCertificateDetail\n<公共请求参数>\n\n{\n \"CertificateId\": \"aCMEQWHt\"\n}",
|
279
|
-
"output": "{\n \"Response\": {\n \"OwnerUin\": \"815836472\",\n \"ProjectId\": \"0\",\n \"From\": \"trustasia\",\n \"OrderId\": \"PVpvxIN2_E*****pvjw\",\n \"CertificateType\": \"SVR\",\n \"PackageType\": \"43\",\n \"ProductZhName\": \"DNSPod-企业型(OV)SSL证书\",\n \"Domain\": \"ninghhuang.online\",\n \"Alias\": \"\",\n \"Status\": 4,\n \"StatusMsg\": \"PRE-REVIEWING\",\n \"VulnerabilityStatus\": \"INACTIVE\",\n \"RootCert\": {\n \"Sign\": null,\n \"Encrypt\": null,\n \"Standard\": null\n },\n \"EncryptCert\": null,\n \"EncryptPrivateKey\": null,\n \"CertificatePrivateKey\": \"*****\",\n \"CertificatePublicKey\": null,\n \"CertBeginTime\": null,\n \"CertEndTime\": null,\n \"ValidityPeriod\": \"12\",\n \"InsertTime\": \"2024-11-27 20:06:51\",\n \"VulnerabilityReport\": null,\n \"CertificateId\": \"Jv8u7beI\",\n \"TypeName\": \"DNSPod-企业型(OV)SSL证书\",\n \"StatusName\": \"待验证\",\n \"CertificateExtra\": {\n \"SMCert\": 0,\n \"ReplacedBy\": null,\n \"OriginCertificateId\": null,\n \"ReplacedFor\": null,\n \"RenewOrder\": null,\n \"DomainNumber\": \"1\",\n \"CompanyType\": 2\n },\n \"DvAuthDetail\": {\n \"DvAuths\": [\n {\n \"DvAuthKey\": \"_882a77cde28ffe49e5764ab3afb75849.ninghhuang.online\",\n \"DvAuthValue\": \"97f80ec4c7947178cec6b5a093ed34b0.a5cd7986aaaffdfd37437c9c6de1dd30.cmcopc2ncmbffy.trust-provider.com\",\n \"DvAuthDomain\": \"ninghhuang.online\",\n \"DvAuthPath\": \"\",\n \"DvAuthSubDomain\": \"_882a77cde28ffe49e5764ab3afb75849\",\n \"DvAuthVerifyType\": \"CNAME\"\n }\n ],\n \"DvAuthKey\": \"_882a77cde28ffe49e5764ab3afb75849.ninghhuang.online\",\n \"DvAuthValue\": \"97f80ec4c7947178cec6b5a093ed34b0.a5cd7986aaaffdfd37437c9c6de1dd30.cmcopc2ncmbffy.trust-provider.com\",\n \"DvAuthDomain\": \"ninghhuang.online\",\n \"DvAuthPath\": \"\",\n \"DvAuthKeySubDomain\": \"_882a77cde28ffe49e5764ab3afb75849\"\n },\n \"VerifyType\": \"DNS_AUTO\",\n \"DvRevokeAuthDetail\": [],\n \"SubjectAltName\": [],\n \"IsVip\": true,\n \"IsWildcard\": false,\n \"IsDv\": false,\n \"IsVulnerability\": false,\n \"SubmittedData\": null,\n \"RenewAble\": false,\n \"Deployable\": true,\n \"Tags\": [],\n \"CertFingerprint\": null,\n \"EncryptCertFingerprint\": null,\n \"EncryptAlgorithm\": \"RSA 2048\",\n \"CertChainInfo\": null,\n \"RequestId\": \"14727a68-3b90-4408-99c9-dea6d7de9456\"\n }\n}",
|
279
|
+
"output": "{\n \"Response\": {\n \"OwnerUin\": \"815836472\",\n \"ProjectId\": \"0\",\n \"From\": \"trustasia\",\n \"OrderId\": \"PVpvxIN2_E*****pvjw\",\n \"CertificateType\": \"SVR\",\n \"PackageType\": \"43\",\n \"ProductZhName\": \"DNSPod-企业型(OV)SSL证书\",\n \"Domain\": \"ninghhuang.online\",\n \"Alias\": \"\",\n \"Status\": 4,\n \"StatusMsg\": \"PRE-REVIEWING\",\n \"VulnerabilityStatus\": \"INACTIVE\",\n \"RootCert\": {\n \"Sign\": null,\n \"Encrypt\": null,\n \"Standard\": null\n },\n \"EncryptCert\": null,\n \"EncryptPrivateKey\": null,\n \"CertificatePrivateKey\": \"*****\",\n \"CertificatePublicKey\": null,\n \"CertBeginTime\": null,\n \"CertEndTime\": null,\n \"ValidityPeriod\": \"12\",\n \"InsertTime\": \"2024-11-27 20:06:51\",\n \"VulnerabilityReport\": null,\n \"CertificateId\": \"Jv8u7beI\",\n \"TypeName\": \"DNSPod-企业型(OV)SSL证书\",\n \"StatusName\": \"待验证\",\n \"CertificateExtra\": {\n \"SMCert\": 0,\n \"ReplacedBy\": null,\n \"OriginCertificateId\": null,\n \"ReplacedFor\": null,\n \"RenewOrder\": null,\n \"DomainNumber\": \"1\",\n \"CompanyType\": 2\n },\n \"DvAuthDetail\": {\n \"DvAuths\": [\n {\n \"DvAuthKey\": \"_882a77cde28ffe49e5764ab3afb75849.ninghhuang.online\",\n \"DvAuthValue\": \"97f80ec4c7947178cec6b5a093ed34b0.a5cd7986aaaffdfd37437c9c6de1dd30.cmcopc2ncmbffy.trust-provider.com\",\n \"DvAuthDomain\": \"ninghhuang.online\",\n \"DvAuthPath\": \"\",\n \"DvAuthSubDomain\": \"_882a77cde28ffe49e5764ab3afb75849\",\n \"DvAuthVerifyType\": \"CNAME\"\n }\n ],\n \"DvAuthKey\": \"_882a77cde28ffe49e5764ab3afb75849.ninghhuang.online\",\n \"DvAuthValue\": \"97f80ec4c7947178cec6b5a093ed34b0.a5cd7986aaaffdfd37437c9c6de1dd30.cmcopc2ncmbffy.trust-provider.com\",\n \"DvAuthDomain\": \"ninghhuang.online\",\n \"DvAuthPath\": \"\",\n \"DvAuthKeySubDomain\": \"_882a77cde28ffe49e5764ab3afb75849\"\n },\n \"VerifyType\": \"DNS_AUTO\",\n \"DvRevokeAuthDetail\": [],\n \"SubjectAltName\": [],\n \"IsVip\": true,\n \"IsWildcard\": false,\n \"IsDv\": false,\n \"IsVulnerability\": false,\n \"SubmittedData\": null,\n \"RenewAble\": false,\n \"Deployable\": true,\n \"Tags\": [],\n \"CertFingerprint\": null,\n \"EncryptCertFingerprint\": null,\n \"EncryptAlgorithm\": \"RSA 2048\",\n \"CertChainInfo\": null,\n \"DomainType\": 1,\n \"CertType\": \"OV\",\n \"RequestId\": \"14727a68-3b90-4408-99c9-dea6d7de9456\"\n }\n}",
|
280
280
|
"title": "获取证书详情-2"
|
281
281
|
}
|
282
282
|
],
|
@@ -292,25 +292,25 @@
|
|
292
292
|
{
|
293
293
|
"document": "获取证书列表",
|
294
294
|
"input": "POST / HTTP/1.1\nHost: ssl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCertificates\n<公共请求参数>\n\n{\n \"Limit\": 1,\n \"Offset\": 0\n}",
|
295
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Certificates\": [\n {\n \"OwnerUin\": \"10*******\",\n \"ProjectId\": \"zr*****\",\n \"From\": \"upload\",\n \"PackageType\": \"company\",\n \"CertificateType\": \"svr\",\n \"ProductZhName\": \"DigiCert Secure Site CN CA G3\",\n \"Domain\": \"www.zrh.com\",\n \"Alias\": \"upload cert\",\n \"Status\": 1,\n \"CertificateExtra\": {\n \"DomainNumber\": \"10983\",\n \"OriginCertificateId\": \"hj****\",\n \"ReplacedBy\": \"hkk****\",\n \"ReplacedFor\": \"ete****\",\n \"RenewOrder\": \"feg****\",\n \"SMCert\": 0,\n \"CompanyType\": 0\n },\n \"VulnerabilityStatus\": \"INACTIVE\",\n \"StatusMsg\": \"PRE-REVIEWING\",\n \"VerifyType\": \"DNS\",\n \"CertBeginTime\": \"2024-11-06 08:00:0\",\n \"CertEndTime\": \"2025-12-02 07:59:59\",\n \"ValidityPeriod\": \"13\",\n \"InsertTime\": \"2024-11-11 11:53:07\",\n \"CertificateId\": \"hdhd**\",\n \"SubjectAltName\": [\n \"zrh\"\n ],\n \"PackageTypeName\": \"company\",\n \"StatusName\": \"证书已颁发\",\n \"IsVip\": true,\n \"IsDv\": true,\n \"IsWildcard\": true,\n \"IsVulnerability\": true,\n \"RenewAble\": true,\n \"ProjectInfo\": {\n \"ProjectName\": \"默认项目\",\n \"ProjectCreatorUin\": 1,\n \"ProjectCreateTime\": \"0000-00-00 00:00:00\",\n \"ProjectResume\": \"默认项目\",\n \"OwnerUin\": 1,\n \"ProjectId\": \"0\"\n },\n \"BoundResource\": [\n \"\"\n ],\n \"Deployable\": true,\n \"Tags\": [\n {\n \"TagKey\": \"zrh\",\n \"TagValue\": \"ok\"\n }\n ],\n \"IsIgnore\": true,\n \"IsSM\": true,\n \"EncryptAlgorithm\": \"svr\",\n \"CAEncryptAlgorithms\": [\n \"svr\"\n ],\n \"CAEndTimes\": [],\n \"CACommonNames\": [],\n \"PreAuditInfo\": {\n \"TotalPeriod\": 0,\n \"NowPeriod\": 0,\n \"ManagerId\": \"84994\"\n },\n \"AutoRenewFlag\": 0,\n \"HostingStatus\": 0,\n \"HostingCompleteTime\": \"2024-11-06 08:00:00\",\n \"HostingRenewCertId\": \"2024-11-06 08:00:00\",\n \"HasRenewOrder\": \"yes\",\n \"ReplaceOriCertIsDelete\": true,\n \"IsExpiring\": true,\n \"DVAuthDeadline\": \"2024-11-06 08:00:00\",\n \"ValidationPassedTime\": \"2024-11-06 08:00:00\",\n \"CertSANs\": [\n \"normal\"\n ],\n \"AwaitingValidationMsg\": \"wait\",\n \"AllowDownload\": true,\n \"IsDNSPODResolve\": true,\n \"IsPackage\": true,\n \"KeyPasswordCustomFlag\": true,\n \"SupportDownloadType\": {\n \"NGINX\": true,\n \"APACHE\": true,\n \"TOMCAT\": true,\n \"IIS\": true,\n \"JKS\": true,\n \"OTHER\": true,\n \"ROOT\": true\n }\n }\n ],\n \"RequestId\": \"14727a68-3b90-4408-99c9-dea6d7de9456\"\n }\n}",
|
295
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Certificates\": [\n {\n \"OwnerUin\": \"10*******\",\n \"ProjectId\": \"zr*****\",\n \"From\": \"upload\",\n \"PackageType\": \"company\",\n \"CertificateType\": \"svr\",\n \"ProductZhName\": \"DigiCert Secure Site CN CA G3\",\n \"Domain\": \"www.zrh.com\",\n \"Alias\": \"upload cert\",\n \"Status\": 1,\n \"CertificateExtra\": {\n \"DomainNumber\": \"10983\",\n \"OriginCertificateId\": \"hj****\",\n \"ReplacedBy\": \"hkk****\",\n \"ReplacedFor\": \"ete****\",\n \"RenewOrder\": \"feg****\",\n \"SMCert\": 0,\n \"CompanyType\": 0\n },\n \"VulnerabilityStatus\": \"INACTIVE\",\n \"StatusMsg\": \"PRE-REVIEWING\",\n \"VerifyType\": \"DNS\",\n \"CertBeginTime\": \"2024-11-06 08:00:0\",\n \"CertEndTime\": \"2025-12-02 07:59:59\",\n \"ValidityPeriod\": \"13\",\n \"InsertTime\": \"2024-11-11 11:53:07\",\n \"CertificateId\": \"hdhd**\",\n \"SubjectAltName\": [\n \"zrh\"\n ],\n \"PackageTypeName\": \"company\",\n \"StatusName\": \"证书已颁发\",\n \"IsVip\": true,\n \"IsDv\": true,\n \"IsWildcard\": true,\n \"IsVulnerability\": true,\n \"RenewAble\": true,\n \"ProjectInfo\": {\n \"ProjectName\": \"默认项目\",\n \"ProjectCreatorUin\": 1,\n \"ProjectCreateTime\": \"0000-00-00 00:00:00\",\n \"ProjectResume\": \"默认项目\",\n \"OwnerUin\": 1,\n \"ProjectId\": \"0\"\n },\n \"BoundResource\": [\n \"\"\n ],\n \"Deployable\": true,\n \"Tags\": [\n {\n \"TagKey\": \"zrh\",\n \"TagValue\": \"ok\"\n }\n ],\n \"IsIgnore\": true,\n \"IsSM\": true,\n \"EncryptAlgorithm\": \"svr\",\n \"CAEncryptAlgorithms\": [\n \"svr\"\n ],\n \"CAEndTimes\": [],\n \"CACommonNames\": [],\n \"PreAuditInfo\": {\n \"TotalPeriod\": 0,\n \"NowPeriod\": 0,\n \"ManagerId\": \"84994\"\n },\n \"AutoRenewFlag\": 0,\n \"HostingStatus\": 0,\n \"HostingCompleteTime\": \"2024-11-06 08:00:00\",\n \"HostingRenewCertId\": \"2024-11-06 08:00:00\",\n \"HasRenewOrder\": \"yes\",\n \"ReplaceOriCertIsDelete\": true,\n \"IsExpiring\": true,\n \"DVAuthDeadline\": \"2024-11-06 08:00:00\",\n \"ValidationPassedTime\": \"2024-11-06 08:00:00\",\n \"CertSANs\": [\n \"normal\"\n ],\n \"AwaitingValidationMsg\": \"wait\",\n \"AllowDownload\": true,\n \"IsDNSPODResolve\": true,\n \"IsPackage\": true,\n \"KeyPasswordCustomFlag\": true,\n \"SupportDownloadType\": {\n \"NGINX\": true,\n \"APACHE\": true,\n \"TOMCAT\": true,\n \"IIS\": true,\n \"JKS\": true,\n \"OTHER\": true,\n \"ROOT\": true\n },\n \"IsHostingUploadRenewCert\": false\n }\n ],\n \"RequestId\": \"14727a68-3b90-4408-99c9-dea6d7de9456\"\n }\n}",
|
296
296
|
"title": "获取证书列表"
|
297
297
|
},
|
298
298
|
{
|
299
299
|
"document": "",
|
300
300
|
"input": "POST / HTTP/1.1\nHost: ssl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCertificates\n<公共请求参数>\n\n{\n \"Offset\": \"0\",\n \"Limit\": \"1\",\n \"SearchKey\": \"ninghhuang\"\n}",
|
301
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 54,\n \"Certificates\": [\n {\n \"OwnerUin\": \"815836472\",\n \"ProjectId\": \"0\",\n \"From\": \"trustasia\",\n \"ProductZhName\": \"TrustAsia C1 DV Free\",\n \"Domain\": \"ninghhuang.online\",\n \"Alias\": \"\",\n \"Status\": 1,\n \"VulnerabilityStatus\": \"INACTIVE\",\n \"StatusMsg\": \"ca-reviewing\",\n \"VerifyType\": \"DNS_AUTO\",\n \"CertBeginTime\": \"2025-02-12 08:00:00\",\n \"CertEndTime\": \"2025-05-14 07:59:59\",\n \"ValidityPeriod\": \"3\",\n \"InsertTime\": \"2025-02-12 10:11:21\",\n \"AutoRenewFlag\": 1,\n \"EncryptAlgorithm\": \"RSA 2048\",\n \"IsIgnore\": false,\n \"PreAuditInfo\": {\n \"TotalPeriod\": 1,\n \"NowPeriod\": 1,\n \"ManagerId\": \"\"\n },\n \"IsSM\": false,\n \"SubjectAltName\": [\n \"ninghhuang.online\",\n \"www.ninghhuang.online\"\n ],\n \"StatusName\": \"证书已颁发\",\n \"IsVip\": false,\n \"IsDv\": true,\n \"IsWildcard\": false,\n \"IsVulnerability\": false,\n \"HasRenewOrder\": \"\",\n \"ReplaceOriCertIsDelete\": false,\n \"RenewAble\": false,\n \"IsExpiring\": false,\n \"DVAuthDeadline\": \"2025-02-19 10:11:21\",\n \"ValidationPassedTime\": \"--\",\n \"CertSANs\": [\n \"ninghhuang.online\",\n \"www.ninghhuang.online\"\n ],\n \"CertRevokedTime\": \"\",\n \"CAEncryptAlgorithms\": [],\n \"CAEndTimes\": [],\n \"CACommonNames\": [],\n \"Deployable\": true,\n \"AwaitingValidationMsg\": \"\",\n \"ProjectInfo\": {\n \"ProjectId\": \"0\",\n \"OwnerUin\": 0,\n \"ProjectName\": \"默认项目\",\n \"ProjectCreatorUin\": 0,\n \"ProjectCreateTime\": \"0000-00-00 00:00:00\",\n \"ProjectResume\": \"默认项目\"\n },\n \"Tags\": [],\n \"CertificateId\": \"LtIaSxlb\",\n \"CertificateType\": \"SVR\",\n \"PackageType\": \"83\",\n \"PackageTypeName\": \"TrustAsia C1 DV Free\",\n \"KeyPasswordCustomFlag\": false,\n \"SupportDownloadType\": {\n \"NGINX\": true,\n \"APACHE\": true,\n \"TOMCAT\": true,\n \"IIS\": true,\n \"JKS\": true,\n \"OTHER\": true,\n \"ROOT\": true\n },\n \"CertificateExtra\": {\n \"DomainNumber\": \"1\",\n \"OriginCertificateId\": null,\n \"ReplacedBy\": null,\n \"ReplacedFor\": null,\n \"RenewOrder\": null,\n \"SMCert\": 0,\n \"CompanyType\": 1\n },\n \"AllowDownload\": false,\n \"IsPackage\": false,\n \"HostingStatus\": -1,\n \"HostingCompleteTime\": \"\",\n \"HostingRenewCertId\": \"\",\n \"HostingResourceTypes\": [],\n \"IsDNSPODResolve\": false,\n \"BoundResource\": []\n }\n ],\n \"RequestId\": \"e7f6021f-47bb-476b-a424-6a0cde19a1eb\"\n }\n}",
|
301
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 54,\n \"Certificates\": [\n {\n \"OwnerUin\": \"815836472\",\n \"ProjectId\": \"0\",\n \"From\": \"trustasia\",\n \"ProductZhName\": \"TrustAsia C1 DV Free\",\n \"Domain\": \"ninghhuang.online\",\n \"Alias\": \"\",\n \"Status\": 1,\n \"VulnerabilityStatus\": \"INACTIVE\",\n \"StatusMsg\": \"ca-reviewing\",\n \"VerifyType\": \"DNS_AUTO\",\n \"CertBeginTime\": \"2025-02-12 08:00:00\",\n \"CertEndTime\": \"2025-05-14 07:59:59\",\n \"ValidityPeriod\": \"3\",\n \"InsertTime\": \"2025-02-12 10:11:21\",\n \"AutoRenewFlag\": 1,\n \"EncryptAlgorithm\": \"RSA 2048\",\n \"IsIgnore\": false,\n \"PreAuditInfo\": {\n \"TotalPeriod\": 1,\n \"NowPeriod\": 1,\n \"ManagerId\": \"\"\n },\n \"IsSM\": false,\n \"SubjectAltName\": [\n \"ninghhuang.online\",\n \"www.ninghhuang.online\"\n ],\n \"StatusName\": \"证书已颁发\",\n \"IsVip\": false,\n \"IsDv\": true,\n \"IsWildcard\": false,\n \"IsVulnerability\": false,\n \"HasRenewOrder\": \"\",\n \"ReplaceOriCertIsDelete\": false,\n \"RenewAble\": false,\n \"IsExpiring\": false,\n \"DVAuthDeadline\": \"2025-02-19 10:11:21\",\n \"ValidationPassedTime\": \"--\",\n \"CertSANs\": [\n \"ninghhuang.online\",\n \"www.ninghhuang.online\"\n ],\n \"CertRevokedTime\": \"\",\n \"CAEncryptAlgorithms\": [],\n \"CAEndTimes\": [],\n \"CACommonNames\": [],\n \"Deployable\": true,\n \"AwaitingValidationMsg\": \"\",\n \"ProjectInfo\": {\n \"ProjectId\": \"0\",\n \"OwnerUin\": 0,\n \"ProjectName\": \"默认项目\",\n \"ProjectCreatorUin\": 0,\n \"ProjectCreateTime\": \"0000-00-00 00:00:00\",\n \"ProjectResume\": \"默认项目\"\n },\n \"Tags\": [],\n \"CertificateId\": \"LtIaSxlb\",\n \"CertificateType\": \"SVR\",\n \"PackageType\": \"83\",\n \"PackageTypeName\": \"TrustAsia C1 DV Free\",\n \"KeyPasswordCustomFlag\": false,\n \"SupportDownloadType\": {\n \"NGINX\": true,\n \"APACHE\": true,\n \"TOMCAT\": true,\n \"IIS\": true,\n \"JKS\": true,\n \"OTHER\": true,\n \"ROOT\": true\n },\n \"CertificateExtra\": {\n \"DomainNumber\": \"1\",\n \"OriginCertificateId\": null,\n \"ReplacedBy\": null,\n \"ReplacedFor\": null,\n \"RenewOrder\": null,\n \"SMCert\": 0,\n \"CompanyType\": 1\n },\n \"AllowDownload\": false,\n \"IsPackage\": false,\n \"HostingStatus\": -1,\n \"HostingCompleteTime\": \"\",\n \"HostingRenewCertId\": \"\",\n \"HostingResourceTypes\": [],\n \"IsDNSPODResolve\": false,\n \"IsHostingUploadRenewCert\": false,\n \"BoundResource\": []\n }\n ],\n \"RequestId\": \"e7f6021f-47bb-476b-a424-6a0cde19a1eb\"\n }\n}",
|
302
302
|
"title": "获取证书列表 - SearchKey查询域名"
|
303
303
|
},
|
304
304
|
{
|
305
305
|
"document": "",
|
306
306
|
"input": "POST / HTTP/1.1\nHost: ssl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCertificates\n<公共请求参数>\n\n{\n \"Offset\": \"0\",\n \"Limit\": \"1\",\n \"SearchKey\": \"LtIaS\"\n}",
|
307
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Certificates\": [\n {\n \"OwnerUin\": \"815836472\",\n \"ProjectId\": \"0\",\n \"From\": \"trustasia\",\n \"ProductZhName\": \"TrustAsia C1 DV Free\",\n \"Domain\": \"ninghhuang.online\",\n \"Alias\": \"\",\n \"Status\": 1,\n \"VulnerabilityStatus\": \"INACTIVE\",\n \"StatusMsg\": \"\",\n \"VerifyType\": \"DNS_AUTO\",\n \"CertBeginTime\": \"2025-02-12 08:00:00\",\n \"CertEndTime\": \"2025-05-14 07:59:59\",\n \"ValidityPeriod\": \"3\",\n \"InsertTime\": \"2025-02-12 10:11:21\",\n \"AutoRenewFlag\": 1,\n \"EncryptAlgorithm\": \"RSA 2048\",\n \"IsIgnore\": false,\n \"PreAuditInfo\": {\n \"TotalPeriod\": 1,\n \"NowPeriod\": 1,\n \"ManagerId\": \"\"\n },\n \"IsSM\": false,\n \"SubjectAltName\": [\n \"ninghhuang.online\",\n \"www.ninghhuang.online\"\n ],\n \"StatusName\": \"证书已颁发\",\n \"IsVip\": false,\n \"IsDv\": true,\n \"IsWildcard\": false,\n \"IsVulnerability\": false,\n \"HasRenewOrder\": \"\",\n \"ReplaceOriCertIsDelete\": false,\n \"RenewAble\": false,\n \"IsExpiring\": false,\n \"DVAuthDeadline\": \"2025-02-19 10:11:21\",\n \"ValidationPassedTime\": \"--\",\n \"CertSANs\": [\n \"ninghhuang.online\",\n \"www.ninghhuang.online\"\n ],\n \"CertRevokedTime\": \"\",\n \"CAEncryptAlgorithms\": [],\n \"CAEndTimes\": [],\n \"CACommonNames\": [],\n \"Deployable\": true,\n \"AwaitingValidationMsg\": \"\",\n \"ProjectInfo\": {\n \"ProjectId\": \"0\",\n \"OwnerUin\": 0,\n \"ProjectName\": \"默认项目\",\n \"ProjectCreatorUin\": 0,\n \"ProjectCreateTime\": \"0000-00-00 00:00:00\",\n \"ProjectResume\": \"默认项目\"\n },\n \"Tags\": [],\n \"CertificateId\": \"LtIaSxlb\",\n \"CertificateType\": \"SVR\",\n \"PackageType\": \"83\",\n \"PackageTypeName\": \"TrustAsia C1 DV Free\",\n \"KeyPasswordCustomFlag\": false,\n \"SupportDownloadType\": {\n \"NGINX\": true,\n \"APACHE\": true,\n \"TOMCAT\": true,\n \"IIS\": true,\n \"JKS\": true,\n \"OTHER\": true,\n \"ROOT\": true\n },\n \"CertificateExtra\": {\n \"DomainNumber\": \"1\",\n \"OriginCertificateId\": null,\n \"ReplacedBy\": null,\n \"ReplacedFor\": null,\n \"RenewOrder\": null,\n \"SMCert\": 0,\n \"CompanyType\": 1\n },\n \"AllowDownload\": false,\n \"IsPackage\": false,\n \"HostingStatus\": -1,\n \"HostingCompleteTime\": \"\",\n \"HostingRenewCertId\": \"\",\n \"HostingResourceTypes\": [],\n \"IsDNSPODResolve\": false,\n \"BoundResource\": []\n }\n ],\n \"RequestId\": \"e7f6021f-47bb-476b-a424-6a0cde19a1eb\"\n }\n}",
|
307
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Certificates\": [\n {\n \"OwnerUin\": \"815836472\",\n \"ProjectId\": \"0\",\n \"From\": \"trustasia\",\n \"ProductZhName\": \"TrustAsia C1 DV Free\",\n \"Domain\": \"ninghhuang.online\",\n \"Alias\": \"\",\n \"Status\": 1,\n \"VulnerabilityStatus\": \"INACTIVE\",\n \"StatusMsg\": \"\",\n \"VerifyType\": \"DNS_AUTO\",\n \"CertBeginTime\": \"2025-02-12 08:00:00\",\n \"CertEndTime\": \"2025-05-14 07:59:59\",\n \"ValidityPeriod\": \"3\",\n \"InsertTime\": \"2025-02-12 10:11:21\",\n \"AutoRenewFlag\": 1,\n \"EncryptAlgorithm\": \"RSA 2048\",\n \"IsIgnore\": false,\n \"PreAuditInfo\": {\n \"TotalPeriod\": 1,\n \"NowPeriod\": 1,\n \"ManagerId\": \"\"\n },\n \"IsSM\": false,\n \"SubjectAltName\": [\n \"ninghhuang.online\",\n \"www.ninghhuang.online\"\n ],\n \"StatusName\": \"证书已颁发\",\n \"IsVip\": false,\n \"IsDv\": true,\n \"IsWildcard\": false,\n \"IsVulnerability\": false,\n \"HasRenewOrder\": \"\",\n \"ReplaceOriCertIsDelete\": false,\n \"RenewAble\": false,\n \"IsExpiring\": false,\n \"DVAuthDeadline\": \"2025-02-19 10:11:21\",\n \"ValidationPassedTime\": \"--\",\n \"CertSANs\": [\n \"ninghhuang.online\",\n \"www.ninghhuang.online\"\n ],\n \"CertRevokedTime\": \"\",\n \"CAEncryptAlgorithms\": [],\n \"CAEndTimes\": [],\n \"CACommonNames\": [],\n \"Deployable\": true,\n \"AwaitingValidationMsg\": \"\",\n \"ProjectInfo\": {\n \"ProjectId\": \"0\",\n \"OwnerUin\": 0,\n \"ProjectName\": \"默认项目\",\n \"ProjectCreatorUin\": 0,\n \"ProjectCreateTime\": \"0000-00-00 00:00:00\",\n \"ProjectResume\": \"默认项目\"\n },\n \"Tags\": [],\n \"CertificateId\": \"LtIaSxlb\",\n \"CertificateType\": \"SVR\",\n \"PackageType\": \"83\",\n \"PackageTypeName\": \"TrustAsia C1 DV Free\",\n \"KeyPasswordCustomFlag\": false,\n \"SupportDownloadType\": {\n \"NGINX\": true,\n \"APACHE\": true,\n \"TOMCAT\": true,\n \"IIS\": true,\n \"JKS\": true,\n \"OTHER\": true,\n \"ROOT\": true\n },\n \"CertificateExtra\": {\n \"DomainNumber\": \"1\",\n \"OriginCertificateId\": null,\n \"ReplacedBy\": null,\n \"ReplacedFor\": null,\n \"RenewOrder\": null,\n \"SMCert\": 0,\n \"CompanyType\": 1\n },\n \"AllowDownload\": false,\n \"IsPackage\": false,\n \"HostingStatus\": -1,\n \"HostingCompleteTime\": \"\",\n \"HostingRenewCertId\": \"\",\n \"HostingResourceTypes\": [],\n \"IsDNSPODResolve\": false,\n \"IsHostingUploadRenewCert\": false,\n \"BoundResource\": []\n }\n ],\n \"RequestId\": \"e7f6021f-47bb-476b-a424-6a0cde19a1eb\"\n }\n}",
|
308
308
|
"title": "获取证书列表 - SearchKey查询证书ID"
|
309
309
|
},
|
310
310
|
{
|
311
311
|
"document": "",
|
312
312
|
"input": "POST / HTTP/1.1\nHost: ssl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCertificates\n<公共请求参数>\n\n{\n \"Offset\": \"0\",\n \"Limit\": \"1\",\n \"SearchKey\": \"K926htp2\"\n}",
|
313
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 2,\n \"Certificates\": [\n {\n \"OwnerUin\": \"815836472\",\n \"ProjectId\": \"0\",\n \"From\": \"trustasia\",\n \"ProductZhName\": \"TrustAsia C1 DV Free\",\n \"Domain\": \"ninghhuang.online\",\n \"Alias\": \"K926htp2的自动续费证书\",\n \"Status\": 1,\n \"VulnerabilityStatus\": \"INACTIVE\",\n \"StatusMsg\": \"\",\n \"VerifyType\": \"DNS_AUTO\",\n \"CertBeginTime\": \"2025-02-05 08:00:00\",\n \"CertEndTime\": \"2025-05-07 07:59:59\",\n \"ValidityPeriod\": \"3\",\n \"InsertTime\": \"2025-02-05 08:26:42\",\n \"AutoRenewFlag\": 1,\n \"EncryptAlgorithm\": \"RSA 2048\",\n \"IsIgnore\": false,\n \"PreAuditInfo\": {\n \"TotalPeriod\": 1,\n \"NowPeriod\": 1,\n \"ManagerId\": \"\"\n },\n \"IsSM\": false,\n \"SubjectAltName\": [\n \"ninghhuang.online\",\n \"www.ninghhuang.online\"\n ],\n \"StatusName\": \"证书已颁发\",\n \"IsVip\": false,\n \"IsDv\": true,\n \"IsWildcard\": false,\n \"IsVulnerability\": false,\n \"HasRenewOrder\": \"\",\n \"ReplaceOriCertIsDelete\": false,\n \"RenewAble\": false,\n \"IsExpiring\": false,\n \"DVAuthDeadline\": \"2025-02-12 08:26:42\",\n \"ValidationPassedTime\": \"--\",\n \"CertSANs\": [\n \"ninghhuang.online\",\n \"www.ninghhuang.online\"\n ],\n \"CertRevokedTime\": \"\",\n \"CAEncryptAlgorithms\": [],\n \"CAEndTimes\": [],\n \"CACommonNames\": [],\n \"Deployable\": true,\n \"AwaitingValidationMsg\": \"\",\n \"ProjectInfo\": {\n \"ProjectId\": \"0\",\n \"OwnerUin\": 0,\n \"ProjectName\": \"默认项目\",\n \"ProjectCreatorUin\": 0,\n \"ProjectCreateTime\": \"0000-00-00 00:00:00\",\n \"ProjectResume\": \"默认项目\"\n },\n \"Tags\": [],\n \"CertificateId\": \"Li1AKHnS\",\n \"CertificateType\": \"SVR\",\n \"PackageType\": \"83\",\n \"PackageTypeName\": \"TrustAsia C1 DV Free\",\n \"KeyPasswordCustomFlag\": false,\n \"SupportDownloadType\": {\n \"NGINX\": true,\n \"APACHE\": true,\n \"TOMCAT\": true,\n \"IIS\": true,\n \"JKS\": true,\n \"OTHER\": true,\n \"ROOT\": true\n },\n \"CertificateExtra\": {\n \"DomainNumber\": \"1\",\n \"OriginCertificateId\": \"K926htp2\",\n \"ReplacedBy\": null,\n \"ReplacedFor\": null,\n \"RenewOrder\": null,\n \"SMCert\": 0,\n \"CompanyType\": 1\n },\n \"AllowDownload\": false,\n \"IsPackage\": false,\n \"HostingStatus\": 0,\n \"HostingCompleteTime\": \"2025-02-05 08:39:30\",\n \"HostingRenewCertId\": \"\",\n \"HostingResourceTypes\": [\n \"cdn\",\n \"clb\",\n \"cos\"\n ],\n \"HostingConfig\": {\n \"MessageTypes\": [\n 0\n ],\n \"ReplaceEndTime\": \"23:59:59\",\n \"ReplaceStartTime\": \"00:00:00\",\n \"ReplaceTime\": 999\n },\n \"IsDNSPODResolve\": false,\n \"BoundResource\": []\n }\n ],\n \"RequestId\": \"e7f6021f-47bb-476b-a424-6a0cde19a1eb\"\n }\n}",
|
313
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 2,\n \"Certificates\": [\n {\n \"OwnerUin\": \"815836472\",\n \"ProjectId\": \"0\",\n \"From\": \"trustasia\",\n \"ProductZhName\": \"TrustAsia C1 DV Free\",\n \"Domain\": \"ninghhuang.online\",\n \"Alias\": \"K926htp2的自动续费证书\",\n \"Status\": 1,\n \"VulnerabilityStatus\": \"INACTIVE\",\n \"StatusMsg\": \"\",\n \"VerifyType\": \"DNS_AUTO\",\n \"CertBeginTime\": \"2025-02-05 08:00:00\",\n \"CertEndTime\": \"2025-05-07 07:59:59\",\n \"ValidityPeriod\": \"3\",\n \"InsertTime\": \"2025-02-05 08:26:42\",\n \"AutoRenewFlag\": 1,\n \"EncryptAlgorithm\": \"RSA 2048\",\n \"IsIgnore\": false,\n \"PreAuditInfo\": {\n \"TotalPeriod\": 1,\n \"NowPeriod\": 1,\n \"ManagerId\": \"\"\n },\n \"IsSM\": false,\n \"SubjectAltName\": [\n \"ninghhuang.online\",\n \"www.ninghhuang.online\"\n ],\n \"StatusName\": \"证书已颁发\",\n \"IsVip\": false,\n \"IsDv\": true,\n \"IsWildcard\": false,\n \"IsVulnerability\": false,\n \"HasRenewOrder\": \"\",\n \"ReplaceOriCertIsDelete\": false,\n \"RenewAble\": false,\n \"IsExpiring\": false,\n \"DVAuthDeadline\": \"2025-02-12 08:26:42\",\n \"ValidationPassedTime\": \"--\",\n \"CertSANs\": [\n \"ninghhuang.online\",\n \"www.ninghhuang.online\"\n ],\n \"CertRevokedTime\": \"\",\n \"CAEncryptAlgorithms\": [],\n \"CAEndTimes\": [],\n \"CACommonNames\": [],\n \"Deployable\": true,\n \"AwaitingValidationMsg\": \"\",\n \"ProjectInfo\": {\n \"ProjectId\": \"0\",\n \"OwnerUin\": 0,\n \"ProjectName\": \"默认项目\",\n \"ProjectCreatorUin\": 0,\n \"ProjectCreateTime\": \"0000-00-00 00:00:00\",\n \"ProjectResume\": \"默认项目\"\n },\n \"Tags\": [],\n \"CertificateId\": \"Li1AKHnS\",\n \"CertificateType\": \"SVR\",\n \"PackageType\": \"83\",\n \"PackageTypeName\": \"TrustAsia C1 DV Free\",\n \"KeyPasswordCustomFlag\": false,\n \"SupportDownloadType\": {\n \"NGINX\": true,\n \"APACHE\": true,\n \"TOMCAT\": true,\n \"IIS\": true,\n \"JKS\": true,\n \"OTHER\": true,\n \"ROOT\": true\n },\n \"CertificateExtra\": {\n \"DomainNumber\": \"1\",\n \"OriginCertificateId\": \"K926htp2\",\n \"ReplacedBy\": null,\n \"ReplacedFor\": null,\n \"RenewOrder\": null,\n \"SMCert\": 0,\n \"CompanyType\": 1\n },\n \"AllowDownload\": false,\n \"IsPackage\": false,\n \"HostingStatus\": 0,\n \"HostingCompleteTime\": \"2025-02-05 08:39:30\",\n \"HostingRenewCertId\": \"\",\n \"HostingResourceTypes\": [\n \"cdn\",\n \"clb\",\n \"cos\"\n ],\n \"HostingConfig\": {\n \"MessageTypes\": [\n 0\n ],\n \"ReplaceEndTime\": \"23:59:59\",\n \"ReplaceStartTime\": \"00:00:00\",\n \"ReplaceTime\": 999\n },\n \"IsDNSPODResolve\": false,\n \"IsHostingUploadRenewCert\": false,\n \"BoundResource\": []\n }\n ],\n \"RequestId\": \"e7f6021f-47bb-476b-a424-6a0cde19a1eb\"\n }\n}",
|
314
314
|
"title": "获取证书列表 - SearchKey查询备注名称"
|
315
315
|
}
|
316
316
|
],
|
@@ -3033,6 +3033,58 @@ def doDescribeNetworkFirewallPolicyYamlDetail(args, parsed_globals):
|
|
3033
3033
|
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
3034
3034
|
|
3035
3035
|
|
3036
|
+
def doDescribeUserCluster(args, parsed_globals):
|
3037
|
+
g_param = parse_global_arg(parsed_globals)
|
3038
|
+
|
3039
|
+
if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
|
3040
|
+
cred = credential.CVMRoleCredential()
|
3041
|
+
elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
|
3042
|
+
cred = credential.STSAssumeRoleCredential(
|
3043
|
+
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
|
3044
|
+
g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
|
3045
|
+
)
|
3046
|
+
elif os.getenv(OptionsDefine.ENV_TKE_REGION) and os.getenv(OptionsDefine.ENV_TKE_PROVIDER_ID) and os.getenv(OptionsDefine.ENV_TKE_WEB_IDENTITY_TOKEN_FILE) and os.getenv(OptionsDefine.ENV_TKE_ROLE_ARN):
|
3047
|
+
cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
|
3048
|
+
else:
|
3049
|
+
cred = credential.Credential(
|
3050
|
+
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
|
3051
|
+
)
|
3052
|
+
http_profile = HttpProfile(
|
3053
|
+
reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
|
3054
|
+
reqMethod="POST",
|
3055
|
+
endpoint=g_param[OptionsDefine.Endpoint],
|
3056
|
+
proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
|
3057
|
+
)
|
3058
|
+
profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
|
3059
|
+
if g_param[OptionsDefine.Language]:
|
3060
|
+
profile.language = g_param[OptionsDefine.Language]
|
3061
|
+
mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
|
3062
|
+
client = mod.TcssClient(cred, g_param[OptionsDefine.Region], profile)
|
3063
|
+
client._sdkVersion += ("_CLI_" + __version__)
|
3064
|
+
models = MODELS_MAP[g_param[OptionsDefine.Version]]
|
3065
|
+
model = models.DescribeUserClusterRequest()
|
3066
|
+
model.from_json_string(json.dumps(args))
|
3067
|
+
start_time = time.time()
|
3068
|
+
while True:
|
3069
|
+
rsp = client.DescribeUserCluster(model)
|
3070
|
+
result = rsp.to_json_string()
|
3071
|
+
try:
|
3072
|
+
json_obj = json.loads(result)
|
3073
|
+
except TypeError as e:
|
3074
|
+
json_obj = json.loads(result.decode('utf-8')) # python3.3
|
3075
|
+
if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
|
3076
|
+
break
|
3077
|
+
cur_time = time.time()
|
3078
|
+
if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
|
3079
|
+
raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
|
3080
|
+
(g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
|
3081
|
+
search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
|
3082
|
+
else:
|
3083
|
+
print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
|
3084
|
+
time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
|
3085
|
+
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
3086
|
+
|
3087
|
+
|
3036
3088
|
def doCheckNetworkFirewallPolicyYaml(args, parsed_globals):
|
3037
3089
|
g_param = parse_global_arg(parsed_globals)
|
3038
3090
|
|
@@ -13953,7 +14005,7 @@ def doModifyReverseShellStatus(args, parsed_globals):
|
|
13953
14005
|
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
13954
14006
|
|
13955
14007
|
|
13956
|
-
def
|
14008
|
+
def doModifyRiskDnsEventStatus(args, parsed_globals):
|
13957
14009
|
g_param = parse_global_arg(parsed_globals)
|
13958
14010
|
|
13959
14011
|
if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
|
@@ -13982,11 +14034,11 @@ def doDescribeUserCluster(args, parsed_globals):
|
|
13982
14034
|
client = mod.TcssClient(cred, g_param[OptionsDefine.Region], profile)
|
13983
14035
|
client._sdkVersion += ("_CLI_" + __version__)
|
13984
14036
|
models = MODELS_MAP[g_param[OptionsDefine.Version]]
|
13985
|
-
model = models.
|
14037
|
+
model = models.ModifyRiskDnsEventStatusRequest()
|
13986
14038
|
model.from_json_string(json.dumps(args))
|
13987
14039
|
start_time = time.time()
|
13988
14040
|
while True:
|
13989
|
-
rsp = client.
|
14041
|
+
rsp = client.ModifyRiskDnsEventStatus(model)
|
13990
14042
|
result = rsp.to_json_string()
|
13991
14043
|
try:
|
13992
14044
|
json_obj = json.loads(result)
|
@@ -17610,6 +17662,7 @@ ACTION_MAP = {
|
|
17610
17662
|
"CreateAssetImageRegistryScanTaskOneKey": doCreateAssetImageRegistryScanTaskOneKey,
|
17611
17663
|
"ModifyAssetImageScanStop": doModifyAssetImageScanStop,
|
17612
17664
|
"DescribeNetworkFirewallPolicyYamlDetail": doDescribeNetworkFirewallPolicyYamlDetail,
|
17665
|
+
"DescribeUserCluster": doDescribeUserCluster,
|
17613
17666
|
"CheckNetworkFirewallPolicyYaml": doCheckNetworkFirewallPolicyYaml,
|
17614
17667
|
"DescribeComplianceAssetPolicyItemList": doDescribeComplianceAssetPolicyItemList,
|
17615
17668
|
"DescribeAssetImageScanSetting": doDescribeAssetImageScanSetting,
|
@@ -17820,7 +17873,7 @@ ACTION_MAP = {
|
|
17820
17873
|
"DescribeVirusScanTaskStatus": doDescribeVirusScanTaskStatus,
|
17821
17874
|
"DescribeAssetImageRiskListExport": doDescribeAssetImageRiskListExport,
|
17822
17875
|
"ModifyReverseShellStatus": doModifyReverseShellStatus,
|
17823
|
-
"
|
17876
|
+
"ModifyRiskDnsEventStatus": doModifyRiskDnsEventStatus,
|
17824
17877
|
"DescribeSecLogJoinTypeList": doDescribeSecLogJoinTypeList,
|
17825
17878
|
"DescribeVulIgnoreLocalImageList": doDescribeVulIgnoreLocalImageList,
|
17826
17879
|
"DescribeVulRegistryImageList": doDescribeVulRegistryImageList,
|
@@ -2121,6 +2121,13 @@
|
|
2121
2121
|
"output": "ModifyReverseShellStatusResponse",
|
2122
2122
|
"status": "online"
|
2123
2123
|
},
|
2124
|
+
"ModifyRiskDnsEventStatus": {
|
2125
|
+
"document": "编辑恶意请求事件状态",
|
2126
|
+
"input": "ModifyRiskDnsEventStatusRequest",
|
2127
|
+
"name": "编辑恶意请求事件状态",
|
2128
|
+
"output": "ModifyRiskDnsEventStatusResponse",
|
2129
|
+
"status": "online"
|
2130
|
+
},
|
2124
2131
|
"ModifyRiskSyscallStatus": {
|
2125
2132
|
"document": "修改高危系统调用事件的状态信息",
|
2126
2133
|
"input": "ModifyRiskSyscallStatusRequest",
|
@@ -36436,6 +36443,78 @@
|
|
36436
36443
|
],
|
36437
36444
|
"type": "object"
|
36438
36445
|
},
|
36446
|
+
"ModifyRiskDnsEventStatusRequest": {
|
36447
|
+
"document": "ModifyRiskDnsEventStatus请求参数结构体",
|
36448
|
+
"members": [
|
36449
|
+
{
|
36450
|
+
"disabled": false,
|
36451
|
+
"document": "恶意请求事件ID数组。加白时必需,否则Filters和EventIDSet二者选其一。",
|
36452
|
+
"example": "无",
|
36453
|
+
"member": "uint64",
|
36454
|
+
"name": "EventIDSet",
|
36455
|
+
"required": true,
|
36456
|
+
"type": "list"
|
36457
|
+
},
|
36458
|
+
{
|
36459
|
+
"disabled": false,
|
36460
|
+
"document": "标记事件的状态:\nEVENT_UNDEAL:未处理(取消忽略),\nEVENT_DEALED:已处理,\nEVENT_IGNORE:忽略,\nEVENT_DELETE:已删除\nEVENT_ADD_WHITE:加白\nEVENT_ISOLATE_CONTAINER:隔离容器\nEVENT_RESOTRE_CONTAINER:恢复容器",
|
36461
|
+
"example": "无",
|
36462
|
+
"member": "string",
|
36463
|
+
"name": "EventStatus",
|
36464
|
+
"required": true,
|
36465
|
+
"type": "string"
|
36466
|
+
},
|
36467
|
+
{
|
36468
|
+
"disabled": false,
|
36469
|
+
"document": "白名单域名/IP",
|
36470
|
+
"example": "无",
|
36471
|
+
"member": "string",
|
36472
|
+
"name": "Address",
|
36473
|
+
"required": false,
|
36474
|
+
"type": "string"
|
36475
|
+
},
|
36476
|
+
{
|
36477
|
+
"disabled": false,
|
36478
|
+
"document": "备注",
|
36479
|
+
"example": "无",
|
36480
|
+
"member": "string",
|
36481
|
+
"name": "Remark",
|
36482
|
+
"required": false,
|
36483
|
+
"type": "string"
|
36484
|
+
},
|
36485
|
+
{
|
36486
|
+
"disabled": false,
|
36487
|
+
"document": "相同的请求域名/IP事件加白处理",
|
36488
|
+
"example": "false",
|
36489
|
+
"member": "bool",
|
36490
|
+
"name": "AllSameEventAddWhite",
|
36491
|
+
"required": false,
|
36492
|
+
"type": "bool"
|
36493
|
+
},
|
36494
|
+
{
|
36495
|
+
"disabled": false,
|
36496
|
+
"document": "加白的事件类型,恶意域名请求:DOMAIN,恶意IP请求:IP",
|
36497
|
+
"example": "无",
|
36498
|
+
"member": "string",
|
36499
|
+
"name": "AddWhiteEventType",
|
36500
|
+
"required": false,
|
36501
|
+
"type": "string"
|
36502
|
+
}
|
36503
|
+
],
|
36504
|
+
"type": "object"
|
36505
|
+
},
|
36506
|
+
"ModifyRiskDnsEventStatusResponse": {
|
36507
|
+
"document": "ModifyRiskDnsEventStatus返回参数结构体",
|
36508
|
+
"members": [
|
36509
|
+
{
|
36510
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
36511
|
+
"member": "string",
|
36512
|
+
"name": "RequestId",
|
36513
|
+
"type": "string"
|
36514
|
+
}
|
36515
|
+
],
|
36516
|
+
"type": "object"
|
36517
|
+
},
|
36439
36518
|
"ModifyRiskSyscallStatusRequest": {
|
36440
36519
|
"document": "ModifyRiskSyscallStatus请求参数结构体",
|
36441
36520
|
"members": [
|
@@ -2514,6 +2514,14 @@
|
|
2514
2514
|
"title": "修改反弹shell事件状态"
|
2515
2515
|
}
|
2516
2516
|
],
|
2517
|
+
"ModifyRiskDnsEventStatus": [
|
2518
|
+
{
|
2519
|
+
"document": "",
|
2520
|
+
"input": "POST / HTTP/1.1\nHost: tcss.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyRiskDnsEventStatus\n<公共请求参数>\n\n{\n \"EventIDSet\": [\n 1\n ],\n \"EventStatus\": \"EVENT_DEALED\",\n \"Remark\": \"xx\"\n}",
|
2521
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"xx\"\n }\n}",
|
2522
|
+
"title": "编辑恶意请求事件状态"
|
2523
|
+
}
|
2524
|
+
],
|
2517
2525
|
"ModifyRiskSyscallStatus": [
|
2518
2526
|
{
|
2519
2527
|
"document": "",
|