tccli 3.0.1234.1__py2.py3-none-any.whl → 3.0.1236.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/services/cdb/v20170320/api.json +15 -15
- tccli/services/cls/v20201016/api.json +4 -4
- tccli/services/cwp/cwp_client.py +326 -8
- tccli/services/cwp/v20180228/api.json +488 -1
- tccli/services/cwp/v20180228/examples.json +48 -0
- tccli/services/essbasic/v20210526/api.json +10 -0
- tccli/services/faceid/v20180301/api.json +19 -0
- tccli/services/hunyuan/v20230901/api.json +12 -3
- tccli/services/iotexplorer/iotexplorer_client.py +159 -0
- tccli/services/iotexplorer/v20190423/api.json +298 -4
- tccli/services/iotexplorer/v20190423/examples.json +30 -0
- tccli/services/iotvideo/iotvideo_client.py +106 -0
- tccli/services/iotvideo/v20211125/api.json +169 -0
- tccli/services/iotvideo/v20211125/examples.json +16 -0
- tccli/services/ocr/v20181119/api.json +5 -5
- tccli/services/ocr/v20181119/examples.json +7 -7
- tccli/services/privatedns/v20201028/api.json +8 -8
- tccli/services/smh/v20210712/api.json +7 -7
- tccli/services/smh/v20210712/examples.json +1 -1
- tccli/services/sms/v20210111/api.json +1 -1
- tccli/services/ssl/v20191205/api.json +46 -33
- tccli/services/ssl/v20191205/examples.json +13 -13
- tccli/services/tcbr/v20220217/api.json +71 -71
- tccli/services/tcbr/v20220217/examples.json +13 -31
- tccli/services/teo/v20220901/api.json +1 -1
- tccli/services/trocket/v20230308/api.json +19 -0
- tccli/services/tsf/v20180326/api.json +1577 -1408
- tccli/services/tsf/v20180326/examples.json +55 -61
- tccli/services/vrs/v20200824/api.json +68 -6
- tccli/services/vrs/v20200824/examples.json +8 -0
- tccli/services/vrs/vrs_client.py +53 -0
- tccli/services/wedata/v20210820/api.json +76 -0
- {tccli-3.0.1234.1.dist-info → tccli-3.0.1236.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1234.1.dist-info → tccli-3.0.1236.1.dist-info}/RECORD +38 -38
- {tccli-3.0.1234.1.dist-info → tccli-3.0.1236.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1234.1.dist-info → tccli-3.0.1236.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1234.1.dist-info → tccli-3.0.1236.1.dist-info}/license_files/LICENSE +0 -0
@@ -7071,7 +7071,7 @@
|
|
7071
7071
|
{
|
7072
7072
|
"disabled": false,
|
7073
7073
|
"document": "证书 ID。",
|
7074
|
-
"example": "",
|
7074
|
+
"example": "\"hehs**jjsj\"",
|
7075
7075
|
"member": "string",
|
7076
7076
|
"name": "CertificateId",
|
7077
7077
|
"required": true,
|
@@ -7086,18 +7086,20 @@
|
|
7086
7086
|
{
|
7087
7087
|
"disabled": false,
|
7088
7088
|
"document": "ZIP base64 编码内容,base64 解码后可保存为 ZIP 文件。\n注意:此字段可能返回 null,表示取不到有效值。",
|
7089
|
-
"example": "",
|
7089
|
+
"example": "\"hdejcjueujake******hdhhs\"",
|
7090
7090
|
"member": "string",
|
7091
7091
|
"name": "Content",
|
7092
|
+
"output_required": true,
|
7092
7093
|
"type": "string",
|
7093
7094
|
"value_allowed_null": true
|
7094
7095
|
},
|
7095
7096
|
{
|
7096
7097
|
"disabled": false,
|
7097
7098
|
"document": "MIME 类型:application/zip = ZIP 压缩文件。\n注意:此字段可能返回 null,表示取不到有效值。",
|
7098
|
-
"example": "",
|
7099
|
+
"example": "\"application/zip\"",
|
7099
7100
|
"member": "string",
|
7100
7101
|
"name": "ContentType",
|
7102
|
+
"output_required": true,
|
7101
7103
|
"type": "string",
|
7102
7104
|
"value_allowed_null": true
|
7103
7105
|
},
|
@@ -7763,7 +7765,7 @@
|
|
7763
7765
|
"example": "abcb1234",
|
7764
7766
|
"member": "string",
|
7765
7767
|
"name": "CertificateId",
|
7766
|
-
"
|
7768
|
+
"output_required": true,
|
7767
7769
|
"type": "string",
|
7768
7770
|
"value_allowed_null": false
|
7769
7771
|
},
|
@@ -8464,6 +8466,7 @@
|
|
8464
8466
|
"example": "无",
|
8465
8467
|
"member": "RevokeDomainValidateAuths",
|
8466
8468
|
"name": "RevokeDomainValidateAuths",
|
8469
|
+
"output_required": true,
|
8467
8470
|
"type": "list",
|
8468
8471
|
"value_allowed_null": true
|
8469
8472
|
},
|
@@ -8601,7 +8604,7 @@
|
|
8601
8604
|
{
|
8602
8605
|
"disabled": false,
|
8603
8606
|
"document": "证书 ID。",
|
8604
|
-
"example": "",
|
8607
|
+
"example": "无",
|
8605
8608
|
"member": "string",
|
8606
8609
|
"name": "CertificateId",
|
8607
8610
|
"required": true,
|
@@ -8610,7 +8613,7 @@
|
|
8610
8613
|
{
|
8611
8614
|
"disabled": false,
|
8612
8615
|
"document": "CSR 生成方式:online = 在线生成, parse = 手动上传。",
|
8613
|
-
"example": "",
|
8616
|
+
"example": "无",
|
8614
8617
|
"member": "string",
|
8615
8618
|
"name": "CsrType",
|
8616
8619
|
"required": false,
|
@@ -8619,7 +8622,7 @@
|
|
8619
8622
|
{
|
8620
8623
|
"disabled": false,
|
8621
8624
|
"document": "上传的 CSR 内容。",
|
8622
|
-
"example": "",
|
8625
|
+
"example": "无",
|
8623
8626
|
"member": "string",
|
8624
8627
|
"name": "CsrContent",
|
8625
8628
|
"required": false,
|
@@ -8628,7 +8631,7 @@
|
|
8628
8631
|
{
|
8629
8632
|
"disabled": false,
|
8630
8633
|
"document": "绑定证书的域名。",
|
8631
|
-
"example": "",
|
8634
|
+
"example": "无",
|
8632
8635
|
"member": "string",
|
8633
8636
|
"name": "CertificateDomain",
|
8634
8637
|
"required": false,
|
@@ -8637,7 +8640,7 @@
|
|
8637
8640
|
{
|
8638
8641
|
"disabled": false,
|
8639
8642
|
"document": "上传的域名数组(多域名证书可以上传)。",
|
8640
|
-
"example": "",
|
8643
|
+
"example": "无",
|
8641
8644
|
"member": "string",
|
8642
8645
|
"name": "DomainList",
|
8643
8646
|
"required": false,
|
@@ -8646,7 +8649,7 @@
|
|
8646
8649
|
{
|
8647
8650
|
"disabled": false,
|
8648
8651
|
"document": "私钥密码(非必填)。",
|
8649
|
-
"example": "",
|
8652
|
+
"example": "无",
|
8650
8653
|
"member": "string",
|
8651
8654
|
"name": "KeyPassword",
|
8652
8655
|
"required": false,
|
@@ -8655,7 +8658,7 @@
|
|
8655
8658
|
{
|
8656
8659
|
"disabled": false,
|
8657
8660
|
"document": "公司名称。",
|
8658
|
-
"example": "",
|
8661
|
+
"example": "无",
|
8659
8662
|
"member": "string",
|
8660
8663
|
"name": "OrganizationName",
|
8661
8664
|
"required": false,
|
@@ -8664,7 +8667,7 @@
|
|
8664
8667
|
{
|
8665
8668
|
"disabled": false,
|
8666
8669
|
"document": "部门名称。",
|
8667
|
-
"example": "",
|
8670
|
+
"example": "无",
|
8668
8671
|
"member": "string",
|
8669
8672
|
"name": "OrganizationDivision",
|
8670
8673
|
"required": false,
|
@@ -8673,7 +8676,7 @@
|
|
8673
8676
|
{
|
8674
8677
|
"disabled": false,
|
8675
8678
|
"document": "公司详细地址。",
|
8676
|
-
"example": "",
|
8679
|
+
"example": "无",
|
8677
8680
|
"member": "string",
|
8678
8681
|
"name": "OrganizationAddress",
|
8679
8682
|
"required": false,
|
@@ -8682,7 +8685,7 @@
|
|
8682
8685
|
{
|
8683
8686
|
"disabled": false,
|
8684
8687
|
"document": "国家名称,如中国:CN 。",
|
8685
|
-
"example": "",
|
8688
|
+
"example": "无",
|
8686
8689
|
"member": "string",
|
8687
8690
|
"name": "OrganizationCountry",
|
8688
8691
|
"required": false,
|
@@ -8691,7 +8694,7 @@
|
|
8691
8694
|
{
|
8692
8695
|
"disabled": false,
|
8693
8696
|
"document": "公司所在城市。",
|
8694
|
-
"example": "",
|
8697
|
+
"example": "无",
|
8695
8698
|
"member": "string",
|
8696
8699
|
"name": "OrganizationCity",
|
8697
8700
|
"required": false,
|
@@ -8700,7 +8703,7 @@
|
|
8700
8703
|
{
|
8701
8704
|
"disabled": false,
|
8702
8705
|
"document": "公司所在省份。",
|
8703
|
-
"example": "",
|
8706
|
+
"example": "无",
|
8704
8707
|
"member": "string",
|
8705
8708
|
"name": "OrganizationRegion",
|
8706
8709
|
"required": false,
|
@@ -8709,7 +8712,7 @@
|
|
8709
8712
|
{
|
8710
8713
|
"disabled": false,
|
8711
8714
|
"document": "公司邮编。",
|
8712
|
-
"example": "",
|
8715
|
+
"example": "无",
|
8713
8716
|
"member": "string",
|
8714
8717
|
"name": "PostalCode",
|
8715
8718
|
"required": false,
|
@@ -8718,7 +8721,7 @@
|
|
8718
8721
|
{
|
8719
8722
|
"disabled": false,
|
8720
8723
|
"document": "公司座机区号。",
|
8721
|
-
"example": "",
|
8724
|
+
"example": "无",
|
8722
8725
|
"member": "string",
|
8723
8726
|
"name": "PhoneAreaCode",
|
8724
8727
|
"required": false,
|
@@ -8727,7 +8730,7 @@
|
|
8727
8730
|
{
|
8728
8731
|
"disabled": false,
|
8729
8732
|
"document": "公司座机号码。",
|
8730
|
-
"example": "",
|
8733
|
+
"example": "无",
|
8731
8734
|
"member": "string",
|
8732
8735
|
"name": "PhoneNumber",
|
8733
8736
|
"required": false,
|
@@ -8736,7 +8739,7 @@
|
|
8736
8739
|
{
|
8737
8740
|
"disabled": false,
|
8738
8741
|
"document": "证书验证方式。验证类型:DNS_AUTO = 自动DNS验证(仅支持在腾讯云解析且解析状态正常的域名使用该验证类型),DNS = 手动DNS验证,FILE = 文件验证。",
|
8739
|
-
"example": "",
|
8742
|
+
"example": "无",
|
8740
8743
|
"member": "string",
|
8741
8744
|
"name": "VerifyType",
|
8742
8745
|
"required": false,
|
@@ -8745,7 +8748,7 @@
|
|
8745
8748
|
{
|
8746
8749
|
"disabled": false,
|
8747
8750
|
"document": "管理人名。",
|
8748
|
-
"example": "",
|
8751
|
+
"example": "无",
|
8749
8752
|
"member": "string",
|
8750
8753
|
"name": "AdminFirstName",
|
8751
8754
|
"required": false,
|
@@ -8754,7 +8757,7 @@
|
|
8754
8757
|
{
|
8755
8758
|
"disabled": false,
|
8756
8759
|
"document": "管理人姓。",
|
8757
|
-
"example": "",
|
8760
|
+
"example": "无",
|
8758
8761
|
"member": "string",
|
8759
8762
|
"name": "AdminLastName",
|
8760
8763
|
"required": false,
|
@@ -8763,7 +8766,7 @@
|
|
8763
8766
|
{
|
8764
8767
|
"disabled": false,
|
8765
8768
|
"document": "管理人手机号码。",
|
8766
|
-
"example": "",
|
8769
|
+
"example": "无",
|
8767
8770
|
"member": "string",
|
8768
8771
|
"name": "AdminPhoneNum",
|
8769
8772
|
"required": false,
|
@@ -8772,7 +8775,7 @@
|
|
8772
8775
|
{
|
8773
8776
|
"disabled": false,
|
8774
8777
|
"document": "管理人邮箱地址。",
|
8775
|
-
"example": "",
|
8778
|
+
"example": "无",
|
8776
8779
|
"member": "string",
|
8777
8780
|
"name": "AdminEmail",
|
8778
8781
|
"required": false,
|
@@ -8781,7 +8784,7 @@
|
|
8781
8784
|
{
|
8782
8785
|
"disabled": false,
|
8783
8786
|
"document": "管理人职位。",
|
8784
|
-
"example": "",
|
8787
|
+
"example": "无",
|
8785
8788
|
"member": "string",
|
8786
8789
|
"name": "AdminPosition",
|
8787
8790
|
"required": false,
|
@@ -8790,7 +8793,7 @@
|
|
8790
8793
|
{
|
8791
8794
|
"disabled": false,
|
8792
8795
|
"document": "联系人名。",
|
8793
|
-
"example": "",
|
8796
|
+
"example": "无",
|
8794
8797
|
"member": "string",
|
8795
8798
|
"name": "ContactFirstName",
|
8796
8799
|
"required": false,
|
@@ -8799,7 +8802,7 @@
|
|
8799
8802
|
{
|
8800
8803
|
"disabled": false,
|
8801
8804
|
"document": "联系人姓。",
|
8802
|
-
"example": "",
|
8805
|
+
"example": "无",
|
8803
8806
|
"member": "string",
|
8804
8807
|
"name": "ContactLastName",
|
8805
8808
|
"required": false,
|
@@ -8808,7 +8811,7 @@
|
|
8808
8811
|
{
|
8809
8812
|
"disabled": false,
|
8810
8813
|
"document": "联系人邮箱地址。",
|
8811
|
-
"example": "",
|
8814
|
+
"example": "无",
|
8812
8815
|
"member": "string",
|
8813
8816
|
"name": "ContactEmail",
|
8814
8817
|
"required": false,
|
@@ -8817,7 +8820,7 @@
|
|
8817
8820
|
{
|
8818
8821
|
"disabled": false,
|
8819
8822
|
"document": "联系人手机号码。",
|
8820
|
-
"example": "",
|
8823
|
+
"example": "无",
|
8821
8824
|
"member": "string",
|
8822
8825
|
"name": "ContactNumber",
|
8823
8826
|
"required": false,
|
@@ -8826,11 +8829,20 @@
|
|
8826
8829
|
{
|
8827
8830
|
"disabled": false,
|
8828
8831
|
"document": "联系人职位。",
|
8829
|
-
"example": "",
|
8832
|
+
"example": "无",
|
8830
8833
|
"member": "string",
|
8831
8834
|
"name": "ContactPosition",
|
8832
8835
|
"required": false,
|
8833
8836
|
"type": "string"
|
8837
|
+
},
|
8838
|
+
{
|
8839
|
+
"disabled": false,
|
8840
|
+
"document": "是否DV证书。默认false",
|
8841
|
+
"example": "无",
|
8842
|
+
"member": "bool",
|
8843
|
+
"name": "IsDV",
|
8844
|
+
"required": false,
|
8845
|
+
"type": "bool"
|
8834
8846
|
}
|
8835
8847
|
],
|
8836
8848
|
"type": "object"
|
@@ -8841,9 +8853,10 @@
|
|
8841
8853
|
{
|
8842
8854
|
"disabled": false,
|
8843
8855
|
"document": "证书 ID。",
|
8844
|
-
"example": "",
|
8856
|
+
"example": "sada12",
|
8845
8857
|
"member": "string",
|
8846
8858
|
"name": "CertificateId",
|
8859
|
+
"output_required": true,
|
8847
8860
|
"type": "string",
|
8848
8861
|
"value_allowed_null": false
|
8849
8862
|
},
|
@@ -10817,7 +10830,7 @@
|
|
10817
10830
|
"example": "a91hoLqi",
|
10818
10831
|
"member": "string",
|
10819
10832
|
"name": "CertificateId",
|
10820
|
-
"
|
10833
|
+
"output_required": true,
|
10821
10834
|
"type": "string",
|
10822
10835
|
"value_allowed_null": false
|
10823
10836
|
},
|
@@ -10827,7 +10840,7 @@
|
|
10827
10840
|
"example": "1",
|
10828
10841
|
"member": "bool",
|
10829
10842
|
"name": "IsSuccess",
|
10830
|
-
"
|
10843
|
+
"output_required": true,
|
10831
10844
|
"type": "bool",
|
10832
10845
|
"value_allowed_null": false
|
10833
10846
|
},
|
@@ -19,7 +19,7 @@
|
|
19
19
|
"CancelCertificateOrder": [
|
20
20
|
{
|
21
21
|
"document": "",
|
22
|
-
"input": "
|
22
|
+
"input": "POST / HTTP/1.1\nHost: ssl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CancelCertificateOrder\n<公共请求参数>\n\n{\n \"CertificateId\": \"hehj***jsj\"\n}",
|
23
23
|
"output": "{\n \"Response\": {\n \"CertificateId\": \"hjejs**jsj\",\n \"RequestId\": \"9b397ac6-7d01-4fbc-8acc-52dd6ff0877b\"\n }\n}",
|
24
24
|
"title": "取消证书订单"
|
25
25
|
}
|
@@ -43,7 +43,7 @@
|
|
43
43
|
"CommitCertificateInformation": [
|
44
44
|
{
|
45
45
|
"document": "提交证书订单",
|
46
|
-
"input": "
|
46
|
+
"input": "POST / HTTP/1.1\nHost: ssl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CommitCertificateInformation\n<公共请求参数>\n\n{\n \"CertificateId\": \"hehj***jsj\",\n \"VerifyType\": \"DNS\"\n}",
|
47
47
|
"output": "{\n \"Response\": {\n \"OrderId\": \"SO8zRv29\",\n \"Status\": 8,\n \"RequestId\": \"9b397ac6-7d01-4fbc-8acc-52dd6ff0877b\"\n }\n}",
|
48
48
|
"title": "提交证书订单"
|
49
49
|
}
|
@@ -59,7 +59,7 @@
|
|
59
59
|
"CreateCertificate": [
|
60
60
|
{
|
61
61
|
"document": "购买付费证书",
|
62
|
-
"input": "
|
62
|
+
"input": "POST / HTTP/1.1\nHost: ssl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCertificate\n<公共请求参数>\n\n{\n \"ProductId\": 25,\n \"DomainNum\": 1,\n \"TimeSpan\": 1\n}",
|
63
63
|
"output": "{\n \"Response\": {\n \"CertificateIds\": [\n \"gf16kv3A\"\n ],\n \"DealIds\": [\n \"20200923877000003022941\"\n ],\n \"RequestId\": \"5a3d8310-3d7e-42d3-923a-b81407fe495e\"\n }\n}",
|
64
64
|
"title": "创建证书"
|
65
65
|
}
|
@@ -83,7 +83,7 @@
|
|
83
83
|
"DeleteCertificate": [
|
84
84
|
{
|
85
85
|
"document": "",
|
86
|
-
"input": "
|
86
|
+
"input": "POST / HTTP/1.1\nHost: ssl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteCertificate\n<公共请求参数>\n\n{\n \"CertificateId\": \"hhe**jjsj\",\n \"IsCheckResource\": false\n}",
|
87
87
|
"output": "{\n \"Response\": {\n \"DeleteResult\": true,\n \"RequestId\": \"0b39eaa4-f938-476d-9b26-19fb07b80936\"\n }\n}",
|
88
88
|
"title": "删除证书"
|
89
89
|
},
|
@@ -143,7 +143,7 @@
|
|
143
143
|
"DescribeCertificate": [
|
144
144
|
{
|
145
145
|
"document": "获取证书信息",
|
146
|
-
"input": "
|
146
|
+
"input": "POST / HTTP/1.1\nHost: ssl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCertificate\n<公共请求参数>\n\n{\n \"CertificateId\": \"hhe**jjsj\"\n}",
|
147
147
|
"output": "{\n \"Response\": {\n \"OwnerUin\": \"100017***920\",\n \"ProjectId\": \"0\",\n \"From\": \"trustasia\",\n \"CertificateType\": \"SVR\",\n \"PackageType\": \"83\",\n \"ProductZhName\": \"TrustAsia C1 DV Free\",\n \"Domain\": \"zrhh.online\",\n \"Alias\": \"\",\n \"Status\": 1,\n \"StatusMsg\": \"CA-REVIEWING\",\n \"VerifyType\": \"DNS_AUTO\",\n \"VulnerabilityStatus\": \"INACTIVE\",\n \"CertBeginTime\": \"2024-11-27 08:00:00\",\n \"CertEndTime\": \"2025-02-26 07:59:59\",\n \"ValidityPeriod\": \"3\",\n \"InsertTime\": \"2024-11-27 17:44:36\",\n \"OrderId\": \"Hy***85G_mZOLxSuw\",\n \"DvAuthDetail\": {\n \"DvAuths\": null,\n \"DvAuthKey\": null,\n \"DvAuthValue\": null,\n \"DvAuthDomain\": null,\n \"DvAuthPath\": null,\n \"DvAuthKeySubDomain\": \"\"\n },\n \"VulnerabilityReport\": null,\n \"CertificateId\": \"Juz8JAxn\",\n \"StatusName\": \"已颁发\",\n \"SubjectAltName\": [\n \"www.zrhh.online\"\n ],\n \"IsVip\": false,\n \"IsWildcard\": false,\n \"IsDv\": true,\n \"IsVulnerability\": false,\n \"RenewAble\": false,\n \"SubmittedData\": null,\n \"Deployable\": true,\n \"Tags\": [],\n \"CAEncryptAlgorithms\": [],\n \"CACommonNames\": [],\n \"CAEndTimes\": [],\n \"DvRevokeAuthDetail\": [],\n \"CertificateExtra\": {\n \"SMCert\": 0,\n \"ReplacedBy\": null,\n \"OriginCertificateId\": null,\n \"ReplacedFor\": null,\n \"RenewOrder\": null,\n \"DomainNumber\": \"1\",\n \"CompanyType\": 1\n },\n \"PackageTypeName\": \"TrustAsia C1 DV Free\",\n \"RequestId\": \"14727a68-3b90-4408-99c9-dea6d7de9456\"\n }\n}",
|
148
148
|
"title": "获取证书信息"
|
149
149
|
}
|
@@ -181,7 +181,7 @@
|
|
181
181
|
"DescribeCertificateOperateLogs": [
|
182
182
|
{
|
183
183
|
"document": "",
|
184
|
-
"input": "
|
184
|
+
"input": "POST / HTTP/1.1\nHost: ssl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCertificateOperateLogs\n<公共请求参数>\n\n{\n \"Limit\": 5,\n \"Offset\": 0\n}",
|
185
185
|
"output": "{\n \"Response\": {\n \"AllTotal\": 29,\n \"TotalCount\": 5,\n \"OperateLogs\": [\n {\n \"Action\": \"用户[uin: 100017155920] 删除 证书[id: JiDVp1SG]\",\n \"CreatedOn\": \"2024-11-28 15:02:12\",\n \"Uin\": \"100017155920\",\n \"SubAccountUin\": \"100017155920\",\n \"CertId\": \"JiDVp1SG\",\n \"Type\": \"delete\"\n },\n {\n \"Action\": \"用户[uin: --] 证书[id: JiDVp1SG]\",\n \"CreatedOn\": \"2024-11-27 18:16:29\",\n \"Uin\": \"100017155920\",\n \"SubAccountUin\": \"--\",\n \"CertId\": \"JiDVp1SG\",\n \"Type\": \"revoked\"\n },\n {\n \"Action\": \"用户[uin: 100017155920] 吊销 证书[id: JiDVp1SG]\",\n \"CreatedOn\": \"2024-11-27 17:46:19\",\n \"Uin\": \"100017155920\",\n \"SubAccountUin\": \"100017155920\",\n \"CertId\": \"JiDVp1SG\",\n \"Type\": \"revoke\"\n },\n {\n \"Action\": \"用户[uin: --] 签发 证书[id: Juz8JAxn]\",\n \"CreatedOn\": \"2024-11-27 17:45:21\",\n \"Uin\": \"100017155920\",\n \"SubAccountUin\": \"--\",\n \"CertId\": \"Juz8JAxn\",\n \"Type\": \"issued\"\n },\n {\n \"Action\": \"用户[uin: --] 签发 证书[id: Juz9IaDi]\",\n \"CreatedOn\": \"2024-11-27 17:45:09\",\n \"Uin\": \"100017155920\",\n \"SubAccountUin\": \"--\",\n \"CertId\": \"Juz9IaDi\",\n \"Type\": \"issued\"\n }\n ],\n \"RequestId\": \"14727a68-3b90-4408-99c9-dea6d7de9456\"\n }\n}",
|
186
186
|
"title": "获取用户近15天前5条证书操作日志"
|
187
187
|
}
|
@@ -373,7 +373,7 @@
|
|
373
373
|
"DownloadCertificate": [
|
374
374
|
{
|
375
375
|
"document": "",
|
376
|
-
"input": "
|
376
|
+
"input": "POST / HTTP/1.1\nHost: ssl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DownloadCertificate\n<公共请求参数>\n\n{\n \"CertificateId\": \"hehx***hshj\"\n}",
|
377
377
|
"output": "{\n \"Response\": {\n \"Content\": \"UEsD......vAAA\",\n \"ContentType\": \"application/zip\",\n \"RequestId\": \"084d5612-67a7-4aca-aac9-827aa3662b2d\"\n }\n}",
|
378
378
|
"title": "下载证书"
|
379
379
|
}
|
@@ -381,8 +381,8 @@
|
|
381
381
|
"ModifyCertificateAlias": [
|
382
382
|
{
|
383
383
|
"document": "",
|
384
|
-
"input": "
|
385
|
-
"output": "{\n \"Response\": {\n \"CertificateId\": \"
|
384
|
+
"input": "POST / HTTP/1.1\nHost: ssl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyCertificateAlias\n<公共请求参数>\n\n{\n \"CertificateId\": \"hehx***hshj\",\n \"Alias\": \"others\"\n}",
|
385
|
+
"output": "{\n \"Response\": {\n \"CertificateId\": \"hehx***hshj\",\n \"RequestId\": \"9b397ac6-7d01-4fbc-8acc-52dd6ff0877b\"\n }\n}",
|
386
386
|
"title": "修改证书备注"
|
387
387
|
}
|
388
388
|
],
|
@@ -413,7 +413,7 @@
|
|
413
413
|
"ReplaceCertificate": [
|
414
414
|
{
|
415
415
|
"document": "",
|
416
|
-
"input": "
|
416
|
+
"input": "POST / HTTP/1.1\nHost: ssl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ReplaceCertificate\n<公共请求参数>\n\n{\n \"CertificateId\": \"hehx***hshj\",\n \"ValidType\": \"DNS\"\n}",
|
417
417
|
"output": "{\n \"Response\": {\n \"CertificateId\": \"a91hoLqo\",\n \"RequestId\": \"91afa3b6-5b67-43e1-b312-9d3b9bf0f410\"\n }\n}",
|
418
418
|
"title": "重颁发证书"
|
419
419
|
}
|
@@ -421,7 +421,7 @@
|
|
421
421
|
"RevokeCertificate": [
|
422
422
|
{
|
423
423
|
"document": "吊销证书",
|
424
|
-
"input": "
|
424
|
+
"input": "POST / HTTP/1.1\nHost: ssl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RevokeCertificate\n<公共请求参数>\n\n{\n \"CertificateId\": \"hehx***hshj\",\n \"Reason\": \"revoke\"\n}",
|
425
425
|
"output": "{\n \"Response\": {\n \"RevokeDomainValidateAuths\": [\n {\n \"DomainValidateAuthPath\": \"/.well-known/pki-validation/\",\n \"DomainValidateAuthKey\": \"fileauth.txt\",\n \"DomainValidateAuthValue\": \"2020091410184....fvkw2nv1z283lzfi66n\",\n \"DomainValidateAuthDomain\": \"abc.com\"\n }\n ],\n \"RequestId\": \"91afa3b6-5b67-43e1-b312-9d3b9bf0f410\"\n }\n}",
|
426
426
|
"title": "吊销证书"
|
427
427
|
}
|
@@ -437,7 +437,7 @@
|
|
437
437
|
"SubmitCertificateInformation": [
|
438
438
|
{
|
439
439
|
"document": "",
|
440
|
-
"input": "
|
440
|
+
"input": "POST / HTTP/1.1\nHost: ssl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SubmitCertificateInformation\n<公共请求参数>\n\n{\n \"CertificateId\": \"abcb1234\",\n \"CsrType\": \"online\",\n \"CertificateDomain\": \"*.test-dq342da.com\",\n \"OrganizationName\": \"Tencent\",\n \"OrganizationDivision\": \"Qcloud\",\n \"OrganizationAddress\": \"南山区腾讯大厦1000号\",\n \"OrganizationCountry\": \"CN\",\n \"OrganizationCity\": \"深圳市\",\n \"OrganizationRegion\": \"广东省\",\n \"PhoneAreaCode\": \"0755\",\n \"PhoneNumber\": \"86013388\",\n \"AdminFirstName\": \"test\",\n \"AdminLastName\": \"test\",\n \"AdminPhoneNum\": \"12345678901\",\n \"AdminEmail\": \"test@tencent.com\",\n \"AdminPosition\": \"developer\",\n \"ContactFirstName\": \"test\",\n \"ContactLastName\": \"test\",\n \"ContactEmail\": \"test@tencent.com\",\n \"ContactNumber\": \"12345678901\",\n \"ContactPosition\": \"developer\"\n}",
|
441
441
|
"output": "{\n \"Response\": {\n \"CertificateId\": \"abcb1234\",\n \"RequestId\": \"9b397ac6-7d01-4fbc-8acc-52dd6ff0877b\"\n }\n}",
|
442
442
|
"title": "提交证书资料"
|
443
443
|
}
|
@@ -491,7 +491,7 @@
|
|
491
491
|
"UploadRevokeLetter": [
|
492
492
|
{
|
493
493
|
"document": "",
|
494
|
-
"input": "
|
494
|
+
"input": "POST / HTTP/1.1\nHost: ssl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UploadRevokeLetter\n<公共请求参数>\n\n{\n \"CertificateId\": \"a91hoLqi\",\n \"RevokeLetter\": \"hexhku6378***66hsnkxks\"\n}",
|
495
495
|
"output": "{\n \"Response\": {\n \"RequestId\": \"15dc3823-4089-4fd6-81a6-ec8baf5ec330\",\n \"CertificateId\": \"a91hoLqi\",\n \"IsSuccess\": true\n }\n}",
|
496
496
|
"title": "上传证书吊销确认函"
|
497
497
|
}
|