tccli 3.0.1140.1__py2.py3-none-any.whl → 3.0.1142.1__py2.py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (44) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/csip/v20221121/api.json +158 -159
  3. tccli/services/csip/v20221121/examples.json +12 -12
  4. tccli/services/cynosdb/v20190107/api.json +113 -33
  5. tccli/services/cynosdb/v20190107/examples.json +3 -3
  6. tccli/services/dcdb/v20180411/api.json +21 -11
  7. tccli/services/domain/v20180808/api.json +30 -30
  8. tccli/services/dts/v20211206/api.json +11 -0
  9. tccli/services/emr/v20190103/api.json +2 -2
  10. tccli/services/ess/v20201111/api.json +13 -4
  11. tccli/services/ess/v20201111/examples.json +2 -2
  12. tccli/services/essbasic/v20210526/api.json +1 -1
  13. tccli/services/gaap/gaap_client.py +61 -8
  14. tccli/services/gaap/v20180529/api.json +52 -0
  15. tccli/services/gaap/v20180529/examples.json +8 -0
  16. tccli/services/ims/v20201229/api.json +2 -2
  17. tccli/services/mariadb/v20170312/api.json +21 -11
  18. tccli/services/mmps/v20200710/api.json +3 -3
  19. tccli/services/monitor/v20180724/api.json +10 -1
  20. tccli/services/ocr/v20181119/api.json +41 -4
  21. tccli/services/ocr/v20181119/examples.json +2 -2
  22. tccli/services/organization/v20210331/api.json +2 -2
  23. tccli/services/scf/v20180416/api.json +10 -11
  24. tccli/services/scf/v20180416/examples.json +1 -1
  25. tccli/services/ssl/v20191205/api.json +63 -22
  26. tccli/services/ssl/v20191205/examples.json +4 -4
  27. tccli/services/tdmq/v20200217/api.json +22 -3
  28. tccli/services/tdmq/v20200217/examples.json +2 -2
  29. tccli/services/teo/v20220901/api.json +61 -6
  30. tccli/services/teo/v20220901/examples.json +6 -0
  31. tccli/services/vpc/v20170312/api.json +2164 -214
  32. tccli/services/vpc/v20170312/examples.json +154 -4
  33. tccli/services/vpc/vpc_client.py +1180 -226
  34. tccli/services/waf/v20180125/api.json +51 -91
  35. tccli/services/waf/v20180125/examples.json +0 -8
  36. tccli/services/waf/waf_client.py +0 -53
  37. tccli/services/wedata/v20210820/api.json +360 -0
  38. tccli/services/wedata/v20210820/examples.json +28 -0
  39. tccli/services/wedata/wedata_client.py +114 -8
  40. {tccli-3.0.1140.1.dist-info → tccli-3.0.1142.1.dist-info}/METADATA +2 -2
  41. {tccli-3.0.1140.1.dist-info → tccli-3.0.1142.1.dist-info}/RECORD +44 -44
  42. {tccli-3.0.1140.1.dist-info → tccli-3.0.1142.1.dist-info}/WHEEL +0 -0
  43. {tccli-3.0.1140.1.dist-info → tccli-3.0.1142.1.dist-info}/entry_points.txt +0 -0
  44. {tccli-3.0.1140.1.dist-info → tccli-3.0.1142.1.dist-info}/license_files/LICENSE +0 -0
@@ -6250,7 +6250,7 @@
6250
6250
  "type": "int"
6251
6251
  },
6252
6252
  {
6253
- "disabled": false,
6253
+ "disabled": true,
6254
6254
  "document": "分页每页数量",
6255
6255
  "example": "无",
6256
6256
  "member": "int64",
@@ -6259,7 +6259,7 @@
6259
6259
  "type": "int"
6260
6260
  },
6261
6261
  {
6262
- "disabled": false,
6262
+ "disabled": true,
6263
6263
  "document": "分页偏移量",
6264
6264
  "example": "无",
6265
6265
  "member": "int64",
@@ -6279,7 +6279,7 @@
6279
6279
  "example": "无",
6280
6280
  "member": "string",
6281
6281
  "name": "Status",
6282
- "required": true,
6282
+ "output_required": true,
6283
6283
  "type": "string",
6284
6284
  "value_allowed_null": false
6285
6285
  },
@@ -6289,7 +6289,7 @@
6289
6289
  "example": "无",
6290
6290
  "member": "string",
6291
6291
  "name": "ManagerFirstName",
6292
- "required": true,
6292
+ "output_required": true,
6293
6293
  "type": "string",
6294
6294
  "value_allowed_null": false
6295
6295
  },
@@ -6299,7 +6299,7 @@
6299
6299
  "example": "无",
6300
6300
  "member": "string",
6301
6301
  "name": "ManagerMail",
6302
- "required": true,
6302
+ "output_required": true,
6303
6303
  "type": "string",
6304
6304
  "value_allowed_null": false
6305
6305
  },
@@ -6309,7 +6309,7 @@
6309
6309
  "example": "无",
6310
6310
  "member": "string",
6311
6311
  "name": "ContactFirstName",
6312
- "required": true,
6312
+ "output_required": true,
6313
6313
  "type": "string",
6314
6314
  "value_allowed_null": false
6315
6315
  },
@@ -6319,7 +6319,7 @@
6319
6319
  "example": "无",
6320
6320
  "member": "string",
6321
6321
  "name": "ManagerLastName",
6322
- "required": true,
6322
+ "output_required": true,
6323
6323
  "type": "string",
6324
6324
  "value_allowed_null": false
6325
6325
  },
@@ -6329,7 +6329,7 @@
6329
6329
  "example": "无",
6330
6330
  "member": "string",
6331
6331
  "name": "ContactPosition",
6332
- "required": true,
6332
+ "output_required": true,
6333
6333
  "type": "string",
6334
6334
  "value_allowed_null": false
6335
6335
  },
@@ -6339,7 +6339,7 @@
6339
6339
  "example": "无",
6340
6340
  "member": "string",
6341
6341
  "name": "ManagerPosition",
6342
- "required": true,
6342
+ "output_required": true,
6343
6343
  "type": "string",
6344
6344
  "value_allowed_null": false
6345
6345
  },
@@ -6349,7 +6349,7 @@
6349
6349
  "example": "无",
6350
6350
  "member": "string",
6351
6351
  "name": "VerifyTime",
6352
- "required": true,
6352
+ "output_required": true,
6353
6353
  "type": "string",
6354
6354
  "value_allowed_null": true
6355
6355
  },
@@ -6359,7 +6359,7 @@
6359
6359
  "example": "无",
6360
6360
  "member": "string",
6361
6361
  "name": "CreateTime",
6362
- "required": true,
6362
+ "output_required": true,
6363
6363
  "type": "string",
6364
6364
  "value_allowed_null": false
6365
6365
  },
@@ -6369,7 +6369,7 @@
6369
6369
  "example": "无",
6370
6370
  "member": "string",
6371
6371
  "name": "ExpireTime",
6372
- "required": true,
6372
+ "output_required": true,
6373
6373
  "type": "string",
6374
6374
  "value_allowed_null": true
6375
6375
  },
@@ -6379,7 +6379,7 @@
6379
6379
  "example": "无",
6380
6380
  "member": "string",
6381
6381
  "name": "ContactLastName",
6382
- "required": true,
6382
+ "output_required": true,
6383
6383
  "type": "string",
6384
6384
  "value_allowed_null": false
6385
6385
  },
@@ -6389,7 +6389,7 @@
6389
6389
  "example": "无",
6390
6390
  "member": "string",
6391
6391
  "name": "ManagerPhone",
6392
- "required": true,
6392
+ "output_required": true,
6393
6393
  "type": "string",
6394
6394
  "value_allowed_null": false
6395
6395
  },
@@ -6399,7 +6399,7 @@
6399
6399
  "example": "无",
6400
6400
  "member": "string",
6401
6401
  "name": "ContactPhone",
6402
- "required": true,
6402
+ "output_required": true,
6403
6403
  "type": "string",
6404
6404
  "value_allowed_null": false
6405
6405
  },
@@ -6409,7 +6409,7 @@
6409
6409
  "example": "无",
6410
6410
  "member": "string",
6411
6411
  "name": "ContactMail",
6412
- "required": true,
6412
+ "output_required": true,
6413
6413
  "type": "string",
6414
6414
  "value_allowed_null": false
6415
6415
  },
@@ -6419,7 +6419,7 @@
6419
6419
  "example": "无",
6420
6420
  "member": "string",
6421
6421
  "name": "ManagerDepartment",
6422
- "required": true,
6422
+ "output_required": true,
6423
6423
  "type": "string",
6424
6424
  "value_allowed_null": false
6425
6425
  },
@@ -6429,7 +6429,7 @@
6429
6429
  "example": "无",
6430
6430
  "member": "CompanyInfo",
6431
6431
  "name": "CompanyInfo",
6432
- "required": true,
6432
+ "output_required": true,
6433
6433
  "type": "object",
6434
6434
  "value_allowed_null": false
6435
6435
  },
@@ -6439,7 +6439,7 @@
6439
6439
  "example": "无",
6440
6440
  "member": "int64",
6441
6441
  "name": "CompanyId",
6442
- "required": true,
6442
+ "output_required": true,
6443
6443
  "type": "int",
6444
6444
  "value_allowed_null": false
6445
6445
  },
@@ -6449,7 +6449,7 @@
6449
6449
  "example": "无",
6450
6450
  "member": "int64",
6451
6451
  "name": "ManagerId",
6452
- "required": true,
6452
+ "output_required": true,
6453
6453
  "type": "int",
6454
6454
  "value_allowed_null": false
6455
6455
  },
@@ -6459,7 +6459,7 @@
6459
6459
  "example": "无",
6460
6460
  "member": "ManagerStatusInfo",
6461
6461
  "name": "StatusInfo",
6462
- "required": true,
6462
+ "output_required": true,
6463
6463
  "type": "list",
6464
6464
  "value_allowed_null": false
6465
6465
  },
@@ -7245,7 +7245,48 @@
7245
7245
  },
7246
7246
  "ManagerStatusInfo": {
7247
7247
  "document": "管理人的四种审核状态",
7248
- "members": [],
7248
+ "members": [
7249
+ {
7250
+ "disabled": false,
7251
+ "document": "审核类型,枚举值:ov,ev,cs,ev_cs\n注意:此字段可能返回 null,表示取不到有效值。",
7252
+ "example": "无",
7253
+ "member": "string",
7254
+ "name": "Type",
7255
+ "output_required": true,
7256
+ "type": "string",
7257
+ "value_allowed_null": true
7258
+ },
7259
+ {
7260
+ "disabled": false,
7261
+ "document": "审核状态,枚举值:pending,completed,invalid,submitted,expiring,expired\n注意:此字段可能返回 null,表示取不到有效值。",
7262
+ "example": "无",
7263
+ "member": "string",
7264
+ "name": "Status",
7265
+ "output_required": true,
7266
+ "type": "string",
7267
+ "value_allowed_null": true
7268
+ },
7269
+ {
7270
+ "disabled": false,
7271
+ "document": "创建时间\n注意:此字段可能返回 null,表示取不到有效值。",
7272
+ "example": "无",
7273
+ "member": "string",
7274
+ "name": "CreateTime",
7275
+ "output_required": true,
7276
+ "type": "string",
7277
+ "value_allowed_null": true
7278
+ },
7279
+ {
7280
+ "disabled": false,
7281
+ "document": "过期时间\n注意:此字段可能返回 null,表示取不到有效值。",
7282
+ "example": "无",
7283
+ "member": "string",
7284
+ "name": "ExpireTime",
7285
+ "output_required": true,
7286
+ "type": "string",
7287
+ "value_allowed_null": true
7288
+ }
7289
+ ],
7249
7290
  "usage": "out"
7250
7291
  },
7251
7292
  "ModifyCertificateAliasRequest": {
@@ -160,13 +160,13 @@
160
160
  {
161
161
  "document": "获取审核中的证书详情",
162
162
  "input": "POST / HTTP/1.1\nHost: ssl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCertificateDetail\n<公共请求参数>\n\n{\n \"CertificateId\": \"aClRkC90\"\n}",
163
- "output": "{\n \"Response\": {\n \"OwnerUin\": \"abc\",\n \"ProjectId\": \"abc\",\n \"From\": \"abc\",\n \"CertificateType\": \"abc\",\n \"PackageType\": \"abc\",\n \"ProductZhName\": \"abc\",\n \"Domain\": \"abc\",\n \"Alias\": \"abc\",\n \"Status\": 1,\n \"StatusMsg\": \"abc\",\n \"VerifyType\": \"abc\",\n \"VulnerabilityStatus\": \"abc\",\n \"CertBeginTime\": \"2020-09-22 00:00:00\",\n \"CertEndTime\": \"2020-09-22 00:00:00\",\n \"ValidityPeriod\": \"abc\",\n \"InsertTime\": \"2020-09-22 00:00:00\",\n \"OrderId\": \"abc\",\n \"CertificateExtra\": {\n \"DomainNumber\": \"abc\",\n \"OriginCertificateId\": \"abc\",\n \"ReplacedBy\": \"abc\",\n \"ReplacedFor\": \"abc\",\n \"RenewOrder\": \"abc\",\n \"SMCert\": 0\n },\n \"CertificatePrivateKey\": \"abc\",\n \"CertificatePublicKey\": \"abc\",\n \"DvAuthDetail\": {\n \"DvAuthKey\": \"abc\",\n \"DvAuthValue\": \"abc\",\n \"DvAuthDomain\": \"abc\",\n \"DvAuthPath\": \"abc\",\n \"DvAuthKeySubDomain\": \"abc\",\n \"DvAuths\": [\n {\n \"DvAuthKey\": \"abc\",\n \"DvAuthValue\": \"abc\",\n \"DvAuthDomain\": \"abc\",\n \"DvAuthPath\": \"abc\",\n \"DvAuthSubDomain\": \"abc\",\n \"DvAuthVerifyType\": \"abc\"\n }\n ]\n },\n \"VulnerabilityReport\": \"abc\",\n \"CertificateId\": \"abc\",\n \"TypeName\": \"abc\",\n \"StatusName\": \"abc\",\n \"SubjectAltName\": [\n \"abc\"\n ],\n \"IsVip\": true,\n \"IsWildcard\": true,\n \"IsDv\": true,\n \"IsVulnerability\": true,\n \"SubmittedData\": {\n \"CsrType\": \"abc\",\n \"CsrContent\": \"abc\",\n \"CertificateDomain\": \"abc\",\n \"DomainList\": [\n \"abc\"\n ],\n \"KeyPassword\": \"abc\",\n \"OrganizationName\": \"abc\",\n \"OrganizationDivision\": \"abc\",\n \"OrganizationAddress\": \"abc\",\n \"OrganizationCountry\": \"abc\",\n \"OrganizationCity\": \"abc\",\n \"OrganizationRegion\": \"abc\",\n \"PostalCode\": \"abc\",\n \"PhoneAreaCode\": \"abc\",\n \"PhoneNumber\": \"abc\",\n \"AdminFirstName\": \"abc\",\n \"AdminLastName\": \"abc\",\n \"AdminPhoneNum\": \"abc\",\n \"AdminEmail\": \"abc\",\n \"AdminPosition\": \"abc\",\n \"ContactFirstName\": \"abc\",\n \"ContactLastName\": \"abc\",\n \"ContactNumber\": \"abc\",\n \"ContactEmail\": \"abc\",\n \"ContactPosition\": \"abc\",\n \"VerifyType\": \"abc\"\n },\n \"RenewAble\": true,\n \"Deployable\": true,\n \"Tags\": [\n {\n \"TagKey\": \"abc\",\n \"TagValue\": \"abc\"\n }\n ],\n \"RootCert\": {\n \"Sign\": \"abc\",\n \"Encrypt\": \"abc\",\n \"Standard\": \"abc\"\n },\n \"EncryptCert\": \"abc\",\n \"EncryptPrivateKey\": \"abc\",\n \"CertFingerprint\": \"abc\",\n \"EncryptCertFingerprint\": \"abc\",\n \"EncryptAlgorithm\": \"abc\",\n \"DvRevokeAuthDetail\": [\n {\n \"DvAuthKey\": \"abc\",\n \"DvAuthValue\": \"abc\",\n \"DvAuthDomain\": \"abc\",\n \"DvAuthPath\": \"abc\",\n \"DvAuthSubDomain\": \"abc\",\n \"DvAuthVerifyType\": \"abc\"\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
163
+ "output": "{\n \"Response\": {\n \"OwnerUin\": \"a1b2c3\",\n \"ProjectId\": \"a1b2c3\",\n \"From\": \"a1b2c3\",\n \"CertificateType\": \"a1b2c3\",\n \"PackageType\": \"a1b2c3\",\n \"ProductZhName\": \"a1b2c3\",\n \"Domain\": \"a1b2c3\",\n \"Alias\": \"a1b2c3\",\n \"Status\": 1,\n \"StatusMsg\": \"a1b2c3\",\n \"VerifyType\": \"a1b2c3\",\n \"VulnerabilityStatus\": \"a1b2c3\",\n \"CertBeginTime\": \"2020-09-22 00:00:00\",\n \"CertEndTime\": \"2020-09-22 00:00:00\",\n \"ValidityPeriod\": \"a1b2c3\",\n \"InsertTime\": \"2020-09-22 00:00:00\",\n \"OrderId\": \"a1b2c3\",\n \"CertificateExtra\": {\n \"DomainNumber\": \"a1b2c3\",\n \"OriginCertificateId\": \"a1b2c3\",\n \"ReplacedBy\": \"a1b2c3\",\n \"ReplacedFor\": \"a1b2c3\",\n \"RenewOrder\": \"a1b2c3\",\n \"SMCert\": 0,\n \"CompanyType\": 2\n },\n \"CertificatePrivateKey\": \"a1b2c3\",\n \"CertificatePublicKey\": \"a1b2c3\",\n \"DvAuthDetail\": {\n \"DvAuthKey\": \"a1b2c3\",\n \"DvAuthValue\": \"a1b2c3\",\n \"DvAuthDomain\": \"a1b2c3\",\n \"DvAuthPath\": \"a1b2c3\",\n \"DvAuthKeySubDomain\": \"a1b2c3\",\n \"DvAuths\": [\n {\n \"DvAuthKey\": \"a1b2c3\",\n \"DvAuthValue\": \"a1b2c3\",\n \"DvAuthDomain\": \"a1b2c3\",\n \"DvAuthPath\": \"a1b2c3\",\n \"DvAuthSubDomain\": \"a1b2c3\",\n \"DvAuthVerifyType\": \"a1b2c3\"\n }\n ]\n },\n \"VulnerabilityReport\": \"a1b2c3\",\n \"CertificateId\": \"a1b2c3\",\n \"TypeName\": \"a1b2c3\",\n \"StatusName\": \"a1b2c3\",\n \"SubjectAltName\": [\n \"a1b2c3\"\n ],\n \"IsVip\": true,\n \"IsWildcard\": true,\n \"IsDv\": true,\n \"IsVulnerability\": true,\n \"SubmittedData\": {\n \"CsrType\": \"a1b2c3\",\n \"CsrContent\": \"a1b2c3\",\n \"CertificateDomain\": \"a1b2c3\",\n \"DomainList\": [\n \"a1b2c3\"\n ],\n \"KeyPassword\": \"a1b2c3\",\n \"OrganizationName\": \"a1b2c3\",\n \"OrganizationDivision\": \"a1b2c3\",\n \"OrganizationAddress\": \"a1b2c3\",\n \"OrganizationCountry\": \"a1b2c3\",\n \"OrganizationCity\": \"a1b2c3\",\n \"OrganizationRegion\": \"a1b2c3\",\n \"PostalCode\": \"a1b2c3\",\n \"PhoneAreaCode\": \"a1b2c3\",\n \"PhoneNumber\": \"a1b2c3\",\n \"AdminFirstName\": \"a1b2c3\",\n \"AdminLastName\": \"a1b2c3\",\n \"AdminPhoneNum\": \"a1b2c3\",\n \"AdminEmail\": \"a1b2c3\",\n \"AdminPosition\": \"a1b2c3\",\n \"ContactFirstName\": \"a1b2c3\",\n \"ContactLastName\": \"a1b2c3\",\n \"ContactNumber\": \"a1b2c3\",\n \"ContactEmail\": \"a1b2c3\",\n \"ContactPosition\": \"a1b2c3\",\n \"VerifyType\": \"a1b2c3\"\n },\n \"RenewAble\": true,\n \"Deployable\": true,\n \"Tags\": [\n {\n \"TagKey\": \"a1b2c3\",\n \"TagValue\": \"a1b2c3\"\n }\n ],\n \"RootCert\": {\n \"Sign\": \"a1b2c3\",\n \"Encrypt\": \"a1b2c3\",\n \"Standard\": \"a1b2c3\"\n },\n \"EncryptCert\": \"a1b2c3\",\n \"EncryptPrivateKey\": \"a1b2c3\",\n \"CertFingerprint\": \"a1b2c3\",\n \"EncryptCertFingerprint\": \"a1b2c3\",\n \"EncryptAlgorithm\": \"a1b2c3\",\n \"DvRevokeAuthDetail\": [\n {\n \"DvAuthKey\": \"a1b2c3\",\n \"DvAuthValue\": \"a1b2c3\",\n \"DvAuthDomain\": \"a1b2c3\",\n \"DvAuthPath\": \"a1b2c3\",\n \"DvAuthSubDomain\": \"a1b2c3\",\n \"DvAuthVerifyType\": \"a1b2c3\"\n }\n ],\n \"RequestId\": \"a1b2c3\"\n }\n}",
164
164
  "title": "获取证书详情"
165
165
  },
166
166
  {
167
167
  "document": "获取已经审核通过的证书详情",
168
168
  "input": "POST / HTTP/1.1\nHost: ssl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCertificateDetail\n<公共请求参数>\n\n{\n \"CertificateId\": \"aCMEQWHt\"\n}",
169
- "output": "{\n \"Response\": {\n \"OwnerUin\": \"abc\",\n \"ProjectId\": \"abc\",\n \"From\": \"abc\",\n \"CertificateType\": \"abc\",\n \"PackageType\": \"abc\",\n \"ProductZhName\": \"abc\",\n \"Domain\": \"abc\",\n \"Alias\": \"abc\",\n \"Status\": 1,\n \"StatusMsg\": \"abc\",\n \"VerifyType\": \"abc\",\n \"VulnerabilityStatus\": \"abc\",\n \"CertBeginTime\": \"2020-09-22 00:00:00\",\n \"CertEndTime\": \"2020-09-22 00:00:00\",\n \"ValidityPeriod\": \"abc\",\n \"InsertTime\": \"2020-09-22 00:00:00\",\n \"OrderId\": \"abc\",\n \"CertificateExtra\": {\n \"DomainNumber\": \"abc\",\n \"OriginCertificateId\": \"abc\",\n \"ReplacedBy\": \"abc\",\n \"ReplacedFor\": \"abc\",\n \"RenewOrder\": \"abc\",\n \"SMCert\": 0\n },\n \"CertificatePrivateKey\": \"abc\",\n \"CertificatePublicKey\": \"abc\",\n \"DvAuthDetail\": {\n \"DvAuthKey\": \"abc\",\n \"DvAuthValue\": \"abc\",\n \"DvAuthDomain\": \"abc\",\n \"DvAuthPath\": \"abc\",\n \"DvAuthKeySubDomain\": \"abc\",\n \"DvAuths\": [\n {\n \"DvAuthKey\": \"abc\",\n \"DvAuthValue\": \"abc\",\n \"DvAuthDomain\": \"abc\",\n \"DvAuthPath\": \"abc\",\n \"DvAuthSubDomain\": \"abc\",\n \"DvAuthVerifyType\": \"abc\"\n }\n ]\n },\n \"VulnerabilityReport\": \"abc\",\n \"CertificateId\": \"abc\",\n \"TypeName\": \"abc\",\n \"StatusName\": \"abc\",\n \"SubjectAltName\": [\n \"abc\"\n ],\n \"IsVip\": true,\n \"IsWildcard\": true,\n \"IsDv\": true,\n \"IsVulnerability\": true,\n \"SubmittedData\": {\n \"CsrType\": \"abc\",\n \"CsrContent\": \"abc\",\n \"CertificateDomain\": \"abc\",\n \"DomainList\": [\n \"abc\"\n ],\n \"KeyPassword\": \"abc\",\n \"OrganizationName\": \"abc\",\n \"OrganizationDivision\": \"abc\",\n \"OrganizationAddress\": \"abc\",\n \"OrganizationCountry\": \"abc\",\n \"OrganizationCity\": \"abc\",\n \"OrganizationRegion\": \"abc\",\n \"PostalCode\": \"abc\",\n \"PhoneAreaCode\": \"abc\",\n \"PhoneNumber\": \"abc\",\n \"AdminFirstName\": \"abc\",\n \"AdminLastName\": \"abc\",\n \"AdminPhoneNum\": \"abc\",\n \"AdminEmail\": \"abc\",\n \"AdminPosition\": \"abc\",\n \"ContactFirstName\": \"abc\",\n \"ContactLastName\": \"abc\",\n \"ContactNumber\": \"abc\",\n \"ContactEmail\": \"abc\",\n \"ContactPosition\": \"abc\",\n \"VerifyType\": \"abc\"\n },\n \"RenewAble\": true,\n \"Deployable\": true,\n \"Tags\": [\n {\n \"TagKey\": \"abc\",\n \"TagValue\": \"abc\"\n }\n ],\n \"RootCert\": {\n \"Sign\": \"abc\",\n \"Encrypt\": \"abc\",\n \"Standard\": \"abc\"\n },\n \"EncryptCert\": \"abc\",\n \"EncryptPrivateKey\": \"abc\",\n \"CertFingerprint\": \"abc\",\n \"EncryptCertFingerprint\": \"abc\",\n \"EncryptAlgorithm\": \"abc\",\n \"DvRevokeAuthDetail\": [\n {\n \"DvAuthKey\": \"abc\",\n \"DvAuthValue\": \"abc\",\n \"DvAuthDomain\": \"abc\",\n \"DvAuthPath\": \"abc\",\n \"DvAuthSubDomain\": \"abc\",\n \"DvAuthVerifyType\": \"abc\"\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
169
+ "output": "{\n \"Response\": {\n \"OwnerUin\": \"a1b2c3\",\n \"ProjectId\": \"a1b2c3\",\n \"From\": \"a1b2c3\",\n \"CertificateType\": \"a1b2c3\",\n \"PackageType\": \"a1b2c3\",\n \"ProductZhName\": \"a1b2c3\",\n \"Domain\": \"a1b2c3\",\n \"Alias\": \"a1b2c3\",\n \"Status\": 1,\n \"StatusMsg\": \"a1b2c3\",\n \"VerifyType\": \"a1b2c3\",\n \"VulnerabilityStatus\": \"a1b2c3\",\n \"CertBeginTime\": \"2020-09-22 00:00:00\",\n \"CertEndTime\": \"2020-09-22 00:00:00\",\n \"ValidityPeriod\": \"a1b2c3\",\n \"InsertTime\": \"2020-09-22 00:00:00\",\n \"OrderId\": \"a1b2c3\",\n \"CertificateExtra\": {\n \"DomainNumber\": \"a1b2c3\",\n \"OriginCertificateId\": \"a1b2c3\",\n \"ReplacedBy\": \"a1b2c3\",\n \"ReplacedFor\": \"a1b2c3\",\n \"RenewOrder\": \"a1b2c3\",\n \"SMCert\": 0,\n \"CompanyType\": 2\n },\n \"CertificatePrivateKey\": \"a1b2c3\",\n \"CertificatePublicKey\": \"a1b2c3\",\n \"DvAuthDetail\": {\n \"DvAuthKey\": \"a1b2c3\",\n \"DvAuthValue\": \"a1b2c3\",\n \"DvAuthDomain\": \"a1b2c3\",\n \"DvAuthPath\": \"a1b2c3\",\n \"DvAuthKeySubDomain\": \"a1b2c3\",\n \"DvAuths\": [\n {\n \"DvAuthKey\": \"a1b2c3\",\n \"DvAuthValue\": \"a1b2c3\",\n \"DvAuthDomain\": \"a1b2c3\",\n \"DvAuthPath\": \"a1b2c3\",\n \"DvAuthSubDomain\": \"a1b2c3\",\n \"DvAuthVerifyType\": \"a1b2c3\"\n }\n ]\n },\n \"VulnerabilityReport\": \"a1b2c3\",\n \"CertificateId\": \"a1b2c3\",\n \"TypeName\": \"a1b2c3\",\n \"StatusName\": \"a1b2c3\",\n \"SubjectAltName\": [\n \"a1b2c3\"\n ],\n \"IsVip\": true,\n \"IsWildcard\": true,\n \"IsDv\": true,\n \"IsVulnerability\": true,\n \"SubmittedData\": {\n \"CsrType\": \"a1b2c3\",\n \"CsrContent\": \"a1b2c3\",\n \"CertificateDomain\": \"a1b2c3\",\n \"DomainList\": [\n \"a1b2c3\"\n ],\n \"KeyPassword\": \"a1b2c3\",\n \"OrganizationName\": \"a1b2c3\",\n \"OrganizationDivision\": \"a1b2c3\",\n \"OrganizationAddress\": \"a1b2c3\",\n \"OrganizationCountry\": \"a1b2c3\",\n \"OrganizationCity\": \"a1b2c3\",\n \"OrganizationRegion\": \"a1b2c3\",\n \"PostalCode\": \"a1b2c3\",\n \"PhoneAreaCode\": \"a1b2c3\",\n \"PhoneNumber\": \"a1b2c3\",\n \"AdminFirstName\": \"a1b2c3\",\n \"AdminLastName\": \"a1b2c3\",\n \"AdminPhoneNum\": \"a1b2c3\",\n \"AdminEmail\": \"a1b2c3\",\n \"AdminPosition\": \"a1b2c3\",\n \"ContactFirstName\": \"a1b2c3\",\n \"ContactLastName\": \"a1b2c3\",\n \"ContactNumber\": \"a1b2c3\",\n \"ContactEmail\": \"a1b2c3\",\n \"ContactPosition\": \"a1b2c3\",\n \"VerifyType\": \"a1b2c3\"\n },\n \"RenewAble\": true,\n \"Deployable\": true,\n \"Tags\": [\n {\n \"TagKey\": \"a1b2c3\",\n \"TagValue\": \"a1b2c3\"\n }\n ],\n \"RootCert\": {\n \"Sign\": \"a1b2c3\",\n \"Encrypt\": \"a1b2c3\",\n \"Standard\": \"a1b2c3\"\n },\n \"EncryptCert\": \"a1b2c3\",\n \"EncryptPrivateKey\": \"a1b2c3\",\n \"CertFingerprint\": \"a1b2c3\",\n \"EncryptCertFingerprint\": \"a1b2c3\",\n \"EncryptAlgorithm\": \"a1b2c3\",\n \"DvRevokeAuthDetail\": [\n {\n \"DvAuthKey\": \"a1b2c3\",\n \"DvAuthValue\": \"a1b2c3\",\n \"DvAuthDomain\": \"a1b2c3\",\n \"DvAuthPath\": \"a1b2c3\",\n \"DvAuthSubDomain\": \"a1b2c3\",\n \"DvAuthVerifyType\": \"a1b2c3\"\n }\n ],\n \"RequestId\": \"a1b2c3\"\n }\n}",
170
170
  "title": "获取证书详情-2"
171
171
  }
172
172
  ],
@@ -342,7 +342,7 @@
342
342
  {
343
343
  "document": "",
344
344
  "input": "POST / HTTP/1.1\nHost: ssl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeManagerDetail\n<公共请求参数>\n\n{\n \"ManagerId\": 23\n}",
345
- "output": "{\n \"Response\": {\n \"Status\": \"xx\",\n \"ManagerFirstName\": \"xx\",\n \"ManagerMail\": \"xx\",\n \"ContactPhone\": \"xx\",\n \"ContactMail\": \"xx\",\n \"CompanyId\": 0,\n \"ManagerPosition\": \"xx\",\n \"ContactPosition\": \"xx\",\n \"ManagerLastName\": \"xx\",\n \"VerifyTime\": \"xx\",\n \"ManagerId\": 23,\n \"ExpireTime\": \"xx\",\n \"ContactLastName\": \"xx\",\n \"ContactFirstName\": \"xx\",\n \"StatusInfo\": [\n {}\n ],\n \"RequestId\": \"xx\",\n \"ManagerDepartment\": \"xx\",\n \"CompanyInfo\": {\n \"CompanyCity\": \"xx\",\n \"CompanyId\": 0,\n \"CompanyAddress\": \"xx\",\n \"CompanyName\": \"xx\",\n \"CompanyCountry\": \"xx\",\n \"CompanyProvince\": \"xx\",\n \"CompanyPhone\": \"xx\"\n },\n \"ManagerPhone\": \"xx\",\n \"CreateTime\": \"xx\"\n }\n}",
345
+ "output": "{\n \"Response\": {\n \"Status\": \"abc\",\n \"ManagerFirstName\": \"abc\",\n \"ManagerMail\": \"abc\",\n \"ContactFirstName\": \"abc\",\n \"ManagerLastName\": \"abc\",\n \"ContactPosition\": \"abc\",\n \"ManagerPosition\": \"abc\",\n \"VerifyTime\": \"abc\",\n \"CreateTime\": \"abc\",\n \"ExpireTime\": \"abc\",\n \"ContactLastName\": \"abc\",\n \"ManagerPhone\": \"abc\",\n \"ContactPhone\": \"abc\",\n \"ContactMail\": \"abc\",\n \"ManagerDepartment\": \"abc\",\n \"CompanyInfo\": {\n \"CompanyName\": \"abc\",\n \"CompanyId\": 0,\n \"CompanyCountry\": \"abc\",\n \"CompanyProvince\": \"abc\",\n \"CompanyCity\": \"abc\",\n \"CompanyAddress\": \"abc\",\n \"CompanyPhone\": \"abc\",\n \"IdType\": \"abc\",\n \"IdNumber\": \"abc\"\n },\n \"CompanyId\": 0,\n \"ManagerId\": 0,\n \"StatusInfo\": [\n {\n \"Type\": \"abc\",\n \"Status\": \"abc\",\n \"CreateTime\": \"abc\",\n \"ExpireTime\": \"abc\"\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
346
346
  "title": "查询管理人详情"
347
347
  }
348
348
  ],
@@ -350,7 +350,7 @@
350
350
  {
351
351
  "document": "",
352
352
  "input": "POST / HTTP/1.1\nHost: ssl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeManagers\n<公共请求参数>\n\n{\n \"Offset\": 0,\n \"ManagerName\": \"xx\",\n \"Limit\": 0,\n \"CompanyId\": 0\n}",
353
- "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Managers\": [\n {\n \"Status\": \"xx\",\n \"ManagerFirstName\": \"xx\",\n \"ManagerPhone\": \"xx\",\n \"ManagerLastName\": \"xx\",\n \"SubmitAuditTime\": \"xx\",\n \"CertCount\": 2,\n \"ManagerPosition\": \"xx\",\n \"VerifyTime\": \"xx\",\n \"ManagerId\": 22,\n \"ExpireTime\": \"xx\",\n \"ManagerMail\": \"xx\",\n \"StatusInfo\": [\n {}\n ],\n \"DomainCount\": 2,\n \"ManagerDepartment\": \"xx\",\n \"CreateTime\": \"xx\"\n }\n ],\n \"RequestId\": \"xx\"\n }\n}",
353
+ "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Managers\": [\n {\n \"Status\": \"xx\",\n \"ManagerFirstName\": \"xx\",\n \"ManagerPhone\": \"xx\",\n \"ManagerLastName\": \"xx\",\n \"SubmitAuditTime\": \"xx\",\n \"CertCount\": 2,\n \"ManagerPosition\": \"xx\",\n \"VerifyTime\": \"xx\",\n \"ManagerId\": 22,\n \"ExpireTime\": \"xx\",\n \"ManagerMail\": \"xx\",\n \"StatusInfo\": [\n {\n \"Status\": \"xx\",\n \"ExpireTime\": \"xx\",\n \"Type\": \"xx\",\n \"CreateTime\": \"xx\"\n }\n ],\n \"DomainCount\": 2,\n \"ManagerDepartment\": \"xx\",\n \"CreateTime\": \"xx\"\n }\n ],\n \"RequestId\": \"xx\"\n }\n}",
354
354
  "title": "查询管理人列表"
355
355
  }
356
356
  ],
@@ -3651,6 +3651,15 @@
3651
3651
  "name": "Bandwidth",
3652
3652
  "required": false,
3653
3653
  "type": "int"
3654
+ },
3655
+ {
3656
+ "disabled": false,
3657
+ "document": "是否打开公网接入,不传默认为false",
3658
+ "example": "false",
3659
+ "member": "bool",
3660
+ "name": "EnablePublicAccess",
3661
+ "required": false,
3662
+ "type": "bool"
3654
3663
  }
3655
3664
  ],
3656
3665
  "type": "object"
@@ -4314,7 +4323,7 @@
4314
4323
  "example": "创建角色",
4315
4324
  "member": "string",
4316
4325
  "name": "Remark",
4317
- "required": false,
4326
+ "required": true,
4318
4327
  "type": "string"
4319
4328
  },
4320
4329
  {
@@ -4323,7 +4332,7 @@
4323
4332
  "example": "pulsar-xxxx",
4324
4333
  "member": "string",
4325
4334
  "name": "ClusterId",
4326
- "required": false,
4335
+ "required": true,
4327
4336
  "type": "string"
4328
4337
  }
4329
4338
  ],
@@ -4368,7 +4377,7 @@
4368
4377
  "example": "无",
4369
4378
  "member": "EnvironmentRoleSet",
4370
4379
  "name": "EnvironmentRoleSets",
4371
- "output_required": true,
4380
+ "output_required": false,
4372
4381
  "type": "list",
4373
4382
  "value_allowed_null": true
4374
4383
  },
@@ -15731,6 +15740,16 @@
15731
15740
  "type": "object",
15732
15741
  "value_allowed_null": true
15733
15742
  },
15743
+ {
15744
+ "disabled": false,
15745
+ "document": "消息轨迹开关,true打开,false关闭\n注意:此字段可能返回 null,表示取不到有效值。",
15746
+ "example": "false",
15747
+ "member": "bool",
15748
+ "name": "TraceFlag",
15749
+ "output_required": true,
15750
+ "type": "bool",
15751
+ "value_allowed_null": true
15752
+ },
15734
15753
  {
15735
15754
  "disabled": false,
15736
15755
  "document": "vhost状态,与原生控制台对应,有running、partial、stopped、unknown\n注意:此字段可能返回 null,表示取不到有效值。",
@@ -175,7 +175,7 @@
175
175
  "CreateRole": [
176
176
  {
177
177
  "document": "创建角色",
178
- "input": "https://tdmq.tencentcloudapi.com/?Action=CreateRole\n&RoleName=test_role_123\n&Remark=创建角色\n&<公共请求参数>",
178
+ "input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateRole\n<公共请求参数>\n\n{\n \"RoleName\": \"abc\",\n \"Remark\": \"abc\",\n \"ClusterId\": \"abc\"\n}",
179
179
  "output": "{\n \"Response\": {\n \"RoleName\": \"abc\",\n \"Token\": \"abc\",\n \"Remark\": \"abc\",\n \"EnvironmentRoleSets\": [\n {\n \"EnvironmentId\": \"abc\",\n \"Permissions\": [\n \"abc\"\n ]\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
180
180
  "title": "创建角色"
181
181
  }
@@ -608,7 +608,7 @@
608
608
  {
609
609
  "document": "-",
610
610
  "input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRabbitMQVhost\n<公共请求参数>\n\n{\n \"InstanceId\": \"amqp-44w9928j\"\n}",
611
- "output": "{\n \"Response\": {\n \"RequestId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n \"VirtualHostList\": [\n {\n \"InstanceId\": \"amqp-xxxxxxxx\",\n \"VirtualHost\": \"vhost\",\n \"Description\": \"\",\n \"Tags\": [],\n \"CreateTime\": \"2023-07-18 12:55:00.778\",\n \"ModifyTime\": \"2023-07-18 12:55:00.778\",\n \"VirtualHostStatistics\": {\n \"CurrentQueues\": 1,\n \"CurrentExchanges\": 6,\n \"CurrentConnections\": 1,\n \"CurrentChannels\": 1,\n \"CurrentUsers\": 1\n },\n \"MessageHeapCount\": 0,\n \"MessageRateIn\": 0,\n \"MessageRateOut\": 0\n },\n {\n \"InstanceId\": \"amqp-xxxxxxxx\",\n \"VirtualHost\": \"test2\",\n \"Description\": \"\",\n \"Tags\": [],\n \"CreateTime\": \"2023-07-18 12:55:16.230\",\n \"ModifyTime\": \"2023-07-18 12:55:19.856\",\n \"VirtualHostStatistics\": {\n \"CurrentQueues\": 0,\n \"CurrentExchanges\": 0,\n \"CurrentConnections\": 0,\n \"CurrentChannels\": 0,\n \"CurrentUsers\": 0\n },\n \"MessageHeapCount\": 0,\n \"MessageRateIn\": 0,\n \"MessageRateOut\": 0\n }\n ],\n \"TotalCount\": 2\n }\n}",
611
+ "output": "{\n \"Response\": {\n \"RequestId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n \"VirtualHostList\": [\n {\n \"InstanceId\": \"amqp-xxxxxxxx\",\n \"VirtualHost\": \"vhost\",\n \"Description\": \"\",\n \"Tags\": [],\n \"CreateTime\": \"2023-07-18 12:55:00.778\",\n \"ModifyTime\": \"2023-07-18 12:55:00.778\",\n \"VirtualHostStatistics\": {\n \"CurrentQueues\": 1,\n \"CurrentExchanges\": 6,\n \"CurrentConnections\": 1,\n \"CurrentChannels\": 1,\n \"CurrentUsers\": 1\n },\n \"TraceFlag\": true,\n \"MessageHeapCount\": 0,\n \"MessageRateIn\": 0,\n \"MessageRateOut\": 0\n },\n {\n \"InstanceId\": \"amqp-xxxxxxxx\",\n \"VirtualHost\": \"test2\",\n \"Description\": \"\",\n \"Tags\": [],\n \"CreateTime\": \"2023-07-18 12:55:16.230\",\n \"ModifyTime\": \"2023-07-18 12:55:19.856\",\n \"VirtualHostStatistics\": {\n \"CurrentQueues\": 0,\n \"CurrentExchanges\": 0,\n \"CurrentConnections\": 0,\n \"CurrentChannels\": 0,\n \"CurrentUsers\": 0\n },\n \"TraceFlag\": true,\n \"MessageHeapCount\": 0,\n \"MessageRateIn\": 0,\n \"MessageRateOut\": 0\n }\n ],\n \"TotalCount\": 2\n }\n}",
612
612
  "title": "查询RabbitMQ vhost列表"
613
613
  }
614
614
  ],
@@ -944,7 +944,7 @@
944
944
  },
945
945
  {
946
946
  "disabled": false,
947
- "document": "证书列表。\n注意:此字段可能返回 null,表示取不到有效值。",
947
+ "document": "服务端证书列表。\n注意:此字段可能返回 null,表示取不到有效值。",
948
948
  "example": "无",
949
949
  "member": "CertificateInfo",
950
950
  "name": "List",
@@ -952,6 +952,17 @@
952
952
  "required": false,
953
953
  "type": "list",
954
954
  "value_allowed_null": true
955
+ },
956
+ {
957
+ "disabled": false,
958
+ "document": "边缘双向认证配置。",
959
+ "example": "无",
960
+ "member": "MutualTLS",
961
+ "name": "ClientCertInfo",
962
+ "output_required": false,
963
+ "required": false,
964
+ "type": "object",
965
+ "value_allowed_null": false
955
966
  }
956
967
  ],
957
968
  "usage": "both"
@@ -2805,15 +2816,16 @@
2805
2816
  "usage": "in"
2806
2817
  },
2807
2818
  "CertificateInfo": {
2808
- "document": "https 服务端证书配置",
2819
+ "document": "https 证书配置。",
2809
2820
  "members": [
2810
2821
  {
2811
2822
  "disabled": false,
2812
- "document": "服务器证书 ID。",
2823
+ "document": "证书 ID。",
2813
2824
  "example": "EO-dsfdsf",
2814
2825
  "member": "string",
2815
2826
  "name": "CertId",
2816
2827
  "output_required": false,
2828
+ "required": true,
2817
2829
  "type": "string",
2818
2830
  "value_allowed_null": false
2819
2831
  },
@@ -2824,6 +2836,7 @@
2824
2836
  "member": "string",
2825
2837
  "name": "Alias",
2826
2838
  "output_required": false,
2839
+ "required": false,
2827
2840
  "type": "string",
2828
2841
  "value_allowed_null": false
2829
2842
  },
@@ -2834,6 +2847,7 @@
2834
2847
  "member": "string",
2835
2848
  "name": "Type",
2836
2849
  "output_required": false,
2850
+ "required": false,
2837
2851
  "type": "string",
2838
2852
  "value_allowed_null": false
2839
2853
  },
@@ -2844,6 +2858,7 @@
2844
2858
  "member": "datetime_iso",
2845
2859
  "name": "ExpireTime",
2846
2860
  "output_required": false,
2861
+ "required": false,
2847
2862
  "type": "string",
2848
2863
  "value_allowed_null": false
2849
2864
  },
@@ -2854,6 +2869,7 @@
2854
2869
  "member": "datetime_iso",
2855
2870
  "name": "DeployTime",
2856
2871
  "output_required": false,
2872
+ "required": false,
2857
2873
  "type": "string",
2858
2874
  "value_allowed_null": false
2859
2875
  },
@@ -2864,6 +2880,7 @@
2864
2880
  "member": "string",
2865
2881
  "name": "SignAlgo",
2866
2882
  "output_required": false,
2883
+ "required": false,
2867
2884
  "type": "string",
2868
2885
  "value_allowed_null": false
2869
2886
  },
@@ -2874,11 +2891,12 @@
2874
2891
  "member": "string",
2875
2892
  "name": "Status",
2876
2893
  "output_required": false,
2894
+ "required": false,
2877
2895
  "type": "string",
2878
2896
  "value_allowed_null": false
2879
2897
  }
2880
2898
  ],
2881
- "usage": "out"
2899
+ "usage": "both"
2882
2900
  },
2883
2901
  "CheckCnameStatusRequest": {
2884
2902
  "document": "CheckCnameStatus请求参数结构体",
@@ -11708,7 +11726,7 @@
11708
11726
  },
11709
11727
  {
11710
11728
  "disabled": false,
11711
- "document": "配置证书的模式,取值有:\n<li>disable:不配置证书;</li>\n<li>eofreecert:配置 EdgeOne 免费证书;</li>\n<li>sslcert:配置 SSL 证书。</li>不填时默认取值为 disable。",
11729
+ "document": "配置服务端证书的模式,取值有:\n<li>disable:不配置服务端证书;</li>\n<li>eofreecert:配置 EdgeOne 免费服务端证书;</li>\n<li>sslcert:配置 SSL 托管服务端证书;</li>\n不填写表示服务端证书保持原有配置。",
11712
11730
  "example": "eoFreeCert",
11713
11731
  "member": "string",
11714
11732
  "name": "Mode",
@@ -11717,7 +11735,7 @@
11717
11735
  },
11718
11736
  {
11719
11737
  "disabled": false,
11720
- "document": "SSL 证书配置,本参数仅在 mode = sslcert 时生效,传入对应证书的 CertId 即可。您可以前往 [SSL 证书列表](https://console.cloud.tencent.com/certoverview) 查看 CertId。",
11738
+ "document": "SSL 证书配置,本参数仅在 mode sslcert 时生效,传入对应证书的 CertId 即可。您可以前往 [SSL 证书列表](https://console.cloud.tencent.com/certoverview) 查看 CertId。",
11721
11739
  "example": "teo-xxxxx",
11722
11740
  "member": "ServerCertInfo",
11723
11741
  "name": "ServerCertInfo",
@@ -11732,6 +11750,15 @@
11732
11750
  "name": "ApplyType",
11733
11751
  "required": false,
11734
11752
  "type": "string"
11753
+ },
11754
+ {
11755
+ "disabled": false,
11756
+ "document": "边缘双向认证配置。\n不填写表示边缘双向认证保持原有配置。",
11757
+ "example": "无",
11758
+ "member": "MutualTLS",
11759
+ "name": "ClientCertInfo",
11760
+ "required": false,
11761
+ "type": "object"
11735
11762
  }
11736
11763
  ],
11737
11764
  "type": "object"
@@ -12676,6 +12703,34 @@
12676
12703
  ],
12677
12704
  "type": "object"
12678
12705
  },
12706
+ "MutualTLS": {
12707
+ "document": "HTTPS 双向认证。",
12708
+ "members": [
12709
+ {
12710
+ "disabled": false,
12711
+ "document": "双向认证配置开关,取值有:\n<li>on:开启;</li>\n<li>off:关闭。</li>",
12712
+ "example": "on/off",
12713
+ "member": "string",
12714
+ "name": "Switch",
12715
+ "output_required": true,
12716
+ "required": true,
12717
+ "type": "string",
12718
+ "value_allowed_null": false
12719
+ },
12720
+ {
12721
+ "disabled": false,
12722
+ "document": "双向认证证书列表。\n注意:MutualTLS 在 ModifyHostsCertificate 作为入参使用时,该参数传入对应证书的 CertId 即可。您可以前往 [SSL 证书列表](https://console.cloud.tencent.com/certoverview) 查看 CertId。",
12723
+ "example": "无",
12724
+ "member": "CertificateInfo",
12725
+ "name": "CertInfos",
12726
+ "output_required": false,
12727
+ "required": false,
12728
+ "type": "list",
12729
+ "value_allowed_null": false
12730
+ }
12731
+ ],
12732
+ "usage": "both"
12733
+ },
12679
12734
  "NoCache": {
12680
12735
  "document": "不缓存配置",
12681
12736
  "members": [
@@ -916,6 +916,12 @@
916
916
  "input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyHostsCertificate\n<公共请求参数>\n\n{\n \"ZoneId\": \"zone-2fgd17m17xw\",\n \"Hosts\": [\n \"abc.test.com\"\n ],\n \"Mode\": \"eofreecert\"\n}",
917
917
  "output": "{\n \"Response\": {\n \"RequestId\": \"084d5612-67a7-4aca-aac9-827aa3662b2d\"\n }\n}",
918
918
  "title": "配置免费证书"
919
+ },
920
+ {
921
+ "document": "针对站点(ZoneId 为 zone-2fgd17m17xw)下的域名(abc.test.com)配置 边缘双向认证(CertId 为 cert-xxxxx)。",
922
+ "input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyHostsCertificate\n<公共请求参数>\n\n{\n \"ZoneId\": \"zone-2fgd17m17xw\",\n \"Hosts\": [\n \"abc.test.com\"\n ],\n \"ClientCertInfo\": {\n \"Switch\": \"on\",\n \"CertInfos\": [\n {\n \"CertId\": \"cert-xxxxx\"\n }\n ]\n }\n}",
923
+ "output": "{\n \"Response\": {\n \"RequestId\": \"5e5a0d0f-52f3-4bad-9bd3-dcf1d5c954e7\"\n }\n}",
924
+ "title": "配置边缘双向认证"
919
925
  }
920
926
  ],
921
927
  "ModifyL4Proxy": [