tccli 3.0.1237.1__py2.py3-none-any.whl → 3.0.1238.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/__init__.py +3 -0
- tccli/services/aca/__init__.py +4 -0
- tccli/services/aca/aca_client.py +578 -0
- tccli/services/aca/v20210323/api.json +3715 -0
- tccli/services/aca/v20210323/examples.json +69 -0
- tccli/services/aiart/v20221229/api.json +18 -9
- tccli/services/aiart/v20221229/examples.json +2 -2
- tccli/services/apm/v20210622/api.json +10 -7
- tccli/services/batch/v20170312/api.json +641 -566
- tccli/services/batch/v20170312/examples.json +7 -7
- tccli/services/bi/v20220105/api.json +9 -0
- tccli/services/bpaas/v20181217/examples.json +1 -1
- tccli/services/cam/v20190116/api.json +32 -30
- tccli/services/cam/v20190116/examples.json +4 -4
- tccli/services/ccc/v20200210/api.json +31 -1
- tccli/services/ccc/v20200210/examples.json +1 -1
- tccli/services/cdb/v20170320/api.json +214 -207
- tccli/services/cdb/v20170320/examples.json +10 -10
- tccli/services/cdwch/v20200915/api.json +6 -6
- tccli/services/cdwdoris/v20211228/api.json +16 -5
- tccli/services/cdwdoris/v20211228/examples.json +1 -1
- tccli/services/cfg/v20210820/api.json +8 -13
- tccli/services/cfg/v20210820/examples.json +1 -1
- tccli/services/cfs/v20190719/api.json +84 -84
- tccli/services/cfs/v20190719/examples.json +6 -6
- tccli/services/chdfs/v20201112/api.json +18 -17
- tccli/services/chdfs/v20201112/examples.json +2 -2
- tccli/services/clb/v20180317/api.json +184 -162
- tccli/services/cloudapp/v20220530/api.json +1 -1
- tccli/services/cloudapp/v20220530/examples.json +3 -3
- tccli/services/cloudaudit/v20190319/api.json +21 -17
- tccli/services/cloudaudit/v20190319/examples.json +3 -3
- tccli/services/cls/v20201016/api.json +21 -21
- tccli/services/cls/v20201016/examples.json +1 -1
- tccli/services/config/v20220802/api.json +2 -0
- tccli/services/config/v20220802/examples.json +2 -2
- tccli/services/dcdb/v20180411/api.json +390 -387
- tccli/services/dcdb/v20180411/examples.json +14 -14
- tccli/services/dlc/v20210125/api.json +162 -7
- tccli/services/dlc/v20210125/examples.json +1 -1
- tccli/services/domain/v20180808/api.json +37 -37
- tccli/services/domain/v20180808/examples.json +16 -10
- tccli/services/dsgc/v20190723/api.json +1796 -1623
- tccli/services/dsgc/v20190723/examples.json +217 -211
- tccli/services/dts/v20180330/api.json +143 -106
- tccli/services/dts/v20211206/api.json +57 -46
- tccli/services/dts/v20211206/examples.json +1 -1
- tccli/services/ecm/v20190719/api.json +6 -6
- tccli/services/emr/v20190103/api.json +80 -20
- tccli/services/ess/ess_client.py +61 -8
- tccli/services/ess/v20201111/api.json +267 -37
- tccli/services/ess/v20201111/examples.json +11 -3
- tccli/services/essbasic/essbasic_client.py +167 -8
- tccli/services/essbasic/v20210526/api.json +527 -54
- tccli/services/essbasic/v20210526/examples.json +46 -16
- tccli/services/facefusion/v20220927/api.json +12 -1
- tccli/services/fmu/v20191213/api.json +8 -8
- tccli/services/gaap/v20180529/api.json +200 -209
- tccli/services/hai/v20230812/api.json +1 -1
- tccli/services/iss/v20230517/api.json +11 -11
- tccli/services/iss/v20230517/examples.json +31 -31
- tccli/services/keewidb/v20220308/api.json +92 -82
- tccli/services/keewidb/v20220308/examples.json +5 -5
- tccli/services/lighthouse/v20200324/api.json +18 -18
- tccli/services/lighthouse/v20200324/examples.json +5 -5
- tccli/services/live/v20180801/api.json +27 -9
- tccli/services/lke/v20231130/examples.json +1 -1
- tccli/services/mariadb/v20170312/api.json +285 -263
- tccli/services/mariadb/v20170312/examples.json +12 -12
- tccli/services/monitor/monitor_client.py +106 -0
- tccli/services/monitor/v20180724/api.json +222 -0
- tccli/services/monitor/v20180724/examples.json +16 -0
- tccli/services/mps/mps_client.py +228 -16
- tccli/services/mps/v20190612/api.json +385 -23
- tccli/services/mps/v20190612/examples.json +32 -0
- tccli/services/msp/v20180319/api.json +2 -2
- tccli/services/ocr/v20181119/api.json +11 -1
- tccli/services/omics/v20221128/api.json +14 -2
- tccli/services/organization/v20210331/api.json +45 -18
- tccli/services/privatedns/v20201028/api.json +90 -81
- tccli/services/privatedns/v20201028/examples.json +18 -18
- tccli/services/redis/redis_client.py +106 -0
- tccli/services/redis/v20180412/api.json +178 -16
- tccli/services/redis/v20180412/examples.json +16 -0
- tccli/services/region/v20220627/api.json +5 -3
- tccli/services/region/v20220627/examples.json +1 -1
- tccli/services/ssl/v20191205/api.json +6 -4
- tccli/services/tag/v20180813/api.json +4 -5
- tccli/services/tcb/v20180608/api.json +36 -16
- tccli/services/tdmq/tdmq_client.py +53 -0
- tccli/services/tdmq/v20200217/api.json +64 -1
- tccli/services/tdmq/v20200217/examples.json +9 -1
- tccli/services/teo/teo_client.py +485 -8
- tccli/services/teo/v20220901/api.json +837 -39
- tccli/services/teo/v20220901/examples.json +108 -0
- tccli/services/thpc/v20211109/api.json +32 -34
- tccli/services/thpc/v20220401/api.json +31 -33
- tccli/services/thpc/v20230321/api.json +55 -57
- tccli/services/thpc/v20230321/examples.json +1 -1
- tccli/services/tiia/v20190529/api.json +307 -293
- tccli/services/tiia/v20190529/examples.json +41 -41
- tccli/services/tione/v20211111/api.json +4 -4
- tccli/services/tione/v20211111/examples.json +2 -2
- tccli/services/tke/v20180525/api.json +1 -1
- tccli/services/trocket/trocket_client.py +53 -0
- tccli/services/trocket/v20230308/api.json +116 -0
- tccli/services/trocket/v20230308/examples.json +14 -0
- tccli/services/tse/v20201207/api.json +188 -120
- tccli/services/tse/v20201207/examples.json +30 -30
- tccli/services/tsf/v20180326/api.json +826 -745
- tccli/services/tsf/v20180326/examples.json +99 -111
- tccli/services/vclm/v20240523/api.json +1 -1
- tccli/services/vdb/v20230616/api.json +80 -80
- tccli/services/vdb/v20230616/examples.json +1 -1
- tccli/services/vpc/v20170312/api.json +42 -41
- tccli/services/vpc/v20170312/examples.json +5 -5
- {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/RECORD +122 -118
- {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/license_files/LICENSE +0 -0
@@ -114,6 +114,14 @@
|
|
114
114
|
"title": "创建雪碧图模板"
|
115
115
|
}
|
116
116
|
],
|
117
|
+
"CreateLiveRecordTemplate": [
|
118
|
+
{
|
119
|
+
"document": "创建直播录制模板",
|
120
|
+
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateLiveRecordTemplate\n<公共请求参数>\n\n{\n \"HLSConfigure\": {\n \"ItemDuration\": 10,\n \"Interval\": 3600\n },\n \"Name\": \"模板1\",\n \"Comment\": \"test\"\n}",
|
121
|
+
"output": "{\n \"Response\": {\n \"Definition\": 20001,\n \"RequestId\": \"12ae8cxc-dce3-4151-9cyt-5594145287e1\"\n }\n}",
|
122
|
+
"title": "创建直播录制模板"
|
123
|
+
}
|
124
|
+
],
|
117
125
|
"CreatePersonSample": [
|
118
126
|
{
|
119
127
|
"document": "2",
|
@@ -312,6 +320,14 @@
|
|
312
320
|
"title": "删除雪碧图模板"
|
313
321
|
}
|
314
322
|
],
|
323
|
+
"DeleteLiveRecordTemplate": [
|
324
|
+
{
|
325
|
+
"document": "删除直播录制模板",
|
326
|
+
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteLiveRecordTemplate\n<公共请求参数>\n\n{\n \"Definition\": 20001\n}",
|
327
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"12ae8cxc-dce3-4151-9cyt-5594145287e1\"\n }\n}",
|
328
|
+
"title": "删除直播录制模板"
|
329
|
+
}
|
330
|
+
],
|
315
331
|
"DeletePersonSample": [
|
316
332
|
{
|
317
333
|
"document": "",
|
@@ -480,6 +496,14 @@
|
|
480
496
|
"title": "获取雪碧图模板列表"
|
481
497
|
}
|
482
498
|
],
|
499
|
+
"DescribeLiveRecordTemplates": [
|
500
|
+
{
|
501
|
+
"document": "获取直播录制模板",
|
502
|
+
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeLiveRecordTemplates\n<公共请求参数>\n\n{\n \"Definitions\": [\n 20001\n ]\n}",
|
503
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"LiveRecordTemplateSet\": [\n {\n \"Definition\": 20001,\n \"HLSConfigure\": {\n \"ItemDuration\": 10,\n \"Interval\": 3600\n },\n \"Name\": \"模板1\",\n \"Comment\": \"\",\n \"Type\": \"Preset\",\n \"CreateTime\": \"2023-05-04T10:00:00Z\",\n \"UpdateTime\": \"2023-05-04T10:00:00Z\"\n }\n ],\n \"RequestId\": \"12ae8d8e-dce3-4151-9d4b-5594145287e1\"\n }\n}",
|
504
|
+
"title": "获取直播录制模板"
|
505
|
+
}
|
506
|
+
],
|
483
507
|
"DescribeMediaMetaData": [
|
484
508
|
{
|
485
509
|
"document": "",
|
@@ -858,6 +882,14 @@
|
|
858
882
|
"title": "修改雪碧图模板"
|
859
883
|
}
|
860
884
|
],
|
885
|
+
"ModifyLiveRecordTemplate": [
|
886
|
+
{
|
887
|
+
"document": "修改直播录制模板",
|
888
|
+
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyLiveRecordTemplate\n<公共请求参数>\n\n{\n \"Definition\": 20001,\n \"Name\": \"test\"\n}",
|
889
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"12ae8cxc-dce3-4151-9cyt-5594145287e1\"\n }\n}",
|
890
|
+
"title": "修改直播录制模板"
|
891
|
+
}
|
892
|
+
],
|
861
893
|
"ModifyPersonSample": [
|
862
894
|
{
|
863
895
|
"document": "修改素材名称、描述。",
|
@@ -1,11 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"actions": {
|
3
3
|
"DeregisterMigrationTask": {
|
4
|
-
"document": "取消注册迁移任务",
|
4
|
+
"document": "接口已经废弃不再使用\n\n取消注册迁移任务",
|
5
5
|
"input": "DeregisterMigrationTaskRequest",
|
6
6
|
"name": "取消注册迁移任务",
|
7
7
|
"output": "DeregisterMigrationTaskResponse",
|
8
|
-
"status": "
|
8
|
+
"status": "deprecated"
|
9
9
|
},
|
10
10
|
"DescribeMigrationTask": {
|
11
11
|
"document": "获取指定迁移任务详情",
|
@@ -344,7 +344,7 @@
|
|
344
344
|
"status": "online"
|
345
345
|
},
|
346
346
|
"RecognizeGeneralInvoice": {
|
347
|
-
"document": "本接口支持 PDF多页(最多30页)、一页中单张、多张、类型票据的混合识别,同时支持单选识别某类票据,已支持票种包括:增值税发票(专票、普票、卷票、区块链发票、通行费发票)、全电发票(专票、普票)、非税发票(通用票据、统一缴纳书)、定额发票、通用机打发票、购车发票(机动车销售发票、二手车发票)、火车票、出租车发票、机票行程单、汽车票、轮船票、过路过桥费发票共14种标准报销发票,支持OFD格式的 增值税电子普通发票、增值税电子专用发票、电子发票(普通发票)、电子发票(增值税专用发票)、电子发票(机票行程单)、电子发票(铁路电子客票)的第一页识别,并支持非上述类型的其他发票的智能识别,点击[立即试用](https://cloud.tencent.com/product/ocr)。\n\n默认接口请求频率限制:5次/秒。\n\n\n支持返回的细项目子票种SubType、子票种中文TypeDescription、以及对应所属大类票种Type 的说明如下列表:\n<table style=\"width:715px\">\n <thead>\n <tr>\n <th style=\"width:200px\">SubType 子票种英文</th>\n <th style=\"width:200px\">TypeDescription子票种中文</th>\n <th >Type 所属大类票种</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td> VatSpecialInvoice</td>\n <td> 增值税专用发票 </td>\n <td> 3 </td>\n </tr>\n <tr>\n <td> VatCommonInvoice</td>\n <td> 增值税普通发票 </td>\n <td> 3 </td>\n </tr>\n <tr>\n <td> VatElectronicCommonInvoice </td>\n <td> 增值税电子普通发票 </td>\n <td> 3 </td>\n </tr>\n <tr>\n <td> VatElectronicSpecialInvoice </td>\n <td> 增值税电子专用发票 </td>\n <td> 3 </td>\n </tr>\n <tr>\n <td> VatElectronicInvoiceBlockchain</td>\n <td> 区块链电子发票 </td>\n <td> 3 </td>\n </tr>\n <tr>\n <td> VatElectronicInvoiceToll</td>\n <td> 增值税电子普通发票(通行费)</td>\n <td> 3 </td>\n </tr>\n <tr>\n <td> VatSalesList</td>\n <td> 增值税销货清单</td>\n <td> 3 </td>\n </tr>\n <tr>\n <td> VatElectronicSpecialInvoiceFull</td>\n <td> 电子发票(专用发票)</td>\n <td> 16 </td>\n </tr>\n <tr>\n <td> VatElectronicInvoiceFull</td>\n <td> 电子发票(普通发票) </td>\n <td> 16 </td>\n </tr>\n <tr>\n <td> ElectronicFlightTicketFull</td>\n <td> 电子发票(机票行程单)
|
347
|
+
"document": "本接口支持 PDF多页(最多30页)、一页中单张、多张、类型票据的混合识别,同时支持单选识别某类票据,已支持票种包括:增值税发票(专票、普票、卷票、区块链发票、通行费发票)、全电发票(专票、普票)、非税发票(通用票据、统一缴纳书)、定额发票、通用机打发票、购车发票(机动车销售发票、二手车发票)、火车票、出租车发票、机票行程单、汽车票、轮船票、过路过桥费发票共14种标准报销发票,支持OFD格式的 增值税电子普通发票、增值税电子专用发票、电子发票(普通发票)、电子发票(增值税专用发票)、电子发票(机票行程单)、电子发票(铁路电子客票)的第一页识别,并支持非上述类型的其他发票的智能识别,点击[立即试用](https://cloud.tencent.com/product/ocr)。\n\n默认接口请求频率限制:5次/秒。\n\n\n支持返回的细项目子票种SubType、子票种中文TypeDescription、以及对应所属大类票种Type 的说明如下列表:\n<table style=\"width:715px\">\n <thead>\n <tr>\n <th style=\"width:200px\">SubType 子票种英文</th>\n <th style=\"width:200px\">TypeDescription子票种中文</th>\n <th >Type 所属大类票种</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td> VatSpecialInvoice</td>\n <td> 增值税专用发票 </td>\n <td> 3 </td>\n </tr>\n <tr>\n <td> VatCommonInvoice</td>\n <td> 增值税普通发票 </td>\n <td> 3 </td>\n </tr>\n <tr>\n <td> VatElectronicCommonInvoice </td>\n <td> 增值税电子普通发票 </td>\n <td> 3 </td>\n </tr>\n <tr>\n <td> VatElectronicSpecialInvoice </td>\n <td> 增值税电子专用发票 </td>\n <td> 3 </td>\n </tr>\n <tr>\n <td> VatElectronicInvoiceBlockchain</td>\n <td> 区块链电子发票 </td>\n <td> 3 </td>\n </tr>\n <tr>\n <td> VatElectronicInvoiceToll</td>\n <td> 增值税电子普通发票(通行费)</td>\n <td> 3 </td>\n </tr>\n <tr>\n <td> VatSalesList</td>\n <td> 增值税销货清单</td>\n <td> 3 </td>\n </tr>\n <tr>\n <td> VatElectronicSpecialInvoiceFull</td>\n <td> 电子发票(专用发票)</td>\n <td> 16 </td>\n </tr>\n <tr>\n <td> VatElectronicInvoiceFull</td>\n <td> 电子发票(普通发票) </td>\n <td> 16 </td>\n </tr>\n <tr>\n <td> ElectronicFlightTicketFull</td>\n <td> 电子发票(机票行程单)</td>\n <td> 16 </td>\n </tr>\n <tr>\n <td> ElectronicTrainTicketFull</td>\n <td> 电子发票(铁路电子客票)</td>\n <td> 16 </td>\n </tr>\n <tr>\n <td> MotorVehicleSaleInvoice </td>\n <td> 机动车销售统一发票 </td>\n <td> 12 </td>\n </tr>\n <tr>\n <td> UsedCarPurchaseInvoice </td>\n <td> 二手车销售统一发票 </td>\n <td> 12 </td>\n </tr>\n <tr>\n <td> VatInvoiceRoll </td>\n <td> 增值税普通发票(卷票) </td>\n <td> 11 </td>\n </tr>\n <tr>\n <td> TaxiTicket </td>\n <td> 出租车发票 </td>\n <td> 0 </td>\n </tr>\n <tr>\n <td> QuotaInvoice </td>\n <td> 定额发票 </td>\n <td> 1 </td>\n </tr>\n <tr>\n <td> TrainTicket </td>\n <td> 火车票 </td>\n <td> 2 </td>\n </tr>\n <tr>\n <td> AirTransport </td>\n <td> 机票行程单 </td>\n <td> 5 </td>\n </tr>\n <tr>\n <td> MachinePrintedInvoice </td>\n <td> 通用机打发票 </td>\n <td> 8 </td>\n </tr>\n <tr>\n <td> BusInvoice </td>\n <td> 汽车票 </td>\n <td> 9 </td>\n </tr>\n <tr>\n <td> ShippingInvoice </td>\n <td> 轮船票 </td>\n <td> 10 </td>\n </tr>\n <tr>\n <td> NonTaxIncomeGeneralBill </td>\n <td> 非税收入通用票据 </td>\n <td> 15 </td>\n </tr>\n <tr>\n <td> NonTaxIncomeElectronicBill </td>\n <td> 非税收入一般缴款书(电子) </td>\n <td> 15 </td>\n </tr>\n <tr>\n <td> TollInvoice </td>\n <td> 过路过桥费发票 </td>\n <td> 13 </td>\n </tr>\n <tr>\n <td> MedicalOutpatientInvoice </td>\n <td> 医疗门诊收费票据(电子) </td>\n <td> 17 </td>\n </tr>\n <tr>\n <td> MedicalHospitalizedInvoice </td>\n <td> 医疗住院收费票据(电子) </td>\n <td> 17 </td>\n </tr>\n <tr>\n <td> OtherInvoice </td>\n <td> 其他发票 </td>\n <td> -1 </td>\n </tr>\n </tbody>\n </table>",
|
348
348
|
"input": "RecognizeGeneralInvoiceRequest",
|
349
349
|
"name": "通用票据识别(高级版)",
|
350
350
|
"output": "RecognizeGeneralInvoiceResponse",
|
@@ -4144,6 +4144,16 @@
|
|
4144
4144
|
"output_required": true,
|
4145
4145
|
"type": "list",
|
4146
4146
|
"value_allowed_null": false
|
4147
|
+
},
|
4148
|
+
{
|
4149
|
+
"disabled": false,
|
4150
|
+
"document": "机票开具状态",
|
4151
|
+
"example": "无",
|
4152
|
+
"member": "string",
|
4153
|
+
"name": "InvoiceStatus",
|
4154
|
+
"output_required": true,
|
4155
|
+
"type": "string",
|
4156
|
+
"value_allowed_null": false
|
4147
4157
|
}
|
4148
4158
|
],
|
4149
4159
|
"usage": "out"
|
@@ -387,16 +387,18 @@
|
|
387
387
|
"member": "string",
|
388
388
|
"name": "Bucket",
|
389
389
|
"output_required": false,
|
390
|
+
"required": true,
|
390
391
|
"type": "string",
|
391
392
|
"value_allowed_null": false
|
392
393
|
},
|
393
394
|
{
|
394
395
|
"disabled": false,
|
395
396
|
"document": "COS文件地址。",
|
396
|
-
"example": "
|
397
|
+
"example": "/path/to/file",
|
397
398
|
"member": "string",
|
398
399
|
"name": "Uri",
|
399
400
|
"output_required": false,
|
401
|
+
"required": true,
|
400
402
|
"type": "string",
|
401
403
|
"value_allowed_null": false
|
402
404
|
},
|
@@ -407,11 +409,12 @@
|
|
407
409
|
"member": "string",
|
408
410
|
"name": "Region",
|
409
411
|
"output_required": false,
|
412
|
+
"required": false,
|
410
413
|
"type": "string",
|
411
414
|
"value_allowed_null": false
|
412
415
|
}
|
413
416
|
],
|
414
|
-
"usage": "
|
417
|
+
"usage": "both"
|
415
418
|
},
|
416
419
|
"CreateEnvironmentRequest": {
|
417
420
|
"document": "CreateEnvironment请求参数结构体",
|
@@ -3135,6 +3138,15 @@
|
|
3135
3138
|
"name": "VolumeIds",
|
3136
3139
|
"required": false,
|
3137
3140
|
"type": "list"
|
3141
|
+
},
|
3142
|
+
{
|
3143
|
+
"disabled": false,
|
3144
|
+
"document": "工作流入口文件,不填使用默认入口文件。",
|
3145
|
+
"example": "entry.nf",
|
3146
|
+
"member": "string",
|
3147
|
+
"name": "Entrypoint",
|
3148
|
+
"required": false,
|
3149
|
+
"type": "string"
|
3138
3150
|
}
|
3139
3151
|
],
|
3140
3152
|
"type": "object"
|
@@ -1717,21 +1717,30 @@
|
|
1717
1717
|
"members": [
|
1718
1718
|
{
|
1719
1719
|
"disabled": false,
|
1720
|
-
"document": "
|
1720
|
+
"document": "委派管理员Uin列表。 最大长度20个",
|
1721
|
+
"example": "[111111111111]",
|
1722
|
+
"member": "int64",
|
1723
|
+
"name": "MemberUins",
|
1724
|
+
"required": true,
|
1725
|
+
"type": "list"
|
1726
|
+
},
|
1727
|
+
{
|
1728
|
+
"disabled": false,
|
1729
|
+
"document": "集团服务ID。和集团服务产品标识二选一必填,可以通过[ListOrganizationService](https://cloud.tencent.com/document/product/850/109561)获取",
|
1721
1730
|
"example": "1",
|
1722
1731
|
"member": "uint64",
|
1723
1732
|
"name": "ServiceId",
|
1724
|
-
"required":
|
1733
|
+
"required": false,
|
1725
1734
|
"type": "int"
|
1726
1735
|
},
|
1727
1736
|
{
|
1728
1737
|
"disabled": false,
|
1729
|
-
"document": "
|
1730
|
-
"example": "
|
1731
|
-
"member": "
|
1732
|
-
"name": "
|
1733
|
-
"required":
|
1734
|
-
"type": "
|
1738
|
+
"document": "集团服务产品标识。和集团服务ID二选一必填,可以通过[ListOrganizationService](https://cloud.tencent.com/document/product/850/109561)获取",
|
1739
|
+
"example": "cloudaudit",
|
1740
|
+
"member": "string",
|
1741
|
+
"name": "Product",
|
1742
|
+
"required": false,
|
1743
|
+
"type": "string"
|
1735
1744
|
},
|
1736
1745
|
{
|
1737
1746
|
"disabled": false,
|
@@ -2661,21 +2670,30 @@
|
|
2661
2670
|
"members": [
|
2662
2671
|
{
|
2663
2672
|
"disabled": false,
|
2664
|
-
"document": "
|
2673
|
+
"document": "委派管理员Uin。",
|
2674
|
+
"example": "111111111111",
|
2675
|
+
"member": "int64",
|
2676
|
+
"name": "MemberUin",
|
2677
|
+
"required": true,
|
2678
|
+
"type": "int"
|
2679
|
+
},
|
2680
|
+
{
|
2681
|
+
"disabled": false,
|
2682
|
+
"document": "集团服务ID。和集团服务产品标识二选一必填,可以通过[ListOrganizationService](https://cloud.tencent.com/document/product/850/109561)获取",
|
2665
2683
|
"example": "1",
|
2666
2684
|
"member": "uint64",
|
2667
2685
|
"name": "ServiceId",
|
2668
|
-
"required":
|
2686
|
+
"required": false,
|
2669
2687
|
"type": "int"
|
2670
2688
|
},
|
2671
2689
|
{
|
2672
2690
|
"disabled": false,
|
2673
|
-
"document": "
|
2674
|
-
"example": "
|
2675
|
-
"member": "
|
2676
|
-
"name": "
|
2677
|
-
"required":
|
2678
|
-
"type": "
|
2691
|
+
"document": "集团服务产品标识。和集团服务ID二选一必填,可以通过[ListOrganizationService](https://cloud.tencent.com/document/product/850/109561)获取",
|
2692
|
+
"example": "cloudaudit",
|
2693
|
+
"member": "string",
|
2694
|
+
"name": "Product",
|
2695
|
+
"required": false,
|
2696
|
+
"type": "string"
|
2679
2697
|
}
|
2680
2698
|
],
|
2681
2699
|
"type": "object"
|
@@ -6432,12 +6450,21 @@
|
|
6432
6450
|
},
|
6433
6451
|
{
|
6434
6452
|
"disabled": false,
|
6435
|
-
"document": "集团服务ID
|
6453
|
+
"document": "集团服务ID。和集团服务产品标识二选一必填,可以通过[ListOrganizationService](https://cloud.tencent.com/document/product/850/109561)获取",
|
6436
6454
|
"example": "1",
|
6437
6455
|
"member": "uint64",
|
6438
6456
|
"name": "ServiceId",
|
6439
|
-
"required":
|
6457
|
+
"required": false,
|
6440
6458
|
"type": "int"
|
6459
|
+
},
|
6460
|
+
{
|
6461
|
+
"disabled": false,
|
6462
|
+
"document": "集团服务产品标识。和集团服务ID二选一必填,可以通过[ListOrganizationService](https://cloud.tencent.com/document/product/850/109561)获取",
|
6463
|
+
"example": "cloudaudit",
|
6464
|
+
"member": "string",
|
6465
|
+
"name": "Product",
|
6466
|
+
"required": false,
|
6467
|
+
"type": "string"
|
6441
6468
|
}
|
6442
6469
|
],
|
6443
6470
|
"type": "object"
|