tccli 3.0.847.1__py2.py3-none-any.whl → 3.0.849.1__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tccli/__init__.py +1 -1
- tccli/services/__init__.py +1 -0
- tccli/services/billing/v20180709/api.json +1 -9
- tccli/services/billing/v20180709/examples.json +1 -1
- tccli/services/bma/v20221115/api.json +9 -0
- tccli/services/bma/v20221115/examples.json +1 -1
- tccli/services/cdn/v20180606/api.json +0 -14
- tccli/services/cdn/v20180606/examples.json +2 -2
- tccli/services/cfs/v20190719/api.json +2 -2
- tccli/services/ckafka/ckafka_client.py +61 -8
- tccli/services/ckafka/v20190819/api.json +78 -15
- tccli/services/ckafka/v20190819/examples.json +11 -3
- tccli/services/cwp/cwp_client.py +61 -8
- tccli/services/cwp/v20180228/api.json +361 -117
- tccli/services/cwp/v20180228/examples.json +25 -17
- tccli/services/dcdb/v20180411/api.json +8 -50
- tccli/services/dcdb/v20180411/examples.json +3 -3
- tccli/services/dlc/v20210125/api.json +1 -1
- tccli/services/ess/v20201111/api.json +51 -2
- tccli/services/ess/v20201111/examples.json +1 -1
- tccli/services/live/v20180801/api.json +0 -4
- tccli/services/live/v20180801/examples.json +1 -1
- tccli/services/mariadb/v20170312/api.json +8 -55
- tccli/services/mariadb/v20170312/examples.json +3 -3
- tccli/services/mongodb/v20190725/api.json +5 -20
- tccli/services/mongodb/v20190725/examples.json +5 -5
- tccli/services/monitor/v20180724/api.json +2 -32
- tccli/services/ocr/v20181119/api.json +20 -1
- tccli/services/ocr/v20181119/examples.json +1 -1
- tccli/services/region/v20220627/api.json +16 -6
- tccli/services/region/v20220627/examples.json +7 -7
- tccli/services/ssl/v20191205/api.json +18 -53
- tccli/services/ssl/v20191205/examples.json +6 -6
- tccli/services/tcb/v20180608/api.json +16 -137
- tccli/services/tcb/v20180608/examples.json +10 -10
- tccli/services/tcr/v20190924/api.json +4 -4
- tccli/services/tdmq/v20200217/api.json +0 -2
- tccli/services/tdmq/v20200217/examples.json +2 -2
- tccli/services/thpc/thpc_client.py +13 -8
- tccli/services/thpc/v20230321/api.json +2414 -0
- tccli/services/thpc/v20230321/examples.json +125 -0
- tccli/services/tiw/tiw_client.py +53 -0
- tccli/services/tiw/v20190919/api.json +216 -0
- tccli/services/tiw/v20190919/examples.json +8 -0
- tccli/services/trtc/v20190722/api.json +5 -17
- tccli/services/tse/v20201207/api.json +45 -2
- tccli/services/tts/v20190823/api.json +10 -21
- tccli/services/tts/v20190823/examples.json +1 -1
- tccli/services/vod/v20180717/api.json +20 -12
- tccli/services/vod/v20180717/examples.json +1 -1
- tccli/services/vpc/v20170312/api.json +6 -5
- tccli/services/vpc/v20170312/examples.json +2 -2
- {tccli-3.0.847.1.dist-info → tccli-3.0.849.1.dist-info}/METADATA +2 -2
- {tccli-3.0.847.1.dist-info → tccli-3.0.849.1.dist-info}/RECORD +58 -56
- {tccli-3.0.847.1.dist-info → tccli-3.0.849.1.dist-info}/LICENSE +0 -0
- {tccli-3.0.847.1.dist-info → tccli-3.0.849.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.847.1.dist-info → tccli-3.0.849.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.847.1.dist-info → tccli-3.0.849.1.dist-info}/top_level.txt +0 -0
@@ -855,8 +855,8 @@
|
|
855
855
|
"document": "CheckCertificateChain请求参数结构体",
|
856
856
|
"members": [
|
857
857
|
{
|
858
|
-
"default": "",
|
859
858
|
"document": "待检查的证书链",
|
859
|
+
"example": "无",
|
860
860
|
"member": "string",
|
861
861
|
"name": "CertificateChain",
|
862
862
|
"required": true,
|
@@ -870,6 +870,7 @@
|
|
870
870
|
"members": [
|
871
871
|
{
|
872
872
|
"document": "true为通过检查,false为未通过检查。",
|
873
|
+
"example": "1",
|
873
874
|
"member": "bool",
|
874
875
|
"name": "IsValid",
|
875
876
|
"type": "bool",
|
@@ -877,6 +878,7 @@
|
|
877
878
|
},
|
878
879
|
{
|
879
880
|
"document": "true为可信CA,false为不可信CA。",
|
881
|
+
"example": "1",
|
880
882
|
"member": "bool",
|
881
883
|
"name": "IsTrustedCA",
|
882
884
|
"type": "bool",
|
@@ -884,6 +886,7 @@
|
|
884
886
|
},
|
885
887
|
{
|
886
888
|
"document": "包含证书链中每一段证书的通用名称。",
|
889
|
+
"example": "[\"qcloud.com\",\"WoTrus DV Server CA [Run by the Issuer]\"]",
|
887
890
|
"member": "string",
|
888
891
|
"name": "Chains",
|
889
892
|
"type": "list",
|
@@ -1232,7 +1235,6 @@
|
|
1232
1235
|
"document": "DescribeCertificateDetail请求参数结构体",
|
1233
1236
|
"members": [
|
1234
1237
|
{
|
1235
|
-
"default": "",
|
1236
1238
|
"document": "证书 ID。",
|
1237
1239
|
"example": "无",
|
1238
1240
|
"member": "string",
|
@@ -1251,7 +1253,6 @@
|
|
1251
1253
|
"example": "无",
|
1252
1254
|
"member": "string",
|
1253
1255
|
"name": "OwnerUin",
|
1254
|
-
"required": true,
|
1255
1256
|
"type": "string",
|
1256
1257
|
"value_allowed_null": true
|
1257
1258
|
},
|
@@ -1260,7 +1261,6 @@
|
|
1260
1261
|
"example": "无",
|
1261
1262
|
"member": "string",
|
1262
1263
|
"name": "ProjectId",
|
1263
|
-
"required": true,
|
1264
1264
|
"type": "string",
|
1265
1265
|
"value_allowed_null": true
|
1266
1266
|
},
|
@@ -1269,7 +1269,6 @@
|
|
1269
1269
|
"example": "无",
|
1270
1270
|
"member": "string",
|
1271
1271
|
"name": "From",
|
1272
|
-
"required": true,
|
1273
1272
|
"type": "string",
|
1274
1273
|
"value_allowed_null": true
|
1275
1274
|
},
|
@@ -1278,16 +1277,14 @@
|
|
1278
1277
|
"example": "无",
|
1279
1278
|
"member": "string",
|
1280
1279
|
"name": "CertificateType",
|
1281
|
-
"required": true,
|
1282
1280
|
"type": "string",
|
1283
1281
|
"value_allowed_null": true
|
1284
1282
|
},
|
1285
1283
|
{
|
1286
|
-
"document": "证书套餐类型:1 = GeoTrust DV SSL CA - G3, 2 = TrustAsia TLS RSA CA, 3 = SecureSite 增强型企业版(EV Pro), 4 = SecureSite 增强型(EV), 5 = SecureSite 企业型专业版(OV Pro), 6 = SecureSite 企业型(OV), 7 = SecureSite 企业型(OV)通配符, 8 = Geotrust 增强型(EV), 9 = Geotrust 企业型(OV), 10 = Geotrust 企业型(OV)通配符, 11 = TrustAsia 域名型多域名 SSL 证书, 12 = TrustAsia 域名型(DV)通配符, 13 = TrustAsia 企业型通配符(OV)SSL 证书(D3), 14 = TrustAsia 企业型(OV)SSL 证书(D3), 15 = TrustAsia 企业型多域名 (OV)SSL 证书(D3), 16 = TrustAsia 增强型 (EV)SSL 证书(D3), 17 = TrustAsia 增强型多域名(EV)SSL 证书(D3), 18 = GlobalSign 企业型(OV)SSL 证书, 19 = GlobalSign 企业型通配符 (OV)SSL 证书, 20 = GlobalSign 增强型 (EV)SSL 证书, 21 = TrustAsia 企业型通配符多域名(OV)SSL 证书(D3), 22 = GlobalSign 企业型多域名(OV)SSL 证书, 23 = GlobalSign 企业型通配符多域名(OV)SSL 证书, 24 = GlobalSign 增强型多域名(EV)SSL 证书,25 = Wotrus 域名型证书,26 = Wotrus 域名型多域名证书,27 = Wotrus 域名型通配符证书,28 = Wotrus 企业型证书,29 = Wotrus 企业型多域名证书,30 = Wotrus 企业型通配符证书,31 = Wotrus 增强型证书,32 = Wotrus 增强型多域名证书,33 = DNSPod 国密域名型证书,34 = DNSPod 国密域名型多域名证书,35 = DNSPod 国密域名型通配符证书,37 = DNSPod 国密企业型证书,38 = DNSPod 国密企业型多域名证书,39 = DNSPod 国密企业型通配符证书,40 = DNSPod 国密增强型证书,41 = DNSPod 国密增强型多域名证书,42 = TrustAsia 域名型通配符多域名证书。\n注意:此字段可能返回 null,表示取不到有效值。",
|
1284
|
+
"document": "证书套餐类型:null = 用户上传证书(没有套餐类型),1 = GeoTrust DV SSL CA - G3, 2 = TrustAsia TLS RSA CA, 3 = SecureSite 增强型企业版(EV Pro), 4 = SecureSite 增强型(EV), 5 = SecureSite 企业型专业版(OV Pro), 6 = SecureSite 企业型(OV), 7 = SecureSite 企业型(OV)通配符, 8 = Geotrust 增强型(EV), 9 = Geotrust 企业型(OV), 10 = Geotrust 企业型(OV)通配符, 11 = TrustAsia 域名型多域名 SSL 证书, 12 = TrustAsia 域名型(DV)通配符, 13 = TrustAsia 企业型通配符(OV)SSL 证书(D3), 14 = TrustAsia 企业型(OV)SSL 证书(D3), 15 = TrustAsia 企业型多域名 (OV)SSL 证书(D3), 16 = TrustAsia 增强型 (EV)SSL 证书(D3), 17 = TrustAsia 增强型多域名(EV)SSL 证书(D3), 18 = GlobalSign 企业型(OV)SSL 证书, 19 = GlobalSign 企业型通配符 (OV)SSL 证书, 20 = GlobalSign 增强型 (EV)SSL 证书, 21 = TrustAsia 企业型通配符多域名(OV)SSL 证书(D3), 22 = GlobalSign 企业型多域名(OV)SSL 证书, 23 = GlobalSign 企业型通配符多域名(OV)SSL 证书, 24 = GlobalSign 增强型多域名(EV)SSL 证书,25 = Wotrus 域名型证书,26 = Wotrus 域名型多域名证书,27 = Wotrus 域名型通配符证书,28 = Wotrus 企业型证书,29 = Wotrus 企业型多域名证书,30 = Wotrus 企业型通配符证书,31 = Wotrus 增强型证书,32 = Wotrus 增强型多域名证书,33 = DNSPod 国密域名型证书,34 = DNSPod 国密域名型多域名证书,35 = DNSPod 国密域名型通配符证书,37 = DNSPod 国密企业型证书,38 = DNSPod 国密企业型多域名证书,39 = DNSPod 国密企业型通配符证书,40 = DNSPod 国密增强型证书,41 = DNSPod 国密增强型多域名证书,42 = TrustAsia 域名型通配符多域名证书。\n注意:此字段可能返回 null,表示取不到有效值。",
|
1287
1285
|
"example": "无",
|
1288
1286
|
"member": "string",
|
1289
1287
|
"name": "PackageType",
|
1290
|
-
"required": true,
|
1291
1288
|
"type": "string",
|
1292
1289
|
"value_allowed_null": true
|
1293
1290
|
},
|
@@ -1296,7 +1293,6 @@
|
|
1296
1293
|
"example": "无",
|
1297
1294
|
"member": "string",
|
1298
1295
|
"name": "ProductZhName",
|
1299
|
-
"required": true,
|
1300
1296
|
"type": "string",
|
1301
1297
|
"value_allowed_null": true
|
1302
1298
|
},
|
@@ -1305,7 +1301,6 @@
|
|
1305
1301
|
"example": "无",
|
1306
1302
|
"member": "string",
|
1307
1303
|
"name": "Domain",
|
1308
|
-
"required": true,
|
1309
1304
|
"type": "string",
|
1310
1305
|
"value_allowed_null": true
|
1311
1306
|
},
|
@@ -1314,7 +1309,6 @@
|
|
1314
1309
|
"example": "无",
|
1315
1310
|
"member": "string",
|
1316
1311
|
"name": "Alias",
|
1317
|
-
"required": true,
|
1318
1312
|
"type": "string",
|
1319
1313
|
"value_allowed_null": true
|
1320
1314
|
},
|
@@ -1323,7 +1317,6 @@
|
|
1323
1317
|
"example": "无",
|
1324
1318
|
"member": "uint64",
|
1325
1319
|
"name": "Status",
|
1326
|
-
"required": true,
|
1327
1320
|
"type": "int",
|
1328
1321
|
"value_allowed_null": true
|
1329
1322
|
},
|
@@ -1332,7 +1325,6 @@
|
|
1332
1325
|
"example": "无",
|
1333
1326
|
"member": "string",
|
1334
1327
|
"name": "StatusMsg",
|
1335
|
-
"required": true,
|
1336
1328
|
"type": "string",
|
1337
1329
|
"value_allowed_null": true
|
1338
1330
|
},
|
@@ -1341,7 +1333,6 @@
|
|
1341
1333
|
"example": "无",
|
1342
1334
|
"member": "string",
|
1343
1335
|
"name": "VerifyType",
|
1344
|
-
"required": true,
|
1345
1336
|
"type": "string",
|
1346
1337
|
"value_allowed_null": true
|
1347
1338
|
},
|
@@ -1350,7 +1341,6 @@
|
|
1350
1341
|
"example": "无",
|
1351
1342
|
"member": "string",
|
1352
1343
|
"name": "VulnerabilityStatus",
|
1353
|
-
"required": true,
|
1354
1344
|
"type": "string",
|
1355
1345
|
"value_allowed_null": true
|
1356
1346
|
},
|
@@ -1359,7 +1349,6 @@
|
|
1359
1349
|
"example": "无",
|
1360
1350
|
"member": "datetime",
|
1361
1351
|
"name": "CertBeginTime",
|
1362
|
-
"required": true,
|
1363
1352
|
"type": "string",
|
1364
1353
|
"value_allowed_null": true
|
1365
1354
|
},
|
@@ -1368,7 +1357,6 @@
|
|
1368
1357
|
"example": "无",
|
1369
1358
|
"member": "datetime",
|
1370
1359
|
"name": "CertEndTime",
|
1371
|
-
"required": true,
|
1372
1360
|
"type": "string",
|
1373
1361
|
"value_allowed_null": true
|
1374
1362
|
},
|
@@ -1377,7 +1365,6 @@
|
|
1377
1365
|
"example": "无",
|
1378
1366
|
"member": "string",
|
1379
1367
|
"name": "ValidityPeriod",
|
1380
|
-
"required": true,
|
1381
1368
|
"type": "string",
|
1382
1369
|
"value_allowed_null": true
|
1383
1370
|
},
|
@@ -1386,7 +1373,6 @@
|
|
1386
1373
|
"example": "无",
|
1387
1374
|
"member": "datetime",
|
1388
1375
|
"name": "InsertTime",
|
1389
|
-
"required": true,
|
1390
1376
|
"type": "string",
|
1391
1377
|
"value_allowed_null": true
|
1392
1378
|
},
|
@@ -1395,7 +1381,6 @@
|
|
1395
1381
|
"example": "无",
|
1396
1382
|
"member": "string",
|
1397
1383
|
"name": "OrderId",
|
1398
|
-
"required": true,
|
1399
1384
|
"type": "string",
|
1400
1385
|
"value_allowed_null": true
|
1401
1386
|
},
|
@@ -1404,7 +1389,6 @@
|
|
1404
1389
|
"example": "无",
|
1405
1390
|
"member": "CertificateExtra",
|
1406
1391
|
"name": "CertificateExtra",
|
1407
|
-
"required": true,
|
1408
1392
|
"type": "object",
|
1409
1393
|
"value_allowed_null": true
|
1410
1394
|
},
|
@@ -1413,7 +1397,6 @@
|
|
1413
1397
|
"example": "无",
|
1414
1398
|
"member": "string",
|
1415
1399
|
"name": "CertificatePrivateKey",
|
1416
|
-
"required": true,
|
1417
1400
|
"type": "string",
|
1418
1401
|
"value_allowed_null": true
|
1419
1402
|
},
|
@@ -1422,7 +1405,6 @@
|
|
1422
1405
|
"example": "无",
|
1423
1406
|
"member": "string",
|
1424
1407
|
"name": "CertificatePublicKey",
|
1425
|
-
"required": true,
|
1426
1408
|
"type": "string",
|
1427
1409
|
"value_allowed_null": true
|
1428
1410
|
},
|
@@ -1431,7 +1413,6 @@
|
|
1431
1413
|
"example": "无",
|
1432
1414
|
"member": "DvAuthDetail",
|
1433
1415
|
"name": "DvAuthDetail",
|
1434
|
-
"required": true,
|
1435
1416
|
"type": "object",
|
1436
1417
|
"value_allowed_null": true
|
1437
1418
|
},
|
@@ -1440,7 +1421,6 @@
|
|
1440
1421
|
"example": "无",
|
1441
1422
|
"member": "string",
|
1442
1423
|
"name": "VulnerabilityReport",
|
1443
|
-
"required": true,
|
1444
1424
|
"type": "string",
|
1445
1425
|
"value_allowed_null": true
|
1446
1426
|
},
|
@@ -1449,7 +1429,6 @@
|
|
1449
1429
|
"example": "无",
|
1450
1430
|
"member": "string",
|
1451
1431
|
"name": "CertificateId",
|
1452
|
-
"required": true,
|
1453
1432
|
"type": "string",
|
1454
1433
|
"value_allowed_null": true
|
1455
1434
|
},
|
@@ -1458,7 +1437,6 @@
|
|
1458
1437
|
"example": "无",
|
1459
1438
|
"member": "string",
|
1460
1439
|
"name": "TypeName",
|
1461
|
-
"required": true,
|
1462
1440
|
"type": "string",
|
1463
1441
|
"value_allowed_null": true
|
1464
1442
|
},
|
@@ -1467,7 +1445,6 @@
|
|
1467
1445
|
"example": "无",
|
1468
1446
|
"member": "string",
|
1469
1447
|
"name": "StatusName",
|
1470
|
-
"required": true,
|
1471
1448
|
"type": "string",
|
1472
1449
|
"value_allowed_null": true
|
1473
1450
|
},
|
@@ -1476,7 +1453,6 @@
|
|
1476
1453
|
"example": "无",
|
1477
1454
|
"member": "string",
|
1478
1455
|
"name": "SubjectAltName",
|
1479
|
-
"required": true,
|
1480
1456
|
"type": "list",
|
1481
1457
|
"value_allowed_null": true
|
1482
1458
|
},
|
@@ -1485,7 +1461,6 @@
|
|
1485
1461
|
"example": "无",
|
1486
1462
|
"member": "bool",
|
1487
1463
|
"name": "IsVip",
|
1488
|
-
"required": true,
|
1489
1464
|
"type": "bool",
|
1490
1465
|
"value_allowed_null": true
|
1491
1466
|
},
|
@@ -1494,7 +1469,6 @@
|
|
1494
1469
|
"example": "无",
|
1495
1470
|
"member": "bool",
|
1496
1471
|
"name": "IsWildcard",
|
1497
|
-
"required": true,
|
1498
1472
|
"type": "bool",
|
1499
1473
|
"value_allowed_null": true
|
1500
1474
|
},
|
@@ -1503,7 +1477,6 @@
|
|
1503
1477
|
"example": "无",
|
1504
1478
|
"member": "bool",
|
1505
1479
|
"name": "IsDv",
|
1506
|
-
"required": true,
|
1507
1480
|
"type": "bool",
|
1508
1481
|
"value_allowed_null": true
|
1509
1482
|
},
|
@@ -1512,7 +1485,6 @@
|
|
1512
1485
|
"example": "无",
|
1513
1486
|
"member": "bool",
|
1514
1487
|
"name": "IsVulnerability",
|
1515
|
-
"required": true,
|
1516
1488
|
"type": "bool",
|
1517
1489
|
"value_allowed_null": true
|
1518
1490
|
},
|
@@ -1521,7 +1493,6 @@
|
|
1521
1493
|
"example": "无",
|
1522
1494
|
"member": "SubmittedData",
|
1523
1495
|
"name": "SubmittedData",
|
1524
|
-
"required": true,
|
1525
1496
|
"type": "object",
|
1526
1497
|
"value_allowed_null": true
|
1527
1498
|
},
|
@@ -1530,7 +1501,6 @@
|
|
1530
1501
|
"example": "无",
|
1531
1502
|
"member": "bool",
|
1532
1503
|
"name": "RenewAble",
|
1533
|
-
"required": true,
|
1534
1504
|
"type": "bool",
|
1535
1505
|
"value_allowed_null": true
|
1536
1506
|
},
|
@@ -1539,7 +1509,6 @@
|
|
1539
1509
|
"example": "无",
|
1540
1510
|
"member": "bool",
|
1541
1511
|
"name": "Deployable",
|
1542
|
-
"required": true,
|
1543
1512
|
"type": "bool",
|
1544
1513
|
"value_allowed_null": true
|
1545
1514
|
},
|
@@ -1548,7 +1517,6 @@
|
|
1548
1517
|
"example": "无",
|
1549
1518
|
"member": "Tags",
|
1550
1519
|
"name": "Tags",
|
1551
|
-
"required": true,
|
1552
1520
|
"type": "list",
|
1553
1521
|
"value_allowed_null": true
|
1554
1522
|
},
|
@@ -1557,7 +1525,6 @@
|
|
1557
1525
|
"example": "无",
|
1558
1526
|
"member": "RootCertificates",
|
1559
1527
|
"name": "RootCert",
|
1560
|
-
"required": true,
|
1561
1528
|
"type": "object",
|
1562
1529
|
"value_allowed_null": true
|
1563
1530
|
},
|
@@ -1566,7 +1533,6 @@
|
|
1566
1533
|
"example": "无",
|
1567
1534
|
"member": "string",
|
1568
1535
|
"name": "EncryptCert",
|
1569
|
-
"required": true,
|
1570
1536
|
"type": "string",
|
1571
1537
|
"value_allowed_null": true
|
1572
1538
|
},
|
@@ -1575,7 +1541,6 @@
|
|
1575
1541
|
"example": "无",
|
1576
1542
|
"member": "string",
|
1577
1543
|
"name": "EncryptPrivateKey",
|
1578
|
-
"required": true,
|
1579
1544
|
"type": "string",
|
1580
1545
|
"value_allowed_null": true
|
1581
1546
|
},
|
@@ -1584,7 +1549,6 @@
|
|
1584
1549
|
"example": "无",
|
1585
1550
|
"member": "string",
|
1586
1551
|
"name": "CertFingerprint",
|
1587
|
-
"required": true,
|
1588
1552
|
"type": "string",
|
1589
1553
|
"value_allowed_null": true
|
1590
1554
|
},
|
@@ -1593,7 +1557,6 @@
|
|
1593
1557
|
"example": "无",
|
1594
1558
|
"member": "string",
|
1595
1559
|
"name": "EncryptCertFingerprint",
|
1596
|
-
"required": true,
|
1597
1560
|
"type": "string",
|
1598
1561
|
"value_allowed_null": true
|
1599
1562
|
},
|
@@ -1602,7 +1565,6 @@
|
|
1602
1565
|
"example": "无",
|
1603
1566
|
"member": "string",
|
1604
1567
|
"name": "EncryptAlgorithm",
|
1605
|
-
"required": true,
|
1606
1568
|
"type": "string",
|
1607
1569
|
"value_allowed_null": true
|
1608
1570
|
},
|
@@ -2143,7 +2105,6 @@
|
|
2143
2105
|
"document": "DescribeDeployedResources请求参数结构体",
|
2144
2106
|
"members": [
|
2145
2107
|
{
|
2146
|
-
"default": "",
|
2147
2108
|
"document": "证书ID",
|
2148
2109
|
"example": "无",
|
2149
2110
|
"member": "string",
|
@@ -2152,7 +2113,6 @@
|
|
2152
2113
|
"type": "list"
|
2153
2114
|
},
|
2154
2115
|
{
|
2155
|
-
"default": "",
|
2156
2116
|
"document": "资源类型:clb,cdn,live,waf,antiddos",
|
2157
2117
|
"example": "无",
|
2158
2118
|
"member": "string",
|
@@ -2171,7 +2131,6 @@
|
|
2171
2131
|
"example": "无",
|
2172
2132
|
"member": "DeployedResources",
|
2173
2133
|
"name": "DeployedResources",
|
2174
|
-
"required": true,
|
2175
2134
|
"type": "list",
|
2176
2135
|
"value_allowed_null": false
|
2177
2136
|
},
|
@@ -2382,6 +2341,15 @@
|
|
2382
2341
|
"type": "int",
|
2383
2342
|
"value_allowed_null": false
|
2384
2343
|
},
|
2344
|
+
{
|
2345
|
+
"document": "审核状态详细信息",
|
2346
|
+
"example": "无",
|
2347
|
+
"member": "ManagerStatusInfo",
|
2348
|
+
"name": "StatusInfo",
|
2349
|
+
"required": true,
|
2350
|
+
"type": "list",
|
2351
|
+
"value_allowed_null": false
|
2352
|
+
},
|
2385
2353
|
{
|
2386
2354
|
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
2387
2355
|
"member": "string",
|
@@ -2423,7 +2391,7 @@
|
|
2423
2391
|
},
|
2424
2392
|
{
|
2425
2393
|
"default": "",
|
2426
|
-
"document": "
|
2394
|
+
"document": "管理人姓名(将废弃),请使用SearchKey",
|
2427
2395
|
"example": "腾讯",
|
2428
2396
|
"member": "string",
|
2429
2397
|
"name": "ManagerName",
|
@@ -2432,7 +2400,7 @@
|
|
2432
2400
|
},
|
2433
2401
|
{
|
2434
2402
|
"default": "",
|
2435
|
-
"document": "
|
2403
|
+
"document": "模糊查询管理人邮箱(将废弃),请使用SearchKey",
|
2436
2404
|
"example": "tencent@tencent.com",
|
2437
2405
|
"member": "string",
|
2438
2406
|
"name": "ManagerMail",
|
@@ -2450,7 +2418,7 @@
|
|
2450
2418
|
},
|
2451
2419
|
{
|
2452
2420
|
"default": "",
|
2453
|
-
"document": "
|
2421
|
+
"document": "管理人姓/管理人名/邮箱/部门精准匹配",
|
2454
2422
|
"example": "腾讯/tencent@tencent.com/开发一部",
|
2455
2423
|
"member": "string",
|
2456
2424
|
"name": "SearchKey",
|
@@ -3061,7 +3029,6 @@
|
|
3061
3029
|
"document": "ModifyCertificatesExpiringNotificationSwitch请求参数结构体",
|
3062
3030
|
"members": [
|
3063
3031
|
{
|
3064
|
-
"default": "",
|
3065
3032
|
"document": "证书ID列表。最多50个",
|
3066
3033
|
"example": "无",
|
3067
3034
|
"member": "string",
|
@@ -3070,7 +3037,6 @@
|
|
3070
3037
|
"type": "list"
|
3071
3038
|
},
|
3072
3039
|
{
|
3073
|
-
"default": "",
|
3074
3040
|
"document": "0:不忽略通知。1:忽略通知",
|
3075
3041
|
"example": "0:不忽略通知。1:忽略通知",
|
3076
3042
|
"member": "uint64",
|
@@ -3089,7 +3055,6 @@
|
|
3089
3055
|
"example": "无",
|
3090
3056
|
"member": "string",
|
3091
3057
|
"name": "CertificateIds",
|
3092
|
-
"required": true,
|
3093
3058
|
"type": "list",
|
3094
3059
|
"value_allowed_null": false
|
3095
3060
|
},
|
@@ -4180,7 +4145,7 @@
|
|
4180
4145
|
"type": "string"
|
4181
4146
|
},
|
4182
4147
|
{
|
4183
|
-
"document": "证书类型,默认 SVR。CA =
|
4148
|
+
"document": "证书类型,默认 SVR。CA = CA证书,SVR = 服务器证书。",
|
4184
4149
|
"example": "无",
|
4185
4150
|
"member": "string",
|
4186
4151
|
"name": "CertificateType",
|
@@ -20,7 +20,7 @@
|
|
20
20
|
{
|
21
21
|
"document": "对证书链完整性进行检查",
|
22
22
|
"input": "POST / HTTP/1.1\nHost: ssl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CheckCertificateChain\n<公共请求参数>\n\n{\n \"CertificateChain\": \"-----BEGIN CERTIFICATE-----MIIFrDCCBJSgAwIBA.................BJSgAwIBA-----END CERTIFICATE-----\\n-----BEGIN CERTIFICATE-----MIIErjCCA5agAwIB.................DCCBJSg-----END CERTIFICATE-----\"\n}",
|
23
|
-
"output": "{\n \"Response\": {\n \"IsValid\": true,\n \"IsTrustedCA\": true,\n \"Chains\": [\n \"
|
23
|
+
"output": "{\n \"Response\": {\n \"IsValid\": true,\n \"IsTrustedCA\": true,\n \"Chains\": [\n \"abc\"\n ],\n \"RequestId\": \"abc\"\n }\n}",
|
24
24
|
"title": "对证书链进行检查"
|
25
25
|
}
|
26
26
|
],
|
@@ -76,13 +76,13 @@
|
|
76
76
|
{
|
77
77
|
"document": "获取审核中的证书详情",
|
78
78
|
"input": "POST / HTTP/1.1\nHost: ssl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCertificateDetail\n<公共请求参数>\n\n{\n \"CertificateId\": \"aClRkC90\"\n}",
|
79
|
-
"output": "{\n \"Response\": {\n \"From\": \"
|
79
|
+
"output": "{\n \"Response\": {\n \"From\": \"xx123\",\n \"SubjectAltName\": [\n \"xx123\"\n ],\n \"VulnerabilityReport\": \"xx123\",\n \"EncryptCertFingerprint\": \"xx123\",\n \"EncryptPrivateKey\": \"xx123\",\n \"CertificatePrivateKey\": \"xx123\",\n \"CertificatePublicKey\": \"xx123\",\n \"StatusName\": \"xx123\",\n \"RenewAble\": false,\n \"Status\": 1,\n \"IsDv\": false,\n \"IsVulnerability\": false,\n \"CertBeginTime\": \"2020-09-22 00:00:00\",\n \"TypeName\": \"xx123\",\n \"CertificateExtra\": {\n \"ReplacedBy\": \"xx123\",\n \"ReplacedFor\": \"xx123\",\n \"OriginCertificateId\": \"xx123\",\n \"DomainNumber\": \"xx123\",\n \"RenewOrder\": \"xx123\"\n },\n \"DvAuthDetail\": {\n \"DvAuths\": [\n {\n \"DvAuthSubDomain\": \"xx123\",\n \"DvAuthVerifyType\": \"xx123\",\n \"DvAuthDomain\": \"xx123\",\n \"DvAuthValue\": \"xx123\",\n \"DvAuthKey\": \"xx123\",\n \"DvAuthPath\": \"xx123\"\n }\n ],\n \"DvAuthKeySubDomain\": \"xx123\",\n \"DvAuthDomain\": \"xx123\",\n \"DvAuthValue\": \"xx123\",\n \"DvAuthKey\": \"xx123\",\n \"DvAuthPath\": \"xx123\"\n },\n \"VerifyType\": \"xx123\",\n \"StatusMsg\": \"xx123\",\n \"RootCert\": {\n \"Standard\": \"xx123\",\n \"Encrypt\": \"xx123\",\n \"Sign\": \"xx123\"\n },\n \"ProjectId\": \"xx123\",\n \"OwnerUin\": \"xx123\",\n \"ProductZhName\": \"xx123\",\n \"CertEndTime\": \"2020-09-22 00:00:00\",\n \"PackageType\": \"xx123\",\n \"RequestId\": \"xx123\",\n \"InsertTime\": \"2020-09-22 00:00:00\",\n \"CertificateType\": \"xx123\",\n \"IsVip\": true,\n \"ValidityPeriod\": \"xx123\",\n \"OrderId\": \"xx123\",\n \"CertFingerprint\": \"xx123\",\n \"Domain\": \"xx123\",\n \"CertificateId\": \"xx123\",\n \"Alias\": \"xx123\",\n \"SubmittedData\": {\n \"OrganizationCity\": \"xx123\",\n \"CsrContent\": \"xx123\",\n \"OrganizationName\": \"xx123\",\n \"CertificateDomain\": \"xx123\",\n \"AdminPhoneNum\": \"xx123\",\n \"AdminPosition\": \"xx123\",\n \"OrganizationDivision\": \"xx123\",\n \"DomainList\": [\n \"test-11111111111111.com\",\n \"test-222222222222.com\"\n ],\n \"AdminFirstName\": \"xx123\",\n \"ContactLastName\": \"xx123\",\n \"ContactEmail\": \"xx123\",\n \"ContactNumber\": \"xx123\",\n \"CsrType\": \"xx123\",\n \"PhoneAreaCode\": \"xx123\",\n \"VerifyType\": \"xx123\",\n \"AdminLastName\": \"xx123\",\n \"ContactFirstName\": \"xx123\",\n \"OrganizationCountry\": \"xx123\",\n \"ContactPosition\": \"xx123\",\n \"OrganizationRegion\": \"xx123\",\n \"PhoneNumber\": \"xx123\",\n \"PostalCode\": \"xx123\",\n \"AdminEmail\": \"xx123\",\n \"KeyPassword\": \"xx123\",\n \"OrganizationAddress\": \"xx123\"\n },\n \"Tags\": [\n {\n \"TagKey\": \"xx123\",\n \"TagValue\": \"xx123\"\n },\n {\n \"TagKey\": \"xx123\",\n \"TagValue\": \"xx123\"\n }\n ],\n \"IsWildcard\": false,\n \"Deployable\": false,\n \"EncryptCert\": \"xx123\",\n \"EncryptAlgorithm\": \"RSA 2048\",\n \"VulnerabilityStatus\": \"xx123\"\n }\n}",
|
80
80
|
"title": "获取证书详情"
|
81
81
|
},
|
82
82
|
{
|
83
83
|
"document": "获取已经审核通过的证书详情",
|
84
84
|
"input": "POST / HTTP/1.1\nHost: ssl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCertificateDetail\n<公共请求参数>\n\n{\n \"CertificateId\": \"aCMEQWHt\"\n}",
|
85
|
-
"output": "{\n \"Response\": {\n \"From\": \"
|
85
|
+
"output": "{\n \"Response\": {\n \"From\": \"xx123\",\n \"SubjectAltName\": [\n \"xx123\"\n ],\n \"VulnerabilityReport\": \"xx123\",\n \"EncryptCertFingerprint\": \"xx123\",\n \"EncryptPrivateKey\": \"xx123\",\n \"CertificatePrivateKey\": \"xx123\",\n \"CertificatePublicKey\": \"xx123\",\n \"StatusName\": \"xx123\",\n \"RenewAble\": false,\n \"Status\": 1,\n \"IsDv\": false,\n \"IsVulnerability\": false,\n \"CertBeginTime\": \"2020-09-22 00:00:00\",\n \"TypeName\": \"xx123\",\n \"CertificateExtra\": {\n \"ReplacedBy\": \"xx123\",\n \"ReplacedFor\": \"xx123\",\n \"OriginCertificateId\": \"xx123\",\n \"DomainNumber\": \"xx123\",\n \"RenewOrder\": \"xx123\"\n },\n \"DvAuthDetail\": {\n \"DvAuths\": [\n {\n \"DvAuthSubDomain\": \"xx123\",\n \"DvAuthVerifyType\": \"xx123\",\n \"DvAuthDomain\": \"xx123\",\n \"DvAuthValue\": \"xx123\",\n \"DvAuthKey\": \"xx123\",\n \"DvAuthPath\": \"xx123\"\n }\n ],\n \"DvAuthKeySubDomain\": \"xx123\",\n \"DvAuthDomain\": \"xx123\",\n \"DvAuthValue\": \"xx123\",\n \"DvAuthKey\": \"xx123\",\n \"DvAuthPath\": \"xx123\"\n },\n \"VerifyType\": \"xx123\",\n \"StatusMsg\": \"xx123\",\n \"RootCert\": {\n \"Standard\": \"xx123\",\n \"Encrypt\": \"xx123\",\n \"Sign\": \"xx123\"\n },\n \"ProjectId\": \"xx123\",\n \"OwnerUin\": \"xx123\",\n \"ProductZhName\": \"xx123\",\n \"CertEndTime\": \"2020-09-22 00:00:00\",\n \"PackageType\": \"xx123\",\n \"RequestId\": \"xx123\",\n \"InsertTime\": \"2020-09-22 00:00:00\",\n \"CertificateType\": \"xx123\",\n \"IsVip\": true,\n \"ValidityPeriod\": \"xx123\",\n \"OrderId\": \"xx123\",\n \"CertFingerprint\": \"xx123\",\n \"Domain\": \"xx123\",\n \"CertificateId\": \"xx123\",\n \"Alias\": \"xx123\",\n \"SubmittedData\": {\n \"OrganizationCity\": \"xx123\",\n \"CsrContent\": \"xx123\",\n \"OrganizationName\": \"xx123\",\n \"CertificateDomain\": \"xx123\",\n \"AdminPhoneNum\": \"xx123\",\n \"AdminPosition\": \"xx123\",\n \"OrganizationDivision\": \"xx123\",\n \"DomainList\": [\n \"test-11111111111111.com\",\n \"test-222222222222.com\"\n ],\n \"AdminFirstName\": \"xx123\",\n \"ContactLastName\": \"xx123\",\n \"ContactEmail\": \"xx123\",\n \"ContactNumber\": \"xx123\",\n \"CsrType\": \"xx123\",\n \"PhoneAreaCode\": \"xx123\",\n \"VerifyType\": \"xx123\",\n \"AdminLastName\": \"xx123\",\n \"ContactFirstName\": \"xx123\",\n \"OrganizationCountry\": \"xx123\",\n \"ContactPosition\": \"xx123\",\n \"OrganizationRegion\": \"xx123\",\n \"PhoneNumber\": \"xx123\",\n \"PostalCode\": \"xx123\",\n \"AdminEmail\": \"xx123\",\n \"KeyPassword\": \"xx123\",\n \"OrganizationAddress\": \"xx123\"\n },\n \"Tags\": [\n {\n \"TagKey\": \"xx123\",\n \"TagValue\": \"xx123\"\n },\n {\n \"TagKey\": \"xx123\",\n \"TagValue\": \"xx123\"\n }\n ],\n \"IsWildcard\": false,\n \"Deployable\": false,\n \"EncryptCert\": \"xx123\",\n \"EncryptAlgorithm\": \"RSA 2048\",\n \"VulnerabilityStatus\": \"xx123\"\n }\n}",
|
86
86
|
"title": "获取证书详情-2"
|
87
87
|
}
|
88
88
|
],
|
@@ -104,9 +104,9 @@
|
|
104
104
|
],
|
105
105
|
"DescribeDeployedResources": [
|
106
106
|
{
|
107
|
-
"document": "",
|
107
|
+
"document": "证书查询关联资源",
|
108
108
|
"input": "POST / HTTP/1.1\nHost: ssl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDeployedResources\n<公共请求参数>\n\n{\n \"ResourceType\": \"xx\",\n \"CertificateIds\": [\n \"xx\"\n ]\n}",
|
109
|
-
"output": "{\n \"Response\": {\n \"DeployedResources\": [\n {\n \"CertificateId\": \"xx\",\n \"ResourceIds\": [],\n \"Type\": \"xx\",\n \"Count\": 0\n }\n ],\n \"RequestId\": \"xx\"\n }\n}",
|
109
|
+
"output": "{\n \"Response\": {\n \"DeployedResources\": [\n {\n \"CertificateId\": \"xx\",\n \"ResourceIds\": null,\n \"Resources\": [],\n \"Type\": \"xx\",\n \"Count\": 0\n }\n ],\n \"RequestId\": \"xx\"\n }\n}",
|
110
110
|
"title": "证书查询关联资源"
|
111
111
|
}
|
112
112
|
],
|
@@ -114,7 +114,7 @@
|
|
114
114
|
{
|
115
115
|
"document": "",
|
116
116
|
"input": "POST / HTTP/1.1\nHost: ssl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeManagerDetail\n<公共请求参数>\n\n{\n \"ManagerId\": 23\n}",
|
117
|
-
"output": "{\n \"Response\": {\n \"
|
117
|
+
"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}",
|
118
118
|
"title": "查询管理人详情"
|
119
119
|
}
|
120
120
|
],
|