tccli 3.0.1233.1__py2.py3-none-any.whl → 3.0.1235.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 (41) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/cdb/v20170320/api.json +15 -15
  3. tccli/services/cls/v20201016/api.json +4 -4
  4. tccli/services/cwp/cwp_client.py +326 -8
  5. tccli/services/cwp/v20180228/api.json +488 -1
  6. tccli/services/cwp/v20180228/examples.json +48 -0
  7. tccli/services/ess/v20201111/api.json +1 -1
  8. tccli/services/essbasic/v20210526/api.json +11 -11
  9. tccli/services/faceid/v20180301/api.json +19 -0
  10. tccli/services/hunyuan/v20230901/api.json +12 -3
  11. tccli/services/iotexplorer/iotexplorer_client.py +106 -0
  12. tccli/services/iotexplorer/v20190423/api.json +173 -4
  13. tccli/services/iotexplorer/v20190423/examples.json +16 -0
  14. tccli/services/iotvideo/iotvideo_client.py +106 -0
  15. tccli/services/iotvideo/v20211125/api.json +169 -0
  16. tccli/services/iotvideo/v20211125/examples.json +16 -0
  17. tccli/services/ivld/v20210903/api.json +1 -1
  18. tccli/services/lighthouse/v20200324/api.json +59 -59
  19. tccli/services/lighthouse/v20200324/examples.json +4 -4
  20. tccli/services/lke/v20231130/api.json +2 -2
  21. tccli/services/memcached/v20190318/api.json +6 -6
  22. tccli/services/ocr/v20181119/api.json +5 -5
  23. tccli/services/ocr/v20181119/examples.json +7 -7
  24. tccli/services/privatedns/v20201028/api.json +8 -8
  25. tccli/services/smh/v20210712/api.json +7 -7
  26. tccli/services/smh/v20210712/examples.json +1 -1
  27. tccli/services/ssl/v20191205/api.json +46 -33
  28. tccli/services/ssl/v20191205/examples.json +15 -15
  29. tccli/services/tcbr/v20220217/api.json +71 -71
  30. tccli/services/tcbr/v20220217/examples.json +13 -31
  31. tccli/services/teo/v20220901/api.json +1 -1
  32. tccli/services/trocket/v20230308/api.json +19 -0
  33. tccli/services/tsf/v20180326/api.json +1577 -1408
  34. tccli/services/tsf/v20180326/examples.json +55 -61
  35. tccli/services/vpc/v20170312/api.json +9 -0
  36. tccli/services/wedata/v20210820/api.json +87 -0
  37. {tccli-3.0.1233.1.dist-info → tccli-3.0.1235.1.dist-info}/METADATA +2 -2
  38. {tccli-3.0.1233.1.dist-info → tccli-3.0.1235.1.dist-info}/RECORD +41 -41
  39. {tccli-3.0.1233.1.dist-info → tccli-3.0.1235.1.dist-info}/WHEEL +0 -0
  40. {tccli-3.0.1233.1.dist-info → tccli-3.0.1235.1.dist-info}/entry_points.txt +0 -0
  41. {tccli-3.0.1233.1.dist-info → tccli-3.0.1235.1.dist-info}/license_files/LICENSE +0 -0
@@ -1515,22 +1515,20 @@
1515
1515
  {
1516
1516
  "disabled": false,
1517
1517
  "document": "参数名",
1518
- "example": "",
1518
+ "example": "Domain",
1519
1519
  "member": "string",
1520
1520
  "name": "Name",
1521
1521
  "required": true,
1522
- "type": "string",
1523
- "value_allowed_null": false
1522
+ "type": "string"
1524
1523
  },
1525
1524
  {
1526
1525
  "disabled": false,
1527
1526
  "document": "参数值数组",
1528
- "example": "",
1527
+ "example": "qq.com",
1529
1528
  "member": "string",
1530
1529
  "name": "Values",
1531
1530
  "required": true,
1532
- "type": "list",
1533
- "value_allowed_null": false
1531
+ "type": "list"
1534
1532
  }
1535
1533
  ],
1536
1534
  "usage": "in"
@@ -2378,9 +2376,10 @@
2378
2376
  {
2379
2377
  "disabled": false,
2380
2378
  "document": "标签键",
2381
- "example": "",
2379
+ "example": "key1",
2382
2380
  "member": "string",
2383
2381
  "name": "TagKey",
2382
+ "output_required": true,
2384
2383
  "required": true,
2385
2384
  "type": "string",
2386
2385
  "value_allowed_null": false
@@ -2388,9 +2387,10 @@
2388
2387
  {
2389
2388
  "disabled": false,
2390
2389
  "document": "标签值",
2391
- "example": "",
2390
+ "example": "value1",
2392
2391
  "member": "string",
2393
2392
  "name": "TagValue",
2393
+ "output_required": true,
2394
2394
  "required": true,
2395
2395
  "type": "string",
2396
2396
  "value_allowed_null": false
@@ -137,7 +137,7 @@
137
137
  {
138
138
  "disabled": false,
139
139
  "document": "存储桶全名,新建后不可更改。当前版本不再支持指定存储桶。",
140
- "example": "",
140
+ "example": "demo-bucket-13000000000",
141
141
  "member": "string",
142
142
  "name": "BucketName",
143
143
  "required": false,
@@ -146,7 +146,7 @@
146
146
  {
147
147
  "disabled": false,
148
148
  "document": "存储桶所在地域,新建后不可更改。当前版本不再支持指定存储桶所在地域。",
149
- "example": "",
149
+ "example": "ap-guangzhou",
150
150
  "member": "string",
151
151
  "name": "BucketRegion",
152
152
  "required": false,
@@ -384,7 +384,7 @@
384
384
  {
385
385
  "disabled": false,
386
386
  "document": "自定义信息。不超过 255 个字符。",
387
- "example": "",
387
+ "example": "普通用户",
388
388
  "member": "string",
389
389
  "name": "Customize",
390
390
  "required": false,
@@ -529,7 +529,7 @@
529
529
  {
530
530
  "disabled": false,
531
531
  "document": "自定义信息。\n注意:此字段可能返回 null,表示取不到有效值。",
532
- "example": "",
532
+ "example": "普通用户",
533
533
  "member": "string",
534
534
  "name": "Customize",
535
535
  "output_required": false,
@@ -1628,7 +1628,7 @@
1628
1628
  {
1629
1629
  "disabled": false,
1630
1630
  "document": "自定义信息。不超过 255 个字符。",
1631
- "example": "",
1631
+ "example": "普通用户",
1632
1632
  "member": "string",
1633
1633
  "name": "Customize",
1634
1634
  "required": false,
@@ -1773,7 +1773,7 @@
1773
1773
  {
1774
1774
  "disabled": false,
1775
1775
  "document": "自定义信息。",
1776
- "example": "",
1776
+ "example": "普通用户",
1777
1777
  "member": "string",
1778
1778
  "name": "Customize",
1779
1779
  "output_required": false,
@@ -1997,7 +1997,7 @@
1997
1997
  {
1998
1998
  "disabled": false,
1999
1999
  "document": "短信验证码",
2000
- "example": "1234",
2000
+ "example": "2261",
2001
2001
  "member": "string",
2002
2002
  "name": "Code",
2003
2003
  "required": true,
@@ -115,7 +115,7 @@
115
115
  "VerifySmsCode": [
116
116
  {
117
117
  "document": "",
118
- "input": "POST / HTTP/1.1\nHost: smh.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: VerifySmsCode\n<公共请求参数>\n\n{\n \"Purpose\": \"BindSuperAdmin\",\n \"InstanceId\": \"n0v9tdme\",\n \"PhoneNumber\": \"18999999999\",\n \"Code\": \"1234\"\n}",
118
+ "input": "POST / HTTP/1.1\nHost: smh.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: VerifySmsCode\n<公共请求参数>\n\n{\n \"Purpose\": \"BindSuperAdmin\",\n \"InstanceId\": \"n0v9tdme\",\n \"PhoneNumber\": \"18999999999\",\n \"Code\": \"2261\"\n}",
119
119
  "output": "{\n \"Response\": {\n \"RequestId\": \"98a878b5-8c16-4788-a7e7-4b1a19a461db\"\n }\n}",
120
120
  "title": "验证短信验证码"
121
121
  }
@@ -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
- "required": true,
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
- "required": true,
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
- "required": true,
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": "https://ssl.tencentcloudapi.com/?Action=CancelCertificateOrder\n&CertificateId=hjejs**jsj\n&<公共请求参数>",
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": "https://ssl.tencentcloudapi.com/?Action=CommitCertificateInformation\n&CertificateId=djes**hh\n&<公共请求参数>",
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": "https://ssl.tencentcloudapi.com/?Action=CreateCertificate\n&ProductId=25\n&DomainNum=1\n&TimeSpan=1\n&<公共请求参数>",
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": "https://ssl.tencentcloudapi.com/?Action=DeleteCertificate\n&CertificateId=CertificateId\n&<公共请求参数>",
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": "https://ssl.tencentcloudapi.com/?Action=DescribeCertificate\n&CertificateId=CertificateId\n&<公共请求参数>",
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": "https://ssl.tencentcloudapi.com/?Action=DescribeCertificateOperateLogs\r\n&Limit=5\r\n&<公共请求参数>",
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
  }
@@ -213,8 +213,8 @@
213
213
  "DescribeDeployedResources": [
214
214
  {
215
215
  "document": "证书查询关联资源",
216
- "input": "POST / HTTP/1.1\nHost: ssl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDeployedResources\n<公共请求参数>\n\n{\n \"ResourceType\": \"xx1\",\n \"CertificateIds\": [\n \"xx1\"\n ]\n}",
217
- "output": "{\n \"Response\": {\n \"DeployedResources\": [\n {\n \"CertificateId\": \"xx1\",\n \"ResourceIds\": null,\n \"Resources\": [],\n \"Type\": \"xx1\",\n \"Count\": 0\n }\n ],\n \"RequestId\": \"xx1-xxx\"\n }\n}",
216
+ "input": "POST / HTTP/1.1\nHost: ssl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDeployedResources\n<公共请求参数>\n\n{\n \"ResourceType\": \"teo\",\n \"CertificateIds\": [\n \"Tjs***jjs\"\n ]\n}",
217
+ "output": "{\n \"Response\": {\n \"DeployedResources\": [\n {\n \"CertificateId\": \"Tjs***jjs\",\n \"ResourceIds\": [\n \"ins-******\"\n ],\n \"Resources\": [\n \"inx-******\"\n ],\n \"Type\": \"teo\",\n \"Count\": 1\n }\n ],\n \"RequestId\": \"14727a68-3b90-4408-99c9-dea6d7de9456\"\n }\n}",
218
218
  "title": "证书查询关联资源"
219
219
  }
220
220
  ],
@@ -373,7 +373,7 @@
373
373
  "DownloadCertificate": [
374
374
  {
375
375
  "document": "",
376
- "input": "https://ssl.tencentcloudapi.com/?Action=DownloadCertificate\r\n&CertificateId=CertificateId\r\n&<公共请求参数>",
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": "https://ssl.tencentcloudapi.com/?Action=ModifyCertificateAlias\n&CertificateId=abcb1234\n&Alias=others\n&<公共请求参数>",
385
- "output": "{\n \"Response\": {\n \"CertificateId\": \"abcb1234\",\n \"RequestId\": \"9b397ac6-7d01-4fbc-8acc-52dd6ff0877b\"\n }\n}",
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": "https://ssl.tencentcloudapi.com/?Action=ReplaceCertificate\n&CertificateId=a91hoLqi\n&ValidType=DNS\n&<公共请求参数>",
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": "https://ssl.tencentcloudapi.com/?Action=RevokeCertificate\n&CertificateId=a91hoLqi\n&Reason=revoke\n&<公共请求参数>",
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": "https://ssl.tencentcloudapi.com/?Action=SubmitCertificateInformation\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&<公共请求参数>",
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": "https://ssl.tencentcloudapi.com/?Action=UploadRevokeLetter\n&CertificateId=a91hoLqi\n&RevokeLetter=base64content\n&<公共请求参数>",
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
  }