tccli 3.0.1214.1__py2.py3-none-any.whl → 3.0.1216.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/configure.py +46 -1
- tccli/services/__init__.py +0 -3
- tccli/services/ams/v20201229/examples.json +2 -2
- tccli/services/apm/v20210622/api.json +20 -0
- tccli/services/asr/v20190614/api.json +3 -3
- tccli/services/bi/v20220105/api.json +32 -4
- tccli/services/bi/v20220105/examples.json +1 -1
- tccli/services/billing/billing_client.py +53 -0
- tccli/services/billing/v20180709/api.json +304 -0
- tccli/services/billing/v20180709/examples.json +8 -0
- tccli/services/bsca/v20210811/api.json +222 -17
- tccli/services/bsca/v20210811/examples.json +4 -4
- tccli/services/ccc/ccc_client.py +53 -0
- tccli/services/ccc/v20200210/api.json +176 -18
- tccli/services/ccc/v20200210/examples.json +11 -3
- tccli/services/cdb/v20170320/api.json +22 -4
- tccli/services/cdb/v20170320/examples.json +1 -1
- tccli/services/cdn/v20180606/api.json +5 -3
- tccli/services/cdwdoris/v20211228/api.json +23 -2
- tccli/services/cfs/v20190719/api.json +3 -3
- tccli/services/cfw/v20190904/api.json +86 -52
- tccli/services/cfw/v20190904/examples.json +68 -56
- tccli/services/ciam/v20220331/api.json +316 -315
- tccli/services/ciam/v20220331/examples.json +49 -49
- tccli/services/ckafka/v20190819/api.json +1 -1
- tccli/services/cloudaudit/cloudaudit_client.py +30 -30
- tccli/services/cloudaudit/v20190319/api.json +215 -186
- tccli/services/cloudaudit/v20190319/examples.json +13 -13
- tccli/services/cls/v20201016/api.json +365 -66
- tccli/services/cls/v20201016/examples.json +9 -3
- tccli/services/csip/v20221121/api.json +4 -4
- tccli/services/cvm/v20170312/api.json +42 -0
- tccli/services/cwp/v20180228/api.json +865 -809
- tccli/services/cwp/v20180228/examples.json +98 -110
- tccli/services/cynosdb/v20190107/api.json +77 -29
- tccli/services/cynosdb/v20190107/examples.json +22 -22
- tccli/services/dasb/v20191018/api.json +77 -0
- tccli/services/dasb/v20191018/examples.json +5 -5
- tccli/services/dbbrain/v20191016/examples.json +1 -1
- tccli/services/dlc/v20210125/api.json +11 -0
- tccli/services/domain/v20180808/api.json +3 -3
- tccli/services/domain/v20180808/examples.json +3 -3
- tccli/services/eb/v20210416/api.json +15 -15
- tccli/services/eb/v20210416/examples.json +1 -1
- tccli/services/emr/v20190103/api.json +9 -0
- tccli/services/es/es_client.py +249 -37
- tccli/services/es/v20180416/api.json +521 -0
- tccli/services/es/v20180416/examples.json +32 -0
- tccli/services/ess/ess_client.py +53 -0
- tccli/services/ess/v20201111/api.json +155 -10
- tccli/services/ess/v20201111/examples.json +15 -1
- tccli/services/essbasic/essbasic_client.py +106 -0
- tccli/services/essbasic/v20210526/api.json +244 -13
- tccli/services/essbasic/v20210526/examples.json +22 -0
- tccli/services/gaap/v20180529/api.json +44 -26
- tccli/services/gaap/v20180529/examples.json +24 -30
- tccli/services/hunyuan/v20230901/examples.json +6 -0
- tccli/services/iotexplorer/v20190423/api.json +40 -0
- tccli/services/iss/v20230517/api.json +19 -0
- tccli/services/live/v20180801/api.json +35 -9
- tccli/services/mongodb/v20190725/api.json +6 -8
- tccli/services/mqtt/v20240516/api.json +2 -2
- tccli/services/mqtt/v20240516/examples.json +1 -1
- tccli/services/ocr/v20181119/api.json +2 -2
- tccli/services/organization/organization_client.py +352 -34
- tccli/services/organization/v20210331/api.json +451 -0
- tccli/services/organization/v20210331/examples.json +48 -0
- tccli/services/partners/partners_client.py +57 -4
- tccli/services/partners/v20180321/api.json +44 -0
- tccli/services/partners/v20180321/examples.json +8 -0
- tccli/services/region/v20220627/api.json +1 -1
- tccli/services/scf/scf_client.py +269 -4
- tccli/services/scf/v20180416/api.json +554 -0
- tccli/services/scf/v20180416/examples.json +46 -0
- tccli/services/ssl/v20191205/api.json +34 -5
- tccli/services/tat/v20201028/api.json +27 -25
- tccli/services/tat/v20201028/examples.json +4 -4
- tccli/services/tcss/v20201101/api.json +256 -14
- tccli/services/tcss/v20201101/examples.json +7 -7
- tccli/services/tdmq/v20200217/api.json +64 -63
- tccli/services/tdmq/v20200217/examples.json +2 -2
- tccli/services/tem/v20210701/api.json +144 -103
- tccli/services/tem/v20210701/examples.json +27 -27
- tccli/services/teo/teo_client.py +277 -12
- tccli/services/teo/v20220901/api.json +1023 -146
- tccli/services/teo/v20220901/examples.json +71 -1
- tccli/services/tke/tke_client.py +53 -0
- tccli/services/tke/v20180525/api.json +43 -0
- tccli/services/tke/v20180525/examples.json +8 -0
- tccli/services/tms/tms_client.py +4 -57
- tccli/services/tms/v20201229/api.json +0 -354
- tccli/services/tms/v20201229/examples.json +0 -8
- tccli/services/trtc/v20190722/api.json +221 -22
- tccli/services/vpc/v20170312/api.json +111 -34
- tccli/services/vpc/v20170312/examples.json +11 -3
- tccli/services/vpc/vpc_client.py +107 -54
- tccli/services/waf/v20180125/api.json +61 -0
- tccli/services/waf/v20180125/examples.json +8 -0
- tccli/services/waf/waf_client.py +53 -0
- tccli/services/wedata/v20210820/api.json +686 -0
- tccli/services/wedata/v20210820/examples.json +16 -0
- tccli/services/wedata/wedata_client.py +106 -0
- {tccli-3.0.1214.1.dist-info → tccli-3.0.1216.1.dist-info}/METADATA +6 -2
- {tccli-3.0.1214.1.dist-info → tccli-3.0.1216.1.dist-info}/RECORD +108 -112
- tccli/services/cr/__init__.py +0 -4
- tccli/services/cr/cr_client.py +0 -1626
- tccli/services/cr/v20180321/api.json +0 -2829
- tccli/services/cr/v20180321/examples.json +0 -235
- {tccli-3.0.1214.1.dist-info → tccli-3.0.1216.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1214.1.dist-info → tccli-3.0.1216.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1214.1.dist-info → tccli-3.0.1216.1.dist-info}/license_files/LICENSE +0 -0
@@ -1870,7 +1870,7 @@
|
|
1870
1870
|
"example": "cert-xxx",
|
1871
1871
|
"member": "string",
|
1872
1872
|
"name": "CertificateId",
|
1873
|
-
"
|
1873
|
+
"output_required": true,
|
1874
1874
|
"type": "string",
|
1875
1875
|
"value_allowed_null": false
|
1876
1876
|
},
|
@@ -2625,7 +2625,7 @@
|
|
2625
2625
|
{
|
2626
2626
|
"disabled": false,
|
2627
2627
|
"document": "接入地域。",
|
2628
|
-
"example": "
|
2628
|
+
"example": "GuangZhou",
|
2629
2629
|
"member": "string",
|
2630
2630
|
"name": "AccessRegion",
|
2631
2631
|
"required": true,
|
@@ -2652,7 +2652,7 @@
|
|
2652
2652
|
{
|
2653
2653
|
"disabled": false,
|
2654
2654
|
"document": "源站地域。当GroupId存在时,源站地域为通道组的源站地域,此时可不填该字段。当GroupId不存在时,需要填写该字段",
|
2655
|
-
"example": "
|
2655
|
+
"example": "Hongkong",
|
2656
2656
|
"member": "string",
|
2657
2657
|
"name": "RealServerRegion",
|
2658
2658
|
"required": false,
|
@@ -2670,7 +2670,7 @@
|
|
2670
2670
|
{
|
2671
2671
|
"disabled": false,
|
2672
2672
|
"document": "通道所在的通道组ID,当在通道组中创建通道时必带,否则忽略该字段。",
|
2673
|
-
"example": "lg-
|
2673
|
+
"example": "lg-2sczm0nv",
|
2674
2674
|
"member": "string",
|
2675
2675
|
"name": "GroupId",
|
2676
2676
|
"required": false,
|
@@ -2688,7 +2688,7 @@
|
|
2688
2688
|
{
|
2689
2689
|
"disabled": false,
|
2690
2690
|
"document": "被复制的通道ID。只有处于运行中状态的通道可以被复制。\n当设置该参数时,表示复制该通道。",
|
2691
|
-
"example": "
|
2691
|
+
"example": "link-nphqtout",
|
2692
2692
|
"member": "string",
|
2693
2693
|
"name": "ClonedProxyId",
|
2694
2694
|
"required": false,
|
@@ -2751,7 +2751,7 @@
|
|
2751
2751
|
"example": "link-11112222",
|
2752
2752
|
"member": "string",
|
2753
2753
|
"name": "InstanceId",
|
2754
|
-
"
|
2754
|
+
"output_required": true,
|
2755
2755
|
"type": "string",
|
2756
2756
|
"value_allowed_null": false
|
2757
2757
|
},
|
@@ -3978,7 +3978,7 @@
|
|
3978
3978
|
"example": "无",
|
3979
3979
|
"member": "Certificate",
|
3980
3980
|
"name": "CertificateSet",
|
3981
|
-
"
|
3981
|
+
"output_required": true,
|
3982
3982
|
"type": "list",
|
3983
3983
|
"value_allowed_null": false
|
3984
3984
|
},
|
@@ -3988,7 +3988,7 @@
|
|
3988
3988
|
"example": "19",
|
3989
3989
|
"member": "int64",
|
3990
3990
|
"name": "TotalCount",
|
3991
|
-
"
|
3991
|
+
"output_required": true,
|
3992
3992
|
"type": "int",
|
3993
3993
|
"value_allowed_null": false
|
3994
3994
|
},
|
@@ -4889,7 +4889,7 @@
|
|
4889
4889
|
"example": "无",
|
4890
4890
|
"member": "MetricStatisticsInfo",
|
4891
4891
|
"name": "StatisticsData",
|
4892
|
-
"
|
4892
|
+
"output_required": true,
|
4893
4893
|
"type": "list",
|
4894
4894
|
"value_allowed_null": false
|
4895
4895
|
},
|
@@ -5386,7 +5386,7 @@
|
|
5386
5386
|
},
|
5387
5387
|
{
|
5388
5388
|
"disabled": false,
|
5389
|
-
"document": "统计指标名称列表,支持: 入带宽:InBandwidth, 出带宽:OutBandwidth, 并发:Concurrent, 入包量:InPackets, 出包量:OutPackets, 丢包率:PacketLoss, 延迟:Latency
|
5389
|
+
"document": "统计指标名称列表,支持: \n入带宽:InBandwidth, \n出带宽:OutBandwidth, \n并发:Concurrent, \n入包量:InPackets, \n出包量:OutPackets, \n丢包率:PacketLoss, \n延迟:Latency,\nHTTP请求量:HttpQPS, \nHTTP请求量利用率:HttpQPSPercent,\nHTTPS请求量:HttpsQPS,\nHTTPS请求量利用率:HttpsQPSPercent",
|
5390
5390
|
"example": "[\"Concurrent\\n\"]",
|
5391
5391
|
"member": "string",
|
5392
5392
|
"name": "MetricNames",
|
@@ -5423,7 +5423,7 @@
|
|
5423
5423
|
"example": "无",
|
5424
5424
|
"member": "MetricStatisticsInfo",
|
5425
5425
|
"name": "StatisticsData",
|
5426
|
-
"
|
5426
|
+
"output_required": true,
|
5427
5427
|
"type": "list",
|
5428
5428
|
"value_allowed_null": false
|
5429
5429
|
},
|
@@ -5859,7 +5859,7 @@
|
|
5859
5859
|
"example": "2",
|
5860
5860
|
"member": "uint64",
|
5861
5861
|
"name": "TotalCount",
|
5862
|
-
"
|
5862
|
+
"output_required": true,
|
5863
5863
|
"type": "int",
|
5864
5864
|
"value_allowed_null": false
|
5865
5865
|
},
|
@@ -5869,7 +5869,7 @@
|
|
5869
5869
|
"example": "无",
|
5870
5870
|
"member": "RealServer",
|
5871
5871
|
"name": "RealServerSet",
|
5872
|
-
"
|
5872
|
+
"output_required": true,
|
5873
5873
|
"type": "list",
|
5874
5874
|
"value_allowed_null": false
|
5875
5875
|
},
|
@@ -5879,7 +5879,7 @@
|
|
5879
5879
|
"example": "2",
|
5880
5880
|
"member": "uint64",
|
5881
5881
|
"name": "BindRealServerTotalCount",
|
5882
|
-
"
|
5882
|
+
"output_required": true,
|
5883
5883
|
"type": "int",
|
5884
5884
|
"value_allowed_null": false
|
5885
5885
|
},
|
@@ -5889,7 +5889,7 @@
|
|
5889
5889
|
"example": "无",
|
5890
5890
|
"member": "BindRealServer",
|
5891
5891
|
"name": "BindRealServerSet",
|
5892
|
-
"
|
5892
|
+
"output_required": true,
|
5893
5893
|
"type": "list",
|
5894
5894
|
"value_allowed_null": false
|
5895
5895
|
},
|
@@ -5926,7 +5926,7 @@
|
|
5926
5926
|
"example": "1",
|
5927
5927
|
"member": "uint64",
|
5928
5928
|
"name": "TotalCount",
|
5929
|
-
"
|
5929
|
+
"output_required": true,
|
5930
5930
|
"type": "int",
|
5931
5931
|
"value_allowed_null": false
|
5932
5932
|
},
|
@@ -5936,7 +5936,7 @@
|
|
5936
5936
|
"example": "无",
|
5937
5937
|
"member": "RuleInfo",
|
5938
5938
|
"name": "RuleSet",
|
5939
|
-
"
|
5939
|
+
"output_required": true,
|
5940
5940
|
"type": "list",
|
5941
5941
|
"value_allowed_null": false
|
5942
5942
|
},
|
@@ -6235,7 +6235,7 @@
|
|
6235
6235
|
"members": [
|
6236
6236
|
{
|
6237
6237
|
"disabled": false,
|
6238
|
-
"document": "任务ID,值为异步接口返回的RequestId",
|
6238
|
+
"document": "任务ID,值为异步接口返回的RequestId,此参数不能传空值。",
|
6239
6239
|
"example": "无",
|
6240
6240
|
"member": "string",
|
6241
6241
|
"name": "TaskId",
|
@@ -6418,7 +6418,7 @@
|
|
6418
6418
|
{
|
6419
6419
|
"disabled": false,
|
6420
6420
|
"document": "(旧参数,请切换到ProxyIds)通道实例ID列表。",
|
6421
|
-
"example": "
|
6421
|
+
"example": "[\"link-34524rerf\"]",
|
6422
6422
|
"member": "string",
|
6423
6423
|
"name": "InstanceIds",
|
6424
6424
|
"required": false,
|
@@ -6427,7 +6427,7 @@
|
|
6427
6427
|
{
|
6428
6428
|
"disabled": false,
|
6429
6429
|
"document": "用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。\n更多详细信息请参阅:如何保证幂等性。",
|
6430
|
-
"example": "
|
6430
|
+
"example": "aeew3eq34r324f",
|
6431
6431
|
"member": "string",
|
6432
6432
|
"name": "ClientToken",
|
6433
6433
|
"required": false,
|
@@ -6454,7 +6454,7 @@
|
|
6454
6454
|
"example": "[\"link-11112222\"]",
|
6455
6455
|
"member": "string",
|
6456
6456
|
"name": "InvalidStatusInstanceSet",
|
6457
|
-
"
|
6457
|
+
"output_required": true,
|
6458
6458
|
"type": "list",
|
6459
6459
|
"value_allowed_null": false
|
6460
6460
|
},
|
@@ -6464,7 +6464,7 @@
|
|
6464
6464
|
"example": "[]",
|
6465
6465
|
"member": "string",
|
6466
6466
|
"name": "OperationFailedInstanceSet",
|
6467
|
-
"
|
6467
|
+
"output_required": true,
|
6468
6468
|
"type": "list",
|
6469
6469
|
"value_allowed_null": false
|
6470
6470
|
},
|
@@ -7838,7 +7838,7 @@
|
|
7838
7838
|
{
|
7839
7839
|
"disabled": false,
|
7840
7840
|
"document": "证书ID。",
|
7841
|
-
"example": "
|
7841
|
+
"example": "cert-kj5pa5lj",
|
7842
7842
|
"member": "string",
|
7843
7843
|
"name": "CertificateId",
|
7844
7844
|
"required": true,
|
@@ -7847,7 +7847,7 @@
|
|
7847
7847
|
{
|
7848
7848
|
"disabled": false,
|
7849
7849
|
"document": "证书名字。长度不超过50个字符。",
|
7850
|
-
"example": "
|
7850
|
+
"example": "test",
|
7851
7851
|
"member": "string",
|
7852
7852
|
"name": "CertificateAlias",
|
7853
7853
|
"required": false,
|
@@ -8369,7 +8369,7 @@
|
|
8369
8369
|
{
|
8370
8370
|
"disabled": false,
|
8371
8371
|
"document": "用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。\n更多详细信息请参阅:如何保证幂等性。",
|
8372
|
-
"example": "
|
8372
|
+
"example": "wrqddadsda234134",
|
8373
8373
|
"member": "string",
|
8374
8374
|
"name": "ClientToken",
|
8375
8375
|
"required": false,
|
@@ -10838,6 +10838,24 @@
|
|
10838
10838
|
"name": "PolyRealServerCertificateIds",
|
10839
10839
|
"required": false,
|
10840
10840
|
"type": "list"
|
10841
|
+
},
|
10842
|
+
{
|
10843
|
+
"disabled": false,
|
10844
|
+
"document": "TLS支持的版本\n支持TLSv1,TLSv1.1,TLSv1.2,TLSv1.3",
|
10845
|
+
"example": "['TLSv1', 'TLSv1.1']",
|
10846
|
+
"member": "string",
|
10847
|
+
"name": "TLSSupportVersion",
|
10848
|
+
"required": false,
|
10849
|
+
"type": "list"
|
10850
|
+
},
|
10851
|
+
{
|
10852
|
+
"disabled": false,
|
10853
|
+
"document": "支持的TLS密码套件,可选值为:\n[GAAP_TLS_CIPHERS_WIDE,GAAPTLS_CIPHERS_GENERAL,GAAPTLS_CIPHERS_STRICT]",
|
10854
|
+
"example": "GAAP_TLS_CIPHERS_WIDE",
|
10855
|
+
"member": "string",
|
10856
|
+
"name": "TLSCiphers",
|
10857
|
+
"required": false,
|
10858
|
+
"type": "string"
|
10841
10859
|
}
|
10842
10860
|
],
|
10843
10861
|
"type": "object"
|
@@ -10868,7 +10886,7 @@
|
|
10868
10886
|
},
|
10869
10887
|
{
|
10870
10888
|
"disabled": false,
|
10871
|
-
"document": "TLS版本,可选TLSv1
|
10889
|
+
"document": "TLS版本,可选TLSv1、TLSv1.1、TLSv1.2、TLSv1.3",
|
10872
10890
|
"example": "[\"TLSv1.2\", \"TLSv1.3\"]",
|
10873
10891
|
"member": "string",
|
10874
10892
|
"name": "TLSSupportVersion",
|
@@ -33,7 +33,7 @@
|
|
33
33
|
"BindRuleRealServers": [
|
34
34
|
{
|
35
35
|
"document": "转发规则绑定源站",
|
36
|
-
"input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: BindRuleRealServers\n<公共请求参数>\n\n{\n \"RealServerBindSet\": [\n {\n \"RealServerWeight\":
|
36
|
+
"input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: BindRuleRealServers\n<公共请求参数>\n\n{\n \"RealServerBindSet\": [\n {\n \"RealServerWeight\": 1,\n \"RealServerId\": \"rs-i3658cdf\",\n \"RealServerIP\": \"1.1.1.1\",\n \"RealServerPort\": 80\n }\n ],\n \"RuleId\": \"0\"\n}",
|
37
37
|
"output": "{\n \"Response\": {\n \"RequestId\": \"c7bfcad5-3f20-472f-9afc-13a66faebad8\"\n }\n}",
|
38
38
|
"title": "转发规则绑定源站"
|
39
39
|
}
|
@@ -79,7 +79,7 @@
|
|
79
79
|
},
|
80
80
|
{
|
81
81
|
"document": "",
|
82
|
-
"input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCertificate\n<公共请求参数>\n\n{\n \"CertificateType\":
|
82
|
+
"input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCertificate\n<公共请求参数>\n\n{\n \"CertificateType\": 2,\n \"CertificateAlias\": \"123\",\n \"CertificateKey\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIEowIBAAKCAQEAn7CUY5bRNtt/YVT9BBDtfyqmF09KXzI+BCrIvrGDrjxRdIsT\\nHs0xZL5EbZXt7uc5leXJ47RnVAQtNMCOuqeYtFWNMzGydVchMkImBHEsATE+ukqs\\n7qUSmbg/BjlOD4hmPNmNz6eljrwMXxNxP0D0BdDMuy+JPLxDp/Hp/Sr3rngL6cbu\\nAvfhnN/l+HvII79KC9D6w8uIyRoAqybaLrP9P+6yXaBFKzdc7o/LanHEAUaxY/Pb\\ndP+3HFGNu5DiUHopFHzjl5Kr2GCWDL9N5VMI36H4UF40wvrjna1BWc8em5zVzais\\nLbj5pZMRTX2KpMfdDluiT/hzPHs1Ex4h0HGUQwIDAQABAoIBAF7K3BsN8N1GiKPH\\nZnYecky1jWhy2ewOj/+7QfTovQkVpyiuUchL99EcnNQMVvQk7+sKP8DaWyflXsxc\\nrZ0hVaVez3WfP5cmBH+oApdKctu2Vs0Q/Pygopz7YPYZ2DuiNUZTwjmNA9rpx9I8\\nYVIyBWjaXF2VRzr1apfsI4D0G5jFm/ugJqeflnJmyV/ZNix1uJvelN2LvxeH/PN5\\nk6IZ14IoKe7PdwlUjy306rwWnej89ofbXmVkzNB87C1Z0rHE4UWaOUu2q5B8Rn8j\\nh+2I8dXwQSXPdbxv6RWFfdcyBci0Y9N7ucmS3zWI+ymQn0sR11Nhv0fOomymUO2+\\nNa02DbkCgYEAzoPxzdaXgda1bMIQrg+M4hZrUeQiy9FA4hJyNqwZsiO3YLA9fZrQ\\nw7ITNCcl5vEEsADz3WqWtx2ZdsFQkvv3z4DNbfeLb6NHHNcnNi4WgdxA1MG8726T\\nTazZHSxY4cZfLdzXU5/Y5AAfhCcBNpU/pGLYPpkhQOB2k3NH7C4jJX0CgYEAxfRC\\nYs1VSRq8j7auV0k3aCOSLaPv9gF+m8sg1zVdV1Emy36/WRetmuXSPonS0Nie7MBl\\nsRwmWgOQZgiTryNKQfnlhMlz2b/ZiaoU1pGVdcKN/aWKBma/KWf9mIx1WyGZdpaH\\ns7zgEqSWjF0ZMB0UljW6m8NUtghjfClO9VcNzL8CgYBRq8CvBNS6Fm19a2opTCEN\\nMIyUwEI6lLCyN1VP5dPrrVBSPqCy0c0J95y8nVbR9DNEX7wRrpuYI26TlnQFDPy9\\n5VRYzvMn3Uy8TSJGvQdNqAtDmLLdhb9fkqHydZ1Y/JibjKDjg23FDX9pRfum2HNo\\n0WZvqyOJgruiKI8jCkQACQKBgDGeHwG67BSt4fO3240/aebte5d7Dwu/pieQy8OF\\nucbILYw2UeoX+EjqMD/CthfpJDS9qP+yyZ4oZIpevf3ZP6S36aLWB/bdkr5h5mU+\\nCpOA16xrUOR33pSXX0ZcdpIIIvpJkuwnfJbPsHiwYT7hGybngsXGOTaDdcRKamMu\\nlePrAoGBAJVaQpEyDwgppuAcv9KTUtiIOLRke/pd0WO20wTkZqMiIfiKjDpASq5c\\nrEzq0M6qYpnmj87wwFpZLLJvMUa9w5KjUpJ+hqBNYywe5/d6laaISFdtYfjoNuLw\\n4BZI/XcA3ZiqzpPqYWBODrEcnCRZKH4C71c7yyATwQL2iWRHoJkY\\n-----END RSA PRIVATE KEY-----\",\n \"CertificateContent\": \"-----BEGIN CERTIFICATE-----\\nMIIDkTCCAnkCCQDOEdu7vXp33jANBgkqhkiG9w0BAQUFADCBhjELMAkGA1UEBhMC\\nQ04xEjAQBgNVBAgMCUd1YW5nRG9uZzELMAkGA1UEBwwCU1oxEDAOBgNVBAoMB3Rl\\nbmNlbnQxDTALBgNVBAsMBGNzaWcxFjAUBgNVBAMMDWNhLmNtMTAwMS5jb20xHTAb\\nBgkqhkiG9w0BCQEWDmNhQHRlbmNlbnQuY29tMB4XDTE5MDcyOTEyMjI1MFoXDTI5\\nMDcyNjEyMjI1MFowgY0xCzAJBgNVBAYTAkNOMRIwEAYDVQQIDAlHdWFuZ0Rvbmcx\\nCzAJBgNVBAcMAlNaMRAwDgYDVQQKDAd0ZW5jZW50MQ0wCwYDVQQLDARjc2lnMRow\\nGAYDVQQDDBF3d3cuY2hyaXN0ZXN0LmNvbTEgMB4GCSqGSIb3DQEJARYRY2hyaXNA\\ndGVuY2VudC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCfsJRj\\nltE2239hVP0EEO1/KqYXT0pfMj4EKsi+sYOuPFF0ixMezTFkvkRtle3u5zmV5cnj\\ntGdUBC00wI66p5i0VY0zMbJ1VyEyQiYEcSwBMT66SqzupRKZuD8GOU4PiGY82Y3P\\np6WOvAxfE3E/QPQF0My7L4k8vEOn8en9KveueAvpxu4C9+Gc3+X4e8gjv0oL0PrD\\ny4jJGgCrJtous/0/7rJdoEUrN1zuj8tqccQBRrFj89t0/7ccUY27kOJQeikUfOOX\\nkqvYYJYMv03lUwjfofhQXjTC+uOdrUFZzx6bnNXNqKwtuPmlkxFNfYqkx90OW6JP\\n+HM8ezUTHiHQcZRDAgMBAAEwDQYJKoZIhvcNAQEFBQADggEBAGKJdazyji4aSAAk\\ndcH9/he1RhfkdkBinNQspYWrl7n3+YfX2aCBwkHDTnUUA+HIpUtaWekRqRGHXaKg\\nMjSKOHW715VVR3CMekIRkhQkBMmicaC2YRTpJNOOkehAqeszytDXoICgDc34zkmy\\nVBPRYckYnXE8gwmew1Ogg8PxeC2WgNAQtm/GXmdfe8Wtoy88Ugz8NSV//lIkQJkM\\nzc7+GvWbIsfP7i7Cz8pIMNuJsfrVerbDpbpSSXr6lvTfeCbh9Sq43jpJTbhg2BoU\\nSpnKCvccuOEJnGOwb9WyZ/vrO2JG2RUdglpKh6l5c4+33yOgPqEcGnqMqsDDjAct\\nGjxzvQ4\"\n}",
|
83
83
|
"output": "{\n \"Response\": {\n \"RequestId\": \"bdef4308-69b2-4941-aeeb-9612f2c0cb2a\",\n \"CertificateId\": \"cert-li3tu2id\"\n }\n}",
|
84
84
|
"title": "添加服务器ssl证书"
|
85
85
|
}
|
@@ -157,14 +157,8 @@
|
|
157
157
|
"CreateProxy": [
|
158
158
|
{
|
159
159
|
"document": "",
|
160
|
-
"input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateProxy\n<公共请求参数>\n\n{\n \"
|
161
|
-
"output": "{\n \"Response\": {\n \"
|
162
|
-
"title": "创建通道"
|
163
|
-
},
|
164
|
-
{
|
165
|
-
"document": "",
|
166
|
-
"input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateProxy\n<公共请求参数>\n\n{\n \"Http3Supported\": \"0\",\n \"BillingType\": \"0\",\n \"AccessRegion\": \"Shanghai\",\n \"Concurrent\": \"2\",\n \"ProjectId\": \"0\",\n \"RealServerRegion\": \"Guangzho\",\n \"ProxyName\": \"test\",\n \"Bandwidth\": \"10\",\n \"PackageType\": \"Thunder\",\n \"NetworkType\": \"normal\",\n \"IPAddressVersion\": \"IPv4\"\n}",
|
167
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"db2dd9d4-ba60-48a2-a9ed-cd18c6e58dd0\",\n \"InstanceId\": \"link-aogd6x07\"\n }\n}",
|
160
|
+
"input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateProxy\n<公共请求参数>\n\n{\n \"ProjectId\": 0,\n \"ProxyName\": \"test\",\n \"AccessRegion\": \"Hongkong\",\n \"Bandwidth\": 10,\n \"Concurrent\": 2,\n \"RealServerRegion\": \"Shanghai\",\n \"TagSet\": [],\n \"BillingType\": 1,\n \"IPAddressVersion\": \"IPv4\",\n \"NetworkType\": \"normal\",\n \"PackageType\": \"Thunder\",\n \"Http3Supported\": 0\n}",
|
161
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"db2dd9d4-ba60-48a2-a9ed-cd18c6e58dd0\",\n \"InstanceId\": \"link-nphqtout\"\n }\n}",
|
168
162
|
"title": "创建通道2"
|
169
163
|
}
|
170
164
|
],
|
@@ -241,7 +235,7 @@
|
|
241
235
|
"DeleteDomain": [
|
242
236
|
{
|
243
237
|
"document": "",
|
244
|
-
"input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteDomain\n<公共请求参数>\n\n{\n \"Domain\": \"
|
238
|
+
"input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteDomain\n<公共请求参数>\n\n{\n \"Domain\": \"www.baidu.com\",\n \"Force\": 1,\n \"ListenerId\": \"listener-0s9kb7qt\"\n}",
|
245
239
|
"output": "{\n \"Response\": {\n \"RequestId\": \"c7bfcad5-3f20-472f-9afc-13a66faebad8\"\n }\n}",
|
246
240
|
"title": "根据域名删除转发规则"
|
247
241
|
}
|
@@ -297,7 +291,7 @@
|
|
297
291
|
"DeleteRule": [
|
298
292
|
{
|
299
293
|
"document": "删除7层监听器转发规则",
|
300
|
-
"input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteRule\n<公共请求参数>\n\n{\n \"Force\":
|
294
|
+
"input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteRule\n<公共请求参数>\n\n{\n \"Force\": 1,\n \"ListenerId\": \"listener-0s9kb7qt\",\n \"RuleId\": \"rule-18vhg67\"\n}",
|
301
295
|
"output": "{\n \"Response\": {\n \"RequestId\": \"c7bfcad5-3f20-472f-9afc-13a66faebad8\"\n }\n}",
|
302
296
|
"title": "删除7层监听器转发规则"
|
303
297
|
}
|
@@ -361,8 +355,8 @@
|
|
361
355
|
"DescribeCertificates": [
|
362
356
|
{
|
363
357
|
"document": "",
|
364
|
-
"input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCertificates\n<公共请求参数>\n\n{\n \"CertificateType\":
|
365
|
-
"output": "{\n \"Response\": {\n \"TotalCount\":
|
358
|
+
"input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCertificates\n<公共请求参数>\n\n{\n \"CertificateType\": 2,\n \"Limit\": 1,\n \"Offset\": 0\n}",
|
359
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"RequestId\": \"35d85baa-eeb8-4eb5-96a9-b6d27f4ff92c\",\n \"CertificateSet\": [\n {\n \"CertificateId\": \"cert-8k1l0pat\",\n \"SubjectCN\": \"lagameft01.xyz\",\n \"CertificateAlias\": \"test\",\n \"CertificateName\": \"test\",\n \"BeginTime\": 1554134400,\n \"CertificateType\": 2,\n \"EndTime\": 1585713600,\n \"CreateTime\": 1564557014,\n \"IssuerCN\": \"TrustAsia TLS RSA CA\"\n }\n ]\n }\n}",
|
366
360
|
"title": "查询服务器证书信息"
|
367
361
|
}
|
368
362
|
],
|
@@ -481,7 +475,7 @@
|
|
481
475
|
"DescribeListenerStatistics": [
|
482
476
|
{
|
483
477
|
"document": "查询监听器统计数据",
|
484
|
-
"input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeListenerStatistics\n<公共请求参数>\n\n{\n \"EndTime\": \"2019-03-26 12:00:00\",\n \"Granularity\":
|
478
|
+
"input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeListenerStatistics\n<公共请求参数>\n\n{\n \"EndTime\": \"2019-03-26 12:00:00\",\n \"Granularity\": 300,\n \"ListenerId\": \"listener-rfgt56hy\",\n \"StartTime\": \"2019-03-25 12:00:00\",\n \"MetricNames\": [\n \"OutputBandwidth\",\n \"InputBandwidth\"\n ]\n}",
|
485
479
|
"output": "{\n \"Response\": {\n \"StatisticsData\": [\n {\n \"MetricName\": \"InputBandwidth\",\n \"MetricData\": [\n {\n \"Time\": 1564736040,\n \"Data\": 2000\n },\n {\n \"Time\": 1564735980,\n \"Data\": 2001\n }\n ]\n }\n ],\n \"RequestId\": \"5c680029-66b2-4be8-9630-7bd316ce70dd\"\n }\n}",
|
486
480
|
"title": "查询监听器统计数据"
|
487
481
|
}
|
@@ -551,7 +545,7 @@
|
|
551
545
|
"DescribeProxyStatistics": [
|
552
546
|
{
|
553
547
|
"document": "查询通道统计数据",
|
554
|
-
"input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeProxyStatistics\n<公共请求参数>\n\n{\n \"ProxyId\": \"link-rfgt56hy\",\n \"EndTime\": \"2019-03-26 12:00:00\",\n \"Granularity\":
|
548
|
+
"input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeProxyStatistics\n<公共请求参数>\n\n{\n \"ProxyId\": \"link-rfgt56hy\",\n \"EndTime\": \"2019-03-26 12:00:00\",\n \"Granularity\": 300,\n \"StartTime\": \"2019-03-25 12:00:00\",\n \"MetricNames\": [\n \"Concurrent\"\n ]\n}",
|
555
549
|
"output": "{\n \"Response\": {\n \"StatisticsData\": [\n {\n \"MetricName\": \"Concurrent\",\n \"MetricData\": [\n {\n \"Time\": 1564734780,\n \"Data\": 2000\n },\n {\n \"Time\": 1564734720,\n \"Data\": 2001\n }\n ]\n }\n ],\n \"RequestId\": \"5c680029-66b2-4be8-9630-7bd316ce70dd\"\n }\n}",
|
556
550
|
"title": "查询通道统计数据"
|
557
551
|
}
|
@@ -583,8 +577,8 @@
|
|
583
577
|
"DescribeRegionAndPrice": [
|
584
578
|
{
|
585
579
|
"document": "",
|
586
|
-
"input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRegionAndPrice\n<公共请求参数>\n\n{\n \"IPAddressVersion\": \"
|
587
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"DestRegionSet\": [\n {\n \"RegionId\": \"abc\",\n \"RegionName\": \"abc\",\n \"RegionArea\": \"abc\",\n \"RegionAreaName\": \"abc\",\n \"IDCType\": \"abc\",\n \"FeatureBitmap\": 1,\n \"SupportFeature\": {\n \"NetworkType\": [\n \"abc\"\n ]\n }\n }\n ],\n \"BandwidthUnitPrice\": [\n {\n \"BandwidthRange\": [\n 0\n ],\n \"BandwidthUnitPrice\": 0,\n \"DiscountBandwidthUnitPrice\": 0\n }\n ],\n \"Currency\": \"abc\",\n \"RequestId\": \"abc\"\n }\n}",
|
580
|
+
"input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRegionAndPrice\n<公共请求参数>\n\n{\n \"IPAddressVersion\": \"IPv4\",\n \"PackageType\": \"Thunder\"\n}",
|
581
|
+
"output": "{\n \"Response\": {\n \"BandwidthUnitPrice\": [],\n \"Currency\": \"\",\n \"DestRegionSet\": [\n {\n \"FeatureBitmap\": 151,\n \"IDCType\": \"dc\",\n \"RegionArea\": \"Asia\",\n \"RegionAreaName\": \"亚洲\",\n \"RegionId\": \"Hongkong\",\n \"RegionName\": \"中国香港\",\n \"SupportFeature\": null\n },\n {\n \"FeatureBitmap\": 135,\n \"IDCType\": \"dc\",\n \"RegionArea\": \"Asia\",\n \"RegionAreaName\": \"亚洲\",\n \"RegionId\": \"SoutheastAsia\",\n \"RegionName\": \"新加坡\",\n \"SupportFeature\": null\n },\n {\n \"FeatureBitmap\": 135,\n \"IDCType\": \"dc\",\n \"RegionArea\": \"Asia\",\n \"RegionAreaName\": \"亚洲\",\n \"RegionId\": \"Korea\",\n \"RegionName\": \"韩国首尔\",\n \"SupportFeature\": null\n },\n {\n \"FeatureBitmap\": 135,\n \"IDCType\": \"dc\",\n \"RegionArea\": \"Europe\",\n \"RegionAreaName\": \"欧洲\",\n \"RegionId\": \"Europe\",\n \"RegionName\": \"德国法兰克福\",\n \"SupportFeature\": null\n },\n {\n \"FeatureBitmap\": 135,\n \"IDCType\": \"dc\",\n \"RegionArea\": \"NorthAmerica\",\n \"RegionAreaName\": \"北美洲\",\n \"RegionId\": \"NorthAmerica\",\n \"RegionName\": \"美国西部硅谷\",\n \"SupportFeature\": null\n },\n {\n \"FeatureBitmap\": 135,\n \"IDCType\": \"dc\",\n \"RegionArea\": \"Asia\",\n \"RegionAreaName\": \"亚洲\",\n \"RegionId\": \"WestIndia\",\n \"RegionName\": \"印度西部孟买\",\n \"SupportFeature\": null\n },\n {\n \"FeatureBitmap\": 135,\n \"IDCType\": \"dc\",\n \"RegionArea\": \"Asia\",\n \"RegionAreaName\": \"亚洲\",\n \"RegionId\": \"Thailand\",\n \"RegionName\": \"泰国曼谷\",\n \"SupportFeature\": null\n },\n {\n \"FeatureBitmap\": 135,\n \"IDCType\": \"dc\",\n \"RegionArea\": \"NorthAmerica\",\n \"RegionAreaName\": \"北美洲\",\n \"RegionId\": \"Virginia\",\n \"RegionName\": \"美国东部弗吉尼亚\",\n \"SupportFeature\": null\n },\n {\n \"FeatureBitmap\": 135,\n \"IDCType\": \"dc\",\n \"RegionArea\": \"Asia\",\n \"RegionAreaName\": \"亚洲\",\n \"RegionId\": \"Japan\",\n \"RegionName\": \"日本东京\",\n \"SupportFeature\": null\n },\n {\n \"FeatureBitmap\": 135,\n \"IDCType\": \"dc\",\n \"RegionArea\": \"Asia\",\n \"RegionAreaName\": \"亚洲\",\n \"RegionId\": \"Taipei\",\n \"RegionName\": \"中国台北\",\n \"SupportFeature\": null\n },\n {\n \"FeatureBitmap\": 7,\n \"IDCType\": \"dc\",\n \"RegionArea\": \"Asia\",\n \"RegionAreaName\": \"亚洲\",\n \"RegionId\": \"SL_AZURE_NorthUAE\",\n \"RegionName\": \"阿联酋迪拜(合作节点)\",\n \"SupportFeature\": null\n },\n {\n \"FeatureBitmap\": 7,\n \"IDCType\": \"dc\",\n \"RegionArea\": \"Oceania\",\n \"RegionAreaName\": \"大洋洲\",\n \"RegionId\": \"SL_AZURE_EastAUS\",\n \"RegionName\": \"澳大利亚东部悉尼(合作节点)\",\n \"SupportFeature\": null\n },\n {\n \"FeatureBitmap\": 7,\n \"IDCType\": \"dc\",\n \"RegionArea\": \"NorthAmerica\",\n \"RegionAreaName\": \"北美洲\",\n \"RegionId\": \"SL_AZURE_NorthCentralUSA\",\n \"RegionName\": \"美国中北部伊利诺斯(合作节点)\",\n \"SupportFeature\": null\n },\n {\n \"FeatureBitmap\": 7,\n \"IDCType\": \"dc\",\n \"RegionArea\": \"Asia\",\n \"RegionAreaName\": \"亚洲\",\n \"RegionId\": \"SL_AZURE_SouthIndia\",\n \"RegionName\": \"印度南部金奈(合作节点)\",\n \"SupportFeature\": null\n },\n {\n \"FeatureBitmap\": 7,\n \"IDCType\": \"dc\",\n \"RegionArea\": \"SouthAmerica\",\n \"RegionAreaName\": \"南美洲\",\n \"RegionId\": \"SL_AZURE_SouthBrazil\",\n \"RegionName\": \"巴西南部圣保罗(合作节点)\",\n \"SupportFeature\": null\n },\n {\n \"FeatureBitmap\": 7,\n \"IDCType\": \"dc\",\n \"RegionArea\": \"Africa\",\n \"RegionAreaName\": \"非洲\",\n \"RegionId\": \"SL_AZURE_NorthZAF\",\n \"RegionName\": \"南非北部约翰内斯堡(合作节点)\",\n \"SupportFeature\": null\n },\n {\n \"FeatureBitmap\": 7,\n \"IDCType\": \"dc\",\n \"RegionArea\": \"Asia\",\n \"RegionAreaName\": \"亚洲\",\n \"RegionId\": \"SL_AZURE_SoutheastAsia\",\n \"RegionName\": \"新加坡(合作节点)\",\n \"SupportFeature\": null\n },\n {\n \"FeatureBitmap\": 7,\n \"IDCType\": \"dc\",\n \"RegionArea\": \"Europe\",\n \"RegionAreaName\": \"欧洲\",\n \"RegionId\": \"SL_AZURE_CentralFrance\",\n \"RegionName\": \"法国中部巴黎(合作节点)\",\n \"SupportFeature\": null\n },\n {\n \"FeatureBitmap\": 7,\n \"IDCType\": \"dc\",\n \"RegionArea\": \"Europe\",\n \"RegionAreaName\": \"欧洲\",\n \"RegionId\": \"SL_AZURE_SouthEngland\",\n \"RegionName\": \"英国南部伦敦(合作节点)\",\n \"SupportFeature\": null\n },\n {\n \"FeatureBitmap\": 7,\n \"IDCType\": \"dc\",\n \"RegionArea\": \"NorthAmerica\",\n \"RegionAreaName\": \"北美洲\",\n \"RegionId\": \"SL_AZURE_EastUS\",\n \"RegionName\": \"美国东部弗吉尼亚(合作节点)\",\n \"SupportFeature\": null\n },\n {\n \"FeatureBitmap\": 7,\n \"IDCType\": \"dc\",\n \"RegionArea\": \"NorthAmerica\",\n \"RegionAreaName\": \"北美洲\",\n \"RegionId\": \"SL_AZURE_WestUS\",\n \"RegionName\": \"美国西部加利福尼亚(合作节点)\",\n \"SupportFeature\": null\n },\n {\n \"FeatureBitmap\": 7,\n \"IDCType\": \"dc\",\n \"RegionArea\": \"NorthAmerica\",\n \"RegionAreaName\": \"北美洲\",\n \"RegionId\": \"SL_AZURE_SouthCentralUSA\",\n \"RegionName\": \"美国南部德克萨斯(合作节点)\",\n \"SupportFeature\": null\n },\n {\n \"FeatureBitmap\": 135,\n \"IDCType\": \"dc\",\n \"RegionArea\": \"Asia\",\n \"RegionAreaName\": \"亚洲\",\n \"RegionId\": \"Jakarta\",\n \"RegionName\": \"印尼雅加达\",\n \"SupportFeature\": null\n },\n {\n \"FeatureBitmap\": 79,\n \"IDCType\": \"dc\",\n \"RegionArea\": \"NorthChina\",\n \"RegionAreaName\": \"中国大陆-华北\",\n \"RegionId\": \"Beijing\",\n \"RegionName\": \"北京(原中国大陆-华北大区)\",\n \"SupportFeature\": null\n },\n {\n \"FeatureBitmap\": 79,\n \"IDCType\": \"dc\",\n \"RegionArea\": \"EastChina\",\n \"RegionAreaName\": \"中国大陆-华东\",\n \"RegionId\": \"Shanghai\",\n \"RegionName\": \"上海(原中国大陆-华东大区)\",\n \"SupportFeature\": null\n },\n {\n \"FeatureBitmap\": 79,\n \"IDCType\": \"dc\",\n \"RegionArea\": \"SouthChina\",\n \"RegionAreaName\": \"中国大陆-华南\",\n \"RegionId\": \"Guangzhou\",\n \"RegionName\": \"广州(原中国大陆-华南大区)\",\n \"SupportFeature\": null\n },\n {\n \"FeatureBitmap\": 79,\n \"IDCType\": \"dc\",\n \"RegionArea\": \"SouthwestChina\",\n \"RegionAreaName\": \"中国大陆-西南\",\n \"RegionId\": \"Chengdu\",\n \"RegionName\": \"成都(原中国大陆-西南地区)\",\n \"SupportFeature\": null\n },\n {\n \"FeatureBitmap\": 7,\n \"IDCType\": \"dc\",\n \"RegionArea\": \"Europe\",\n \"RegionAreaName\": \"欧洲\",\n \"RegionId\": \"SL_AZURE_NorwayEast\",\n \"RegionName\": \"挪威东部奥斯陆(合作节点)\",\n \"SupportFeature\": null\n },\n {\n \"FeatureBitmap\": 71,\n \"IDCType\": \"dc\",\n \"RegionArea\": \"SouthwestChina\",\n \"RegionAreaName\": \"中国大陆-西南\",\n \"RegionId\": \"Chongqing\",\n \"RegionName\": \"重庆\",\n \"SupportFeature\": null\n },\n {\n \"FeatureBitmap\": 71,\n \"IDCType\": \"dc\",\n \"RegionArea\": \"EastChina\",\n \"RegionAreaName\": \"中国大陆-华东\",\n \"RegionId\": \"Nanjing\",\n \"RegionName\": \"南京\",\n \"SupportFeature\": null\n },\n {\n \"FeatureBitmap\": 135,\n \"IDCType\": \"dc\",\n \"RegionArea\": \"SouthAmerica\",\n \"RegionAreaName\": \"南美洲\",\n \"RegionId\": \"SaoPaulo\",\n \"RegionName\": \"巴西\",\n \"SupportFeature\": null\n },\n {\n \"FeatureBitmap\": 3,\n \"IDCType\": \"dc\",\n \"RegionArea\": \"Asia\",\n \"RegionAreaName\": \"亚洲\",\n \"RegionId\": \"SL_AZURE_JapanEast\",\n \"RegionName\": \"日本东部埼玉县(合作节点)\",\n \"SupportFeature\": null\n }\n ],\n \"RequestId\": \"54f73e5b-0565-498c-bcc9-5605ca53b1be\",\n \"TotalCount\": 32\n }\n}",
|
588
582
|
"title": "示例"
|
589
583
|
}
|
590
584
|
],
|
@@ -599,24 +593,24 @@
|
|
599
593
|
"DescribeRuleRealServers": [
|
600
594
|
{
|
601
595
|
"document": "查询转发规则相关源站信息",
|
602
|
-
"input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRuleRealServers\n<公共请求参数>\n\n{\n \"RuleId\": \"rule-
|
603
|
-
"output": "{\n \"Response\": {\n \"
|
596
|
+
"input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRuleRealServers\n<公共请求参数>\n\n{\n \"RuleId\": \"rule-gsy1amjd\"\n}",
|
597
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"dc73988c-7888-4b9a-b9a4-a0f36a495f3c\",\n \"TotalCount\": 2,\n \"RealServerSet\": [\n {\n \"RealServerIP\": \"2.5.73.1\",\n \"RealServerId\": \"rs-5y1674pn\",\n \"RealServerName\": \"pocnetwork_gaap_test_rs_ip\",\n \"ProjectId\": 1321988,\n \"InBanBlacklist\": 0\n },\n {\n \"RealServerIP\": \"43.132.182.170\",\n \"RealServerId\": \"rs-cz4ipit1\",\n \"RealServerName\": \"pocnetwork_gaap_test_rs_ip\",\n \"ProjectId\": 1321988,\n \"InBanBlacklist\": 0\n }\n ],\n \"BindRealServerSet\": [],\n \"BindRealServerTotalCount\": 0\n }\n}",
|
604
598
|
"title": "查询转发规则相关源站信息"
|
605
599
|
}
|
606
600
|
],
|
607
601
|
"DescribeRules": [
|
608
602
|
{
|
609
603
|
"document": "",
|
610
|
-
"input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRules\n<公共请求参数>\n\n{\n \"ListenerId\": \"listener-
|
611
|
-
"output": "{\n \"Response\": {\n \"
|
604
|
+
"input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRules\n<公共请求参数>\n\n{\n \"ListenerId\": \"listener-qjm2tftd\"\n}",
|
605
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"83a6736e-5550-4f9e-a2bf-c669e7b3a1d5\",\n \"TotalCount\": 1,\n \"DomainRuleSet\": [\n {\n \"Domain\": \"baidu.com\",\n \"IsDefaultServer\": false,\n \"DomainStatus\": 0,\n \"Http3Supported\": 0,\n \"BanStatus\": \"RECOVER\",\n \"RuleSet\": [],\n \"CertificateId\": \"default\",\n \"CertificateAlias\": \"默认证书\",\n \"ClientCertificateId\": \"default\",\n \"ClientCertificateAlias\": \"默认证书\",\n \"BasicAuthConfId\": null,\n \"BasicAuth\": 0,\n \"BasicAuthConfAlias\": null,\n \"RealServerCertificateId\": null,\n \"RealServerAuth\": 0,\n \"RealServerCertificateAlias\": null,\n \"RealServerCertificateDomain\": null,\n \"GaapCertificateId\": null,\n \"GaapAuth\": 0,\n \"GaapCertificateAlias\": null,\n \"PolyClientCertificateAliasInfo\": [\n {\n \"CertificateId\": \"default\",\n \"CertificateAlias\": \"默认证书\"\n }\n ],\n \"PolyRealServerCertificateAliasInfo\": [],\n \"TLSSupportVersion\": [],\n \"TLSCiphers\": \"\"\n }\n ]\n }\n}",
|
612
606
|
"title": "查询转发规则信息"
|
613
607
|
}
|
614
608
|
],
|
615
609
|
"DescribeRulesByRuleIds": [
|
616
610
|
{
|
617
611
|
"document": "",
|
618
|
-
"input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRulesByRuleIds\n<公共请求参数>\n\n{\n \"RuleIds\": [\n \"rule-
|
619
|
-
"output": "{\n \"Response\": {\n \"
|
612
|
+
"input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRulesByRuleIds\n<公共请求参数>\n\n{\n \"RuleIds\": [\n \"rule-gsy1amjd\"\n ]\n}",
|
613
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"6f02eb84-5d95-4a1c-b79d-beedfae5fb5e\",\n \"RuleSet\": [\n {\n \"BindStatus\": 1,\n \"CheckParams\": {\n \"ConnectTimeout\": 2,\n \"DelayLoop\": 30,\n \"Domain\": \"baidu.com\",\n \"Method\": \"HEAD\",\n \"Path\": \"/\",\n \"StatusCode\": [\n 100,\n 200,\n 300,\n 400,\n 500\n ]\n },\n \"Domain\": \"baidu.com\",\n \"ForcedRedirect\": null,\n \"ForwardHost\": \"baidu.com\",\n \"HealthCheck\": 0,\n \"ListenerId\": \"listener-qjm2tftd\",\n \"Path\": \"/\",\n \"RealServerSet\": [\n {\n \"DownIPList\": [],\n \"RealServerFailoverRole\": \"\",\n \"RealServerIP\": \"2.5.73.1\",\n \"RealServerId\": \"rs-5y1674pn\",\n \"RealServerPort\": 6363,\n \"RealServerStatus\": 0,\n \"RealServerWeight\": 1\n }\n ],\n \"RealServerType\": \"IP\",\n \"RuleId\": \"rule-gsy1amjd\",\n \"RuleStatus\": 0,\n \"Scheduler\": \"rr\",\n \"ServerNameIndication\": \"\",\n \"ServerNameIndicationSwitch\": \"OFF\"\n }\n ],\n \"TotalCount\": 1\n }\n}",
|
620
614
|
"title": "根据规则ID拉取规则信息列表"
|
621
615
|
}
|
622
616
|
],
|
@@ -663,8 +657,8 @@
|
|
663
657
|
"DestroyProxies": [
|
664
658
|
{
|
665
659
|
"document": "",
|
666
|
-
"input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DestroyProxies\n<公共请求参数>\n\n{\n \"Force\":
|
667
|
-
"output": "{\n \"Response\": {\n \"OperationFailedInstanceSet\": [],\n \"RequestId\": \"d4228b1a-8b3b-43d6-a8e7-272d158ff332\",\n \"InvalidStatusInstanceSet\": [\n \"link-
|
660
|
+
"input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DestroyProxies\n<公共请求参数>\n\n{\n \"Force\": 1,\n \"ProxyIds\": [\n \"link-33ffq3wz\",\n \"link-3752gn4p\"\n ]\n}",
|
661
|
+
"output": "{\n \"Response\": {\n \"OperationFailedInstanceSet\": [],\n \"RequestId\": \"d4228b1a-8b3b-43d6-a8e7-272d158ff332\",\n \"InvalidStatusInstanceSet\": [\n \"link-3752gn4p\"\n ]\n }\n}",
|
668
662
|
"title": "销毁通道"
|
669
663
|
}
|
670
664
|
],
|
@@ -703,7 +697,7 @@
|
|
703
697
|
"ModifyCertificateAttributes": [
|
704
698
|
{
|
705
699
|
"document": "",
|
706
|
-
"input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyCertificateAttributes\n<公共请求参数>\n\n{\n \"CertificateId\": \"
|
700
|
+
"input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyCertificateAttributes\n<公共请求参数>\n\n{\n \"CertificateId\": \"cert-kj5pa5lj\",\n \"CertificateAlias\": \"test\"\n}",
|
707
701
|
"output": "{\n \"Response\": {\n \"RequestId\": \"c7bfcad5-3f20-472f-9afc-13a66faebad8\"\n }\n}",
|
708
702
|
"title": "修改证书属性"
|
709
703
|
}
|
@@ -773,7 +767,7 @@
|
|
773
767
|
"ModifyProxiesProject": [
|
774
768
|
{
|
775
769
|
"document": "",
|
776
|
-
"input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyProxiesProject\n<公共请求参数>\n\n{\n \"ProjectId\":
|
770
|
+
"input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyProxiesProject\n<公共请求参数>\n\n{\n \"ProjectId\": 123,\n \"ProxyIds\": [\n \"link-weasdrqe\",\n \"link-fgprtqwe\"\n ]\n}",
|
777
771
|
"output": "{\n \"Response\": {\n \"RequestId\": \"59224cc0-082c-4f00-adb3-dbe4fe9fe478\"\n }\n}",
|
778
772
|
"title": "修改通道所属项目"
|
779
773
|
}
|
@@ -811,7 +805,7 @@
|
|
811
805
|
"ModifyRuleAttribute": [
|
812
806
|
{
|
813
807
|
"document": "",
|
814
|
-
"input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyRuleAttribute\n<公共请求参数>\n\n{\n \"RuleId\": \"rule-
|
808
|
+
"input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyRuleAttribute\n<公共请求参数>\n\n{\n \"ListenerId\": \"listener-0s9kb7qt\",\n \"RuleId\": \"rule-o8aq26zj\",\n \"Path\": \"/\",\n \"ForwardHost\": \"www.baidu.com\",\n \"ForcedRedirect\": \"\",\n \"Scheduler\": \"rr\",\n \"HealthCheck\": 1,\n \"CheckParams\": {\n \"ConnectTimeout\": 2,\n \"DelayLoop\": 30,\n \"FailedThreshold\": 5,\n \"BlockInter\": 600,\n \"Path\": \"/\",\n \"Method\": \"HEAD\",\n \"StatusCode\": [\n 100,\n 200,\n 300,\n 400,\n 500\n ],\n \"FailedCountInter\": 60,\n \"Domain\": \"www.baidu.com\"\n },\n \"ServerNameIndicationSwitch\": \"ON\",\n \"ServerNameIndication\": \"www.baidu.com\"\n}",
|
815
809
|
"output": "{\n \"Response\": {\n \"RequestId\": \"c7bfcad5-3f20-472f-9afc-13a66faebad8\"\n }\n}",
|
816
810
|
"title": "修改转发规则信息"
|
817
811
|
}
|
@@ -875,7 +869,7 @@
|
|
875
869
|
"SetAuthentication": [
|
876
870
|
{
|
877
871
|
"document": "",
|
878
|
-
"input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SetAuthentication\n<公共请求参数>\n\n{\n \"Domain\": \"
|
872
|
+
"input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SetAuthentication\n<公共请求参数>\n\n{\n \"Domain\": \"www.baidu.com\",\n \"GaapAuth\": 1,\n \"GaapCertificateId\": \"cert-ndqyqw8h\",\n \"ListenerId\": \"listener-0s9kb7qt\",\n \"BasicAuth\": 0,\n \"RealServerAuth\": 0\n}",
|
879
873
|
"output": "{\n \"Response\": {\n \"RequestId\": \"c7bfcad5-3f20-472f-9afc-13a66faebad8\"\n }\n}",
|
880
874
|
"title": "认证高级配置"
|
881
875
|
}
|
@@ -62,6 +62,12 @@
|
|
62
62
|
"input": "POST / HTTP/1.1\nHost: hunyuan.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChatCompletions\n<公共请求参数>\n\n{\n \"Model\": \"hunyuan-vision\",\n \"Messages\": [\n {\n \"Role\": \"user\",\n \"Contents\": [\n {\n \"Type\": \"text\",\n \"Text\": \"下面图片中是哪个公司的 Logo?\"\n },\n {\n \"Type\": \"image_url\",\n \"ImageUrl\": {\n \"Url\": \"https://cloudcache.tencent-cloud.com/qcloud/ui/portal-set/build/About/images/bg-product-series_87d.png\"\n }\n },\n {\n \"Type\": \"image_url\",\n \"ImageUrl\": {\n \"Url\": \"https://cloudcache.tencent-cloud.com/qcloud/ui/portal-set/build/About/images/bg-product-series_87d.png\"\n }\n }\n ]\n }\n ],\n \"Stream\": false\n}",
|
63
63
|
"output": "{\n \"Response\": {\n \"RequestId\": \"a21f9d7e-c18a-438b-bfb4-7941a2adf8ae\",\n \"Note\": \"以上内容为AI生成,不代表开发者立场,请勿删除或修改本标记\",\n \"Choices\": [\n {\n \"Message\": {\n \"Role\": \"assistant\",\n \"Content\": \"这张图片中展示的Logo属于腾讯公司。\"\n },\n \"FinishReason\": \"stop\"\n }\n ],\n \"Created\": 1714290436,\n \"Id\": \"a21f9d7e-c18a-438b-bfb4-7941a2adf8ae\",\n \"Usage\": {\n \"PromptTokens\": 7,\n \"CompletionTokens\": 10,\n \"TotalTokens\": 17\n }\n }\n}",
|
64
64
|
"title": "图片理解示例"
|
65
|
+
},
|
66
|
+
{
|
67
|
+
"document": "推荐使用 API Explorer 调用接口,见本文档顶部说明。该示例说明如何使用深度研究。",
|
68
|
+
"input": "POST / HTTP/1.1\nHost: hunyuan.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChatCompletions\n<公共请求参数>\n\n{\n \"Model\": \"hunyuan-pro\",\n \"Messages\": [\n {\n \"Role\": \"user\",\n \"Content\": \"黄金价格为什么上涨?\"\n }\n ],\n \"Stream\": true,\n \"StreamModeration\": true,\n \"EnableEnhancement\": true,\n \"SearchInfo\": true,\n \"Citation\": true\n}",
|
69
|
+
"output": "HTTP/1.1 200 OK\nCache-Control: no-cache\nConnection: keep-alive\nContent-Type: text/event-stream\nDate: Wed, 23 Oct 2024 06:42:27 GMT\nTransfer-Encoding: chunked\nX-TC-RequestId: 962eac85-9d4d-47d5-87df-0f68e2c54ffe\n\ndata: {\"Note\":\"以上内容为AI生成,不代表开发者立场,请勿删除或修改本标记\",\"Choices\":[{\"Delta\":{\"Role\":\"assistant\",\"Content\":\"黄金\"},\"FinishReason\":\"\"}],\"SearchInfo\":{\"SearchResults\":[{\"Index\":1,\"Title\":\"什么原因导致黄金价格持续上涨呢?-今日头条\",\"Url\":\"https://www.toutiao.com/article/7405795153295835685/\"},{\"Index\":2,\"Title\":\"黄金价格上涨的背后原因-今日头条\",\"Url\":\"https://www.toutiao.com/article/7343060432250749450/\"},{\"Index\":3,\"Title\":\"黄金为何大涨?背后的逻辑你值得深究 近一年以来,经济界 ...\",\"Url\":\"https://xueqiu.com/9543769156/285918720\"},{\"Index\":4,\"Title\":\"金价为何猛涨u3000-u3000财梯网\",\"Url\":\"https://www.cadforex.com/licai/76040.html\"},{\"Index\":5,\"Title\":\"黄金价格暴涨的多维驱动因素分析_经济_全球_市场\",\"Url\":\"https://www.sohu.com/a/792488534_121983853\"},{\"Index\":6,\"Title\":\"黄金价格与通货膨胀率的关联_因素_市场_影响\",\"Url\":\"https://www.sohu.com/a/795813780_122001933\"},{\"Index\":7,\"Title\":\"通货膨胀与金价的关系是怎样的?_中金在线财经号\",\"Url\":\"http://mp.cnfol.com/58227/article/1724810738-141466711.html\"},{\"Index\":8,\"Title\":\"金价再创新高 地缘政治和美国大选推动避险需求 - 腾讯网\",\"Url\":\"https://new.qq.com/rain/a/20241023A0185900\"},{\"Index\":9,\"Title\":\"中信建投:通胀、货币以及地缘三大因素叠加,构成黄金完美 ...\",\"Url\":\"https://new.qq.com/rain/a/20241023A01G1E00\"},{\"Index\":10,\"Title\":\"黄金价格与美元汇率之间的关系是怎样的-叩富网\",\"Url\":\"https://licai.cofool.com/ask/qa_3396404.html\"},{\"Index\":11,\"Title\":\"金价暴涨释放危险信号:2024年,美元要崩?美债央行美元指数美元汇率黄金价格国际金价_网易订阅\",\"Url\":\"https://www.163.com/dy/article/IMSN07JG0552NMAF.html\"},{\"Index\":12,\"Title\":\"央行购金+投资者配置不足+地缘政治风险,金价明年将涨至 ...\",\"Url\":\"https://finance.sina.com.cn/money/forex/hbfx/2024-10-23/doc-inctnyne0954128.shtml\"},{\"Index\":13,\"Title\":\"黄金价格与全球货币政策的互动_市场关注_经济_中央银行\",\"Url\":\"https://www.sohu.com/a/795813568_122001933\"},{\"Index\":14,\"Title\":\"黄金价格大涨,投资需求显著提升,金价还可以走多远?_财富号_东方财富网\",\"Url\":\"https://caifuhao.eastmoney.com/news/20240306084013570039040\"},{\"Index\":15,\"Title\":\"国际金价再创新高!年内累计涨幅已超30%,机构称中长期 ...\",\"Url\":\"https://new.qq.com/rain/a/20241018A012Y300\"},{\"Index\":16,\"Title\":\"从黄金历史牛市分析和预测黄金价格走势黄金_新浪财经_新浪网\",\"Url\":\"https://finance.sina.com.cn/money/nmetal/hjzx/2024-08-20/doc-inckiaqw3372603.shtml\"},{\"Index\":17,\"Title\":\"以史为鉴!100年黄金走势图显示:长期策略仍是逢低买入 ...\",\"Url\":\"https://finance.sina.com.cn/money/forex/hbfx/2024-02-19/doc-inaipzvn5400083.shtml\"}],\"Outline\":[\"全球经济不确定性\",\"通货膨胀预期上升\",\"美元汇率波动\",\"投资者需求增加\",\"供应端因素\"]},\"Created\":1729665576,\"Id\":\"962eac85-9d4d-47d5-87df-0f68e2c54ffe\",\"Usage\":{\"PromptTokens\":6,\"CompletionTokens\":2,\"TotalTokens\":8}}\n\ndata: {\"Note\":\"以上内容为AI生成,不代表开发者立场,请勿删除或修改本标记\",\"Choices\":[{\"Delta\":{\"Role\":\"assistant\",\"Content\":\"价格\"},\"FinishReason\":\"\"}],\"SearchInfo\":{\"SearchResults\":[{\"Index\":1,\"Title\":\"什么原因导致黄金价格持续上涨呢?-今日头条\",\"Url\":\"https://www.toutiao.com/article/7405795153295835685/\"},{\"Index\":2,\"Title\":\"黄金价格上涨的背后原因-今日头条\",\"Url\":\"https://www.toutiao.com/article/7343060432250749450/\"},{\"Index\":3,\"Title\":\"黄金为何大涨?背后的逻辑你值得深究 近一年以来,经济界 ...\",\"Url\":\"https://xueqiu.com/9543769156/285918720\"},{\"Index\":4,\"Title\":\"金价为何猛涨u3000-u3000财梯网\",\"Url\":\"https://www.cadforex.com/licai/76040.html\"},{\"Index\":5,\"Title\":\"黄金价格暴涨的多维驱动因素分析_经济_全球_市场\",\"Url\":\"https://www.sohu.com/a/792488534_121983853\"},{\"Index\":6,\"Title\":\"黄金价格与通货膨胀率的关联_因素_市场_影响\",\"Url\":\"https://www.sohu.com/a/795813780_122001933\"},{\"Index\":7,\"Title\":\"通货膨胀与金价的关系是怎样的?_中金在线财经号\",\"Url\":\"http://mp.cnfol.com/58227/article/1724810738-141466711.html\"},{\"Index\":8,\"Title\":\"金价再创新高 地缘政治和美国大选推动避险需求 - 腾讯网\",\"Url\":\"https://new.qq.com/rain/a/20241023A0185900\"},{\"Index\":9,\"Title\":\"中信建投:通胀、货币以及地缘三大因素叠加,构成黄金完美 ...\",\"Url\":\"https://new.qq.com/rain/a/20241023A01G1E00\"},{\"Index\":10,\"Title\":\"黄金价格与美元汇率之间的关系是怎样的-叩富网\",\"Url\":\"https://licai.cofool.com/ask/qa_3396404.html\"},{\"Index\":11,\"Title\":\"金价暴涨释放危险信号:2024年,美元要崩?美债央行美元指数美元汇率黄金价格国际金价_网易订阅\",\"Url\":\"https://www.163.com/dy/article/IMSN07JG0552NMAF.html\"},{\"Index\":12,\"Title\":\"央行购金+投资者配置不足+地缘政治风险,金价明年将涨至 ...\",\"Url\":\"https://finance.sina.com.cn/money/forex/hbfx/2024-10-23/doc-inctnyne0954128.shtml\"},{\"Index\":13,\"Title\":\"黄金价格与全球货币政策的互动_市场关注_经济_中央银行\",\"Url\":\"https://www.sohu.com/a/795813568_122001933\"},{\"Index\":14,\"Title\":\"黄金价格大涨,投资需求显著提升,金价还可以走多远?_财富号_东方财富网\",\"Url\":\"https://caifuhao.eastmoney.com/news/20240306084013570039040\"},{\"Index\":15,\"Title\":\"国际金价再创新高!年内累计涨幅已超30%,机构称中长期 ...\",\"Url\":\"https://new.qq.com/rain/a/20241018A012Y300\"},{\"Index\":16,\"Title\":\"从黄金历史牛市分析和预测黄金价格走势黄金_新浪财经_新浪网\",\"Url\":\"https://finance.sina.com.cn/money/nmetal/hjzx/2024-08-20/doc-inckiaqw3372603.shtml\"},{\"Index\":17,\"Title\":\"以史为鉴!100年黄金走势图显示:长期策略仍是逢低买入 ...\",\"Url\":\"https://finance.sina.com.cn/money/forex/hbfx/2024-02-19/doc-inaipzvn5400083.shtml\"}],\"Outline\":[\"全球经济不确定性\",\"通货膨胀预期上升\",\"美元汇率波动\",\"投资者需求增加\",\"供应端因素\"]},\"Created\":1729665576,\"Id\":\"962eac85-9d4d-47d5-87df-0f68e2c54ffe\",\"Usage\":{\"PromptTokens\":6,\"CompletionTokens\":4,\"TotalTokens\":10}}\n\ndata: {\"Note\":\"以上内容为AI生成,不代表开发者立场,请勿删除或修改本标记\",\"Choices\":[{\"Delta\":{\"Role\":\"assistant\",\"Content\":\"\"},\"FinishReason\":\"stop\"}],\"SearchInfo\":{\"SearchResults\":[{\"Index\":1,\"Title\":\"什么原因导致黄金价格持续上涨呢?-今日头条\",\"Url\":\"https://www.toutiao.com/article/7405795153295835685/\"},{\"Index\":2,\"Title\":\"黄金价格上涨的背后原因-今日头条\",\"Url\":\"https://www.toutiao.com/article/7343060432250749450/\"},{\"Index\":3,\"Title\":\"黄金为何大涨?背后的逻辑你值得深究 近一年以来,经济界 ...\",\"Url\":\"https://xueqiu.com/9543769156/285918720\"},{\"Index\":4,\"Title\":\"金价为何猛涨u3000-u3000财梯网\",\"Url\":\"https://www.cadforex.com/licai/76040.html\"},{\"Index\":5,\"Title\":\"黄金价格暴涨的多维驱动因素分析_经济_全球_市场\",\"Url\":\"https://www.sohu.com/a/792488534_121983853\"},{\"Index\":6,\"Title\":\"黄金价格与通货膨胀率的关联_因素_市场_影响\",\"Url\":\"https://www.sohu.com/a/795813780_122001933\"},{\"Index\":7,\"Title\":\"通货膨胀与金价的关系是怎样的?_中金在线财经号\",\"Url\":\"http://mp.cnfol.com/58227/article/1724810738-141466711.html\"},{\"Index\":8,\"Title\":\"金价再创新高 地缘政治和美国大选推动避险需求 - 腾讯网\",\"Url\":\"https://new.qq.com/rain/a/20241023A0185900\"},{\"Index\":9,\"Title\":\"中信建投:通胀、货币以及地缘三大因素叠加,构成黄金完美 ...\",\"Url\":\"https://new.qq.com/rain/a/20241023A01G1E00\"},{\"Index\":10,\"Title\":\"黄金价格与美元汇率之间的关系是怎样的-叩富网\",\"Url\":\"https://licai.cofool.com/ask/qa_3396404.html\"},{\"Index\":11,\"Title\":\"金价暴涨释放危险信号:2024年,美元要崩?美债央行美元指数美元汇率黄金价格国际金价_网易订阅\",\"Url\":\"https://www.163.com/dy/article/IMSN07JG0552NMAF.html\"},{\"Index\":12,\"Title\":\"央行购金+投资者配置不足+地缘政治风险,金价明年将涨至 ...\",\"Url\":\"https://finance.sina.com.cn/money/forex/hbfx/2024-10-23/doc-inctnyne0954128.shtml\"},{\"Index\":13,\"Title\":\"黄金价格与全球货币政策的互动_市场关注_经济_中央银行\",\"Url\":\"https://www.sohu.com/a/795813568_122001933\"},{\"Index\":14,\"Title\":\"黄金价格大涨,投资需求显著提升,金价还可以走多远?_财富号_东方财富网\",\"Url\":\"https://caifuhao.eastmoney.com/news/20240306084013570039040\"},{\"Index\":15,\"Title\":\"国际金价再创新高!年内累计涨幅已超30%,机构称中长期 ...\",\"Url\":\"https://new.qq.com/rain/a/20241018A012Y300\"},{\"Index\":16,\"Title\":\"从黄金历史牛市分析和预测黄金价格走势黄金_新浪财经_新浪网\",\"Url\":\"https://finance.sina.com.cn/money/nmetal/hjzx/2024-08-20/doc-inckiaqw3372603.shtml\"},{\"Index\":17,\"Title\":\"以史为鉴!100年黄金走势图显示:长期策略仍是逢低买入 ...\",\"Url\":\"https://finance.sina.com.cn/money/forex/hbfx/2024-02-19/doc-inaipzvn5400083.shtml\"},{\"Index\":18,\"Title\":\"全球央行热衷“购金”!增持意愿达五年新高,高盛看涨金价至 ...\",\"Url\":\"https://news.qq.com/rain/a/20240619A06NQR00\"},{\"Index\":19,\"Title\":\"避险地缘政治冲突,上半年全球央行增持483吨黄金创纪录黄金_新浪财经_新浪网\",\"Url\":\"https://finance.sina.com.cn/jjxw/2024-08-12/doc-incikrfh1306064.shtml\"},{\"Index\":20,\"Title\":\"黄金热潮:央行增持背后的逻辑与投资机遇黄金价格中国人民银行_网易订阅\",\"Url\":\"https://www.163.com/dy/article/J1PCM2DH0523Q7MN.html\"},{\"Index\":21,\"Title\":\"金价暴涨,央行为何连续17个月增加黄金储备,后续会加仓吗\",\"Url\":\"https://new.qq.com/rain/a/20240407A08EVY00\"},{\"Index\":22,\"Title\":\"央行增持黄金意味着什么u3000-u3000财梯网\",\"Url\":\"https://www.cadforex.com/huangji/135556.html\"},{\"Index\":23,\"Title\":\"央行增持黄金储备如何影响黄金市场行情-指股网\",\"Url\":\"https://www.zhiguf.com/focusnews_detail/1300594\"},{\"Index\":24,\"Title\":\"连续5个月,央行暂停增持黄金! - 经济观察网\",\"Url\":\"http://www.eeo.com.cn/2024/1020/692290.shtml\"},{\"Index\":25,\"Title\":\"央行,继续暂停增持黄金 - 腾讯网\",\"Url\":\"https://new.qq.com/rain/a/20241007A04F7B00\"},{\"Index\":26,\"Title\":\"中国央行连续第五个月暂停增持黄金,分析师:空头将寻求金价跌向2605_外汇动态报道_汇通财经www.fx678.com\",\"Url\":\"https://news.fx678.com/202410071146181057.shtml\"},{\"Index\":27,\"Title\":\"央行增持黄金意味着什么u3000-u3000财梯网\",\"Url\":\"https://www.cadforex.com/huangji/135556.html\"},{\"Index\":28,\"Title\":\"中国央行连续15个月增持黄金,去年净购金量居全球之首\",\"Url\":\"https://finance.sina.com.cn/jjxw/2024-02-07/doc-inahfexi2620119.shtml\"},{\"Index\":29,\"Title\":\"中国央行连续15个月增持黄金,去年净购金量居全球之首 ...\",\"Url\":\"https://www.jiemian.com/article/10790382.html\"},{\"Index\":30,\"Title\":\"中国9月末黄金储备7280万盎司 央行连续第五个月暂停增持黄金\",\"Url\":\"https://new.qq.com/rain/a/20241007A02E5O00\"},{\"Index\":31,\"Title\":\"14连升!我国黄金储备2235.41吨\",\"Url\":\"http://www.gold.org.cn/sc1227/dzsp/202401/t20240108_195543.html\"},{\"Index\":32,\"Title\":\"2264.33吨!中国央行连续第5个月暂停增持黄金储备!原因为何?\",\"Url\":\"https://new.qq.com/rain/a/20241007A077BF00\"}],\"Outline\":[\"全球经济不确定性\",\"通货膨胀预期上升\",\"美元汇率波动\",\"投资者需求增加\",\"供应端因素\"],\"Mindmap\":{\"ThumbUrl\":\"https://hunyuan-plugin-nj-1258344706.cos.ap-nanjing.myqcloud.com/xmind/b70d74171af71b74a9f0b6ea2cb740e0.png\",\"Url\":\"https://hunyuan-plugin-nj-1258344706.cos.ap-nanjing.myqcloud.com/xmind/b70d74171af71b74a9f0b6ea2cb740e0_t.png\"},\"RelevantEvents\":[{\"Title\":\"欧洲央行降息\",\"Content\":\"欧洲央行在今年第三次降息,降息幅度为25个基点,全球货币环境维持宽松,为黄金的购买创造了有利环境,推动金价上涨。\",\"Datetime\":\"2024-10-23\",\"Reference\":[6]},{\"Title\":\"美元汇率走低\",\"Content\":\"美元汇率走低导致美元贬值,以美元计价的黄金价格上涨。此外,全球央行净购黄金创下历史新高,进一步推动了金价上涨。\",\"Datetime\":\"2024-10-13\",\"Reference\":[7,18]},{\"Title\":\"地缘政治紧张局势\",\"Content\":\"俄乌冲突、巴以冲突屡次出现升级迹象,美国大选的不确定性加剧了市场对未来全球经济增长的担忧,推动更多资金流向避险资产黄金。\",\"Datetime\":\"2024-09-21\",\"Reference\":[4]},{\"Title\":\"全球央行大量购金\",\"Content\":\"近两年全球央行开始大量购金,2022年、2023年全球央行及主权机构增持黄金量均超1000吨,约占当年全球黄金产量的三分之一,导致市场供需关系变化,推高了金价。\",\"Datetime\":\"2024-09-01\",\"Reference\":[2,4]},{\"Title\":\"美联储降息预期\",\"Content\":\"随着美国经济下行压力增大,市场普遍预期美联储货币政策将转向宽松周期,降息预期升温,推动黄金价格上涨。\",\"Datetime\":\"2024-09-01\",\"Reference\":[2,4]}],\"RelevantEntities\":[{\"Name\":\"鲍威尔[2](@ref)\",\"Content\":\"美联储主席鲍威尔表示调整货币政策的时机已到,市场对于9月份美联储降息预期更为强烈,这一表态成为黄金价格上涨的重要推手。\",\"Reference\":[2]},{\"Name\":\"特朗普[9](@ref)\",\"Content\":\"特朗普当选的概率上升,市场广泛定价中期通胀中枢上移,特朗普主张的“减税+关税”政策组合导致更高的经济增长、债务增长和通胀前景,推动金价上涨。\",\"Reference\":[9]},{\"Name\":\"国际货币基金组织[5](@ref)\",\"Content\":\"国际货币基金组织长期购买黄金并保持较高储备,提升了其金融安全性,黄金成为最佳的避险资产。\",\"Reference\":[5]},{\"Name\":\"全球央行[2,4](@ref)\",\"Content\":\"近两年全球央行开始大量购金,2022年、2023年全球央行及主权机构增持黄金量均超1000吨,央行购入的黄金作为官方储备资产,推动了黄金价格的长期上涨。\",\"Reference\":[2,4]}],\"Timeline\":[{\"Title\":\"现货黄金一度触及每盎司2450美元再创盘中历史新高\",\"Url\":\"https://new.qq.com/rain/a/20240521A02VPJ00\",\"Datetime\":\"2024-05-21 10:55:22\"},{\"Title\":\"现货黄金涨超1%至2439.19美元/盎司再度刷新历史新高\",\"Url\":\"https://new.qq.com/rain/a/20240520A01GR300\",\"Datetime\":\"2024-05-20 09:12:19\"},{\"Title\":\"现货黄金涨幅扩大至约1.2%重返2370美元/盎司上方\",\"Url\":\"https://new.qq.com/rain/a/20240415A00H6I00\",\"Datetime\":\"2024-04-15 06:42:23\"},{\"Title\":\"现货黄金首次涨穿2300美元/盎司关口\",\"Url\":\"https://new.qq.com/rain/a/20240404A00BDK00\",\"Datetime\":\"2024-04-04 04:48:12\"},{\"Title\":\"现货黄金盘中再创历史新高达2236美元/盎司\",\"Url\":\"https://new.qq.com/rain/a/20240329A00P7I00\",\"Datetime\":\"2024-03-29 07:30:14\"},{\"Title\":\"国内黄金首饰价格突破645元/克\",\"Url\":\"https://new.qq.com/rain/a/20240305A096Z000\",\"Datetime\":\"2024-03-05 20:06:29\"},{\"Title\":\"纽约金价首次收盘站上2100美元\",\"Url\":\"https://new.qq.com/rain/a/20240305A01GFM00\",\"Datetime\":\"2024-03-05 09:18:26\"},{\"Title\":\"CFTC数据显示黄金看涨情绪创三周新高\",\"Url\":\"https://new.qq.com/rain/a/20240302A00ISM00\",\"Datetime\":\"2024-03-02 04:48:30\"}]},\"Created\":1729665606,\"Id\":\"962eac85-9d4d-47d5-87df-0f68e2c54ffe\",\"Usage\":{\"PromptTokens\":6,\"CompletionTokens\":2068,\"TotalTokens\":2074}}",
|
70
|
+
"title": "深度研究示例"
|
65
71
|
}
|
66
72
|
],
|
67
73
|
"GetEmbedding": [
|