tccli 3.0.1091.1__py2.py3-none-any.whl → 3.0.1092.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/examples/cdb/v20170320/CheckMigrateCluster.md +18 -0
- tccli/examples/cdb/v20170320/DescribeClusterInfo.md +59 -0
- tccli/examples/domain/v20180808/BidPreDomains.md +21 -0
- tccli/examples/domain/v20180808/DescribeReservedBidInfo.md +43 -0
- tccli/examples/domain/v20180808/DescribeReservedPreDomainInfo.md +31 -0
- tccli/examples/es/v20180416/UpdateInstance.md +27 -27
- tccli/examples/es/v20180416/UpdatePlugins.md +6 -6
- tccli/examples/ess/v20201111/CreateBatchOrganizationRegistrationTasks.md +146 -0
- tccli/examples/ess/v20201111/CreateOrganizationAuthUrl.md +18 -0
- tccli/examples/ess/v20201111/CreateOrganizationBatchSignUrl.md +28 -0
- tccli/examples/hunyuan/v20230901/ChatPro.md +69 -31
- tccli/examples/hunyuan/v20230901/ChatStd.md +40 -1
- tccli/examples/lke/v20231130/CheckAttributeLabelExist.md +24 -0
- tccli/examples/lke/v20231130/CheckAttributeLabelRefer.md +23 -0
- tccli/examples/lke/v20231130/CreateApp.md +24 -0
- tccli/examples/lke/v20231130/CreateAttributeLabel.md +24 -0
- tccli/examples/lke/v20231130/CreateCorp.md +24 -0
- tccli/examples/lke/v20231130/CreateQA.md +24 -0
- tccli/examples/lke/v20231130/CreateQACate.md +26 -0
- tccli/examples/lke/v20231130/CreateRejectedQuestion.md +22 -0
- tccli/examples/lke/v20231130/CreateRelease.md +21 -0
- tccli/examples/lke/v20231130/DeleteApp.md +21 -0
- tccli/examples/lke/v20231130/DeleteAttributeLabel.md +21 -0
- tccli/examples/lke/v20231130/DeleteDoc.md +21 -0
- tccli/examples/lke/v20231130/DeleteQA.md +21 -0
- tccli/examples/lke/v20231130/DeleteQACate.md +21 -0
- tccli/examples/lke/v20231130/DeleteRejectedQuestion.md +21 -0
- tccli/examples/lke/v20231130/DescribeApp.md +29 -0
- tccli/examples/lke/v20231130/DescribeAttributeLabel.md +28 -0
- tccli/examples/lke/v20231130/DescribeCorp.md +21 -0
- tccli/examples/lke/v20231130/DescribeDoc.md +44 -0
- tccli/examples/lke/v20231130/DescribeQA.md +42 -0
- tccli/examples/lke/v20231130/DescribeRefer.md +35 -0
- tccli/examples/lke/v20231130/DescribeRelease.md +25 -0
- tccli/examples/lke/v20231130/DescribeReleaseInfo.md +24 -0
- tccli/examples/lke/v20231130/DescribeRobotBizIDByAppKey.md +21 -0
- tccli/examples/lke/v20231130/DescribeStorageCredential.md +32 -0
- tccli/examples/lke/v20231130/DescribeUnsatisfiedReplyContext.md +121 -0
- tccli/examples/lke/v20231130/ExportAttributeLabel.md +21 -0
- tccli/examples/lke/v20231130/ExportQAList.md +21 -0
- tccli/examples/lke/v20231130/ExportUnsatisfiedReply.md +21 -0
- tccli/examples/lke/v20231130/GenerateQA.md +21 -0
- tccli/examples/lke/v20231130/GetAppKnowledgeCount.md +22 -0
- tccli/examples/lke/v20231130/GetAppSecret.md +24 -0
- tccli/examples/lke/v20231130/GetDocPreview.md +26 -0
- tccli/examples/lke/v20231130/GetEmbedding.md +29 -0
- tccli/examples/lke/v20231130/GetMsgRecord.md +51 -0
- tccli/examples/lke/v20231130/GetTaskStatus.md +0 -0
- tccli/examples/lke/v20231130/GetWsToken.md +44 -0
- tccli/examples/lke/v20231130/GroupQA.md +44 -0
- tccli/examples/lke/v20231130/IgnoreUnsatisfiedReply.md +21 -0
- tccli/examples/lke/v20231130/IsTransferIntent.md +22 -0
- tccli/examples/lke/v20231130/ListApp.md +36 -0
- tccli/examples/lke/v20231130/ListAppCategory.md +25 -0
- tccli/examples/lke/v20231130/ListAttributeLabel.md +33 -0
- tccli/examples/lke/v20231130/ListDoc.md +52 -0
- tccli/examples/lke/v20231130/ListModel.md +31 -0
- tccli/examples/lke/v20231130/ListQA.md +66 -0
- tccli/examples/lke/v20231130/ListQACate.md +41 -0
- tccli/examples/lke/v20231130/ListRejectedQuestion.md +52 -0
- tccli/examples/lke/v20231130/ListRejectedQuestionPreview.md +37 -0
- tccli/examples/lke/v20231130/ListRelease.md +36 -0
- tccli/examples/lke/v20231130/ListReleaseConfigPreview.md +129 -0
- tccli/examples/lke/v20231130/ListReleaseDocPreview.md +38 -0
- tccli/examples/lke/v20231130/ListReleaseQAPreview.md +107 -0
- tccli/examples/lke/v20231130/ListSelectDoc.md +27 -0
- tccli/examples/lke/v20231130/ListUnsatisfiedReply.md +24 -0
- tccli/examples/lke/v20231130/ModifyApp.md +25 -0
- tccli/examples/lke/v20231130/ModifyAttributeLabel.md +23 -0
- tccli/examples/lke/v20231130/ModifyDoc.md +25 -0
- tccli/examples/lke/v20231130/ModifyDocAttrRange.md +25 -0
- tccli/examples/lke/v20231130/ModifyQA.md +24 -0
- tccli/examples/lke/v20231130/ModifyQAAttrRange.md +25 -0
- tccli/examples/lke/v20231130/ModifyQACate.md +22 -0
- tccli/examples/lke/v20231130/ModifyRejectedQuestion.md +22 -0
- tccli/examples/lke/v20231130/ParseDoc.md +25 -0
- tccli/examples/lke/v20231130/QueryParseDocResult.md +24 -0
- tccli/examples/lke/v20231130/QueryRewrite.md +25 -0
- tccli/examples/lke/v20231130/RateMsgRecord.md +22 -0
- tccli/examples/lke/v20231130/ResetSession.md +20 -0
- tccli/examples/lke/v20231130/RetryDocAudit.md +21 -0
- tccli/examples/lke/v20231130/RetryDocParse.md +21 -0
- tccli/examples/lke/v20231130/RetryRelease.md +21 -0
- tccli/examples/lke/v20231130/SaveDoc.md +34 -0
- tccli/examples/lke/v20231130/StopDocParse.md +21 -0
- tccli/examples/lke/v20231130/UploadAttributeLabel.md +27 -0
- tccli/examples/lke/v20231130/VerifyQA.md +27 -0
- tccli/examples/mna/v20210119/GetFlowPackages.md +3 -1
- tccli/examples/mna/v20210119/GetFlowStatistic.md +42 -0
- tccli/examples/ocr/v20181119/GeneralBasicOCR.md +0 -1
- tccli/examples/sqlserver/v20180328/DescribeRestoreTimeRange.md +23 -0
- tccli/services/__init__.py +3 -0
- tccli/services/aiart/v20221229/api.json +6 -6
- tccli/services/antiddos/v20200309/api.json +10 -0
- tccli/services/cdb/cdb_client.py +106 -0
- tccli/services/cdb/v20170320/api.json +255 -0
- tccli/services/cdb/v20170320/examples.json +16 -0
- tccli/services/cdn/v20180606/api.json +4 -4
- tccli/services/ckafka/v20190819/api.json +29 -24
- tccli/services/domain/domain_client.py +114 -8
- tccli/services/domain/v20180808/api.json +174 -1
- tccli/services/domain/v20180808/examples.json +22 -0
- tccli/services/es/v20180416/api.json +12 -12
- tccli/services/es/v20180416/examples.json +21 -21
- tccli/services/ess/ess_client.py +149 -43
- tccli/services/ess/v20201111/api.json +214 -4
- tccli/services/ess/v20201111/examples.json +34 -0
- tccli/services/essbasic/v20210526/api.json +2 -2
- tccli/services/faceid/v20180301/api.json +10 -1
- tccli/services/hunyuan/v20230901/api.json +67 -21
- tccli/services/hunyuan/v20230901/examples.json +17 -5
- tccli/services/iai/v20180301/api.json +19 -19
- tccli/services/lke/__init__.py +4 -0
- tccli/services/lke/lke_client.py +4117 -0
- tccli/services/lke/v20231130/api.json +9010 -0
- tccli/services/lke/v20231130/examples.json +617 -0
- tccli/services/mna/v20210119/api.json +249 -29
- tccli/services/mna/v20210119/examples.json +7 -1
- tccli/services/monitor/v20180724/api.json +30 -10
- tccli/services/ocr/v20181119/api.json +5 -0
- tccli/services/ocr/v20181119/examples.json +1 -1
- tccli/services/redis/v20180412/api.json +1 -1
- tccli/services/scf/v20180416/api.json +18 -9
- tccli/services/sms/v20210111/api.json +1 -1
- tccli/services/sqlserver/sqlserver_client.py +110 -57
- tccli/services/sqlserver/v20180328/api.json +63 -0
- tccli/services/sqlserver/v20180328/examples.json +8 -0
- tccli/services/tione/v20211111/api.json +25 -1
- tccli/services/trtc/v20190722/api.json +46 -4
- tccli/services/wedata/v20210820/api.json +295 -1437
- tccli/services/wedata/v20210820/examples.json +0 -88
- tccli/services/wedata/wedata_client.py +33 -616
- {tccli-3.0.1091.1.dist-info → tccli-3.0.1092.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1091.1.dist-info → tccli-3.0.1092.1.dist-info}/RECORD +138 -52
- {tccli-3.0.1091.1.dist-info → tccli-3.0.1092.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1091.1.dist-info → tccli-3.0.1092.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1091.1.dist-info → tccli-3.0.1092.1.dist-info}/license_files/LICENSE +0 -0
@@ -5349,6 +5349,7 @@
|
|
5349
5349
|
"example": "无",
|
5350
5350
|
"member": "TextDetection",
|
5351
5351
|
"name": "TextDetections",
|
5352
|
+
"output_required": true,
|
5352
5353
|
"type": "list",
|
5353
5354
|
"value_allowed_null": false
|
5354
5355
|
},
|
@@ -5358,6 +5359,7 @@
|
|
5358
5359
|
"example": "zh",
|
5359
5360
|
"member": "string",
|
5360
5361
|
"name": "Language",
|
5362
|
+
"output_required": true,
|
5361
5363
|
"type": "string",
|
5362
5364
|
"value_allowed_null": false
|
5363
5365
|
},
|
@@ -5367,6 +5369,7 @@
|
|
5367
5369
|
"example": "6.5",
|
5368
5370
|
"member": "float",
|
5369
5371
|
"name": "Angel",
|
5372
|
+
"output_required": true,
|
5370
5373
|
"type": "float",
|
5371
5374
|
"value_allowed_null": false
|
5372
5375
|
},
|
@@ -5376,6 +5379,7 @@
|
|
5376
5379
|
"example": "0",
|
5377
5380
|
"member": "int64",
|
5378
5381
|
"name": "PdfPageSize",
|
5382
|
+
"output_required": true,
|
5379
5383
|
"type": "int",
|
5380
5384
|
"value_allowed_null": false
|
5381
5385
|
},
|
@@ -5385,6 +5389,7 @@
|
|
5385
5389
|
"example": "6.5",
|
5386
5390
|
"member": "float",
|
5387
5391
|
"name": "Angle",
|
5392
|
+
"output_required": true,
|
5388
5393
|
"type": "float",
|
5389
5394
|
"value_allowed_null": false
|
5390
5395
|
},
|
@@ -190,7 +190,7 @@
|
|
190
190
|
{
|
191
191
|
"document": "识别多场景、任意版面下整图文字的识别",
|
192
192
|
"input": "POST / HTTP/1.1\nHost: ocr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GeneralBasicOCR\n<公共请求参数>\n\n{\n \"ImageUrl\": \"https://xx/a.jpg\"\n}",
|
193
|
-
"output": "{\n \"Response\": {\n \"
|
193
|
+
"output": "{\n \"Response\": {\n \"Angle\": 359.989990234375,\n \"Language\": \"zh\",\n \"PdfPageSize\": 0,\n \"RequestId\": \"f50122de-c766-4fdc-90e5-73a984a259cb\",\n \"TextDetections\": [\n {\n \"AdvancedInfo\": \"{\\\"Parag\\\":{\\\"ParagNo\\\":1}}\",\n \"Confidence\": 100,\n \"DetectedText\": \"Sun\",\n \"ItemPolygon\": {\n \"Height\": 35,\n \"Width\": 74,\n \"X\": 464,\n \"Y\": 100\n },\n \"Polygon\": [\n {\n \"X\": 464,\n \"Y\": 100\n },\n {\n \"X\": 538,\n \"Y\": 100\n },\n {\n \"X\": 538,\n \"Y\": 135\n },\n {\n \"X\": 464,\n \"Y\": 135\n }\n ],\n \"WordCoordPoint\": [],\n \"Words\": []\n },\n {\n \"AdvancedInfo\": \"{\\\"Parag\\\":{\\\"ParagNo\\\":2}}\",\n \"Confidence\": 100,\n \"DetectedText\": \"1月8日\",\n \"ItemPolygon\": {\n \"Height\": 18,\n \"Width\": 52,\n \"X\": 476,\n \"Y\": 141\n },\n \"Polygon\": [\n {\n \"X\": 476,\n \"Y\": 141\n },\n {\n \"X\": 528,\n \"Y\": 141\n },\n {\n \"X\": 528,\n \"Y\": 159\n },\n {\n \"X\": 476,\n \"Y\": 159\n }\n ],\n \"WordCoordPoint\": [],\n \"Words\": []\n },\n {\n \"AdvancedInfo\": \"{\\\"Parag\\\":{\\\"ParagNo\\\":3}}\",\n \"Confidence\": 100,\n \"DetectedText\": \"八色鸫\",\n \"ItemPolygon\": {\n \"Height\": 28,\n \"Width\": 85,\n \"X\": 62,\n \"Y\": 443\n },\n \"Polygon\": [\n {\n \"X\": 62,\n \"Y\": 443\n },\n {\n \"X\": 147,\n \"Y\": 442\n },\n {\n \"X\": 147,\n \"Y\": 470\n },\n {\n \"X\": 63,\n \"Y\": 471\n }\n ],\n \"WordCoordPoint\": [],\n \"Words\": []\n },\n {\n \"AdvancedInfo\": \"{\\\"Parag\\\":{\\\"ParagNo\\\":4}}\",\n \"Confidence\": 100,\n \"DetectedText\": \"Pitta nympha\",\n \"ItemPolygon\": {\n \"Height\": 17,\n \"Width\": 96,\n \"X\": 61,\n \"Y\": 482\n },\n \"Polygon\": [\n {\n \"X\": 61,\n \"Y\": 482\n },\n {\n \"X\": 157,\n \"Y\": 483\n },\n {\n \"X\": 157,\n \"Y\": 500\n },\n {\n \"X\": 61,\n \"Y\": 499\n }\n ],\n \"WordCoordPoint\": [],\n \"Words\": []\n },\n {\n \"AdvancedInfo\": \"{\\\"Parag\\\":{\\\"ParagNo\\\":5}}\",\n \"Confidence\": 100,\n \"DetectedText\": \"八色鸫雌鸟和雄鸟一样漂亮。它经常在亚热带的森林地面上走动,捕\",\n \"ItemPolygon\": {\n \"Height\": 18,\n \"Width\": 426,\n \"X\": 60,\n \"Y\": 506\n },\n \"Polygon\": [\n {\n \"X\": 60,\n \"Y\": 506\n },\n {\n \"X\": 486,\n \"Y\": 503\n },\n {\n \"X\": 486,\n \"Y\": 521\n },\n {\n \"X\": 60,\n \"Y\": 523\n }\n ],\n \"WordCoordPoint\": [],\n \"Words\": []\n },\n {\n \"AdvancedInfo\": \"{\\\"Parag\\\":{\\\"ParagNo\\\":5}}\",\n \"Confidence\": 100,\n \"DetectedText\": \"食落叶下的昆虫和晰蜴等小动物,唱歌时会飞到树上。因为森林砍伐\",\n \"ItemPolygon\": {\n \"Height\": 16,\n \"Width\": 426,\n \"X\": 60,\n \"Y\": 530\n },\n \"Polygon\": [\n {\n \"X\": 60,\n \"Y\": 530\n },\n {\n \"X\": 486,\n \"Y\": 530\n },\n {\n \"X\": 486,\n \"Y\": 546\n },\n {\n \"X\": 60,\n \"Y\": 546\n }\n ],\n \"WordCoordPoint\": [],\n \"Words\": []\n },\n {\n \"AdvancedInfo\": \"{\\\"Parag\\\":{\\\"ParagNo\\\":5}}\",\n \"Confidence\": 100,\n \"DetectedText\": \"和非法的玩赏鸟贸易,现在它的数量已明显减少。\",\n \"ItemPolygon\": {\n \"Height\": 18,\n \"Width\": 308,\n \"X\": 59,\n \"Y\": 554\n },\n \"Polygon\": [\n {\n \"X\": 59,\n \"Y\": 554\n },\n {\n \"X\": 367,\n \"Y\": 552\n },\n {\n \"X\": 368,\n \"Y\": 570\n },\n {\n \"X\": 59,\n \"Y\": 572\n }\n ],\n \"WordCoordPoint\": [],\n \"Words\": []\n }\n ]\n }\n}",
|
194
194
|
"title": "通用印刷体识别示例代码 [ 前往调试工具](https://console.cloud.tencent.com/api/explorer?Product=ocr&Action=GeneralBasicOCR)"
|
195
195
|
}
|
196
196
|
],
|
@@ -7287,7 +7287,7 @@
|
|
7287
7287
|
},
|
7288
7288
|
{
|
7289
7289
|
"disabled": false,
|
7290
|
-
"document": "实例当前Cache
|
7290
|
+
"document": "实例当前Cache小版本。如果实例加入全球复制组,显示全球复制的内核版本。\n注意:此字段可能返回 null,表示取不到有效值。",
|
7291
7291
|
"example": "4.3.0",
|
7292
7292
|
"member": "string",
|
7293
7293
|
"name": "CurrentRedisVersion",
|
@@ -572,9 +572,10 @@
|
|
572
572
|
{
|
573
573
|
"disabled": false,
|
574
574
|
"document": "用户id",
|
575
|
-
"example": "",
|
575
|
+
"example": "无",
|
576
576
|
"member": "string",
|
577
577
|
"name": "UserId",
|
578
|
+
"output_required": true,
|
578
579
|
"required": true,
|
579
580
|
"type": "string",
|
580
581
|
"value_allowed_null": false
|
@@ -582,9 +583,10 @@
|
|
582
583
|
{
|
583
584
|
"disabled": false,
|
584
585
|
"document": "用户组id",
|
585
|
-
"example": "",
|
586
|
+
"example": "无",
|
586
587
|
"member": "string",
|
587
588
|
"name": "UserGroupId",
|
589
|
+
"output_required": true,
|
588
590
|
"required": true,
|
589
591
|
"type": "string",
|
590
592
|
"value_allowed_null": false
|
@@ -592,9 +594,10 @@
|
|
592
594
|
{
|
593
595
|
"disabled": false,
|
594
596
|
"document": "文件系统实例id",
|
595
|
-
"example": "",
|
597
|
+
"example": "无",
|
596
598
|
"member": "string",
|
597
599
|
"name": "CfsId",
|
600
|
+
"output_required": true,
|
598
601
|
"required": true,
|
599
602
|
"type": "string",
|
600
603
|
"value_allowed_null": false
|
@@ -602,9 +605,10 @@
|
|
602
605
|
{
|
603
606
|
"disabled": false,
|
604
607
|
"document": "文件系统挂载点id",
|
605
|
-
"example": "",
|
608
|
+
"example": "无",
|
606
609
|
"member": "string",
|
607
610
|
"name": "MountInsId",
|
611
|
+
"output_required": true,
|
608
612
|
"required": true,
|
609
613
|
"type": "string",
|
610
614
|
"value_allowed_null": false
|
@@ -612,9 +616,10 @@
|
|
612
616
|
{
|
613
617
|
"disabled": false,
|
614
618
|
"document": "本地挂载点",
|
615
|
-
"example": "",
|
619
|
+
"example": "无",
|
616
620
|
"member": "string",
|
617
621
|
"name": "LocalMountDir",
|
622
|
+
"output_required": true,
|
618
623
|
"required": true,
|
619
624
|
"type": "string",
|
620
625
|
"value_allowed_null": false
|
@@ -622,9 +627,10 @@
|
|
622
627
|
{
|
623
628
|
"disabled": false,
|
624
629
|
"document": "远程挂载点",
|
625
|
-
"example": "",
|
630
|
+
"example": "无",
|
626
631
|
"member": "string",
|
627
632
|
"name": "RemoteMountDir",
|
633
|
+
"output_required": true,
|
628
634
|
"required": true,
|
629
635
|
"type": "string",
|
630
636
|
"value_allowed_null": false
|
@@ -632,9 +638,10 @@
|
|
632
638
|
{
|
633
639
|
"disabled": false,
|
634
640
|
"document": "文件系统ip,配置 cfs 时无需填写。\n注意:此字段可能返回 null,表示取不到有效值。\n注意:此字段可能返回 null,表示取不到有效值。",
|
635
|
-
"example": "",
|
641
|
+
"example": "无",
|
636
642
|
"member": "string",
|
637
643
|
"name": "IpAddress",
|
644
|
+
"output_required": true,
|
638
645
|
"required": false,
|
639
646
|
"type": "string",
|
640
647
|
"value_allowed_null": true
|
@@ -642,9 +649,10 @@
|
|
642
649
|
{
|
643
650
|
"disabled": false,
|
644
651
|
"document": "文件系统所在的私有网络id,配置 cfs 时无需填写。\n注意:此字段可能返回 null,表示取不到有效值。\n注意:此字段可能返回 null,表示取不到有效值。",
|
645
|
-
"example": "",
|
652
|
+
"example": "无",
|
646
653
|
"member": "string",
|
647
654
|
"name": "MountVpcId",
|
655
|
+
"output_required": true,
|
648
656
|
"required": false,
|
649
657
|
"type": "string",
|
650
658
|
"value_allowed_null": true
|
@@ -652,9 +660,10 @@
|
|
652
660
|
{
|
653
661
|
"disabled": false,
|
654
662
|
"document": "文件系统所在私有网络的子网id,配置 cfs 时无需填写。\n注意:此字段可能返回 null,表示取不到有效值。\n注意:此字段可能返回 null,表示取不到有效值。",
|
655
|
-
"example": "",
|
663
|
+
"example": "无",
|
656
664
|
"member": "string",
|
657
665
|
"name": "MountSubnetId",
|
666
|
+
"output_required": true,
|
658
667
|
"required": false,
|
659
668
|
"type": "string",
|
660
669
|
"value_allowed_null": true
|
@@ -1091,7 +1091,7 @@
|
|
1091
1091
|
},
|
1092
1092
|
{
|
1093
1093
|
"disabled": false,
|
1094
|
-
"document": "是否国际/港澳台短信:\n0:表示国内短信。\n1
|
1094
|
+
"document": "是否国际/港澳台短信:\n0:表示国内短信。\n1:表示国际/港澳台短信。\n注:需要和待修改模板 International 值保持一致,该参数不能直接修改国内模板到国际模板。",
|
1095
1095
|
"example": "0",
|
1096
1096
|
"member": "uint64",
|
1097
1097
|
"name": "International",
|
@@ -2669,58 +2669,6 @@ def doDeleteRestoreTask(args, parsed_globals):
|
|
2669
2669
|
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
2670
2670
|
|
2671
2671
|
|
2672
|
-
def doCompleteMigration(args, parsed_globals):
|
2673
|
-
g_param = parse_global_arg(parsed_globals)
|
2674
|
-
|
2675
|
-
if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
|
2676
|
-
cred = credential.CVMRoleCredential()
|
2677
|
-
elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
|
2678
|
-
cred = credential.STSAssumeRoleCredential(
|
2679
|
-
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
|
2680
|
-
g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
|
2681
|
-
)
|
2682
|
-
elif os.getenv(OptionsDefine.ENV_TKE_REGION) and os.getenv(OptionsDefine.ENV_TKE_PROVIDER_ID) and os.getenv(OptionsDefine.ENV_TKE_WEB_IDENTITY_TOKEN_FILE) and os.getenv(OptionsDefine.ENV_TKE_ROLE_ARN):
|
2683
|
-
cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
|
2684
|
-
else:
|
2685
|
-
cred = credential.Credential(
|
2686
|
-
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
|
2687
|
-
)
|
2688
|
-
http_profile = HttpProfile(
|
2689
|
-
reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
|
2690
|
-
reqMethod="POST",
|
2691
|
-
endpoint=g_param[OptionsDefine.Endpoint],
|
2692
|
-
proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
|
2693
|
-
)
|
2694
|
-
profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
|
2695
|
-
if g_param[OptionsDefine.Language]:
|
2696
|
-
profile.language = g_param[OptionsDefine.Language]
|
2697
|
-
mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
|
2698
|
-
client = mod.SqlserverClient(cred, g_param[OptionsDefine.Region], profile)
|
2699
|
-
client._sdkVersion += ("_CLI_" + __version__)
|
2700
|
-
models = MODELS_MAP[g_param[OptionsDefine.Version]]
|
2701
|
-
model = models.CompleteMigrationRequest()
|
2702
|
-
model.from_json_string(json.dumps(args))
|
2703
|
-
start_time = time.time()
|
2704
|
-
while True:
|
2705
|
-
rsp = client.CompleteMigration(model)
|
2706
|
-
result = rsp.to_json_string()
|
2707
|
-
try:
|
2708
|
-
json_obj = json.loads(result)
|
2709
|
-
except TypeError as e:
|
2710
|
-
json_obj = json.loads(result.decode('utf-8')) # python3.3
|
2711
|
-
if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
|
2712
|
-
break
|
2713
|
-
cur_time = time.time()
|
2714
|
-
if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
|
2715
|
-
raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
|
2716
|
-
(g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
|
2717
|
-
search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
|
2718
|
-
else:
|
2719
|
-
print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
|
2720
|
-
time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
|
2721
|
-
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
2722
|
-
|
2723
|
-
|
2724
2672
|
def doDescribeProjectSecurityGroups(args, parsed_globals):
|
2725
2673
|
g_param = parse_global_arg(parsed_globals)
|
2726
2674
|
|
@@ -3865,6 +3813,58 @@ def doModifyInstanceParam(args, parsed_globals):
|
|
3865
3813
|
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
3866
3814
|
|
3867
3815
|
|
3816
|
+
def doDescribeRestoreTimeRange(args, parsed_globals):
|
3817
|
+
g_param = parse_global_arg(parsed_globals)
|
3818
|
+
|
3819
|
+
if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
|
3820
|
+
cred = credential.CVMRoleCredential()
|
3821
|
+
elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
|
3822
|
+
cred = credential.STSAssumeRoleCredential(
|
3823
|
+
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
|
3824
|
+
g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
|
3825
|
+
)
|
3826
|
+
elif os.getenv(OptionsDefine.ENV_TKE_REGION) and os.getenv(OptionsDefine.ENV_TKE_PROVIDER_ID) and os.getenv(OptionsDefine.ENV_TKE_WEB_IDENTITY_TOKEN_FILE) and os.getenv(OptionsDefine.ENV_TKE_ROLE_ARN):
|
3827
|
+
cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
|
3828
|
+
else:
|
3829
|
+
cred = credential.Credential(
|
3830
|
+
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
|
3831
|
+
)
|
3832
|
+
http_profile = HttpProfile(
|
3833
|
+
reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
|
3834
|
+
reqMethod="POST",
|
3835
|
+
endpoint=g_param[OptionsDefine.Endpoint],
|
3836
|
+
proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
|
3837
|
+
)
|
3838
|
+
profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
|
3839
|
+
if g_param[OptionsDefine.Language]:
|
3840
|
+
profile.language = g_param[OptionsDefine.Language]
|
3841
|
+
mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
|
3842
|
+
client = mod.SqlserverClient(cred, g_param[OptionsDefine.Region], profile)
|
3843
|
+
client._sdkVersion += ("_CLI_" + __version__)
|
3844
|
+
models = MODELS_MAP[g_param[OptionsDefine.Version]]
|
3845
|
+
model = models.DescribeRestoreTimeRangeRequest()
|
3846
|
+
model.from_json_string(json.dumps(args))
|
3847
|
+
start_time = time.time()
|
3848
|
+
while True:
|
3849
|
+
rsp = client.DescribeRestoreTimeRange(model)
|
3850
|
+
result = rsp.to_json_string()
|
3851
|
+
try:
|
3852
|
+
json_obj = json.loads(result)
|
3853
|
+
except TypeError as e:
|
3854
|
+
json_obj = json.loads(result.decode('utf-8')) # python3.3
|
3855
|
+
if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
|
3856
|
+
break
|
3857
|
+
cur_time = time.time()
|
3858
|
+
if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
|
3859
|
+
raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
|
3860
|
+
(g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
|
3861
|
+
search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
|
3862
|
+
else:
|
3863
|
+
print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
|
3864
|
+
time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
|
3865
|
+
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
3866
|
+
|
3867
|
+
|
3868
3868
|
def doDescribeSlowlogs(args, parsed_globals):
|
3869
3869
|
g_param = parse_global_arg(parsed_globals)
|
3870
3870
|
|
@@ -4437,6 +4437,58 @@ def doDescribeBusinessIntelligenceFile(args, parsed_globals):
|
|
4437
4437
|
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
4438
4438
|
|
4439
4439
|
|
4440
|
+
def doStartBackupMigration(args, parsed_globals):
|
4441
|
+
g_param = parse_global_arg(parsed_globals)
|
4442
|
+
|
4443
|
+
if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
|
4444
|
+
cred = credential.CVMRoleCredential()
|
4445
|
+
elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
|
4446
|
+
cred = credential.STSAssumeRoleCredential(
|
4447
|
+
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
|
4448
|
+
g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
|
4449
|
+
)
|
4450
|
+
elif os.getenv(OptionsDefine.ENV_TKE_REGION) and os.getenv(OptionsDefine.ENV_TKE_PROVIDER_ID) and os.getenv(OptionsDefine.ENV_TKE_WEB_IDENTITY_TOKEN_FILE) and os.getenv(OptionsDefine.ENV_TKE_ROLE_ARN):
|
4451
|
+
cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
|
4452
|
+
else:
|
4453
|
+
cred = credential.Credential(
|
4454
|
+
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
|
4455
|
+
)
|
4456
|
+
http_profile = HttpProfile(
|
4457
|
+
reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
|
4458
|
+
reqMethod="POST",
|
4459
|
+
endpoint=g_param[OptionsDefine.Endpoint],
|
4460
|
+
proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
|
4461
|
+
)
|
4462
|
+
profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
|
4463
|
+
if g_param[OptionsDefine.Language]:
|
4464
|
+
profile.language = g_param[OptionsDefine.Language]
|
4465
|
+
mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
|
4466
|
+
client = mod.SqlserverClient(cred, g_param[OptionsDefine.Region], profile)
|
4467
|
+
client._sdkVersion += ("_CLI_" + __version__)
|
4468
|
+
models = MODELS_MAP[g_param[OptionsDefine.Version]]
|
4469
|
+
model = models.StartBackupMigrationRequest()
|
4470
|
+
model.from_json_string(json.dumps(args))
|
4471
|
+
start_time = time.time()
|
4472
|
+
while True:
|
4473
|
+
rsp = client.StartBackupMigration(model)
|
4474
|
+
result = rsp.to_json_string()
|
4475
|
+
try:
|
4476
|
+
json_obj = json.loads(result)
|
4477
|
+
except TypeError as e:
|
4478
|
+
json_obj = json.loads(result.decode('utf-8')) # python3.3
|
4479
|
+
if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
|
4480
|
+
break
|
4481
|
+
cur_time = time.time()
|
4482
|
+
if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
|
4483
|
+
raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
|
4484
|
+
(g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
|
4485
|
+
search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
|
4486
|
+
else:
|
4487
|
+
print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
|
4488
|
+
time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
|
4489
|
+
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
4490
|
+
|
4491
|
+
|
4440
4492
|
def doAssociateSecurityGroups(args, parsed_globals):
|
4441
4493
|
g_param = parse_global_arg(parsed_globals)
|
4442
4494
|
|
@@ -6985,7 +7037,7 @@ def doModifyBackupMigration(args, parsed_globals):
|
|
6985
7037
|
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
6986
7038
|
|
6987
7039
|
|
6988
|
-
def
|
7040
|
+
def doCompleteMigration(args, parsed_globals):
|
6989
7041
|
g_param = parse_global_arg(parsed_globals)
|
6990
7042
|
|
6991
7043
|
if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
|
@@ -7014,11 +7066,11 @@ def doStartBackupMigration(args, parsed_globals):
|
|
7014
7066
|
client = mod.SqlserverClient(cred, g_param[OptionsDefine.Region], profile)
|
7015
7067
|
client._sdkVersion += ("_CLI_" + __version__)
|
7016
7068
|
models = MODELS_MAP[g_param[OptionsDefine.Version]]
|
7017
|
-
model = models.
|
7069
|
+
model = models.CompleteMigrationRequest()
|
7018
7070
|
model.from_json_string(json.dumps(args))
|
7019
7071
|
start_time = time.time()
|
7020
7072
|
while True:
|
7021
|
-
rsp = client.
|
7073
|
+
rsp = client.CompleteMigration(model)
|
7022
7074
|
result = rsp.to_json_string()
|
7023
7075
|
try:
|
7024
7076
|
json_obj = json.loads(result)
|
@@ -7619,7 +7671,6 @@ ACTION_MAP = {
|
|
7619
7671
|
"BalanceReadOnlyGroup": doBalanceReadOnlyGroup,
|
7620
7672
|
"ModifyDatabaseCDC": doModifyDatabaseCDC,
|
7621
7673
|
"DeleteRestoreTask": doDeleteRestoreTask,
|
7622
|
-
"CompleteMigration": doCompleteMigration,
|
7623
7674
|
"DescribeProjectSecurityGroups": doDescribeProjectSecurityGroups,
|
7624
7675
|
"CreateAccount": doCreateAccount,
|
7625
7676
|
"StopMigration": doStopMigration,
|
@@ -7642,6 +7693,7 @@ ACTION_MAP = {
|
|
7642
7693
|
"ModifyDatabaseShrinkMDF": doModifyDatabaseShrinkMDF,
|
7643
7694
|
"ResetAccountPassword": doResetAccountPassword,
|
7644
7695
|
"ModifyInstanceParam": doModifyInstanceParam,
|
7696
|
+
"DescribeRestoreTimeRange": doDescribeRestoreTimeRange,
|
7645
7697
|
"DescribeSlowlogs": doDescribeSlowlogs,
|
7646
7698
|
"DescribeUploadIncrementalInfo": doDescribeUploadIncrementalInfo,
|
7647
7699
|
"StartMigrationCheck": doStartMigrationCheck,
|
@@ -7653,6 +7705,7 @@ ACTION_MAP = {
|
|
7653
7705
|
"CreateBackupMigration": doCreateBackupMigration,
|
7654
7706
|
"DescribeDBInstances": doDescribeDBInstances,
|
7655
7707
|
"DescribeBusinessIntelligenceFile": doDescribeBusinessIntelligenceFile,
|
7708
|
+
"StartBackupMigration": doStartBackupMigration,
|
7656
7709
|
"AssociateSecurityGroups": doAssociateSecurityGroups,
|
7657
7710
|
"OpenInterCommunication": doOpenInterCommunication,
|
7658
7711
|
"CreateIncrementalMigration": doCreateIncrementalMigration,
|
@@ -7702,7 +7755,7 @@ ACTION_MAP = {
|
|
7702
7755
|
"InquiryPriceRenewDBInstance": doInquiryPriceRenewDBInstance,
|
7703
7756
|
"DescribeXEvents": doDescribeXEvents,
|
7704
7757
|
"ModifyBackupMigration": doModifyBackupMigration,
|
7705
|
-
"
|
7758
|
+
"CompleteMigration": doCompleteMigration,
|
7706
7759
|
"DescribeAccountPrivilegeByDB": doDescribeAccountPrivilegeByDB,
|
7707
7760
|
"DescribeProductSpec": doDescribeProductSpec,
|
7708
7761
|
"DescribeBackupByFlowId": doDescribeBackupByFlowId,
|
@@ -574,6 +574,13 @@
|
|
574
574
|
"output": "DescribeRestoreTaskResponse",
|
575
575
|
"status": "online"
|
576
576
|
},
|
577
|
+
"DescribeRestoreTimeRange": {
|
578
|
+
"document": "本接口(DescribeRestoreTimeRange)用于查询按照时间点可回档的时间范围。",
|
579
|
+
"input": "DescribeRestoreTimeRangeRequest",
|
580
|
+
"name": "查询按照时间点可回档的时间范围",
|
581
|
+
"output": "DescribeRestoreTimeRangeResponse",
|
582
|
+
"status": "online"
|
583
|
+
},
|
577
584
|
"DescribeRollbackTime": {
|
578
585
|
"document": "本接口(DescribeRollbackTime)用于查询实例可回档时间范围",
|
579
586
|
"input": "DescribeRollbackTimeRequest",
|
@@ -10644,6 +10651,62 @@
|
|
10644
10651
|
],
|
10645
10652
|
"type": "object"
|
10646
10653
|
},
|
10654
|
+
"DescribeRestoreTimeRangeRequest": {
|
10655
|
+
"document": "DescribeRestoreTimeRange请求参数结构体",
|
10656
|
+
"members": [
|
10657
|
+
{
|
10658
|
+
"disabled": false,
|
10659
|
+
"document": "实例ID",
|
10660
|
+
"example": "mssql-j8kv137v",
|
10661
|
+
"member": "string",
|
10662
|
+
"name": "InstanceId",
|
10663
|
+
"required": true,
|
10664
|
+
"type": "string"
|
10665
|
+
},
|
10666
|
+
{
|
10667
|
+
"disabled": false,
|
10668
|
+
"document": "回档的目标实例ID,不填默认回档到原实例",
|
10669
|
+
"example": "mssql-dj5i29c5n",
|
10670
|
+
"member": "string",
|
10671
|
+
"name": "TargetInstanceId",
|
10672
|
+
"required": false,
|
10673
|
+
"type": "string"
|
10674
|
+
}
|
10675
|
+
],
|
10676
|
+
"type": "object"
|
10677
|
+
},
|
10678
|
+
"DescribeRestoreTimeRangeResponse": {
|
10679
|
+
"document": "DescribeRestoreTimeRange返回参数结构体",
|
10680
|
+
"members": [
|
10681
|
+
{
|
10682
|
+
"disabled": false,
|
10683
|
+
"document": "按照时间点可回档的最小时间",
|
10684
|
+
"example": "2024-01-01 00:00:00",
|
10685
|
+
"member": "string",
|
10686
|
+
"name": "MinTime",
|
10687
|
+
"output_required": true,
|
10688
|
+
"type": "string",
|
10689
|
+
"value_allowed_null": false
|
10690
|
+
},
|
10691
|
+
{
|
10692
|
+
"disabled": false,
|
10693
|
+
"document": "按照时间点可回档的最大时间",
|
10694
|
+
"example": "2024-01-07 00:00:00",
|
10695
|
+
"member": "string",
|
10696
|
+
"name": "MaxTime",
|
10697
|
+
"output_required": true,
|
10698
|
+
"type": "string",
|
10699
|
+
"value_allowed_null": false
|
10700
|
+
},
|
10701
|
+
{
|
10702
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
10703
|
+
"member": "string",
|
10704
|
+
"name": "RequestId",
|
10705
|
+
"type": "string"
|
10706
|
+
}
|
10707
|
+
],
|
10708
|
+
"type": "object"
|
10709
|
+
},
|
10647
10710
|
"DescribeRollbackTimeRequest": {
|
10648
10711
|
"document": "DescribeRollbackTime请求参数结构体",
|
10649
10712
|
"members": [
|
@@ -680,6 +680,14 @@
|
|
680
680
|
"title": "查询回档任务列表"
|
681
681
|
}
|
682
682
|
],
|
683
|
+
"DescribeRestoreTimeRange": [
|
684
|
+
{
|
685
|
+
"document": "本接口(DescribeRestoreTimeRange)用于查询按照时间点可回档的时间范围。",
|
686
|
+
"input": "POST / HTTP/1.1\nHost: sqlserver.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRestoreTimeRange\n<公共请求参数>\n\n{\n \"InstanceId\": \"mssql-aj89iq78\",\n \"TargetInstanceId\": \"mssql-jkoa09sf\"\n}",
|
687
|
+
"output": "{\n \"Response\": {\n \"MinTime\": \"2024-01-01 00:00:00\",\n \"MaxTime\": \"2024-01-07 00:00:00\",\n \"RequestId\": \"cd7a35be-2fbf-f3a6-210a-ea9afe158817\"\n }\n}",
|
688
|
+
"title": "查询按照时间点可回档的时间范围。"
|
689
|
+
}
|
690
|
+
],
|
683
691
|
"DescribeRollbackTime": [
|
684
692
|
{
|
685
693
|
"document": "",
|
@@ -3211,7 +3211,7 @@
|
|
3211
3211
|
},
|
3212
3212
|
{
|
3213
3213
|
"disabled": false,
|
3214
|
-
"document": "
|
3214
|
+
"document": "任务的启动命令,按任务训练模式输入,如遇特殊字符导致配置失败,可使用EncodedStartCmdInfo参数",
|
3215
3215
|
"example": "无",
|
3216
3216
|
"member": "StartCmdInfo",
|
3217
3217
|
"name": "StartCmdInfo",
|
@@ -3325,6 +3325,15 @@
|
|
3325
3325
|
"name": "PreTrainModel",
|
3326
3326
|
"required": false,
|
3327
3327
|
"type": "object"
|
3328
|
+
},
|
3329
|
+
{
|
3330
|
+
"disabled": false,
|
3331
|
+
"document": "编码后的任务启动命令,与StartCmdInfo同时配置时,仅当前参数生效",
|
3332
|
+
"example": "无",
|
3333
|
+
"member": "EncodedStartCmdInfo",
|
3334
|
+
"name": "EncodedStartCmdInfo",
|
3335
|
+
"required": false,
|
3336
|
+
"type": "object"
|
3328
3337
|
}
|
3329
3338
|
],
|
3330
3339
|
"type": "object"
|
@@ -7318,6 +7327,21 @@
|
|
7318
7327
|
],
|
7319
7328
|
"usage": "out"
|
7320
7329
|
},
|
7330
|
+
"EncodedStartCmdInfo": {
|
7331
|
+
"document": "编码后的启动命令信息",
|
7332
|
+
"members": [
|
7333
|
+
{
|
7334
|
+
"disabled": false,
|
7335
|
+
"document": "任务的启动命令,以base64格式输入,注意转换时需要完整输入{\"StartCmd\":\"\",\"PsStartCmd\":\"\",\"WorkerStartCmd\":\"\"}",
|
7336
|
+
"example": "无",
|
7337
|
+
"member": "string",
|
7338
|
+
"name": "StartCmdInfo",
|
7339
|
+
"required": false,
|
7340
|
+
"type": "string"
|
7341
|
+
}
|
7342
|
+
],
|
7343
|
+
"usage": "in"
|
7344
|
+
},
|
7321
7345
|
"EngineVersion": {
|
7322
7346
|
"document": "引擎版本",
|
7323
7347
|
"members": [
|