tccli 3.0.1230.1__py2.py3-none-any.whl → 3.0.1232.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/aiart/aiart_client.py +53 -0
- tccli/services/aiart/v20221229/api.json +98 -0
- tccli/services/aiart/v20221229/examples.json +8 -0
- tccli/services/batch/v20170312/api.json +8 -10
- tccli/services/cam/cam_client.py +53 -0
- tccli/services/cam/v20190116/api.json +125 -52
- tccli/services/cam/v20190116/examples.json +12 -4
- tccli/services/cfg/v20210820/api.json +9 -0
- tccli/services/cloudaudit/v20190319/api.json +39 -39
- tccli/services/cloudaudit/v20190319/examples.json +5 -5
- tccli/services/cvm/v20170312/api.json +59 -61
- tccli/services/cvm/v20170312/examples.json +3 -3
- tccli/services/es/v20180416/api.json +106 -8
- tccli/services/ess/v20201111/api.json +1 -1
- tccli/services/essbasic/v20210526/api.json +2 -2
- tccli/services/live/v20180801/api.json +7 -7
- tccli/services/live/v20180801/examples.json +1 -1
- tccli/services/memcached/v20190318/api.json +20 -20
- tccli/services/mps/v20190612/api.json +11 -0
- tccli/services/mqtt/mqtt_client.py +283 -71
- tccli/services/mqtt/v20240516/api.json +312 -0
- tccli/services/mqtt/v20240516/examples.json +32 -0
- tccli/services/mrs/v20200910/api.json +3 -3
- tccli/services/mrs/v20200910/examples.json +1 -1
- tccli/services/ocr/v20181119/api.json +147 -4
- tccli/services/ocr/v20181119/examples.json +3 -3
- tccli/services/postgres/v20170312/api.json +11 -9
- tccli/services/postgres/v20170312/examples.json +2 -2
- tccli/services/redis/v20180412/examples.json +2 -2
- tccli/services/ssl/v20191205/api.json +4 -4
- tccli/services/ssl/v20191205/examples.json +1 -1
- tccli/services/sts/v20180813/api.json +9 -9
- tccli/services/tcbr/v20220217/api.json +84 -88
- tccli/services/tcbr/v20220217/examples.json +14 -14
- tccli/services/tdmq/v20200217/api.json +10 -0
- tccli/services/tione/tione_client.py +166 -113
- tccli/services/tione/v20211111/api.json +939 -361
- tccli/services/tione/v20211111/examples.json +30 -22
- tccli/services/tse/tse_client.py +228 -16
- tccli/services/tse/v20201207/api.json +476 -0
- tccli/services/tse/v20201207/examples.json +32 -0
- tccli/services/vclm/v20240523/api.json +1 -1
- tccli/services/vdb/v20230616/api.json +3 -3
- tccli/services/vdb/v20230616/examples.json +1 -1
- tccli/services/vod/v20180717/api.json +6 -6
- tccli/services/vpc/v20170312/api.json +17 -7
- tccli/services/vpc/v20170312/examples.json +1 -1
- {tccli-3.0.1230.1.dist-info → tccli-3.0.1232.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1230.1.dist-info → tccli-3.0.1232.1.dist-info}/RECORD +53 -53
- {tccli-3.0.1230.1.dist-info → tccli-3.0.1232.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1230.1.dist-info → tccli-3.0.1232.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1230.1.dist-info → tccli-3.0.1232.1.dist-info}/license_files/LICENSE +0 -0
@@ -5062,6 +5062,7 @@
|
|
5062
5062
|
"example": "无",
|
5063
5063
|
"member": "DictInfo",
|
5064
5064
|
"name": "MainDict",
|
5065
|
+
"output_required": true,
|
5065
5066
|
"required": true,
|
5066
5067
|
"type": "list",
|
5067
5068
|
"value_allowed_null": false
|
@@ -5072,6 +5073,7 @@
|
|
5072
5073
|
"example": "无",
|
5073
5074
|
"member": "DictInfo",
|
5074
5075
|
"name": "Stopwords",
|
5076
|
+
"output_required": true,
|
5075
5077
|
"required": true,
|
5076
5078
|
"type": "list",
|
5077
5079
|
"value_allowed_null": false
|
@@ -5082,6 +5084,7 @@
|
|
5082
5084
|
"example": "无",
|
5083
5085
|
"member": "DictInfo",
|
5084
5086
|
"name": "QQDict",
|
5087
|
+
"output_required": true,
|
5085
5088
|
"required": true,
|
5086
5089
|
"type": "list",
|
5087
5090
|
"value_allowed_null": false
|
@@ -5092,6 +5095,7 @@
|
|
5092
5095
|
"example": "无",
|
5093
5096
|
"member": "DictInfo",
|
5094
5097
|
"name": "Synonym",
|
5098
|
+
"output_required": true,
|
5095
5099
|
"required": true,
|
5096
5100
|
"type": "list",
|
5097
5101
|
"value_allowed_null": false
|
@@ -5102,9 +5106,54 @@
|
|
5102
5106
|
"example": "无",
|
5103
5107
|
"member": "string",
|
5104
5108
|
"name": "UpdateType",
|
5109
|
+
"output_required": true,
|
5105
5110
|
"required": true,
|
5106
5111
|
"type": "string",
|
5107
5112
|
"value_allowed_null": false
|
5113
|
+
},
|
5114
|
+
{
|
5115
|
+
"disabled": false,
|
5116
|
+
"document": "ansj启用词词典列表\n注意:此字段可能返回 null,表示取不到有效值。",
|
5117
|
+
"example": "无",
|
5118
|
+
"member": "DictInfo",
|
5119
|
+
"name": "AnsjMain",
|
5120
|
+
"output_required": false,
|
5121
|
+
"required": false,
|
5122
|
+
"type": "list",
|
5123
|
+
"value_allowed_null": true
|
5124
|
+
},
|
5125
|
+
{
|
5126
|
+
"disabled": false,
|
5127
|
+
"document": "ansj停用词词典列表\n注意:此字段可能返回 null,表示取不到有效值。",
|
5128
|
+
"example": "无",
|
5129
|
+
"member": "DictInfo",
|
5130
|
+
"name": "AnsjStop",
|
5131
|
+
"output_required": false,
|
5132
|
+
"required": false,
|
5133
|
+
"type": "list",
|
5134
|
+
"value_allowed_null": true
|
5135
|
+
},
|
5136
|
+
{
|
5137
|
+
"disabled": false,
|
5138
|
+
"document": "ansj歧义词库列表\n注意:此字段可能返回 null,表示取不到有效值。",
|
5139
|
+
"example": "无",
|
5140
|
+
"member": "DictInfo",
|
5141
|
+
"name": "AnsjAmbiguity",
|
5142
|
+
"output_required": false,
|
5143
|
+
"required": false,
|
5144
|
+
"type": "list",
|
5145
|
+
"value_allowed_null": true
|
5146
|
+
},
|
5147
|
+
{
|
5148
|
+
"disabled": false,
|
5149
|
+
"document": "ansj同义词词典列表\n注意:此字段可能返回 null,表示取不到有效值。",
|
5150
|
+
"example": "无",
|
5151
|
+
"member": "DictInfo",
|
5152
|
+
"name": "AnsjSynonyms",
|
5153
|
+
"output_required": false,
|
5154
|
+
"required": false,
|
5155
|
+
"type": "list",
|
5156
|
+
"value_allowed_null": true
|
5108
5157
|
}
|
5109
5158
|
],
|
5110
5159
|
"usage": "both"
|
@@ -6696,6 +6745,36 @@
|
|
6696
6745
|
"output_required": false,
|
6697
6746
|
"type": "int",
|
6698
6747
|
"value_allowed_null": true
|
6748
|
+
},
|
6749
|
+
{
|
6750
|
+
"disabled": false,
|
6751
|
+
"document": "是否有置放群组异步调度任务\n注意:此字段可能返回 null,表示取不到有效值。",
|
6752
|
+
"example": "false",
|
6753
|
+
"member": "bool",
|
6754
|
+
"name": "EnableScheduleRecoverGroup",
|
6755
|
+
"output_required": false,
|
6756
|
+
"type": "bool",
|
6757
|
+
"value_allowed_null": true
|
6758
|
+
},
|
6759
|
+
{
|
6760
|
+
"disabled": false,
|
6761
|
+
"document": "异步调度任务的时间\n注意:此字段可能返回 null,表示取不到有效值。",
|
6762
|
+
"example": "无",
|
6763
|
+
"member": "EnableScheduleOperationDuration",
|
6764
|
+
"name": "EnableScheduleOperationDuration",
|
6765
|
+
"output_required": false,
|
6766
|
+
"type": "object",
|
6767
|
+
"value_allowed_null": true
|
6768
|
+
},
|
6769
|
+
{
|
6770
|
+
"disabled": false,
|
6771
|
+
"document": "开启集群保护:OPEN-开启,CLOSE-关闭\n注意:此字段可能返回 null,表示取不到有效值。",
|
6772
|
+
"example": "CLOSE",
|
6773
|
+
"member": "string",
|
6774
|
+
"name": "EnableDestroyProtection",
|
6775
|
+
"output_required": false,
|
6776
|
+
"type": "string",
|
6777
|
+
"value_allowed_null": true
|
6699
6778
|
}
|
6700
6779
|
],
|
6701
6780
|
"usage": "out"
|
@@ -8254,7 +8333,7 @@
|
|
8254
8333
|
"example": "无",
|
8255
8334
|
"member": "uint64",
|
8256
8335
|
"name": "Id",
|
8257
|
-
"
|
8336
|
+
"output_required": true,
|
8258
8337
|
"type": "int",
|
8259
8338
|
"value_allowed_null": false
|
8260
8339
|
},
|
@@ -8264,7 +8343,7 @@
|
|
8264
8343
|
"example": "无",
|
8265
8344
|
"member": "string",
|
8266
8345
|
"name": "StartTime",
|
8267
|
-
"
|
8346
|
+
"output_required": true,
|
8268
8347
|
"type": "string",
|
8269
8348
|
"value_allowed_null": false
|
8270
8349
|
},
|
@@ -8274,7 +8353,7 @@
|
|
8274
8353
|
"example": "无",
|
8275
8354
|
"member": "string",
|
8276
8355
|
"name": "Type",
|
8277
|
-
"
|
8356
|
+
"output_required": true,
|
8278
8357
|
"type": "string",
|
8279
8358
|
"value_allowed_null": false
|
8280
8359
|
},
|
@@ -8284,7 +8363,7 @@
|
|
8284
8363
|
"example": "无",
|
8285
8364
|
"member": "OperationDetail",
|
8286
8365
|
"name": "Detail",
|
8287
|
-
"
|
8366
|
+
"output_required": true,
|
8288
8367
|
"type": "object",
|
8289
8368
|
"value_allowed_null": false
|
8290
8369
|
},
|
@@ -8294,7 +8373,7 @@
|
|
8294
8373
|
"example": "无",
|
8295
8374
|
"member": "string",
|
8296
8375
|
"name": "Result",
|
8297
|
-
"
|
8376
|
+
"output_required": true,
|
8298
8377
|
"type": "string",
|
8299
8378
|
"value_allowed_null": false
|
8300
8379
|
},
|
@@ -8304,7 +8383,7 @@
|
|
8304
8383
|
"example": "无",
|
8305
8384
|
"member": "TaskDetail",
|
8306
8385
|
"name": "Tasks",
|
8307
|
-
"
|
8386
|
+
"output_required": true,
|
8308
8387
|
"type": "list",
|
8309
8388
|
"value_allowed_null": false
|
8310
8389
|
},
|
@@ -8314,17 +8393,27 @@
|
|
8314
8393
|
"example": "无",
|
8315
8394
|
"member": "float",
|
8316
8395
|
"name": "Progress",
|
8317
|
-
"
|
8396
|
+
"output_required": true,
|
8318
8397
|
"type": "float",
|
8319
8398
|
"value_allowed_null": false
|
8320
8399
|
},
|
8400
|
+
{
|
8401
|
+
"disabled": false,
|
8402
|
+
"document": "回滚标记, 0未回滚 ,1回滚中,2已回滚",
|
8403
|
+
"example": "0",
|
8404
|
+
"member": "int64",
|
8405
|
+
"name": "RollbackTag",
|
8406
|
+
"output_required": false,
|
8407
|
+
"type": "int",
|
8408
|
+
"value_allowed_null": false
|
8409
|
+
},
|
8321
8410
|
{
|
8322
8411
|
"disabled": false,
|
8323
8412
|
"document": "操作者Uin\n注意:此字段可能返回 null,表示取不到有效值。",
|
8324
8413
|
"example": "无",
|
8325
8414
|
"member": "string",
|
8326
8415
|
"name": "SubAccountUin",
|
8327
|
-
"
|
8416
|
+
"output_required": false,
|
8328
8417
|
"type": "string",
|
8329
8418
|
"value_allowed_null": true
|
8330
8419
|
}
|
@@ -10678,6 +10767,15 @@
|
|
10678
10767
|
"name": "EnableScheduleOperationDuration",
|
10679
10768
|
"required": false,
|
10680
10769
|
"type": "object"
|
10770
|
+
},
|
10771
|
+
{
|
10772
|
+
"disabled": false,
|
10773
|
+
"document": "开启集群保护:OPEN-开启,CLOSE-关闭",
|
10774
|
+
"example": "CLOSE",
|
10775
|
+
"member": "string",
|
10776
|
+
"name": "EnableDestroyProtection",
|
10777
|
+
"required": false,
|
10778
|
+
"type": "string"
|
10681
10779
|
}
|
10682
10780
|
],
|
10683
10781
|
"type": "object"
|
@@ -302,7 +302,7 @@
|
|
302
302
|
"status": "online"
|
303
303
|
},
|
304
304
|
"CreateReleaseFlow": {
|
305
|
-
"document": "发起解除协议的主要应用场景为:基于一份已经签署的合同(签署流程),进行解除操作。\n解除协议的模板是官方提供 ,经过提供法务审核,暂不支持自定义。具体用法可以参考文档[合同解除](https://qian.tencent.com/developers/company/flow_release)。\n\n注意:\n<ul>\n<li><strong>完成原合同签署后方可发起解除协议:</strong>只有在原合同所有签署人完成签署后,才可以启动解除协议的流程。</li>\n<li><strong>原合同状态更新:</strong>解除协议一旦签署完毕,原合同及解除协议状态将更新为“已解除”。</li>\n<li><strong>解除协议的个人参与要求:</strong>原合同中的个人参与者必须直接参与解除协议,禁止替换为其他第三方个人。</li>\n<li><strong>企业参与人的代理权:</strong>若原合同的企业参与人无法亲自参与解除协议,可指派具有等同权限的企业员工代行。</li>\n<li><strong>解除协议的费用问题:</strong>发起解除协议将产生费用,其扣费标准与其他企业合同相同。</li>\n<li><strong>解除协议的发起资格:</strong>仅限原合同中的企业类型参与者发起解除协议,个人参与者无此权限。</li>\n<li><strong>非原合同企业参与者的权限:</strong>非原合同的企业参与者发起解除协议时,必须具备相应的解除权限。</li>\n<li><strong>自动签署:</strong
|
305
|
+
"document": "发起解除协议的主要应用场景为:基于一份已经签署的合同(签署流程),进行解除操作。\n解除协议的模板是官方提供 ,经过提供法务审核,暂不支持自定义。具体用法可以参考文档[合同解除](https://qian.tencent.com/developers/company/flow_release)。\n\n注意:\n<ul>\n<li><strong>完成原合同签署后方可发起解除协议:</strong>只有在原合同所有签署人完成签署后,才可以启动解除协议的流程。</li>\n<li><strong>原合同状态更新:</strong>解除协议一旦签署完毕,原合同及解除协议状态将更新为“已解除”。</li>\n<li><strong>解除协议的个人参与要求:</strong>原合同中的个人参与者必须直接参与解除协议,禁止替换为其他第三方个人。</li>\n<li><strong>企业参与人的代理权:</strong>若原合同的企业参与人无法亲自参与解除协议,可指派具有等同权限的企业员工代行。</li>\n<li><strong>解除协议的费用问题:</strong>发起解除协议将产生费用,其扣费标准与其他企业合同相同。</li>\n<li><strong>解除协议的发起资格:</strong>仅限原合同中的企业类型参与者发起解除协议,个人参与者无此权限。</li>\n<li><strong>非原合同企业参与者的权限:</strong>非原合同的企业参与者发起解除协议时,必须具备相应的解除权限。</li>\n<li><strong>自动签署:</strong>支持本企业的自动签署,不支持其他企业的自动签署(不能不动声色的把别人参与的合同作废了)</li>\n</ul>\n\n![image](https://qcloudimg.tencent-cloud.cn/raw/3427941ecb091bf0c55009bad192dd1c.png)",
|
306
306
|
"input": "CreateReleaseFlowRequest",
|
307
307
|
"name": "发起解除协议",
|
308
308
|
"output": "CreateReleaseFlowResponse",
|
@@ -332,7 +332,7 @@
|
|
332
332
|
"CreateBatchOrganizationRegistrationTasks": {
|
333
333
|
"document": "该接口用于批量创建企业认证链接, 可以支持PC浏览器,H5和小程序三种途径。\n此接口为异步提交任务接口,需要与[查询子企业批量认证链接](https://qcloudimg.tencent-cloud.cn/raw/1d3737991b2a3be78002bd78a47d6917.png)配合使用,整体流程如下图。\n![image](https://qcloudimg.tencent-cloud.cn/raw/654aa2a72ab7d42f06464ea33c50c3bb.png)\n\n\n\n**注意**\n\n1. 单次最多创建10个子企业。\n2. 一天内,同一家企业最多创建8000个子企业。\n3. 同一批创建的子客户不能重复,包括企业名称、企业统一信用代码和子客户经办人openId。\n4. 跳转到小程序的实现,请参考微信官方文档(分为<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>。\n\n\n\n**腾讯电子签小程序的AppID 和 原始Id如下:**\n\n| 小程序 | AppID | 原始ID |\n| ------------ | ------------ | ------------ |\n| 腾讯电子签(正式版) | wxa023b292fd19d41d | gh_da88f6188665 |\n| 腾讯电子签Demo | wx371151823f6f3edf | gh_39a5d3de69fa |",
|
334
334
|
"input": "CreateBatchOrganizationRegistrationTasksRequest",
|
335
|
-
"name": "
|
335
|
+
"name": "创建企业批量认证链接任务",
|
336
336
|
"output": "CreateBatchOrganizationRegistrationTasksResponse",
|
337
337
|
"status": "online"
|
338
338
|
},
|
@@ -1396,7 +1396,7 @@
|
|
1396
1396
|
{
|
1397
1397
|
"disabled": false,
|
1398
1398
|
"document": "撤回原因,长度不能超过200,只能由中文、字母、数字和下划线组成。",
|
1399
|
-
"example": "
|
1399
|
+
"example": "合同里边支付的价格写错了",
|
1400
1400
|
"member": "string",
|
1401
1401
|
"name": "CancelMessage",
|
1402
1402
|
"required": false,
|
@@ -9414,7 +9414,7 @@
|
|
9414
9414
|
"example": "[]",
|
9415
9415
|
"member": "LivePackageInfo",
|
9416
9416
|
"name": "LivePackageInfoList",
|
9417
|
-
"
|
9417
|
+
"output_required": true,
|
9418
9418
|
"type": "list",
|
9419
9419
|
"value_allowed_null": true
|
9420
9420
|
},
|
@@ -9424,7 +9424,7 @@
|
|
9424
9424
|
"example": "201",
|
9425
9425
|
"member": "int64",
|
9426
9426
|
"name": "PackageBillMode",
|
9427
|
-
"
|
9427
|
+
"output_required": true,
|
9428
9428
|
"type": "int",
|
9429
9429
|
"value_allowed_null": true
|
9430
9430
|
},
|
@@ -9434,7 +9434,7 @@
|
|
9434
9434
|
"example": "10",
|
9435
9435
|
"member": "int64",
|
9436
9436
|
"name": "TotalPage",
|
9437
|
-
"
|
9437
|
+
"output_required": true,
|
9438
9438
|
"type": "int",
|
9439
9439
|
"value_allowed_null": true
|
9440
9440
|
},
|
@@ -9444,7 +9444,7 @@
|
|
9444
9444
|
"example": "95",
|
9445
9445
|
"member": "int64",
|
9446
9446
|
"name": "TotalNum",
|
9447
|
-
"
|
9447
|
+
"output_required": true,
|
9448
9448
|
"type": "int",
|
9449
9449
|
"value_allowed_null": true
|
9450
9450
|
},
|
@@ -9454,7 +9454,7 @@
|
|
9454
9454
|
"example": "2",
|
9455
9455
|
"member": "int64",
|
9456
9456
|
"name": "PageNum",
|
9457
|
-
"
|
9457
|
+
"output_required": true,
|
9458
9458
|
"type": "int",
|
9459
9459
|
"value_allowed_null": true
|
9460
9460
|
},
|
@@ -9464,7 +9464,7 @@
|
|
9464
9464
|
"example": "10",
|
9465
9465
|
"member": "int64",
|
9466
9466
|
"name": "PageSize",
|
9467
|
-
"
|
9467
|
+
"output_required": true,
|
9468
9468
|
"type": "int",
|
9469
9469
|
"value_allowed_null": true
|
9470
9470
|
},
|
@@ -9474,7 +9474,7 @@
|
|
9474
9474
|
"example": "201,201,204,204",
|
9475
9475
|
"member": "string",
|
9476
9476
|
"name": "FluxPackageBillMode",
|
9477
|
-
"
|
9477
|
+
"output_required": true,
|
9478
9478
|
"type": "string",
|
9479
9479
|
"value_allowed_null": true
|
9480
9480
|
},
|
@@ -812,7 +812,7 @@
|
|
812
812
|
{
|
813
813
|
"document": "",
|
814
814
|
"input": "https://live.tencentcloudapi.com/?Action=DescribeLivePackageInfo\n&PackageType=0\n&<公共请求参数>",
|
815
|
-
"output": "{\n \"Response\": {\n \"
|
815
|
+
"output": "{\n \"Response\": {\n \"LivePackageInfoList\": [\n {\n \"Id\": \"abc\",\n \"Total\": 0,\n \"Used\": 0,\n \"Left\": 0,\n \"BuyTime\": \"abc\",\n \"ExpireTime\": \"abc\",\n \"Type\": 0,\n \"Status\": 0,\n \"WillRenew\": 0,\n \"RenewalResult\": 0\n }\n ],\n \"PackageBillMode\": 0,\n \"TotalPage\": 0,\n \"TotalNum\": 0,\n \"PageNum\": 0,\n \"PageSize\": 0,\n \"FluxPackageBillMode\": \"abc\",\n \"RequestId\": \"abc\"\n }\n}",
|
816
816
|
"title": "查询直播套餐包信息"
|
817
817
|
}
|
818
818
|
],
|
@@ -158,7 +158,7 @@
|
|
158
158
|
{
|
159
159
|
"disabled": false,
|
160
160
|
"document": "实例修改时间",
|
161
|
-
"example": "
|
161
|
+
"example": "2024-12-10 15:04:41",
|
162
162
|
"member": "datetime",
|
163
163
|
"name": "ModTimeStamp",
|
164
164
|
"output_required": true,
|
@@ -169,7 +169,7 @@
|
|
169
169
|
{
|
170
170
|
"disabled": false,
|
171
171
|
"document": "实例隔离时间",
|
172
|
-
"example": "
|
172
|
+
"example": "2024-12-10 15:04:41",
|
173
173
|
"member": "datetime",
|
174
174
|
"name": "IsolateTimeStamp",
|
175
175
|
"output_required": true,
|
@@ -191,7 +191,7 @@
|
|
191
191
|
{
|
192
192
|
"disabled": false,
|
193
193
|
"document": "仓库ID",
|
194
|
-
"example": "
|
194
|
+
"example": "402214",
|
195
195
|
"member": "int64",
|
196
196
|
"name": "SetId",
|
197
197
|
"output_required": true,
|
@@ -202,7 +202,7 @@
|
|
202
202
|
{
|
203
203
|
"disabled": false,
|
204
204
|
"document": "实例当前状态,0:发货中;1:运行中;2:创建失败;4:销毁中;5:隔离中;6:下线中",
|
205
|
-
"example": "
|
205
|
+
"example": "1",
|
206
206
|
"member": "int64",
|
207
207
|
"name": "Status",
|
208
208
|
"output_required": true,
|
@@ -213,7 +213,7 @@
|
|
213
213
|
{
|
214
214
|
"disabled": false,
|
215
215
|
"document": "实例内置ID",
|
216
|
-
"example": "
|
216
|
+
"example": "104022854",
|
217
217
|
"member": "int64",
|
218
218
|
"name": "CmemId",
|
219
219
|
"output_required": true,
|
@@ -224,7 +224,7 @@
|
|
224
224
|
{
|
225
225
|
"disabled": false,
|
226
226
|
"document": "实例关联的标签信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
227
|
-
"example": "
|
227
|
+
"example": "无",
|
228
228
|
"member": "TagInfo",
|
229
229
|
"name": "Tags",
|
230
230
|
"output_required": true,
|
@@ -235,7 +235,7 @@
|
|
235
235
|
{
|
236
236
|
"disabled": false,
|
237
237
|
"document": "实例ID",
|
238
|
-
"example": "
|
238
|
+
"example": "cmem-hvgmsa9v",
|
239
239
|
"member": "string",
|
240
240
|
"name": "InstanceId",
|
241
241
|
"output_required": true,
|
@@ -246,7 +246,7 @@
|
|
246
246
|
{
|
247
247
|
"disabled": false,
|
248
248
|
"document": "地域id 1--广州 4--上海 5-- 香港 6--多伦多 7--上海金融 8--北京 9-- 新加坡 11--深圳金融 15--美西(硅谷)16--成都 17--德国 18--韩国 19--重庆 21--印度 22--美东(弗吉尼亚)23--泰国 25--日本",
|
249
|
-
"example": "
|
249
|
+
"example": "1",
|
250
250
|
"member": "int64",
|
251
251
|
"name": "RegionId",
|
252
252
|
"output_required": true,
|
@@ -257,7 +257,7 @@
|
|
257
257
|
{
|
258
258
|
"disabled": false,
|
259
259
|
"document": "实例描述信息",
|
260
|
-
"example": "
|
260
|
+
"example": "cmem-hvgmsa9v",
|
261
261
|
"member": "string",
|
262
262
|
"name": "InstanceDesc",
|
263
263
|
"output_required": true,
|
@@ -301,7 +301,7 @@
|
|
301
301
|
{
|
302
302
|
"disabled": false,
|
303
303
|
"document": "实例创建时间",
|
304
|
-
"example": "
|
304
|
+
"example": "2024-12-10 15:04:41",
|
305
305
|
"member": "datetime",
|
306
306
|
"name": "AddTimeStamp",
|
307
307
|
"output_required": true,
|
@@ -312,7 +312,7 @@
|
|
312
312
|
{
|
313
313
|
"disabled": false,
|
314
314
|
"document": "区域ID",
|
315
|
-
"example": "
|
315
|
+
"example": "100003",
|
316
316
|
"member": "int64",
|
317
317
|
"name": "ZoneId",
|
318
318
|
"output_required": true,
|
@@ -345,7 +345,7 @@
|
|
345
345
|
{
|
346
346
|
"disabled": false,
|
347
347
|
"document": "实例名称",
|
348
|
-
"example": "
|
348
|
+
"example": "cmem-hvgmsa9v",
|
349
349
|
"member": "string",
|
350
350
|
"name": "InstanceName",
|
351
351
|
"output_required": true,
|
@@ -356,7 +356,7 @@
|
|
356
356
|
{
|
357
357
|
"disabled": false,
|
358
358
|
"document": "实例截止时间",
|
359
|
-
"example": "
|
359
|
+
"example": "2024-12-10 15:04:41",
|
360
360
|
"member": "datetime",
|
361
361
|
"name": "DeadlineTimeStamp",
|
362
362
|
"output_required": true,
|
@@ -367,7 +367,7 @@
|
|
367
367
|
{
|
368
368
|
"disabled": false,
|
369
369
|
"document": "vpc网络id 如:vpc-fk33jsf43kgv",
|
370
|
-
"example": "
|
370
|
+
"example": "vpc-b2jdbe25",
|
371
371
|
"member": "string",
|
372
372
|
"name": "UniqVpcId",
|
373
373
|
"output_required": true,
|
@@ -378,7 +378,7 @@
|
|
378
378
|
{
|
379
379
|
"disabled": false,
|
380
380
|
"document": "实例vip",
|
381
|
-
"example": "
|
381
|
+
"example": "10.0.3.53",
|
382
382
|
"member": "string",
|
383
383
|
"name": "Vip",
|
384
384
|
"output_required": true,
|
@@ -389,7 +389,7 @@
|
|
389
389
|
{
|
390
390
|
"disabled": false,
|
391
391
|
"document": "vpc网络下子网id 如:subnet-fd3j6l35mm0",
|
392
|
-
"example": "
|
392
|
+
"example": "subnet-bm543gsw",
|
393
393
|
"member": "string",
|
394
394
|
"name": "UniqSubnetId",
|
395
395
|
"output_required": true,
|
@@ -400,7 +400,7 @@
|
|
400
400
|
{
|
401
401
|
"disabled": false,
|
402
402
|
"document": "用户AppID",
|
403
|
-
"example": "
|
403
|
+
"example": "1310738255",
|
404
404
|
"member": "int64",
|
405
405
|
"name": "AppId",
|
406
406
|
"output_required": true,
|
@@ -411,7 +411,7 @@
|
|
411
411
|
{
|
412
412
|
"disabled": false,
|
413
413
|
"document": "实例端口号",
|
414
|
-
"example": "
|
414
|
+
"example": "9091",
|
415
415
|
"member": "int64",
|
416
416
|
"name": "Vport",
|
417
417
|
"output_required": true,
|
@@ -428,7 +428,7 @@
|
|
428
428
|
{
|
429
429
|
"disabled": false,
|
430
430
|
"document": "标签键\n注意:此字段可能返回 null,表示取不到有效值。",
|
431
|
-
"example": "
|
431
|
+
"example": "标签key",
|
432
432
|
"member": "string",
|
433
433
|
"name": "TagKey",
|
434
434
|
"output_required": false,
|
@@ -439,7 +439,7 @@
|
|
439
439
|
{
|
440
440
|
"disabled": false,
|
441
441
|
"document": "标签值\n注意:此字段可能返回 null,表示取不到有效值。",
|
442
|
-
"example": "
|
442
|
+
"example": "标签value",
|
443
443
|
"member": "string",
|
444
444
|
"name": "TagValue",
|
445
445
|
"output_required": false,
|
@@ -1657,6 +1657,17 @@
|
|
1657
1657
|
"required": false,
|
1658
1658
|
"type": "object",
|
1659
1659
|
"value_allowed_null": true
|
1660
|
+
},
|
1661
|
+
{
|
1662
|
+
"disabled": false,
|
1663
|
+
"document": "字幕名称\t\n注意:此字段可能返回 null,表示取不到有效值。",
|
1664
|
+
"example": "\"\"",
|
1665
|
+
"member": "string",
|
1666
|
+
"name": "SubtitleName",
|
1667
|
+
"output_required": false,
|
1668
|
+
"required": false,
|
1669
|
+
"type": "string",
|
1670
|
+
"value_allowed_null": true
|
1660
1671
|
}
|
1661
1672
|
],
|
1662
1673
|
"usage": "both"
|