tccli 3.0.1131.1__py2.py3-none-any.whl → 3.0.1133.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/apm/v20210622/api.json +1 -0
- tccli/services/apm/v20210622/examples.json +1 -1
- tccli/services/cdwch/v20200915/api.json +9 -9
- tccli/services/cdwch/v20200915/examples.json +1 -1
- tccli/services/cdwdoris/v20211228/api.json +18 -0
- tccli/services/cfw/v20190904/api.json +4 -4
- tccli/services/ckafka/v20190819/api.json +133 -76
- tccli/services/ckafka/v20190819/examples.json +17 -17
- tccli/services/cms/v20190321/api.json +2 -0
- tccli/services/cms/v20190321/examples.json +1 -1
- tccli/services/csip/csip_client.py +106 -0
- tccli/services/csip/v20221121/api.json +862 -129
- tccli/services/csip/v20221121/examples.json +20 -4
- tccli/services/cynosdb/v20190107/api.json +340 -0
- tccli/services/dlc/dlc_client.py +53 -0
- tccli/services/dlc/v20210125/api.json +34 -0
- tccli/services/dlc/v20210125/examples.json +8 -0
- tccli/services/dsgc/v20190723/api.json +20 -18
- tccli/services/dsgc/v20190723/examples.json +5 -5
- tccli/services/eb/v20210416/examples.json +1 -1
- tccli/services/emr/v20190103/api.json +1 -1
- tccli/services/ess/v20201111/api.json +3 -3
- tccli/services/essbasic/v20210526/api.json +6 -6
- tccli/services/gaap/v20180529/api.json +21 -1
- tccli/services/gaap/v20180529/examples.json +0 -6
- tccli/services/iecp/v20210914/api.json +40 -40
- tccli/services/ims/v20201229/api.json +2 -2
- tccli/services/lke/lke_client.py +171 -12
- tccli/services/lke/v20231130/api.json +524 -0
- tccli/services/lke/v20231130/examples.json +24 -0
- tccli/services/monitor/v20180724/api.json +47 -19
- tccli/services/monitor/v20180724/examples.json +4 -4
- tccli/services/ocr/v20181119/api.json +2 -2
- tccli/services/ocr/v20181119/examples.json +2 -2
- tccli/services/pts/v20210728/api.json +1 -1
- tccli/services/pts/v20210728/examples.json +1 -1
- tccli/services/redis/v20180412/api.json +33 -29
- tccli/services/redis/v20180412/examples.json +8 -8
- tccli/services/rum/v20210622/api.json +2 -0
- tccli/services/rum/v20210622/examples.json +1 -1
- tccli/services/sms/v20210111/api.json +26 -26
- tccli/services/tcr/v20190924/api.json +13 -10
- tccli/services/tcr/v20190924/examples.json +2 -2
- tccli/services/tke/tke_client.py +53 -0
- tccli/services/tke/v20180525/api.json +227 -41
- tccli/services/tke/v20180525/examples.json +26 -0
- tccli/services/tse/v20201207/api.json +13 -2
- tccli/services/tsf/v20180326/api.json +10 -8
- tccli/services/tsf/v20180326/examples.json +3 -3
- tccli/services/waf/v20180125/api.json +65 -9
- tccli/services/waf/v20180125/examples.json +1 -1
- tccli/services/wedata/v20210820/api.json +111 -20
- tccli/services/wedata/v20210820/examples.json +8 -0
- tccli/services/wedata/wedata_client.py +53 -0
- {tccli-3.0.1131.1.dist-info → tccli-3.0.1133.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1131.1.dist-info → tccli-3.0.1133.1.dist-info}/RECORD +60 -60
- {tccli-3.0.1131.1.dist-info → tccli-3.0.1133.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1131.1.dist-info → tccli-3.0.1133.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1131.1.dist-info → tccli-3.0.1133.1.dist-info}/license_files/LICENSE +0 -0
@@ -3594,7 +3594,7 @@
|
|
3594
3594
|
{
|
3595
3595
|
"disabled": false,
|
3596
3596
|
"document": "DSPA实例ID。",
|
3597
|
-
"example": "dspa-
|
3597
|
+
"example": "dspa-abcd1234",
|
3598
3598
|
"member": "string",
|
3599
3599
|
"name": "DspaId",
|
3600
3600
|
"required": true,
|
@@ -3612,7 +3612,7 @@
|
|
3612
3612
|
{
|
3613
3613
|
"disabled": true,
|
3614
3614
|
"document": "COS桶列表",
|
3615
|
-
"example": "
|
3615
|
+
"example": "[\"cos-123\",\"cos-456\"]",
|
3616
3616
|
"member": "string",
|
3617
3617
|
"name": "Buckets",
|
3618
3618
|
"required": false,
|
@@ -3621,7 +3621,7 @@
|
|
3621
3621
|
{
|
3622
3622
|
"disabled": false,
|
3623
3623
|
"document": "必填,COS资源列表",
|
3624
|
-
"example": "
|
3624
|
+
"example": "cosItem",
|
3625
3625
|
"member": "CosBucketItem",
|
3626
3626
|
"name": "CosBucketItems",
|
3627
3627
|
"required": false,
|
@@ -4337,7 +4337,7 @@
|
|
4337
4337
|
{
|
4338
4338
|
"disabled": false,
|
4339
4339
|
"document": "DSPA实例ID",
|
4340
|
-
"example": "dspa-
|
4340
|
+
"example": "dspa-abcd1234",
|
4341
4341
|
"member": "string",
|
4342
4342
|
"name": "DspaId",
|
4343
4343
|
"required": true,
|
@@ -4373,7 +4373,7 @@
|
|
4373
4373
|
{
|
4374
4374
|
"disabled": false,
|
4375
4375
|
"document": "规则名称",
|
4376
|
-
"example": "
|
4376
|
+
"example": "手机号",
|
4377
4377
|
"member": "string",
|
4378
4378
|
"name": "RuleName",
|
4379
4379
|
"required": true,
|
@@ -4382,7 +4382,7 @@
|
|
4382
4382
|
{
|
4383
4383
|
"disabled": false,
|
4384
4384
|
"document": "规则别名",
|
4385
|
-
"example": "
|
4385
|
+
"example": "电话号码",
|
4386
4386
|
"member": "string",
|
4387
4387
|
"name": "AnotherName",
|
4388
4388
|
"required": true,
|
@@ -8546,10 +8546,10 @@
|
|
8546
8546
|
{
|
8547
8547
|
"disabled": false,
|
8548
8548
|
"document": "分类树json\n注意:此字段可能返回 null,表示取不到有效值。",
|
8549
|
-
"example": "
|
8549
|
+
"example": "[{\"result\": 1}]",
|
8550
8550
|
"member": "string",
|
8551
8551
|
"name": "ResultJson",
|
8552
|
-
"
|
8552
|
+
"output_required": true,
|
8553
8553
|
"type": "string",
|
8554
8554
|
"value_allowed_null": true
|
8555
8555
|
},
|
@@ -9649,7 +9649,7 @@
|
|
9649
9649
|
"example": "无",
|
9650
9650
|
"member": "LevelItem",
|
9651
9651
|
"name": "Items",
|
9652
|
-
"
|
9652
|
+
"output_required": true,
|
9653
9653
|
"type": "list",
|
9654
9654
|
"value_allowed_null": false
|
9655
9655
|
},
|
@@ -9659,7 +9659,7 @@
|
|
9659
9659
|
"example": "1",
|
9660
9660
|
"member": "int64",
|
9661
9661
|
"name": "TotalCount",
|
9662
|
-
"
|
9662
|
+
"output_required": true,
|
9663
9663
|
"type": "int",
|
9664
9664
|
"value_allowed_null": false
|
9665
9665
|
},
|
@@ -9705,7 +9705,7 @@
|
|
9705
9705
|
"example": "无",
|
9706
9706
|
"member": "DspaDiscoveryLevelDetail",
|
9707
9707
|
"name": "Items",
|
9708
|
-
"
|
9708
|
+
"output_required": true,
|
9709
9709
|
"type": "list",
|
9710
9710
|
"value_allowed_null": true
|
9711
9711
|
},
|
@@ -9715,7 +9715,7 @@
|
|
9715
9715
|
"example": "1",
|
9716
9716
|
"member": "int64",
|
9717
9717
|
"name": "TotalCount",
|
9718
|
-
"
|
9718
|
+
"output_required": true,
|
9719
9719
|
"type": "int",
|
9720
9720
|
"value_allowed_null": true
|
9721
9721
|
},
|
@@ -16819,7 +16819,7 @@
|
|
16819
16819
|
{
|
16820
16820
|
"disabled": false,
|
16821
16821
|
"document": "DSPA实例ID。",
|
16822
|
-
"example": "
|
16822
|
+
"example": "dspa-aaa",
|
16823
16823
|
"member": "string",
|
16824
16824
|
"name": "DspaId",
|
16825
16825
|
"required": true,
|
@@ -16828,7 +16828,7 @@
|
|
16828
16828
|
{
|
16829
16829
|
"disabled": false,
|
16830
16830
|
"document": "资源ID。",
|
16831
|
-
"example": "
|
16831
|
+
"example": "10",
|
16832
16832
|
"member": "string",
|
16833
16833
|
"name": "ResourceId",
|
16834
16834
|
"required": true,
|
@@ -16837,7 +16837,7 @@
|
|
16837
16837
|
{
|
16838
16838
|
"disabled": false,
|
16839
16839
|
"document": "资源所在地域。",
|
16840
|
-
"example": "
|
16840
|
+
"example": "ap-guangzhou",
|
16841
16841
|
"member": "string",
|
16842
16842
|
"name": "ResourceRegion",
|
16843
16843
|
"required": true,
|
@@ -16846,7 +16846,7 @@
|
|
16846
16846
|
{
|
16847
16847
|
"disabled": false,
|
16848
16848
|
"document": "资源类型。",
|
16849
|
-
"example": "
|
16849
|
+
"example": "cdb",
|
16850
16850
|
"member": "string",
|
16851
16851
|
"name": "MetaType",
|
16852
16852
|
"required": true,
|
@@ -16861,18 +16861,20 @@
|
|
16861
16861
|
{
|
16862
16862
|
"disabled": false,
|
16863
16863
|
"document": "绑定DB数量。",
|
16864
|
-
"example": "
|
16864
|
+
"example": "1",
|
16865
16865
|
"member": "uint64",
|
16866
16866
|
"name": "BindDbNums",
|
16867
|
+
"output_required": true,
|
16867
16868
|
"type": "int",
|
16868
16869
|
"value_allowed_null": false
|
16869
16870
|
},
|
16870
16871
|
{
|
16871
16872
|
"disabled": false,
|
16872
16873
|
"document": "未绑定DB数量。",
|
16873
|
-
"example": "
|
16874
|
+
"example": "1",
|
16874
16875
|
"member": "uint64",
|
16875
16876
|
"name": "UnbindDbNums",
|
16877
|
+
"output_required": true,
|
16876
16878
|
"type": "int",
|
16877
16879
|
"value_allowed_null": false
|
16878
16880
|
},
|
@@ -730,17 +730,17 @@
|
|
730
730
|
],
|
731
731
|
"DescribeDSPALevelDetail": [
|
732
732
|
{
|
733
|
-
"document": "",
|
734
|
-
"input": "POST / HTTP/1.1\nHost: dsgc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDSPALevelDetail\n<公共请求参数>\n\n{\n \"DspaId\": \"dspa-
|
735
|
-
"output": "{\n \"Response\": {\n \"Items\": [\n {\n \"LevelGroupId\": 1,\n \"
|
736
|
-
"title": "
|
733
|
+
"document": "获取数据分级详情",
|
734
|
+
"input": "POST / HTTP/1.1\nHost: dsgc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDSPALevelDetail\n<公共请求参数>\n\n{\n \"DspaId\": \"dspa-7daf8fc9\"\n}",
|
735
|
+
"output": "{\n \"Response\": {\n \"Items\": [\n {\n \"LevelGroupId\": 1,\n \"LevelId\": 1,\n \"LevelRiskName\": \"高\",\n \"LevelRiskScore\": 10\n },\n {\n \"LevelGroupId\": 1,\n \"LevelId\": 3,\n \"LevelRiskName\": \"低\",\n \"LevelRiskScore\": 1\n },\n {\n \"LevelGroupId\": 1,\n \"LevelId\": 2,\n \"LevelRiskName\": \"中\",\n \"LevelRiskScore\": 5\n }\n ],\n \"RequestId\": \"0c92cb04-3ac8-477d-b77a-db6e248df728\",\n \"TotalCount\": 3\n }\n}",
|
736
|
+
"title": "获取数据分级详情"
|
737
737
|
}
|
738
738
|
],
|
739
739
|
"DescribeDSPALevelGroups": [
|
740
740
|
{
|
741
741
|
"document": "",
|
742
742
|
"input": "POST / HTTP/1.1\nHost: dsgc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDSPALevelGroups\n<公共请求参数>\n\n{\n \"DspaId\": \"dspa-00000000\",\n \"Name\": \"test\"\n}",
|
743
|
-
"output": "{\n \"Response\": {\n \"Items\": [\n {\n \"
|
743
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"b7f2cb00-e759-436e-97dc-6c95c9b61005\",\n \"TotalCount\": 1,\n \"Items\": [\n {\n \"LevelGroupId\": 11985,\n \"RefComplianceCnt\": 6,\n \"LevelGroupName\": \"系统-敏感程度\",\n \"Source\": 1,\n \"LevelGroupDesc\": \"\",\n \"LevelDetail\": [\n {\n \"LevelGroupId\": 11985,\n \"LevelRiskName\": \"1\",\n \"LevelRiskScore\": 1,\n \"LevelId\": 12010\n },\n {\n \"LevelGroupId\": 11985,\n \"LevelRiskName\": \"2\",\n \"LevelRiskScore\": 2,\n \"LevelId\": 12011\n }\n ],\n \"RefCompliance\": [\n {\n \"Name\": \"测试扫描任务抓包1\",\n \"LevelGroupId\": 11985,\n \"ComplianceGroupRules\": [\n {\n \"RuleName\": \"测试规则1\",\n \"CategoryId\": 10794,\n \"LevelId\": 12011,\n \"RuleId\": 228\n }\n ],\n \"ComplianceGroupType\": 2,\n \"Description\": \"\",\n \"ComplianceGroupId\": 14795\n },\n {\n \"Name\": \"测试扫描任务抓包2\",\n \"LevelGroupId\": 11985,\n \"ComplianceGroupRules\": [],\n \"ComplianceGroupType\": 2,\n \"Description\": \"\",\n \"ComplianceGroupId\": 14796\n }\n ]\n }\n ]\n }\n}",
|
744
744
|
"title": "获取分级列表"
|
745
745
|
}
|
746
746
|
],
|
@@ -194,7 +194,7 @@
|
|
194
194
|
{
|
195
195
|
"document": "获取目标列表",
|
196
196
|
"input": "POST / HTTP/1.1\nHost: eb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListTargets\n<公共请求参数>\n\n{\n \"EventBusId\": \"eb-l65vlc2\",\n \"RuleId\": \"rule-fdltium8\"\n}",
|
197
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 0,\n \"Targets\": [\n {\n \"Type\": \"abc\",\n \"EventBusId\": \"abc\",\n \"TargetId\": \"abc\",\n \"TargetDescription\": {\n \"ResourceDescription\": \"abc\",\n \"SCFParams\": {\n \"BatchTimeout\": 0,\n \"BatchEventCount\": 0,\n \"EnableBatchDelivery\": true\n },\n \"CkafkaTargetParams\": {\n \"TopicName\": \"abc\",\n \"RetryPolicy\": {\n \"RetryInterval\": 1,\n \"MaxRetryAttempts\": 1\n }\n },\n \"ESTargetParams\": {\n \"NetMode\": \"abc\",\n \"IndexPrefix\": \"abc\",\n \"
|
197
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 0,\n \"Targets\": [\n {\n \"Type\": \"abc\",\n \"EventBusId\": \"abc\",\n \"TargetId\": \"abc\",\n \"TargetDescription\": {\n \"ResourceDescription\": \"abc\",\n \"SCFParams\": {\n \"BatchTimeout\": 0,\n \"BatchEventCount\": 0,\n \"EnableBatchDelivery\": true\n },\n \"CkafkaTargetParams\": {\n \"TopicName\": \"abc\",\n \"RetryPolicy\": {\n \"RetryInterval\": 1,\n \"MaxRetryAttempts\": 1\n }\n },\n \"ESTargetParams\": {\n \"NetMode\": \"abc\",\n \"IndexPrefix\": \"abc\",\n \"RotationInterval\": \"abc\",\n \"OutputMode\": \"abc\",\n \"IndexSuffixMode\": \"abc\",\n \"IndexTemplateType\": \"abc\"\n }\n },\n \"RuleId\": \"abc\",\n \"EnableBatchDelivery\": true,\n \"BatchTimeout\": 0,\n \"BatchEventCount\": 0\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
|
198
198
|
"title": "获取目标列表"
|
199
199
|
}
|
200
200
|
],
|
@@ -3829,7 +3829,7 @@
|
|
3829
3829
|
},
|
3830
3830
|
{
|
3831
3831
|
"disabled": false,
|
3832
|
-
"document": "按照OrderField升序或者降序进行排序。取值范围:<li>0
|
3832
|
+
"document": "按照OrderField升序或者降序进行排序。取值范围:<li>0:表示升序。</li><li>1:表示降序。</li>默认值为0。",
|
3833
3833
|
"example": "0",
|
3834
3834
|
"member": "int64",
|
3835
3835
|
"name": "Asc",
|
@@ -148,7 +148,7 @@
|
|
148
148
|
"status": "online"
|
149
149
|
},
|
150
150
|
"CreateFlowSignUrl": {
|
151
|
-
"document": "该接口用于发起合同后,生成用户的签署链接 <br/>\n\n**注意**\n1. 该签署**链接有效期为30分钟**,过期后将失效,如需签署可重新创建签署链接 。\n2. 该接口返回的签署链接适用于APP集成的场景,支持APP
|
151
|
+
"document": "该接口用于发起合同后,生成用户的签署链接 <br/>\n\n**注意**\n1. 该签署**链接有效期为30分钟**,过期后将失效,如需签署可重新创建签署链接 。\n2. 该接口返回的签署链接适用于APP集成的场景,支持APP打开或浏览器直接打开,**不支持微信小程序嵌入**。配置方式请参考:<a href=\"https://qian.tencent.com/developers/company/openqianh5/\">跳转电子签H5</a>。\n如需跳转到小程序的实现,参考微信官方文档(分为<a href=\"https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html\">全屏</a>、<a href=\"https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html\">半屏</a>两种方式),如何配置也可以请参考: <a href=\"https://qian.tencent.com/developers/company/openwxminiprogram\">跳转电子签小程序配置</a>。\n3. 因h5涉及人脸身份认证能力基于慧眼人脸核身,对Android和iOS系统均有一定要求, 因此<font color='red'>App嵌入H5签署合同需要按照慧眼提供的<a href=\"https://cloud.tencent.com/document/product/1007/61076\">慧眼人脸核身兼容性文档</a>做兼容性适配</font>。",
|
152
152
|
"input": "CreateFlowSignUrlRequest",
|
153
153
|
"name": "获取H5签署链接",
|
154
154
|
"output": "CreateFlowSignUrlResponse",
|
@@ -3938,7 +3938,7 @@
|
|
3938
3938
|
},
|
3939
3939
|
{
|
3940
3940
|
"disabled": false,
|
3941
|
-
"document": "流程签署人列表,其中结构体的ApproverName,ApproverMobile和ApproverType必传,企业签署人则需传OrganizationName,其他可不传。\n\n注:\n`1.
|
3941
|
+
"document": "流程签署人列表,其中结构体的ApproverName,ApproverMobile和ApproverType必传,企业签署人则需传OrganizationName,其他可不传。\n\n注:\n`1. 签署人只能有手写签名、时间类型、印章类型的签署控件和内容填写控件,其他类型的签署控件暂时未支持。`\n`2. 生成发起方预览链接时,该字段(FlowApproverInfos)传空或者不传`",
|
3942
3942
|
"example": "无",
|
3943
3943
|
"member": "FlowCreateApprover",
|
3944
3944
|
"name": "FlowApproverInfos",
|
@@ -3956,7 +3956,7 @@
|
|
3956
3956
|
},
|
3957
3957
|
{
|
3958
3958
|
"disabled": false,
|
3959
|
-
"document": "签署完之后的H5
|
3959
|
+
"document": "签署完之后的H5页面的跳转链接,最大长度1000个字符。链接类型请参考 <a href=\"https://qian.tencent.com/developers/company/openqianh5\" target=\"_blank\">跳转电子签H5</a>\n",
|
3960
3960
|
"example": "无",
|
3961
3961
|
"member": "string",
|
3962
3962
|
"name": "JumpUrl",
|
@@ -78,7 +78,7 @@
|
|
78
78
|
"status": "online"
|
79
79
|
},
|
80
80
|
"ChannelCreateFlowByFiles": {
|
81
|
-
"document": "接口(ChannelCreateFlowByFiles)用PDF文件创建签署流程。\n\n适用场景:适用非制式的合同文件签署,开发者有每个签署流程的PDF,可以通过该接口传入完整的PDF文件及流程信息生成待签署的合同流程。\n\n**注**: \n<ul>\n<li>此接口静默签(企业自动签)能力为白名单功能,使用前请联系对接的客户经理沟通。</li>\n<li>此接口需要依赖<a href=\"https://qian.tencent.com/developers/partnerApis/files/UploadFiles\" target=\"_blank\">文件上传接口</a>生成pdf资源编号(FileIds)进行使用。整体的逻辑如下图</li>\n</ul>\n\n![image](https://qcloudimg.tencent-cloud.cn/raw/bf86248a2c163228c4e894cf5926af69/ChannelCreateFlowByFiles.png)\n\n**可以作为发起方和签署方的角色列表**\n<table> <thead> <tr> <th>场景编号</th> <th>发起方</th> <th>签署方</th> <th>补充</th> </tr> </thead> <tbody> <tr> <td>场景一</td> <td>子企业A的员工</td> <td>子企业A的员工</td> <td>子企业是通过<a href=\"https://qian.tencent.com/developers/partnerApis/accounts/CreateConsoleLoginUrl\" target=\"_blank\">CreateConsoleLoginUrl</a>生成子客登录链接注册的企业</td> </tr> <tr> <td>场景二</td> <td>子企业A的员工</td> <td>子企业B(不指定经办人走领取逻辑)</td> <td>领取的逻辑可以参考文档<a href=\"https://qian.tencent.com/developers/partner/dynamic_signer\" target=\"_blank\">动态签署方</a> </td> </tr> <tr> <td>场景三</td> <td>子企业A的员工</td> <td>子企业B的员工</td> <td>-</td> </tr> <tr> <td>场景四</td> <td>子企业A的员工</td> <td>个人</td> <td>就是自然人,不是企业员工</td> </tr> <tr> <td>场景五</td> <td>子企业A的员工</td> <td>SaaS平台企业员工</td> <td>SaaS平台企业是通过<a href=\"https://qian.tencent.cn/console/company-register\" target=\"_blank\">https://qian.tencent.cn/console/company-register</a>链接注册的企业</td> </tr> </tbody> </table>\n\n\n**注**: \n`1. 发起合同时候, 作为发起方的第三方子企业A员工的企业和员工必须经过实名, 而作为签署方的第三方子企业A员工/个人/自然人/SaaS平台企业员工/第三方子企业B员工企业中的企业和个人/员工可以未实名`\n\n`2. 不同类型的签署方传参不同, 可以参考开发者中心的FlowApproverInfo结构体说明`\n\n`3. 合同发起后就会扣减合同的额度, 只有撤销没有参与方签署过或只有自动签署签署过的合同,才会返还合同额度。(过期,拒签,签署完成,解除完成等状态不会返还额度)`\n\n`4.
|
81
|
+
"document": "接口(ChannelCreateFlowByFiles)用PDF文件创建签署流程。\n\n适用场景:适用非制式的合同文件签署,开发者有每个签署流程的PDF,可以通过该接口传入完整的PDF文件及流程信息生成待签署的合同流程。\n\n**注**: \n<ul>\n<li>此接口静默签(企业自动签)能力为白名单功能,使用前请联系对接的客户经理沟通。</li>\n<li>此接口需要依赖<a href=\"https://qian.tencent.com/developers/partnerApis/files/UploadFiles\" target=\"_blank\">文件上传接口</a>生成pdf资源编号(FileIds)进行使用。整体的逻辑如下图</li>\n</ul>\n\n![image](https://qcloudimg.tencent-cloud.cn/raw/bf86248a2c163228c4e894cf5926af69/ChannelCreateFlowByFiles.png)\n\n**可以作为发起方和签署方的角色列表**\n<table> <thead> <tr> <th>场景编号</th> <th>发起方</th> <th>签署方</th> <th>补充</th> </tr> </thead> <tbody> <tr> <td>场景一</td> <td>子企业A的员工</td> <td>子企业A的员工</td> <td>子企业是通过<a href=\"https://qian.tencent.com/developers/partnerApis/accounts/CreateConsoleLoginUrl\" target=\"_blank\">CreateConsoleLoginUrl</a>生成子客登录链接注册的企业</td> </tr> <tr> <td>场景二</td> <td>子企业A的员工</td> <td>子企业B(不指定经办人走领取逻辑)</td> <td>领取的逻辑可以参考文档<a href=\"https://qian.tencent.com/developers/partner/dynamic_signer\" target=\"_blank\">动态签署方</a> </td> </tr> <tr> <td>场景三</td> <td>子企业A的员工</td> <td>子企业B的员工</td> <td>-</td> </tr> <tr> <td>场景四</td> <td>子企业A的员工</td> <td>个人</td> <td>就是自然人,不是企业员工</td> </tr> <tr> <td>场景五</td> <td>子企业A的员工</td> <td>SaaS平台企业员工</td> <td>SaaS平台企业是通过<a href=\"https://qian.tencent.cn/console/company-register\" target=\"_blank\">https://qian.tencent.cn/console/company-register</a>链接注册的企业</td> </tr> </tbody> </table>\n\n\n**注**: \n`1. 发起合同时候, 作为发起方的第三方子企业A员工的企业和员工必须经过实名, 而作为签署方的第三方子企业A员工/个人/自然人/SaaS平台企业员工/第三方子企业B员工企业中的企业和个人/员工可以未实名`\n\n`2. 不同类型的签署方传参不同, 可以参考开发者中心的FlowApproverInfo结构体说明`\n\n`3. 合同发起后就会扣减合同的额度, 只有撤销没有参与方签署过或只有自动签署签署过的合同,才会返还合同额度。(过期,拒签,签署完成,解除完成等状态不会返还额度)`\n\n`4. 静默(自动)签署不支持合同签署方存在填写功能`\n\n<font color=\"red\">相关视频指引</font> <br>\n1. <a href=\"https://dyn.ess.tencent.cn/guide/apivideo/essbasic-UploadFiles.mp4\" target=\"_blank\">【上传文件代码】编写示例</a><br>\n1. <a href=\"https://dyn.ess.tencent.cn/guide/apivideo/essbasic-ChannelCreateFlowByFiles.mp4\" target=\"_blank\">【用PDF文件创建签署流程】编写示例</a><br>",
|
82
82
|
"input": "ChannelCreateFlowByFilesRequest",
|
83
83
|
"name": "用PDF文件创建签署流程",
|
84
84
|
"output": "ChannelCreateFlowByFilesResponse",
|
@@ -113,7 +113,7 @@
|
|
113
113
|
"status": "online"
|
114
114
|
},
|
115
115
|
"ChannelCreateFlowSignUrl": {
|
116
|
-
"document": "该接口用于发起合同后,生成用户的签署链接 <br/>\n\n**注意**\n1. 该签署**链接有效期为30分钟**,过期后将失效,如需签署可重新创建签署链接 。\n2. 该接口返回的签署链接适用于APP集成的场景,支持APP
|
116
|
+
"document": "该接口用于发起合同后,生成用户的签署链接 <br/>\n\n**注意**\n1. 该签署**链接有效期为30分钟**,过期后将失效,如需签署可重新创建签署链接 。\n2. 该接口返回的签署链接适用于APP集成的场景,支持APP打开或浏览器直接打开,**不支持微信小程序嵌入**。配置方式请参考:<a href=\"https://qian.tencent.com/developers/company/openqianh5/\">跳转电子签H5</a>。\n如需跳转到小程序的实现,参考微信官方文档(分为<a href=\"https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html\">全屏</a>、<a href=\"https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html\">半屏</a>两种方式),如何配置也可以请参考: <a href=\"https://qian.tencent.com/developers/company/openwxminiprogram\">跳转电子签小程序配置</a>。\n3. 因h5涉及人脸身份认证能力基于慧眼人脸核身,对Android和iOS系统均有一定要求, 因此<font color='red'>App嵌入H5签署合同需要按照慧眼提供的<a href=\"https://cloud.tencent.com/document/product/1007/61076\">慧眼人脸核身兼容性文档</a>做兼容性适配</font>。",
|
117
117
|
"input": "ChannelCreateFlowSignUrlRequest",
|
118
118
|
"name": "获取用户H5签署链接",
|
119
119
|
"output": "ChannelCreateFlowSignUrlResponse",
|
@@ -351,7 +351,7 @@
|
|
351
351
|
"status": "online"
|
352
352
|
},
|
353
353
|
"CreateFlowsByTemplates": {
|
354
|
-
"document": "接口(CreateFlowsByTemplates)用于使用模板批量创建签署流程。当前可批量发起合同(签署流程)数量为1-20个。\n如若在模板中配置了动态表格, 上传的附件必须为A4大小 \n合同发起人必须在电子签已经进行实名。\n\n### 一. 整体的逻辑如下\n\n![image](https://qcloudimg.tencent-cloud.cn/raw/e193519d4383fa74782a9e19147ef01a/CreateFlowsByTemplates.png)\n\n### 二. 可以作为发起方和签署方的角色列表\n\n<table> <thead> <tr> <th>场景编号</th> <th>发起方</th> <th>签署方</th> <th>补充</th> </tr> </thead> <tbody> <tr> <td>场景一</td> <td>子企业A的员工</td> <td>子企业A的员工</td> <td>子企业是通过<a href=\"https://qian.tencent.com/developers/partnerApis/accounts/CreateConsoleLoginUrl\" target=\"_blank\">CreateConsoleLoginUrl</a>生成子客登录链接注册的企业</td> </tr> <tr> <td>场景二</td> <td>子企业A的员工</td> <td>子企业B(不指定经办人走领取逻辑)</td> <td>领取的逻辑可以参考文档<a href=\"https://qian.tencent.com/developers/partner/dynamic_signer\" target=\"_blank\">动态签署方</a> </td> </tr> <tr> <td>场景三</td> <td>子企业A的员工</td> <td>子企业B的员工</td> <td>-</td> </tr> <tr> <td>场景四</td> <td>子企业A的员工</td> <td>个人</td> <td>就是自然人,不是企业员工</td> </tr> <tr> <td>场景五</td> <td>子企业A的员工</td> <td>SaaS平台企业员工</td> <td>SaaS平台企业是通过<a href=\"https://qian.tencent.cn/console/company-register\" target=\"_blank\">https://qian.tencent.cn/console/company-register</a>链接注册的企业</td> </tr> </tbody> </table>\n\n\n\n\n### 三. 填充模板中定义的填写控件\n模板中配置的<font color=\"red\">发起人填充控件</font>可以通过本接口的**FormFields数组**字段填充\n\n![image](https://qcloudimg.tencent-cloud.cn/raw/37457e0e450fc221effddfcb8b1bad55.png)\n填充的传参示例如下\n\n```\n request.FormFields = [{\n \"ComponentName\": \"项目的名字\",\n \"ComponentValue\": \"休闲山庄\"\n }, {\n \"ComponentName\": \"项目的地址\",\n \"ComponentValue\": \"凤凰山北侧\",\n }, {\n \"ComponentName\": \"范围\",\n \"ComponentValue\": \"凤凰山至107国道\",\n }, {\n \"ComponentName\": \"面积\",\n \"ComponentValue\": \"100亩\",\n }, {\n \"ComponentName\": \"基本情况\",\n \"ComponentValue\": \"完好\",\n }, , {\n \"ComponentName\": \"用途\",\n \"ComponentValue\": \"经营农家乐\",\n }\n ]\n```\n合成后合同样子示例\n\n![image](https://qcloudimg.tencent-cloud.cn/raw/140a2fb771ac66a185d0a000d37485f6.png)\n\n\n\n### 四. 注意 \n1. 发起合同时候, 作为<font color=\"red\">发起方的第三方子企业A员工的企业和员工必须经过实名</font>, 而作为签署方的第三方子企业A员工/个人/自然人/SaaS平台企业员工/第三方子企业B员工企业中的企业和个人/员工可以未实名\n\n2. 不同类型的签署方传参不同, 可以参考开发者中心的FlowApproverInfo结构体说明\n\n3. <font color=\"red\">调用接口发起合同成功就会扣减合同的额度</font>, 只有撤销没有参与方签署过或只有自动签署签署过的合同,才会返还合同额度。(过期,拒签,签署完成,解除完成等状态不会返还额度)\n\n4. <font color=\"red\">静默(自动)签署不支持合同签署方存在填写</font>\n\n5. <font color=\"red\">在下一步创建签署链接前,建议等待DocumentFill </font> <a href=\"https://qian.tencent.com/developers/partner/callback_types_file_resources\">PDF合成完成的回调</a
|
354
|
+
"document": "接口(CreateFlowsByTemplates)用于使用模板批量创建签署流程。当前可批量发起合同(签署流程)数量为1-20个。\n如若在模板中配置了动态表格, 上传的附件必须为A4大小 \n合同发起人必须在电子签已经进行实名。\n\n### 一. 整体的逻辑如下\n\n![image](https://qcloudimg.tencent-cloud.cn/raw/e193519d4383fa74782a9e19147ef01a/CreateFlowsByTemplates.png)\n\n### 二. 可以作为发起方和签署方的角色列表\n\n<table> <thead> <tr> <th>场景编号</th> <th>发起方</th> <th>签署方</th> <th>补充</th> </tr> </thead> <tbody> <tr> <td>场景一</td> <td>子企业A的员工</td> <td>子企业A的员工</td> <td>子企业是通过<a href=\"https://qian.tencent.com/developers/partnerApis/accounts/CreateConsoleLoginUrl\" target=\"_blank\">CreateConsoleLoginUrl</a>生成子客登录链接注册的企业</td> </tr> <tr> <td>场景二</td> <td>子企业A的员工</td> <td>子企业B(不指定经办人走领取逻辑)</td> <td>领取的逻辑可以参考文档<a href=\"https://qian.tencent.com/developers/partner/dynamic_signer\" target=\"_blank\">动态签署方</a> </td> </tr> <tr> <td>场景三</td> <td>子企业A的员工</td> <td>子企业B的员工</td> <td>-</td> </tr> <tr> <td>场景四</td> <td>子企业A的员工</td> <td>个人</td> <td>就是自然人,不是企业员工</td> </tr> <tr> <td>场景五</td> <td>子企业A的员工</td> <td>SaaS平台企业员工</td> <td>SaaS平台企业是通过<a href=\"https://qian.tencent.cn/console/company-register\" target=\"_blank\">https://qian.tencent.cn/console/company-register</a>链接注册的企业</td> </tr> </tbody> </table>\n\n\n\n\n### 三. 填充模板中定义的填写控件\n模板中配置的<font color=\"red\">发起人填充控件</font>可以通过本接口的**FormFields数组**字段填充\n\n![image](https://qcloudimg.tencent-cloud.cn/raw/37457e0e450fc221effddfcb8b1bad55.png)\n填充的传参示例如下\n\n```\n request.FormFields = [{\n \"ComponentName\": \"项目的名字\",\n \"ComponentValue\": \"休闲山庄\"\n }, {\n \"ComponentName\": \"项目的地址\",\n \"ComponentValue\": \"凤凰山北侧\",\n }, {\n \"ComponentName\": \"范围\",\n \"ComponentValue\": \"凤凰山至107国道\",\n }, {\n \"ComponentName\": \"面积\",\n \"ComponentValue\": \"100亩\",\n }, {\n \"ComponentName\": \"基本情况\",\n \"ComponentValue\": \"完好\",\n }, , {\n \"ComponentName\": \"用途\",\n \"ComponentValue\": \"经营农家乐\",\n }\n ]\n```\n合成后合同样子示例\n\n![image](https://qcloudimg.tencent-cloud.cn/raw/140a2fb771ac66a185d0a000d37485f6.png)\n\n\n\n### 四. 注意 \n1. 发起合同时候, 作为<font color=\"red\">发起方的第三方子企业A员工的企业和员工必须经过实名</font>, 而作为签署方的第三方子企业A员工/个人/自然人/SaaS平台企业员工/第三方子企业B员工企业中的企业和个人/员工可以未实名\n\n2. 不同类型的签署方传参不同, 可以参考开发者中心的FlowApproverInfo结构体说明\n\n3. <font color=\"red\">调用接口发起合同成功就会扣减合同的额度</font>, 只有撤销没有参与方签署过或只有自动签署签署过的合同,才会返还合同额度。(过期,拒签,签署完成,解除完成等状态不会返还额度)\n\n4. <font color=\"red\">静默(自动)签署不支持合同签署方存在填写</font>\n\n5. <font color=\"red\">在下一步创建签署链接前,建议等待DocumentFill </font> <a href=\"https://qian.tencent.com/developers/partner/callback_types_file_resources\">PDF合成完成的回调</a>或者睡眠几秒,尤其是当模板中存在动态表格等复杂填写控件时,因为合成过程可能会耗费秒级别的时间。\n\n\n<font color=\"red\">相关视频指引</font> <br>\n1. <a href=\"https://dyn.ess.tencent.cn/guide/apivideo/essbasic-CreateTemplates.mp4\" target=\"_blank\">创建模板&设置成本企业自动签署</a><br>",
|
355
355
|
"input": "CreateFlowsByTemplatesRequest",
|
356
356
|
"name": "用模板创建签署流程",
|
357
357
|
"output": "CreateFlowsByTemplatesResponse",
|
@@ -442,7 +442,7 @@
|
|
442
442
|
"status": "online"
|
443
443
|
},
|
444
444
|
"DescribeTemplates": {
|
445
|
-
"document": "通过此接口(DescribeTemplates)查询该第三方平台子客企业在电子签拥有的有效模板,不包括第三方平台模板。\n\n**适用场景**\n 该接口常用来配合<a href=\"https://qian.tencent.com/developers/partnerApis/startFlows/CreateFlowsByTemplates\" target=\"_blank\">用模板创建签署流程</a>和<a href=\"https://qian.tencent.com/developers/partnerApis/startFlows/ChannelCreateFlowGroupByTemplates\" target=\"_blank\">通过多模板创建合同组签署流程</a>接口,作为创建合同的前置接口使用。 \n通过此接口查询到模板信息后,再通过调用创建合同的接口,指定模板ID,指定模板中需要的填写控件内容等,完成合同文档的创建。\n\n**模板的来源**\n子客企业的模板有两种途径获取\n- 渠道方(平台方)配置完成后, 分发给同应用的各个子企业\n- 子客企业通过CreateConsoleLoginUrl创建的链接登录子客控制台自己创建\n\n**一个模板通常会包含以下结构信息** \n\n- 模板ID, 模板名字等基本信息\n- 发起方参与信息Promoter、签署参与方 Recipients,后者会在模板发起合同时用于指定参与方\n- 发起方和签署方的填写控件 Components\n- 签署方的签署控件 SignComponents\n\n![image](https://qcloudimg.tencent-cloud.cn/raw/ab81fa948a0a6fea14f48cac91d0e36a/channel_DescribeTemplates.png)\n\n模板中各元素的层级关系, 所有的填写控件和签署控件都归属某一个角色(通过控件的ComponentRecipientId来关联)\n\n![image](https://qcloudimg.tencent-cloud.cn/raw/45c638bd93f9c8024763add9ab47c27f.png)\n\n\n**注意**\n\n>1. 查询条件TemplateId、TemplateName与ChannelTemplateId可同时存在,即可查询同时满足这些条件的模板。\n>2. TemplateId 和TemplateIds互为独立,若两个参数都传入,则以TemplateId
|
445
|
+
"document": "通过此接口(DescribeTemplates)查询该第三方平台子客企业在电子签拥有的有效模板,不包括第三方平台模板。\n\n**适用场景**\n 该接口常用来配合<a href=\"https://qian.tencent.com/developers/partnerApis/startFlows/CreateFlowsByTemplates\" target=\"_blank\">用模板创建签署流程</a>和<a href=\"https://qian.tencent.com/developers/partnerApis/startFlows/ChannelCreateFlowGroupByTemplates\" target=\"_blank\">通过多模板创建合同组签署流程</a>接口,作为创建合同的前置接口使用。 \n通过此接口查询到模板信息后,再通过调用创建合同的接口,指定模板ID,指定模板中需要的填写控件内容等,完成合同文档的创建。\n\n**模板的来源**\n子客企业的模板有两种途径获取\n- 渠道方(平台方)配置完成后, 分发给同应用的各个子企业\n- 子客企业通过CreateConsoleLoginUrl创建的链接登录子客控制台自己创建\n\n**一个模板通常会包含以下结构信息** \n\n- 模板ID, 模板名字等基本信息\n- 发起方参与信息Promoter、签署参与方 Recipients,后者会在模板发起合同时用于指定参与方\n- 发起方和签署方的填写控件 Components\n- 签署方的签署控件 SignComponents\n\n![image](https://qcloudimg.tencent-cloud.cn/raw/ab81fa948a0a6fea14f48cac91d0e36a/channel_DescribeTemplates.png)\n\n模板中各元素的层级关系, 所有的填写控件和签署控件都归属某一个角色(通过控件的ComponentRecipientId来关联)\n\n![image](https://qcloudimg.tencent-cloud.cn/raw/45c638bd93f9c8024763add9ab47c27f.png)\n\n\n**注意**\n\n>1. 查询条件TemplateId、TemplateName与ChannelTemplateId可同时存在,即可查询同时满足这些条件的模板。\n>2. TemplateId 和TemplateIds互为独立,若两个参数都传入,则以TemplateId为准\n\n<font color=\"red\">相关视频指引</font> <br>\n1. <a href=\"https://dyn.ess.tencent.cn/guide/apivideo/essbasic-CreateTemplates.mp4\" target=\"_blank\">创建模板&设置成本企业自动签署</a><br>",
|
446
446
|
"input": "DescribeTemplatesRequest",
|
447
447
|
"name": "查询模板信息列表",
|
448
448
|
"output": "DescribeTemplatesResponse",
|
@@ -2635,7 +2635,7 @@
|
|
2635
2635
|
},
|
2636
2636
|
{
|
2637
2637
|
"disabled": false,
|
2638
|
-
"document": "流程签署人列表,其中结构体的Name,Mobile和ApproverType必传,企业签署人则还需传OrganizationName、OpenId、OrganizationOpenId,其他可不传。\n\n注:\n`1.
|
2638
|
+
"document": "流程签署人列表,其中结构体的Name,Mobile和ApproverType必传,企业签署人则还需传OrganizationName、OpenId、OrganizationOpenId,其他可不传。\n\n注:\n`1. 签署人只能有手写签名、时间类型、印章类型的签署控件和内容填写控件,其他类型的签署控件暂时未支持。`\n`2. 生成发起方预览链接时,该字段(FlowApproverInfos)传空或者不传`",
|
2639
2639
|
"example": "无",
|
2640
2640
|
"member": "FlowApproverInfo",
|
2641
2641
|
"name": "FlowApproverInfos",
|
@@ -2662,7 +2662,7 @@
|
|
2662
2662
|
},
|
2663
2663
|
{
|
2664
2664
|
"disabled": false,
|
2665
|
-
"document": "签署完之后的H5
|
2665
|
+
"document": "签署完之后的H5页面的跳转链接,最大长度1000个字符。链接类型请参考 <a href=\"https://qian.tencent.com/developers/company/openqianh5\" target=\"_blank\">跳转电子签H5</a>\n",
|
2666
2666
|
"example": "无",
|
2667
2667
|
"member": "string",
|
2668
2668
|
"name": "JumpUrl",
|
@@ -4299,7 +4299,7 @@
|
|
4299
4299
|
"example": "无",
|
4300
4300
|
"member": "GlobalDns",
|
4301
4301
|
"name": "GlobalDnsList",
|
4302
|
-
"
|
4302
|
+
"output_required": true,
|
4303
4303
|
"type": "list",
|
4304
4304
|
"value_allowed_null": false
|
4305
4305
|
},
|
@@ -6999,6 +6999,26 @@
|
|
6999
6999
|
"output_required": false,
|
7000
7000
|
"type": "bool",
|
7001
7001
|
"value_allowed_null": true
|
7002
|
+
},
|
7003
|
+
{
|
7004
|
+
"disabled": false,
|
7005
|
+
"document": "TLS套件包\n注意:此字段可能返回 null,表示取不到有效值。",
|
7006
|
+
"example": "GAAP_TLS_CIPHERS_WIDE",
|
7007
|
+
"member": "string",
|
7008
|
+
"name": "TLSCiphers",
|
7009
|
+
"output_required": false,
|
7010
|
+
"type": "string",
|
7011
|
+
"value_allowed_null": true
|
7012
|
+
},
|
7013
|
+
{
|
7014
|
+
"disabled": false,
|
7015
|
+
"document": "TLS版本\n注意:此字段可能返回 null,表示取不到有效值。",
|
7016
|
+
"example": "[\"TLSv1\", \"TLSv1.1\", \"TLSv1.2\", \"TLSv1.3\"]",
|
7017
|
+
"member": "string",
|
7018
|
+
"name": "TLSSupportVersion",
|
7019
|
+
"output_required": false,
|
7020
|
+
"type": "list",
|
7021
|
+
"value_allowed_null": true
|
7002
7022
|
}
|
7003
7023
|
],
|
7004
7024
|
"usage": "out"
|
@@ -434,12 +434,6 @@
|
|
434
434
|
"input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeGlobalDomainDns\n<公共请求参数>\n\n{\n \"DomainId\": \"test.com\"\n}",
|
435
435
|
"output": "{\n \"Response\": {\n \"RequestId\": \"51828ffb-75f5-4378-921b-212a8a07574c\",\n \"GlobalDnsList\": [\n {\n \"Status\": 0,\n \"AccessList\": [],\n \"CountryAreaList\": [\n {\n \"Remark\": \"1\",\n \"NationCountryName\": \"韩国\",\n \"GeographicalZoneInnerCode\": \"101000\",\n \"ContinentName\": \"亚洲\",\n \"ContinentInnerCode\": \"100000\",\n \"NationCountryInnerCode\": \"101007\",\n \"GeographicalZoneName\": \"东亚\"\n },\n {\n \"Remark\": \"1\",\n \"NationCountryName\": \"中国大陆-华西\",\n \"GeographicalZoneInnerCode\": \"101000\",\n \"ContinentName\": \"亚洲\",\n \"ContinentInnerCode\": \"100000\",\n \"NationCountryInnerCode\": \"101004\",\n \"GeographicalZoneName\": \"东亚\"\n }\n ],\n \"DnsRecordId\": 258\n }\n ]\n }\n}",
|
436
436
|
"title": "查询域名解析记录列表"
|
437
|
-
},
|
438
|
-
{
|
439
|
-
"document": "",
|
440
|
-
"input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeGlobalDomainDns\n<公共请求参数>\n\n{\n \"DomainId\": \"dm-fgsymu39\"\n}",
|
441
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"fa0f3927-406e-4a45-bced-590b4b0175fe\",\n \"GlobalDnsList\": [\n {\n \"DnsRecordId\": 12756,\n \"CountryAreaList\": [\n {\n \"ContinentInnerCode\": \"100000\",\n \"ContinentName\": \"亚洲\",\n \"GeographicalZoneInnerCode\": \"101000\",\n \"GeographicalZoneName\": \"东亚\",\n \"NationCountryInnerCode\": \"101001\",\n \"NationCountryName\": \"中国大陆-华北\"\n }\n ],\n \"AccessList\": [\n {\n \"ProxyId\": \"link-4m6fx36h\",\n \"Vip\": \"1.14.225.21\",\n \"VipList\": [\n {\n \"IP\": \"1.14.225.21\",\n \"Provider\": \"BGP\",\n \"Bandwidth\": 10\n }\n ],\n \"RegionId\": \"Guangzhou\",\n \"SourceRegionIdcType\": \"dc\",\n \"RegionName\": \"广州(原中国大陆-华南大区)\"\n }\n ],\n \"Status\": 1\n }\n ]\n }\n}",
|
442
|
-
"title": "查询统一域名的域名解析"
|
443
437
|
}
|
444
438
|
],
|
445
439
|
"DescribeGlobalDomains": [
|