tccli 3.0.1288.1__py2.py3-none-any.whl → 3.0.1290.1__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tccli/__init__.py +1 -1
- tccli/plugins/sso/__init__.py +11 -1
- tccli/plugins/sso/login.py +3 -3
- tccli/services/asr/v20190614/api.json +6 -6
- tccli/services/asr/v20190614/examples.json +4 -4
- tccli/services/bi/v20220105/api.json +43 -0
- tccli/services/billing/v20180709/api.json +326 -266
- tccli/services/billing/v20180709/examples.json +1 -1
- tccli/services/cdb/cdb_client.py +53 -0
- tccli/services/cdb/v20170320/api.json +64 -0
- tccli/services/cdb/v20170320/examples.json +8 -0
- tccli/services/cdwpg/v20201230/api.json +5 -5
- tccli/services/cdwpg/v20201230/examples.json +6 -6
- tccli/services/cdz/v20221123/api.json +4 -4
- tccli/services/cfg/v20210820/api.json +197 -197
- tccli/services/cfg/v20210820/examples.json +1 -1
- tccli/services/clb/v20180317/api.json +21 -16
- tccli/services/cls/v20201016/api.json +230 -198
- tccli/services/cls/v20201016/examples.json +2 -2
- tccli/services/cwp/v20180228/api.json +39 -9
- tccli/services/cynosdb/v20190107/api.json +2 -2
- tccli/services/dbbrain/dbbrain_client.py +383 -12
- tccli/services/dbbrain/v20191016/api.json +24 -21
- tccli/services/dbbrain/v20210527/api.json +851 -68
- tccli/services/dbbrain/v20210527/examples.json +56 -0
- tccli/services/domain/v20180808/api.json +11 -11
- tccli/services/dts/v20180330/api.json +34 -34
- tccli/services/dts/v20180330/examples.json +1 -1
- tccli/services/dts/v20211206/api.json +225 -223
- tccli/services/dts/v20211206/examples.json +2 -2
- tccli/services/ess/v20201111/api.json +30 -3
- tccli/services/essbasic/v20210526/api.json +29 -2
- tccli/services/fmu/v20191213/api.json +2 -2
- tccli/services/goosefs/v20220519/api.json +2 -2
- tccli/services/gwlb/v20240906/api.json +1 -1
- tccli/services/iotcloud/v20210408/api.json +66 -66
- tccli/services/iotcloud/v20210408/examples.json +13 -13
- tccli/services/iotexplorer/iotexplorer_client.py +159 -0
- tccli/services/iotexplorer/v20190423/api.json +561 -0
- tccli/services/iotexplorer/v20190423/examples.json +24 -0
- tccli/services/iotvideo/iotvideo_client.py +106 -0
- tccli/services/iotvideo/v20211125/api.json +105 -0
- tccli/services/iotvideo/v20211125/examples.json +16 -0
- tccli/services/lighthouse/v20200324/api.json +53 -53
- tccli/services/lighthouse/v20200324/examples.json +2 -2
- tccli/services/lke/v20231130/api.json +12 -2
- tccli/services/lkeap/v20240522/api.json +2 -2
- tccli/services/lowcode/v20210108/api.json +2 -2
- tccli/services/monitor/monitor_client.py +53 -0
- tccli/services/monitor/v20180724/api.json +144 -0
- tccli/services/monitor/v20180724/examples.json +8 -0
- tccli/services/mps/mps_client.py +501 -24
- tccli/services/mps/v20190612/api.json +2118 -247
- tccli/services/mps/v20190612/examples.json +72 -0
- tccli/services/mqtt/v20240516/api.json +4 -4
- tccli/services/mqtt/v20240516/examples.json +5 -11
- tccli/services/organization/v20210331/api.json +113 -113
- tccli/services/redis/redis_client.py +53 -0
- tccli/services/redis/v20180412/api.json +34 -0
- tccli/services/redis/v20180412/examples.json +8 -0
- tccli/services/svp/v20240125/api.json +1 -1
- tccli/services/tcb/tcb_client.py +53 -0
- tccli/services/tcb/v20180608/api.json +224 -157
- tccli/services/tcb/v20180608/examples.json +8 -0
- tccli/services/tcbr/v20220217/examples.json +1 -1
- tccli/services/tdmq/v20200217/api.json +379 -285
- tccli/services/tdmq/v20200217/examples.json +1 -1
- tccli/services/teo/v20220901/api.json +541 -5
- tccli/services/teo/v20220901/examples.json +21 -3
- tccli/services/tione/v20211111/api.json +64 -6
- tccli/services/vdb/v20230616/api.json +31 -2
- tccli/services/vdb/v20230616/examples.json +8 -2
- tccli/services/vrs/v20200824/api.json +14 -2
- tccli/services/vrs/v20200824/examples.json +1 -1
- tccli/services/wedata/v20210820/api.json +102 -0
- tccli/services/weilingwith/v20230427/api.json +997 -997
- {tccli-3.0.1288.1.dist-info → tccli-3.0.1290.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1288.1.dist-info → tccli-3.0.1290.1.dist-info}/RECORD +81 -81
- {tccli-3.0.1288.1.dist-info → tccli-3.0.1290.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1288.1.dist-info → tccli-3.0.1290.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1288.1.dist-info → tccli-3.0.1290.1.dist-info}/license_files/LICENSE +0 -0
@@ -154,7 +154,7 @@
|
|
154
154
|
{
|
155
155
|
"document": "查询一致性校验任务列表",
|
156
156
|
"input": "POST / HTTP/1.1\nHost: dts.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCompareTasks\n<公共请求参数>\n\n{\n \"JobId\": \"dts-e7ukka6g\"\n}",
|
157
|
-
"output": "{\n \"Response\": {\n \"Items\": [\n {\n \"CheckProcess\": {\n \"Message\": \"\",\n \"Status\": \"\",\n \"StepAll\": 0,\n \"StepNow\": 0,\n \"Percent\": 0,\n \"Steps\": []\n },\n \"CompareProcess\": {\n \"Message\": \"done\",\n \"Status\": \"\",\n \"StepAll\": 0,\n \"StepNow\": 0,\n \"Steps\": []\n },\n \"CompareTaskId\": \"dts-amm1jw5q-cmp-bmuum7jk\",\n \"Conclusion\": \"same\",\n \"Config\": {\n \"ObjectItems\": [\n {\n \"DbMode\": \"partial\",\n \"DbName\": \"big100\",\n \"SchemaName\": \"\",\n \"TableMode\": \"partial\",\n \"Tables\": null,\n \"ViewMode\": \"none\",\n \"Views\": null\n },\n {\n \"DbMode\": \"all\",\n \"DbName\": \"db1\",\n \"SchemaName\": \"\",\n \"TableMode\": \"all\",\n \"Tables\": null,\n \"ViewMode\": \"all\",\n \"Views\": null\n }\n ],\n \"ObjectMode\": \"partial\"\n },\n \"CreatedAt\": \"2022-07-11 17:21:02\",\n \"FinishedAt\": \"2022-07-11 17:24:54\",\n \"Method\": \"dataCheck\",\n \"Options\": {\n \"Method\": \"dataCheck\",\n \"SampleRate\": 100,\n \"ThreadCount\": 1\n },\n \"JobId\": \"dts-amm1jw5q\",\n \"Message\": \"done\",\n \"StartedAt\": \"2022-07-11 17:24:09\",\n \"Status\": \"success\",\n \"TaskName\": \"defaultCmpTask\"\n }\n ],\n \"RequestId\": \"11d35c90-01bb-11ed-bad9-7b3bbe11abda\",\n \"TotalCount\": 1\n }\n}",
|
157
|
+
"output": "{\n \"Response\": {\n \"Items\": [\n {\n \"CheckProcess\": {\n \"Message\": \"\",\n \"Status\": \"\",\n \"StepAll\": 0,\n \"StepNow\": 0,\n \"Percent\": 0,\n \"Steps\": []\n },\n \"CompareProcess\": {\n \"Message\": \"done\",\n \"Status\": \"\",\n \"StepAll\": 0,\n \"StepNow\": 0,\n \"Steps\": []\n },\n \"CompareTaskId\": \"dts-amm1jw5q-cmp-bmuum7jk\",\n \"Conclusion\": \"same\",\n \"Config\": {\n \"ObjectItems\": [\n {\n \"DbMode\": \"partial\",\n \"DbName\": \"big100\",\n \"SchemaName\": \"\",\n \"TableMode\": \"partial\",\n \"Tables\": null,\n \"ViewMode\": \"none\",\n \"Views\": null\n },\n {\n \"DbMode\": \"all\",\n \"DbName\": \"db1\",\n \"SchemaName\": \"\",\n \"TableMode\": \"all\",\n \"Tables\": null,\n \"ViewMode\": \"all\",\n \"Views\": null\n }\n ],\n \"ObjectMode\": \"partial\",\n \"AdvancedObjects\": [\n \"index\"\n ]\n },\n \"CreatedAt\": \"2022-07-11 17:21:02\",\n \"FinishedAt\": \"2022-07-11 17:24:54\",\n \"Method\": \"dataCheck\",\n \"Options\": {\n \"Method\": \"dataCheck\",\n \"SampleRate\": 100,\n \"ThreadCount\": 1\n },\n \"JobId\": \"dts-amm1jw5q\",\n \"Message\": \"done\",\n \"StartedAt\": \"2022-07-11 17:24:09\",\n \"Status\": \"success\",\n \"TaskName\": \"defaultCmpTask\"\n }\n ],\n \"RequestId\": \"11d35c90-01bb-11ed-bad9-7b3bbe11abda\",\n \"TotalCount\": 1\n }\n}",
|
158
158
|
"title": "查询一致性校验任务列表"
|
159
159
|
}
|
160
160
|
],
|
@@ -194,7 +194,7 @@
|
|
194
194
|
{
|
195
195
|
"document": "",
|
196
196
|
"input": "POST / HTTP/1.1\nHost: dts.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMigrationJobs\n<公共请求参数>\n\n{\n \"JobId\": \"dts-amm1jw5q\"\n}",
|
197
|
-
"output": "{\n \"Response\": {\n \"JobList\": [\n {\n \"Action\": {\n \"AllAction\": [\n \"view\",\n \"modify\",\n \"check\",\n \"start\",\n \"configure\",\n \"stop\",\n \"complete\",\n \"resume\",\n \"createCmpTask\",\n \"isolate\",\n \"offline\",\n \"resize\",\n \"recover\"\n ],\n \"AllowedAction\": [\n \"view\",\n \"stop\",\n \"complete\",\n \"createCmpTask\",\n \"view\",\n \"isolate\",\n \"resize\"\n ]\n },\n \"CompareTask\": {\n \"CompareTaskId\": \"dts-amm1jw5q-cmp-bmuum7jk\",\n \"Status\": \"consistent\"\n },\n \"CreateTime\": \"2022-07-11 16:20:49\",\n \"DstInfo\": {\n \"AccessType\": \"cdb\",\n \"DatabaseType\": \"mysql\",\n \"ExtraAttr\": [],\n \"Info\": [\n {\n \"Account\": \"\",\n \"AccountMode\": \"\",\n \"AccountRole\": \"\",\n \"CcnGwId\": \"\",\n \"CvmInstanceId\": \"\",\n \"DbKernel\": \"\",\n \"EngineVersion\": \"\",\n \"Host\": \"\",\n \"InstanceId\": \"cdb-o7uph0cj\",\n \"Password\": \"Rogerp@ssw0rd\",\n \"Port\": 0,\n \"Role\": \"\",\n \"SubnetId\": \"\",\n \"TmpSecretId\": \"\",\n \"TmpSecretKey\": \"\",\n \"TmpToken\": \"\",\n \"UniqDcgId\": \"\",\n \"UniqVpnGwId\": \"\",\n \"User\": \"root\",\n \"VpcId\": \"\"\n }\n ],\n \"NodeType\": \"simple\",\n \"Region\": \"ap-guangzhou\",\n \"Supplier\": \"\"\n },\n \"EndTime\": \"0000-00-00 00:00:00\",\n \"ExpectRunTime\": \"\",\n \"JobId\": \"dts-amm1jw5q\",\n \"JobName\": \"test_config_api\",\n \"RunMode\": \"immediate\",\n \"SrcInfo\": {\n \"AccessType\": \"intranet\",\n \"DatabaseType\": \"mysql\",\n \"ExtraAttr\": [],\n \"Info\": [\n {\n \"Account\": \"\",\n \"AccountMode\": \"\",\n \"AccountRole\": \"\",\n \"CcnGwId\": \"\",\n \"CvmInstanceId\": \"\",\n \"DbKernel\": \"\",\n \"EngineVersion\": \"5.7\",\n \"Host\": \"9.123.210.37\",\n \"InstanceId\": \"\",\n \"Password\": \"Rogerp@ssw0rd\",\n \"Port\": 31035,\n \"Role\": \"\",\n \"SubnetId\": \"\",\n \"TmpSecretId\": \"\",\n \"TmpSecretKey\": \"\",\n \"TmpToken\": \"\",\n \"UniqDcgId\": \"\",\n \"UniqVpnGwId\": \"\",\n \"User\": \"root\",\n \"VpcId\": \"\"\n }\n ],\n \"NodeType\": \"simple\",\n \"Region\": \"ap-guangzhou\",\n \"Supplier\": \"\"\n },\n \"StartTime\": \"2022-07-11 17:20:56\",\n \"Status\": \"readyComplete\",\n \"Tags\": [],\n \"TradeInfo\": {\n \"BillingType\": \"billing\",\n \"DealName\": \"20220711715001047929481\",\n \"ExpireTime\": \"0000-00-00 00:00:00\",\n \"InstanceClass\": \"xlarge\",\n \"IsolateReason\": \"\",\n \"LastDealName\": \"\",\n \"OfflineReason\": \"\",\n \"PayType\": \"postpay\",\n \"TradeStatus\": \"normal\"\n },\n \"UpdateTime\": \"2022-07-11 17:26:40\"\n }\n ],\n \"RequestId\": \"asdfadfasdfasdf\",\n \"TotalCount\": 1\n }\n}",
|
197
|
+
"output": "{\n \"Response\": {\n \"JobList\": [\n {\n \"Action\": {\n \"AllAction\": [\n \"view\",\n \"modify\",\n \"check\",\n \"start\",\n \"configure\",\n \"stop\",\n \"complete\",\n \"resume\",\n \"createCmpTask\",\n \"isolate\",\n \"offline\",\n \"resize\",\n \"recover\"\n ],\n \"AllowedAction\": [\n \"view\",\n \"stop\",\n \"complete\",\n \"createCmpTask\",\n \"view\",\n \"isolate\",\n \"resize\"\n ]\n },\n \"CompareTask\": {\n \"CompareTaskId\": \"dts-amm1jw5q-cmp-bmuum7jk\",\n \"Status\": \"consistent\"\n },\n \"CreateTime\": \"2022-07-11 16:20:49\",\n \"BriefMsg\": \"\",\n \"DumperResumeCtrl\": \"yes\",\n \"AutoRetryTimeRangeMinutes\": 5,\n \"StepInfo\": {\n \"MasterSlaveDistance\": 0,\n \"SecondsBehindMaster\": 0,\n \"StepAll\": 3,\n \"StepInfo\": [\n {\n \"Errors\": [],\n \"StartTime\": \"2022-07-11 17:21:59\",\n \"Status\": \"finished\",\n \"StepId\": \"dumper\",\n \"StepName\": \"源库导出\",\n \"StepNo\": 1,\n \"Percent\": 100,\n \"StepMessage\": \"\",\n \"Warnings\": []\n },\n {\n \"Errors\": [],\n \"StartTime\": \"2022-07-11 17:22:43\",\n \"Status\": \"finished\",\n \"StepId\": \"loader\",\n \"StepName\": \"数据导入\",\n \"StepNo\": 2,\n \"Percent\": 100,\n \"StepMessage\": \"\",\n \"Warnings\": []\n },\n {\n \"Errors\": [],\n \"StartTime\": \"2022-07-11 17:23:26\",\n \"Status\": \"running\",\n \"StepId\": \"sinker\",\n \"StepName\": \"同步增量\",\n \"Percent\": 0,\n \"StepMessage\": \"\",\n \"StepNo\": 3,\n \"Warnings\": []\n }\n ],\n \"StepNow\": 3\n },\n \"DstInfo\": {\n \"AccessType\": \"cdb\",\n \"DatabaseType\": \"mysql\",\n \"ExtraAttr\": [],\n \"Info\": [\n {\n \"Account\": \"\",\n \"AccountMode\": \"\",\n \"AccountRole\": \"\",\n \"CcnGwId\": \"\",\n \"CvmInstanceId\": \"\",\n \"DbKernel\": \"\",\n \"EngineVersion\": \"\",\n \"Host\": \"\",\n \"InstanceId\": \"cdb-o7uph0cj\",\n \"Password\": \"Rogerp@ssw0rd\",\n \"Port\": 0,\n \"Role\": \"\",\n \"SubnetId\": \"\",\n \"TmpSecretId\": \"\",\n \"TmpSecretKey\": \"\",\n \"TmpToken\": \"\",\n \"UniqDcgId\": \"\",\n \"UniqVpnGwId\": \"\",\n \"User\": \"root\",\n \"VpcId\": \"\"\n }\n ],\n \"NodeType\": \"simple\",\n \"Region\": \"ap-guangzhou\",\n \"Supplier\": \"\"\n },\n \"EndTime\": \"0000-00-00 00:00:00\",\n \"ExpectRunTime\": \"\",\n \"JobId\": \"dts-amm1jw5q\",\n \"JobName\": \"test_config_api\",\n \"RunMode\": \"immediate\",\n \"SrcInfo\": {\n \"AccessType\": \"intranet\",\n \"DatabaseType\": \"mysql\",\n \"ExtraAttr\": [],\n \"Info\": [\n {\n \"Account\": \"\",\n \"AccountMode\": \"\",\n \"AccountRole\": \"\",\n \"CcnGwId\": \"\",\n \"CvmInstanceId\": \"\",\n \"DbKernel\": \"\",\n \"EngineVersion\": \"5.7\",\n \"Host\": \"9.123.210.37\",\n \"InstanceId\": \"\",\n \"Password\": \"Rogerp@ssw0rd\",\n \"Port\": 31035,\n \"Role\": \"\",\n \"SubnetId\": \"\",\n \"TmpSecretId\": \"\",\n \"TmpSecretKey\": \"\",\n \"TmpToken\": \"\",\n \"UniqDcgId\": \"\",\n \"UniqVpnGwId\": \"\",\n \"User\": \"root\",\n \"VpcId\": \"\"\n }\n ],\n \"NodeType\": \"simple\",\n \"Region\": \"ap-guangzhou\",\n \"Supplier\": \"\"\n },\n \"StartTime\": \"2022-07-11 17:20:56\",\n \"Status\": \"readyComplete\",\n \"Tags\": [],\n \"TradeInfo\": {\n \"BillingType\": \"billing\",\n \"DealName\": \"20220711715001047929481\",\n \"ExpireTime\": \"0000-00-00 00:00:00\",\n \"OfflineTime\": \"0000-00-00 00:00:00\",\n \"IsolateTime\": \"0000-00-00 00:00:00\",\n \"InstanceClass\": \"xlarge\",\n \"IsolateReason\": \"\",\n \"LastDealName\": \"\",\n \"OfflineReason\": \"\",\n \"PayType\": \"postpay\",\n \"TradeStatus\": \"normal\"\n },\n \"UpdateTime\": \"2022-07-11 17:26:40\"\n }\n ],\n \"RequestId\": \"asdfadfasdfasdf\",\n \"TotalCount\": 1\n }\n}",
|
198
198
|
"title": "查询数据迁移任务列表"
|
199
199
|
}
|
200
200
|
],
|
@@ -2791,6 +2791,15 @@
|
|
2791
2791
|
"name": "CacheApproverInfo",
|
2792
2792
|
"required": false,
|
2793
2793
|
"type": "bool"
|
2794
|
+
},
|
2795
|
+
{
|
2796
|
+
"disabled": false,
|
2797
|
+
"document": "是否允许此链接中签署方批量拒签。\n <ul><li>false (默认): 不允许批量拒签</li> <li>true : 允许批量拒签。</li></ul>\n\n注:`合同组暂不支持批量拒签功能。`\n",
|
2798
|
+
"example": "false",
|
2799
|
+
"member": "bool",
|
2800
|
+
"name": "CanBatchReject",
|
2801
|
+
"required": false,
|
2802
|
+
"type": "bool"
|
2794
2803
|
}
|
2795
2804
|
],
|
2796
2805
|
"type": "object"
|
@@ -2936,6 +2945,15 @@
|
|
2936
2945
|
"name": "UrlUseEnv",
|
2937
2946
|
"required": false,
|
2938
2947
|
"type": "string"
|
2948
|
+
},
|
2949
|
+
{
|
2950
|
+
"disabled": false,
|
2951
|
+
"document": "是否允许此链接中签署方批量拒签。 <ul><li>false (默认): 不允许批量拒签</li> <li>true : 允许批量拒签。</li></ul>\n注:`1. 合同组暂不支持批量拒签功能。2. 如果是链接直接跳转至详情页(JumpToDetail参数为true),也不支持批量拒签功能`",
|
2952
|
+
"example": "false",
|
2953
|
+
"member": "bool",
|
2954
|
+
"name": "CanBatchReject",
|
2955
|
+
"required": false,
|
2956
|
+
"type": "bool"
|
2939
2957
|
}
|
2940
2958
|
],
|
2941
2959
|
"type": "object"
|
@@ -4608,6 +4626,15 @@
|
|
4608
4626
|
"name": "ResultPageConfig",
|
4609
4627
|
"required": false,
|
4610
4628
|
"type": "list"
|
4629
|
+
},
|
4630
|
+
{
|
4631
|
+
"disabled": false,
|
4632
|
+
"document": "签署控件的配置信息,用在嵌入式发起的页面配置,包括 \n - 签署控件 是否默认展示日期.",
|
4633
|
+
"example": "无",
|
4634
|
+
"member": "SignComponentConfig",
|
4635
|
+
"name": "SignComponentConfig",
|
4636
|
+
"required": false,
|
4637
|
+
"type": "object"
|
4611
4638
|
}
|
4612
4639
|
],
|
4613
4640
|
"usage": "in"
|
@@ -6555,7 +6582,7 @@
|
|
6555
6582
|
},
|
6556
6583
|
{
|
6557
6584
|
"disabled": false,
|
6558
|
-
"document": "在短信通知、填写、签署流程中,若标题、按钮、合同详情等地方存在“合同”字样时,可根据此配置指定文案,可选文案如下: <ul><li> <b>0</b> :合同(默认值)</li> <li> <b>1</b> :文件</li> <li> <b>2</b> :协议</li></ul>效果如下:",
|
6585
|
+
"document": "在短信通知、填写、签署流程中,若标题、按钮、合同详情等地方存在“合同”字样时,可根据此配置指定文案,可选文案如下: <ul><li> <b>0</b> :合同(默认值)</li> <li> <b>1</b> :文件</li> <li> <b>2</b> :协议</li><li> <b>3</b> :文书</li></ul>效果如下:",
|
6559
6586
|
"example": "1",
|
6560
6587
|
"member": "int64",
|
6561
6588
|
"name": "FlowDisplayType",
|
@@ -6563,8 +6590,8 @@
|
|
6563
6590
|
"type": "int"
|
6564
6591
|
},
|
6565
6592
|
{
|
6566
|
-
"disabled":
|
6567
|
-
"document": "
|
6593
|
+
"disabled": true,
|
6594
|
+
"document": "<font color=\"red\">此参数已经废弃,请使用 CreateFlowOption 里面的 SignComponentConfig</font>\n签署控件的配置信息,用在嵌入式发起的页面配置,\n包括 \n\n- 签署控件 是否默认展示日期.",
|
6568
6595
|
"example": "无",
|
6569
6596
|
"member": "SignComponentConfig",
|
6570
6597
|
"name": "SignComponentConfig",
|
@@ -1862,6 +1862,15 @@
|
|
1862
1862
|
"name": "CacheApproverInfo",
|
1863
1863
|
"required": false,
|
1864
1864
|
"type": "bool"
|
1865
|
+
},
|
1866
|
+
{
|
1867
|
+
"disabled": false,
|
1868
|
+
"document": "是否允许此链接中签署方批量拒签。 <ul><li>false (默认): 不允许批量拒签</li> <li>true : 允许批量拒签。</li></ul>注:`合同组暂不支持批量拒签功能。`",
|
1869
|
+
"example": "false",
|
1870
|
+
"member": "bool",
|
1871
|
+
"name": "CanBatchReject",
|
1872
|
+
"required": false,
|
1873
|
+
"type": "bool"
|
1865
1874
|
}
|
1866
1875
|
],
|
1867
1876
|
"type": "object"
|
@@ -2025,6 +2034,15 @@
|
|
2025
2034
|
"name": "UrlUseEnv",
|
2026
2035
|
"required": false,
|
2027
2036
|
"type": "string"
|
2037
|
+
},
|
2038
|
+
{
|
2039
|
+
"disabled": false,
|
2040
|
+
"document": "是否允许此链接中签署方批量拒签。 <ul><li>false (默认): 不允许批量拒签</li> <li>true : 允许批量拒签。</li></ul>\n注:`1. 合同组暂不支持批量拒签功能。2. 如果是链接直接跳转至详情页(JumpToDetail参数为true),也不支持批量拒签功能`",
|
2041
|
+
"example": "false",
|
2042
|
+
"member": "bool",
|
2043
|
+
"name": "CanBatchReject",
|
2044
|
+
"required": false,
|
2045
|
+
"type": "bool"
|
2028
2046
|
}
|
2029
2047
|
],
|
2030
2048
|
"type": "object"
|
@@ -3456,8 +3474,8 @@
|
|
3456
3474
|
"type": "object"
|
3457
3475
|
},
|
3458
3476
|
{
|
3459
|
-
"disabled":
|
3460
|
-
"document": "签署控件的配置信息,用在嵌入式发起的页面配置,包括\n\n- 签署控件 是否默认展示日期.",
|
3477
|
+
"disabled": true,
|
3478
|
+
"document": "<font color=\"red\">此参数已经废弃,请使用 CreateFlowOption 里面的 SignComponentConfig</font>\n签署控件的配置信息,用在嵌入式发起的页面配置,包括\n\n- 签署控件 是否默认展示日期.",
|
3461
3479
|
"example": "无",
|
3462
3480
|
"member": "SignComponentConfig",
|
3463
3481
|
"name": "SignComponentConfig",
|
@@ -7496,6 +7514,15 @@
|
|
7496
7514
|
"name": "SkipUploadFile",
|
7497
7515
|
"required": false,
|
7498
7516
|
"type": "bool"
|
7517
|
+
},
|
7518
|
+
{
|
7519
|
+
"disabled": false,
|
7520
|
+
"document": "签署控件的配置信息,用在嵌入式发起的页面配置,包括 \n - 签署控件 是否默认展示日期.",
|
7521
|
+
"example": "无",
|
7522
|
+
"member": "SignComponentConfig",
|
7523
|
+
"name": "SignComponentConfig",
|
7524
|
+
"required": false,
|
7525
|
+
"type": "object"
|
7499
7526
|
}
|
7500
7527
|
],
|
7501
7528
|
"usage": "in"
|
@@ -62,7 +62,7 @@
|
|
62
62
|
"members": [
|
63
63
|
{
|
64
64
|
"disabled": false,
|
65
|
-
"document": "图片 base64 数据,base64 编码后大小不可超过5M
|
65
|
+
"document": "图片 base64 数据,base64 编码后大小不可超过5M,单边分辨率不超过4000。\n支持PNG、JPG、JPEG、BMP,不支持 GIF 图片。\n暂不支持带有alpha透明通道的图片。",
|
66
66
|
"example": "/9j/4AAQSkZJRgABAQAAAQABAAD/4gIo...lftXF/DjFZNXoSP5V2U0HMt/1FQf/Z",
|
67
67
|
"member": "string",
|
68
68
|
"name": "Image",
|
@@ -71,7 +71,7 @@
|
|
71
71
|
},
|
72
72
|
{
|
73
73
|
"disabled": false,
|
74
|
-
"document": "图片的 Url 。对应图片 base64 编码后大小不可超过5M
|
74
|
+
"document": "图片的 Url 。对应图片 base64 编码后大小不可超过5M。,单边分辨率不超过4000。\nUrl、Image必须提供一个,如果都提供,只使用 Url。 \n图片存储于腾讯云的Url可保障更高下载速度和稳定性,建议图片存储于腾讯云。 \n非腾讯云存储的Url速度和稳定性可能受一定影响。 \n支持PNG、JPG、JPEG、BMP,不支持 GIF 图片。\n暂不支持带有alpha透明通道的图片。",
|
75
75
|
"example": "https://liudehua-9527.cos.ap-guangzhou.myqcloud.com/input.jpeg",
|
76
76
|
"member": "string",
|
77
77
|
"name": "Url",
|
@@ -1754,13 +1754,13 @@
|
|
1754
1754
|
},
|
1755
1755
|
{
|
1756
1756
|
"disabled": false,
|
1757
|
-
"document": "用于goosefs client/sdk
|
1757
|
+
"document": "用于goosefs client/sdk等",
|
1758
1758
|
"example": "MTY4ODQ2NTA1NF84MzM2X2E3ZWFmMDVmLWI0MzMtNGE2Yi1iOWU2LTZiZDY5OTYwXXXXXX==",
|
1759
1759
|
"member": "string",
|
1760
1760
|
"name": "Token",
|
1761
1761
|
"output_required": true,
|
1762
1762
|
"type": "string",
|
1763
|
-
"value_allowed_null":
|
1763
|
+
"value_allowed_null": false
|
1764
1764
|
}
|
1765
1765
|
],
|
1766
1766
|
"usage": "out"
|
@@ -603,7 +603,7 @@
|
|
603
603
|
"members": [
|
604
604
|
{
|
605
605
|
"disabled": false,
|
606
|
-
"document": "过滤条件,当前仅支持TargetGroupId,BindIP,InstanceId过滤。\n\n- TargetGroupId - String - 是否必填:否 - (过滤条件)目标组ID,如“lbtg-5xunivs0”。\n- BindIP - String - 是否必填:否 -
|
606
|
+
"document": "过滤条件,当前仅支持TargetGroupId,BindIP,InstanceId过滤。\n\n- TargetGroupId - String - 是否必填:否 - (过滤条件)目标组ID,如“lbtg-5xunivs0”。\n- BindIP - String - 是否必填:否 - (过滤条件)目标组绑定实例的内网IP地址,如“10.1.1.1”\n- InstanceId - String - 是否必填:否 - (过滤条件)目标组绑定实例的名称,如“ins-mxzlf9ke”",
|
607
607
|
"example": "无",
|
608
608
|
"member": "Filter",
|
609
609
|
"name": "Filters",
|