tccli 3.0.1294.1__py2.py3-none-any.whl → 3.0.1295.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/services/captcha/v20190722/api.json +49 -39
- tccli/services/cbs/v20170312/api.json +16 -16
- tccli/services/ccc/v20200210/api.json +89 -6
- tccli/services/ccc/v20200210/examples.json +1 -1
- tccli/services/cdc/v20201214/api.json +1 -1
- tccli/services/cdwpg/v20201230/api.json +21 -21
- tccli/services/cdwpg/v20201230/examples.json +6 -6
- tccli/services/clb/v20180317/api.json +1 -1
- tccli/services/dbdc/v20201029/api.json +42 -42
- tccli/services/dlc/v20210125/api.json +212 -17
- tccli/services/ess/v20201111/api.json +1 -1
- tccli/services/essbasic/v20210526/api.json +3 -3
- tccli/services/essbasic/v20210526/examples.json +2 -2
- tccli/services/hai/v20230812/api.json +53 -53
- tccli/services/hunyuan/v20230901/api.json +3 -3
- tccli/services/iotcloud/v20210408/api.json +29 -29
- tccli/services/iotcloud/v20210408/examples.json +6 -6
- tccli/services/iotvideo/v20191126/api.json +35 -34
- tccli/services/iotvideo/v20191126/examples.json +2 -2
- tccli/services/iotvideo/v20201215/api.json +310 -292
- tccli/services/iotvideo/v20201215/examples.json +54 -54
- tccli/services/iotvideo/v20211125/api.json +282 -274
- tccli/services/iotvideo/v20211125/examples.json +64 -64
- tccli/services/live/v20180801/api.json +8 -8
- tccli/services/lkeap/v20240522/api.json +1 -1
- tccli/services/mariadb/v20170312/api.json +5 -5
- tccli/services/monitor/v20180724/api.json +59 -3
- tccli/services/monitor/v20180724/examples.json +2 -2
- tccli/services/mps/v20190612/api.json +123 -4
- tccli/services/mqtt/v20240516/api.json +62 -62
- tccli/services/mqtt/v20240516/examples.json +2 -2
- tccli/services/privatedns/v20201028/api.json +32 -32
- tccli/services/taf/taf_client.py +53 -0
- tccli/services/taf/v20200210/api.json +138 -0
- tccli/services/taf/v20200210/examples.json +8 -0
- tccli/services/tag/v20180813/api.json +2 -2
- tccli/services/tbaas/v20180416/api.json +21 -16
- tccli/services/tcr/v20190924/api.json +41 -23
- tccli/services/tdmq/v20200217/api.json +2 -2
- tccli/services/tke/tke_client.py +61 -8
- tccli/services/tke/v20180525/api.json +355 -245
- tccli/services/tke/v20180525/examples.json +14 -0
- tccli/services/tsf/v20180326/api.json +44 -12
- tccli/services/vod/v20180717/api.json +682 -673
- tccli/services/vod/v20180717/examples.json +19 -19
- tccli/services/vpc/v20170312/api.json +84 -3
- tccli/services/waf/v20180125/api.json +2 -2
- tccli/services/waf/v20180125/examples.json +2 -2
- {tccli-3.0.1294.1.dist-info → tccli-3.0.1295.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1294.1.dist-info → tccli-3.0.1295.1.dist-info}/RECORD +54 -54
- {tccli-3.0.1294.1.dist-info → tccli-3.0.1295.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1294.1.dist-info → tccli-3.0.1295.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1294.1.dist-info → tccli-3.0.1295.1.dist-info}/license_files/LICENSE +0 -0
@@ -6993,6 +6993,7 @@
|
|
6993
6993
|
"example": "datasource-test",
|
6994
6994
|
"member": "string",
|
6995
6995
|
"name": "InstanceId",
|
6996
|
+
"output_required": true,
|
6996
6997
|
"required": false,
|
6997
6998
|
"type": "string",
|
6998
6999
|
"value_allowed_null": true
|
@@ -7003,6 +7004,7 @@
|
|
7003
7004
|
"example": "test_datasource",
|
7004
7005
|
"member": "string",
|
7005
7006
|
"name": "InstanceName",
|
7007
|
+
"output_required": true,
|
7006
7008
|
"required": false,
|
7007
7009
|
"type": "string",
|
7008
7010
|
"value_allowed_null": true
|
@@ -7013,6 +7015,7 @@
|
|
7013
7015
|
"example": "jdbc:postgresql://ip:port/",
|
7014
7016
|
"member": "string",
|
7015
7017
|
"name": "JdbcUrl",
|
7018
|
+
"output_required": true,
|
7016
7019
|
"required": false,
|
7017
7020
|
"type": "string",
|
7018
7021
|
"value_allowed_null": true
|
@@ -7023,6 +7026,7 @@
|
|
7023
7026
|
"example": "root",
|
7024
7027
|
"member": "string",
|
7025
7028
|
"name": "User",
|
7029
|
+
"output_required": true,
|
7026
7030
|
"required": false,
|
7027
7031
|
"type": "string",
|
7028
7032
|
"value_allowed_null": true
|
@@ -7033,6 +7037,7 @@
|
|
7033
7037
|
"example": "xaskdowq+=",
|
7034
7038
|
"member": "string",
|
7035
7039
|
"name": "Password",
|
7040
|
+
"output_required": true,
|
7036
7041
|
"required": false,
|
7037
7042
|
"type": "string",
|
7038
7043
|
"value_allowed_null": true
|
@@ -7043,6 +7048,7 @@
|
|
7043
7048
|
"example": "无",
|
7044
7049
|
"member": "DatasourceConnectionLocation",
|
7045
7050
|
"name": "Location",
|
7051
|
+
"output_required": true,
|
7046
7052
|
"required": false,
|
7047
7053
|
"type": "object",
|
7048
7054
|
"value_allowed_null": true
|
@@ -7053,6 +7059,7 @@
|
|
7053
7059
|
"example": "default",
|
7054
7060
|
"member": "string",
|
7055
7061
|
"name": "DbName",
|
7062
|
+
"output_required": true,
|
7056
7063
|
"required": false,
|
7057
7064
|
"type": "string",
|
7058
7065
|
"value_allowed_null": true
|
@@ -7324,6 +7331,17 @@
|
|
7324
7331
|
"required": false,
|
7325
7332
|
"type": "object",
|
7326
7333
|
"value_allowed_null": true
|
7334
|
+
},
|
7335
|
+
{
|
7336
|
+
"disabled": false,
|
7337
|
+
"document": "TccHive数据目录连接信息",
|
7338
|
+
"example": "无",
|
7339
|
+
"member": "TccHive",
|
7340
|
+
"name": "TccHive",
|
7341
|
+
"output_required": false,
|
7342
|
+
"required": false,
|
7343
|
+
"type": "object",
|
7344
|
+
"value_allowed_null": false
|
7327
7345
|
}
|
7328
7346
|
],
|
7329
7347
|
"usage": "both"
|
@@ -12807,6 +12825,7 @@
|
|
12807
12825
|
"example": "datasource-test",
|
12808
12826
|
"member": "string",
|
12809
12827
|
"name": "InstanceId",
|
12828
|
+
"output_required": true,
|
12810
12829
|
"required": false,
|
12811
12830
|
"type": "string",
|
12812
12831
|
"value_allowed_null": true
|
@@ -12817,6 +12836,7 @@
|
|
12817
12836
|
"example": "test_datasource",
|
12818
12837
|
"member": "string",
|
12819
12838
|
"name": "InstanceName",
|
12839
|
+
"output_required": true,
|
12820
12840
|
"required": false,
|
12821
12841
|
"type": "string",
|
12822
12842
|
"value_allowed_null": true
|
@@ -12827,6 +12847,7 @@
|
|
12827
12847
|
"example": "root",
|
12828
12848
|
"member": "string",
|
12829
12849
|
"name": "User",
|
12850
|
+
"output_required": true,
|
12830
12851
|
"required": false,
|
12831
12852
|
"type": "string",
|
12832
12853
|
"value_allowed_null": true
|
@@ -12837,6 +12858,7 @@
|
|
12837
12858
|
"example": "asdfcjaidf-=",
|
12838
12859
|
"member": "string",
|
12839
12860
|
"name": "Password",
|
12861
|
+
"output_required": true,
|
12840
12862
|
"required": false,
|
12841
12863
|
"type": "string",
|
12842
12864
|
"value_allowed_null": true
|
@@ -12847,6 +12869,7 @@
|
|
12847
12869
|
"example": "无",
|
12848
12870
|
"member": "DatasourceConnectionLocation",
|
12849
12871
|
"name": "Location",
|
12872
|
+
"output_required": true,
|
12850
12873
|
"required": false,
|
12851
12874
|
"type": "object",
|
12852
12875
|
"value_allowed_null": true
|
@@ -12857,6 +12880,7 @@
|
|
12857
12880
|
"example": "default",
|
12858
12881
|
"member": "string",
|
12859
12882
|
"name": "DbName",
|
12883
|
+
"output_required": true,
|
12860
12884
|
"required": false,
|
12861
12885
|
"type": "string",
|
12862
12886
|
"value_allowed_null": true
|
@@ -12867,6 +12891,7 @@
|
|
12867
12891
|
"example": "无",
|
12868
12892
|
"member": "IpPortPair",
|
12869
12893
|
"name": "ServiceInfo",
|
12894
|
+
"output_required": true,
|
12870
12895
|
"required": false,
|
12871
12896
|
"type": "list",
|
12872
12897
|
"value_allowed_null": true
|
@@ -13174,6 +13199,7 @@
|
|
13174
13199
|
"example": "thrift://127.0.0.1:9083",
|
13175
13200
|
"member": "string",
|
13176
13201
|
"name": "MetaStoreUrl",
|
13202
|
+
"output_required": true,
|
13177
13203
|
"required": true,
|
13178
13204
|
"type": "string",
|
13179
13205
|
"value_allowed_null": false
|
@@ -13184,6 +13210,7 @@
|
|
13184
13210
|
"example": "COS",
|
13185
13211
|
"member": "string",
|
13186
13212
|
"name": "Type",
|
13213
|
+
"output_required": true,
|
13187
13214
|
"required": true,
|
13188
13215
|
"type": "string",
|
13189
13216
|
"value_allowed_null": false
|
@@ -13194,6 +13221,7 @@
|
|
13194
13221
|
"example": "无",
|
13195
13222
|
"member": "DatasourceConnectionLocation",
|
13196
13223
|
"name": "Location",
|
13224
|
+
"output_required": true,
|
13197
13225
|
"required": true,
|
13198
13226
|
"type": "object",
|
13199
13227
|
"value_allowed_null": false
|
@@ -13204,6 +13232,7 @@
|
|
13204
13232
|
"example": "hadoop",
|
13205
13233
|
"member": "string",
|
13206
13234
|
"name": "User",
|
13235
|
+
"output_required": true,
|
13207
13236
|
"required": false,
|
13208
13237
|
"type": "string",
|
13209
13238
|
"value_allowed_null": false
|
@@ -13214,6 +13243,7 @@
|
|
13214
13243
|
"example": "false",
|
13215
13244
|
"member": "bool",
|
13216
13245
|
"name": "HighAvailability",
|
13246
|
+
"output_required": true,
|
13217
13247
|
"required": false,
|
13218
13248
|
"type": "bool",
|
13219
13249
|
"value_allowed_null": false
|
@@ -13224,6 +13254,7 @@
|
|
13224
13254
|
"example": "cosn://bucketname/path",
|
13225
13255
|
"member": "string",
|
13226
13256
|
"name": "BucketUrl",
|
13257
|
+
"output_required": true,
|
13227
13258
|
"required": false,
|
13228
13259
|
"type": "string",
|
13229
13260
|
"value_allowed_null": false
|
@@ -13234,6 +13265,7 @@
|
|
13234
13265
|
"example": "fs.defaultFS=hdfs://ip:port",
|
13235
13266
|
"member": "string",
|
13236
13267
|
"name": "HdfsProperties",
|
13268
|
+
"output_required": true,
|
13237
13269
|
"required": false,
|
13238
13270
|
"type": "string",
|
13239
13271
|
"value_allowed_null": false
|
@@ -13244,6 +13276,7 @@
|
|
13244
13276
|
"example": "无",
|
13245
13277
|
"member": "MysqlInfo",
|
13246
13278
|
"name": "Mysql",
|
13279
|
+
"output_required": true,
|
13247
13280
|
"required": false,
|
13248
13281
|
"type": "object",
|
13249
13282
|
"value_allowed_null": true
|
@@ -13254,6 +13287,7 @@
|
|
13254
13287
|
"example": "emr-adp0c9v8",
|
13255
13288
|
"member": "string",
|
13256
13289
|
"name": "InstanceId",
|
13290
|
+
"output_required": true,
|
13257
13291
|
"required": false,
|
13258
13292
|
"type": "string",
|
13259
13293
|
"value_allowed_null": true
|
@@ -13264,19 +13298,21 @@
|
|
13264
13298
|
"example": "testEmr",
|
13265
13299
|
"member": "string",
|
13266
13300
|
"name": "InstanceName",
|
13301
|
+
"output_required": true,
|
13267
13302
|
"required": false,
|
13268
13303
|
"type": "string",
|
13269
13304
|
"value_allowed_null": true
|
13270
13305
|
},
|
13271
13306
|
{
|
13272
13307
|
"disabled": false,
|
13273
|
-
"document": "EMR集群中hive
|
13308
|
+
"document": "EMR集群中hive组件的版本号",
|
13274
13309
|
"example": "2.3.7",
|
13275
13310
|
"member": "string",
|
13276
13311
|
"name": "HiveVersion",
|
13312
|
+
"output_required": true,
|
13277
13313
|
"required": false,
|
13278
13314
|
"type": "string",
|
13279
|
-
"value_allowed_null":
|
13315
|
+
"value_allowed_null": false
|
13280
13316
|
},
|
13281
13317
|
{
|
13282
13318
|
"disabled": false,
|
@@ -13284,6 +13320,7 @@
|
|
13284
13320
|
"example": "无",
|
13285
13321
|
"member": "KerberosInfo",
|
13286
13322
|
"name": "KerberosInfo",
|
13323
|
+
"output_required": true,
|
13287
13324
|
"required": false,
|
13288
13325
|
"type": "object",
|
13289
13326
|
"value_allowed_null": true
|
@@ -13294,6 +13331,7 @@
|
|
13294
13331
|
"example": "false",
|
13295
13332
|
"member": "bool",
|
13296
13333
|
"name": "KerberosEnable",
|
13334
|
+
"output_required": true,
|
13297
13335
|
"required": false,
|
13298
13336
|
"type": "bool",
|
13299
13337
|
"value_allowed_null": true
|
@@ -13343,9 +13381,10 @@
|
|
13343
13381
|
{
|
13344
13382
|
"disabled": false,
|
13345
13383
|
"document": "ip信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
13346
|
-
"example": "192
|
13384
|
+
"example": "192.*.*.*",
|
13347
13385
|
"member": "string",
|
13348
13386
|
"name": "Ip",
|
13387
|
+
"output_required": true,
|
13349
13388
|
"required": false,
|
13350
13389
|
"type": "string",
|
13351
13390
|
"value_allowed_null": true
|
@@ -13356,6 +13395,7 @@
|
|
13356
13395
|
"example": "8080",
|
13357
13396
|
"member": "int64",
|
13358
13397
|
"name": "Port",
|
13398
|
+
"output_required": true,
|
13359
13399
|
"required": false,
|
13360
13400
|
"type": "int",
|
13361
13401
|
"value_allowed_null": true
|
@@ -14697,6 +14737,78 @@
|
|
14697
14737
|
],
|
14698
14738
|
"usage": "both"
|
14699
14739
|
},
|
14740
|
+
"NetWork": {
|
14741
|
+
"document": "网络配置信息",
|
14742
|
+
"members": [
|
14743
|
+
{
|
14744
|
+
"disabled": false,
|
14745
|
+
"document": "服务clbip",
|
14746
|
+
"example": "127.0.0.1",
|
14747
|
+
"member": "string",
|
14748
|
+
"name": "ClbIp",
|
14749
|
+
"output_required": false,
|
14750
|
+
"required": false,
|
14751
|
+
"type": "string",
|
14752
|
+
"value_allowed_null": false
|
14753
|
+
},
|
14754
|
+
{
|
14755
|
+
"disabled": false,
|
14756
|
+
"document": "服务clbPort",
|
14757
|
+
"example": "11808",
|
14758
|
+
"member": "string",
|
14759
|
+
"name": "ClbPort",
|
14760
|
+
"output_required": false,
|
14761
|
+
"required": false,
|
14762
|
+
"type": "string",
|
14763
|
+
"value_allowed_null": false
|
14764
|
+
},
|
14765
|
+
{
|
14766
|
+
"disabled": false,
|
14767
|
+
"document": "vpc实例id",
|
14768
|
+
"example": "vpc-test",
|
14769
|
+
"member": "string",
|
14770
|
+
"name": "VpcId",
|
14771
|
+
"output_required": false,
|
14772
|
+
"required": false,
|
14773
|
+
"type": "string",
|
14774
|
+
"value_allowed_null": false
|
14775
|
+
},
|
14776
|
+
{
|
14777
|
+
"disabled": false,
|
14778
|
+
"document": "vpc网段",
|
14779
|
+
"example": "10.0.0.1/12",
|
14780
|
+
"member": "string",
|
14781
|
+
"name": "VpcCidrBlock",
|
14782
|
+
"output_required": false,
|
14783
|
+
"required": false,
|
14784
|
+
"type": "string",
|
14785
|
+
"value_allowed_null": false
|
14786
|
+
},
|
14787
|
+
{
|
14788
|
+
"disabled": false,
|
14789
|
+
"document": "子网实例id",
|
14790
|
+
"example": "subnet-test",
|
14791
|
+
"member": "string",
|
14792
|
+
"name": "SubnetId",
|
14793
|
+
"output_required": false,
|
14794
|
+
"required": false,
|
14795
|
+
"type": "string",
|
14796
|
+
"value_allowed_null": false
|
14797
|
+
},
|
14798
|
+
{
|
14799
|
+
"disabled": false,
|
14800
|
+
"document": "子网网段",
|
14801
|
+
"example": "10.0.0.1/24",
|
14802
|
+
"member": "string",
|
14803
|
+
"name": "SubnetCidrBlock",
|
14804
|
+
"output_required": false,
|
14805
|
+
"required": false,
|
14806
|
+
"type": "string",
|
14807
|
+
"value_allowed_null": false
|
14808
|
+
}
|
14809
|
+
],
|
14810
|
+
"usage": "both"
|
14811
|
+
},
|
14700
14812
|
"NetworkConnection": {
|
14701
14813
|
"document": "网络配置",
|
14702
14814
|
"members": [
|
@@ -17876,58 +17988,58 @@
|
|
17876
17988
|
"members": [
|
17877
17989
|
{
|
17878
17990
|
"disabled": false,
|
17879
|
-
"document": "数据源实例的唯一ID
|
17991
|
+
"document": "数据源实例的唯一ID",
|
17880
17992
|
"example": "datasource-test",
|
17881
17993
|
"member": "string",
|
17882
17994
|
"name": "InstanceId",
|
17883
17995
|
"output_required": true,
|
17884
17996
|
"required": false,
|
17885
17997
|
"type": "string",
|
17886
|
-
"value_allowed_null":
|
17998
|
+
"value_allowed_null": false
|
17887
17999
|
},
|
17888
18000
|
{
|
17889
18001
|
"disabled": false,
|
17890
|
-
"document": "
|
18002
|
+
"document": "数据源名称",
|
17891
18003
|
"example": "test_datasource",
|
17892
18004
|
"member": "string",
|
17893
18005
|
"name": "InstanceName",
|
17894
18006
|
"output_required": true,
|
17895
18007
|
"required": false,
|
17896
18008
|
"type": "string",
|
17897
|
-
"value_allowed_null":
|
18009
|
+
"value_allowed_null": false
|
17898
18010
|
},
|
17899
18011
|
{
|
17900
18012
|
"disabled": false,
|
17901
|
-
"document": "数据源的JDBC
|
18013
|
+
"document": "数据源的JDBC",
|
17902
18014
|
"example": "jdbc:mysql//",
|
17903
18015
|
"member": "string",
|
17904
18016
|
"name": "JdbcUrl",
|
17905
18017
|
"output_required": true,
|
17906
18018
|
"required": false,
|
17907
18019
|
"type": "string",
|
17908
|
-
"value_allowed_null":
|
18020
|
+
"value_allowed_null": false
|
17909
18021
|
},
|
17910
18022
|
{
|
17911
18023
|
"disabled": false,
|
17912
|
-
"document": "
|
18024
|
+
"document": "用于访问数据源的用户",
|
17913
18025
|
"example": "root",
|
17914
18026
|
"member": "string",
|
17915
18027
|
"name": "User",
|
17916
18028
|
"output_required": true,
|
17917
18029
|
"required": false,
|
17918
18030
|
"type": "string",
|
17919
|
-
"value_allowed_null":
|
18031
|
+
"value_allowed_null": false
|
17920
18032
|
},
|
17921
18033
|
{
|
17922
18034
|
"disabled": false,
|
17923
|
-
"document": "数据源访问密码,需要base64
|
18035
|
+
"document": "数据源访问密码,需要base64编码",
|
17924
18036
|
"example": "xaskdowq+=",
|
17925
18037
|
"member": "string",
|
17926
18038
|
"name": "Password",
|
17927
18039
|
"output_required": true,
|
17928
18040
|
"required": false,
|
17929
18041
|
"type": "string",
|
17930
|
-
"value_allowed_null":
|
18042
|
+
"value_allowed_null": false
|
17931
18043
|
},
|
17932
18044
|
{
|
17933
18045
|
"disabled": false,
|
@@ -17942,25 +18054,25 @@
|
|
17942
18054
|
},
|
17943
18055
|
{
|
17944
18056
|
"disabled": false,
|
17945
|
-
"document": "
|
18057
|
+
"document": "默认数据库名",
|
17946
18058
|
"example": "default",
|
17947
18059
|
"member": "string",
|
17948
18060
|
"name": "DbName",
|
17949
18061
|
"output_required": true,
|
17950
18062
|
"required": false,
|
17951
18063
|
"type": "string",
|
17952
|
-
"value_allowed_null":
|
18064
|
+
"value_allowed_null": false
|
17953
18065
|
},
|
17954
18066
|
{
|
17955
18067
|
"disabled": false,
|
17956
|
-
"document": "
|
18068
|
+
"document": "访问信息",
|
17957
18069
|
"example": "\"[{\\\"address\\\":\\\"10.0.0.6:9030\\\",\\\"protocol\\\":\\\"tcp\\\"},{\\\"address\\\":\\\"10.0.0.6:8030\\\",\\\"protocol\\\":\\\"http\\\"},{\\\"address\\\":\\\"10.0.0.6:8040\\\",\\\"protocol\\\":\\\"be_http\\\"}]\"",
|
17958
18070
|
"member": "string",
|
17959
18071
|
"name": "AccessInfo",
|
17960
18072
|
"output_required": false,
|
17961
18073
|
"required": false,
|
17962
18074
|
"type": "string",
|
17963
|
-
"value_allowed_null":
|
18075
|
+
"value_allowed_null": false
|
17964
18076
|
}
|
17965
18077
|
],
|
17966
18078
|
"usage": "both"
|
@@ -19363,6 +19475,89 @@
|
|
19363
19475
|
],
|
19364
19476
|
"usage": "out"
|
19365
19477
|
},
|
19478
|
+
"TccHive": {
|
19479
|
+
"document": "TccHive数据结构",
|
19480
|
+
"members": [
|
19481
|
+
{
|
19482
|
+
"disabled": false,
|
19483
|
+
"document": "实例ID",
|
19484
|
+
"example": "tcc-wiot2q1i",
|
19485
|
+
"member": "string",
|
19486
|
+
"name": "InstanceId",
|
19487
|
+
"output_required": false,
|
19488
|
+
"required": false,
|
19489
|
+
"type": "string",
|
19490
|
+
"value_allowed_null": false
|
19491
|
+
},
|
19492
|
+
{
|
19493
|
+
"disabled": false,
|
19494
|
+
"document": "实例名称",
|
19495
|
+
"example": "测试实例",
|
19496
|
+
"member": "string",
|
19497
|
+
"name": "InstanceName",
|
19498
|
+
"output_required": false,
|
19499
|
+
"required": false,
|
19500
|
+
"type": "string",
|
19501
|
+
"value_allowed_null": false
|
19502
|
+
},
|
19503
|
+
{
|
19504
|
+
"disabled": false,
|
19505
|
+
"document": "终端节点服务ID",
|
19506
|
+
"example": "vpcs-9shj2xs1",
|
19507
|
+
"member": "string",
|
19508
|
+
"name": "EndpointServiceId",
|
19509
|
+
"output_required": false,
|
19510
|
+
"required": false,
|
19511
|
+
"type": "string",
|
19512
|
+
"value_allowed_null": false
|
19513
|
+
},
|
19514
|
+
{
|
19515
|
+
"disabled": false,
|
19516
|
+
"document": "thrift连接地址",
|
19517
|
+
"example": "thrift://127.0.0.1:7004",
|
19518
|
+
"member": "string",
|
19519
|
+
"name": "MetaStoreUrl",
|
19520
|
+
"output_required": false,
|
19521
|
+
"required": false,
|
19522
|
+
"type": "string",
|
19523
|
+
"value_allowed_null": false
|
19524
|
+
},
|
19525
|
+
{
|
19526
|
+
"disabled": false,
|
19527
|
+
"document": "hive版本",
|
19528
|
+
"example": "3.1.3",
|
19529
|
+
"member": "string",
|
19530
|
+
"name": "HiveVersion",
|
19531
|
+
"output_required": false,
|
19532
|
+
"required": false,
|
19533
|
+
"type": "string",
|
19534
|
+
"value_allowed_null": false
|
19535
|
+
},
|
19536
|
+
{
|
19537
|
+
"disabled": false,
|
19538
|
+
"document": "网络信息",
|
19539
|
+
"example": "复杂类型",
|
19540
|
+
"member": "NetWork",
|
19541
|
+
"name": "TccConnection",
|
19542
|
+
"output_required": false,
|
19543
|
+
"required": false,
|
19544
|
+
"type": "object",
|
19545
|
+
"value_allowed_null": false
|
19546
|
+
},
|
19547
|
+
{
|
19548
|
+
"disabled": false,
|
19549
|
+
"document": "Hms终端节点服务ID",
|
19550
|
+
"example": "vpcsvc-6jsiek7s",
|
19551
|
+
"member": "string",
|
19552
|
+
"name": "HmsEndpointServiceId",
|
19553
|
+
"output_required": false,
|
19554
|
+
"required": false,
|
19555
|
+
"type": "string",
|
19556
|
+
"value_allowed_null": false
|
19557
|
+
}
|
19558
|
+
],
|
19559
|
+
"usage": "both"
|
19560
|
+
},
|
19366
19561
|
"TextFile": {
|
19367
19562
|
"document": "文本格式",
|
19368
19563
|
"members": [
|
@@ -2120,7 +2120,7 @@
|
|
2120
2120
|
},
|
2121
2121
|
{
|
2122
2122
|
"disabled": false,
|
2123
|
-
"document": "**在所有的定位方式下**,控件的扩展参数,为<font color=\"red\">JSON格式</font>,不同类型的控件会有部分非通用参数。\n\n<font color=\"red\">ComponentType为TEXT、MULTI_LINE_TEXT时</font>,支持以下参数:\n<ul><li> <b>Font</b
|
2123
|
+
"document": "**在所有的定位方式下**,控件的扩展参数,为<font color=\"red\">JSON格式</font>,不同类型的控件会有部分非通用参数。\n\n<font color=\"red\">ComponentType为TEXT、MULTI_LINE_TEXT时</font>,支持以下参数:\n<ul><li> <b>Font</b>:目前只支持黑体、宋体、仿宋</li>\n<li> <b>FontSize</b>: 范围12 :72</li>\n<li> <b>FontAlign</b>: Left/Right/Center,左对齐/居中/右对齐</li>\n<li> <b>FontColor</b>:字符串类型,格式为RGB颜色数字</li></ul>\n<b>参数样例</b>:`{\"FontColor\":\"255,0,0\",\"FontSize\":12}`\n\n<font color=\"red\">ComponentType为DATE时</font>,支持以下参数:\n<ul><li> <b>Font</b>:目前只支持黑体、宋体、仿宋</li>\n<li> <b>FontSize</b>: 范围12 :72</li></ul>\n<b>参数样例</b>:`{\"FontColor\":\"255,0,0\",\"FontSize\":12}`\n\n<font color=\"red\">ComponentType为WATERMARK时</font>,支持以下参数:\n<ul><li> <b>Font</b>:目前只支持黑体、宋体、仿宋</li>\n<li> <b>FontSize</b>: 范围6 :24</li>\n<li> <b>Opacity</b>: 透明度,范围0 :1</li>\n<li> <b>Density</b>: 水印样式,1-宽松,2-标准(默认值),3-密集,</li>\n<li> <b>SubType</b>: 水印类型:CUSTOM_WATERMARK-自定义内容,PERSON_INFO_WATERMARK-访问者信息</li></ul>\n<b>参数样例</b>:`\"{\\\"Font\\\":\\\"黑体\\\",\\\"FontSize\\\":20,\\\"Opacity\\\":0.1,\\\"Density\\\":2,\\\"SubType\\\":\\\"PERSON_INFO_WATERMARK\\\"}\"`\n\n<font color=\"red\">ComponentType为FILL_IMAGE时</font>,支持以下参数:\n<ul><li> <b>NotMakeImageCenter</b>:bool。是否设置图片居中。false:居中(默认)。 true : 不居中</li>\n<li> <b>FillMethod</b> : int. 填充方式。0-铺满(默认);1-等比例缩放</li></ul>\n\n<font color=\"red\">ComponentType为SIGN_SIGNATURE类型时</font>,可以通过**ComponentTypeLimit**参数控制签名方式\n<ul><li> <b>HANDWRITE</b> : 需要实时手写的手写签名</li>\n<li> <b>HANDWRITTEN_ESIGN</b> : 长效手写签名, 是使用保存到个人中心的印章列表的手写签名(并且包含HANDWRITE)</li>\n<li> <b>OCR_ESIGN</b> : AI智能识别手写签名</li>\n<li> <b>ESIGN</b> : 个人印章类型</li>\n<li> <b>SYSTEM_ESIGN</b> : 系统签名(该类型可以在用户签署时根据用户姓名一键生成一个签名来进行签署)</li>\n<li> <b>IMG_ESIGN</b> : 图片印章(该类型支持用户在签署将上传的PNG格式的图片作为签名)</li></ul>\n<b>参考样例</b>:`{\"ComponentTypeLimit\": [\"SYSTEM_ESIGN\"]}`\n印章的对应关系参考下图\n<br><br>\n\n<font color=\"red\">ComponentType为SIGN_SEAL 或者 SIGN_PAGING_SEAL类型时</font>,可以通过**ComponentTypeLimit**参数控制签署方签署时要使用的印章类型,支持指定以下印章类型\n<ul><li> <b>OFFICIAL</b> : 企业公章</li>\n<li> <b>CONTRACT</b> : 合同专用章</li>\n<li> <b>FINANCE</b> : 财务专用章</li>\n<li> <b>PERSONNEL</b> : 人事专用章</li>\n<li> <b>OTHER</b> : 其他</li>\n</ul>\n<b>参考样例</b>:`{\\\"ComponentTypeLimit\\\":[\\\"PERSONNEL\\\",\\\"FINANCE\\\"]}` 表示改印章签署区,客户需使用人事专用章或财务专用章盖章签署。<br><br>\n\n<font color=\"red\">ComponentType为SIGN_DATE时</font>,支持以下参数:\n<ul><li> <b>Font</b> :字符串类型目前只支持\"黑体\"、\"宋体\"、\"仿宋\",如果不填默认为\"黑体\"</li>\n<li> <b>FontSize</b> : 数字类型,范围6-72,默认值为12</li>\n<li> <b>FontAlign</b> : 字符串类型,可取Left/Right/Center,对应左对齐/居中/右对齐</li>\n<li> <b>Format</b> : 字符串类型,日期格式,必须是以下五种之一 “yyyy m d”,”yyyy年m月d日”,”yyyy/m/d”,”yyyy-m-d”,”yyyy.m.d”。</li>\n<li> <b>Gaps</b> : 字符串类型,仅在Format为“yyyy m d”时起作用,格式为用逗号分开的两个整数,例如”2,2”,两个数字分别是日期格式的前后两个空隙中的空格个数</li></ul>\n如果extra参数为空,默认为”yyyy年m月d日”格式的居中日期\n特别地,如果extra中Format字段为空或无法被识别,则extra参数会被当作默认值处理(Font,FontSize,Gaps和FontAlign都不会起效)\n<b>参数样例</b>: ` \"{\"Format\":\"yyyy m d\",\"FontSize\":12,\"Gaps\":\"2,2\", \"FontAlign\":\"Right\"}\"`\n\n<font color=\"red\">ComponentType为SIGN_SEAL、SIGN_SIGNATURE类型时</font>,支持以下参数:\n<ul><li> <b>PageRanges</b> :PageRange的数组,通过PageRanges属性设置该印章在PDF所有页面上盖章(适用于标书在所有页面盖章的情况)</li></ul>\n<b>参数样例</b>:` \"{\"PageRanges\":[{\"BeginPage\":1,\"EndPage\":-1}]}\"`\n\n<font color=\"red\">签署印章透明度功能设置,</font>当ComponentType为SIGN_SIGNATURE、SIGN_SEAL、SIGN_PAGING_SEAL、SIGN_LEGAL_PERSON_SEAL时,可以通过以下参数设置签署印章的透明度:\n<ul><li> <b>Opacity</b>:印章透明度,支持范围:0.6-1,0.7表示70%的透明度,1表示无透明度</li></ul>\n<b>参数样例</b>:`{\"Opacity\":0.7}`\n\n<font color=\"red\">签署印章大小功能设置,</font>当ComponentType为SIGN_SEAL、SIGN_PAGING_SEAL、SIGN_LEGAL_PERSON_SEAL时,可以通过以下参数设置签署时按照实际印章的大小进行签署,如果印章没有设置大小,那么默认会是4.2cm的印章大小:\n<ul><li> <b>UseSealSize</b>:使用印章设置的大小盖章,true表示使用印章设置的大小盖章,false表示使用签署控件的大小进行盖章;不传则为false</li></ul>\n<b>参数样例</b>:`{\"UseSealSize\":true}`\n\n<font color=\"red\">关键字模式下支持关键字找不到的情况下不进行报错的设置</font>\n<ul><li> <b>IgnoreKeywordError</b> :1-关键字查找不到时不进行报错</li></ul>\n场景说明:如果使用关键字进行定位,但是指定的PDF文件中又没有设置的关键字时,发起合同会进行关键字是否存在的校验,如果关键字不存在,会进行报错返回。如果不希望进行报错,可以设置\"IgnoreKeywordError\"来忽略错误。请注意,如果关键字签署控件对应的签署方在整个PDF文件中一个签署控件都没有,还是会触发报错逻辑。\n<b>参数样例</b>:` \"{\"IgnoreKeywordError\":1}\"`\n\n<font color=\"red\">ComponentType为SIGN_VIRTUAL_COMBINATION时</font>,支持以下参数:\n<ul>\n<li><b>Children:</b> 绝对定位模式下,用来指定此签批控件的组合子控件 </li>\n<b>参数样例</b>:<br>`{\"Children\":[\"ComponentId_29\",\"ComponentId_27\",\"ComponentId_28\",\"ComponentId_30\"]}`\n<li><b>ChildrenComponents:</b> 关键字定位模式下,用来指定此签批控件的组合子控件 </li>\nChildrenComponent结构体定义:\n<table border=\"1\"> <thead> <tr> <th>字段名称</th> <th>类型</th> <th>描述</th> </tr> </thead> <tbody> <tr> <td>ComponentType</td> <td>string</td> <td>子控件类型-可选值:SIGN_SIGNATURE,SIGN_DATE,SIGN_SELECTOR,SIGN_MULTI_LINE_TEXT</td> </tr> <tr> <td>ComponentName</td> <td>string</td> <td>子控件名称</td> </tr> <tr> <td>Placeholder</td> <td>string</td> <td>子控件提示语</td> </tr> <tr> <td>ComponentOffsetX</td> <td>float</td> <td>控件偏移位置X(相对于父控件(签批控件的ComponentX))</td> </tr> <tr> <td>ComponentOffsetY</td> <td>float</td> <td>控件偏移位置Y 相对于父控件(签批控件的ComponentY))</td> </tr> <tr> <td>ComponentWidth</td> <td>float</td> <td>控件宽</td> </tr> <tr> <td>ComponentHeight</td> <td>float</td> <td>控件高</td> </tr> <tr> <td>ComponentExtra</td> <td>string</td> <td>控件的附属信息,根据ComponentType设置</td> </tr> </tbody> </table>\n<b>参数样例</b>:\n \n输入:\n<pre>\n{\n ChildrenComponents: [\n {\n ComponentType: SIGN_SIGNATURE,\n ComponentName: 个人签名,\n Placeholder: 请签名,\n ComponentOffsetX: 10,\n ComponentOffsetY: 30,\n ComponentWidth: 119,\n ComponentHeight: 43,\n ComponentExtra: {\\ComponentTypeLimit\\:[\\SYSTEM_ESIGN\\]}\n },\n {\n ComponentType: SIGN_SELECTOR,\n ComponentName: 是否同意此协议,\n Placeholder: ,\n ComponentOffsetX: 50,\n ComponentOffsetY: 130,\n ComponentWidth: 120,\n ComponentHeight: 43,\n ComponentExtra: {\\Values\\:[\\同意\\,\\不同意\\,\\再想想\\],\\FontSize\\:12,\\FontAlign\\:\\Left\\,\\Font\\:\\黑体\\,\\MultiSelect\\:false}\n },\n {\n ComponentType: SIGN_MULTI_LINE_TEXT,\n ComponentName: 批注附言,\n Placeholder: ,\n ComponentOffsetX: 150,\n ComponentOffsetY: 300,\n ComponentWidth: 200,\n ComponentHeight: 86,\n ComponentExtra: \n }\n ]\n}\n</pre>\n</ul>\n\n",
|
2124
2124
|
"example": "{\"FontColor\":\"255,0,0\",\"FontSize\":12}",
|
2125
2125
|
"member": "string",
|
2126
2126
|
"name": "ComponentExtra",
|