tccli 3.0.1014.1__py2.py3-none-any.whl → 3.0.1016.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/oceanus/v20190422/DeleteTableConfig.md +2 -2
- tccli/examples/oceanus/v20190422/DescribeClusters.md +118 -6
- tccli/examples/oceanus/v20190422/DescribeFolder.md +49 -0
- tccli/examples/oceanus/v20190422/DescribeJobs.md +39 -35
- tccli/services/cat/v20180409/api.json +1 -1
- tccli/services/clb/v20180317/api.json +5 -9
- tccli/services/cvm/v20170312/api.json +3 -3
- tccli/services/cvm/v20170312/examples.json +2 -2
- tccli/services/essbasic/v20210526/api.json +1 -1
- tccli/services/monitor/v20180724/api.json +8 -2
- tccli/services/oceanus/oceanus_client.py +53 -0
- tccli/services/oceanus/v20190422/api.json +174 -36
- tccli/services/oceanus/v20190422/examples.json +17 -9
- tccli/services/sqlserver/v20180328/api.json +1 -1
- tccli/services/vod/v20180717/api.json +36 -26
- {tccli-3.0.1014.1.dist-info → tccli-3.0.1016.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1014.1.dist-info → tccli-3.0.1016.1.dist-info}/RECORD +21 -20
- {tccli-3.0.1014.1.dist-info → tccli-3.0.1016.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1014.1.dist-info → tccli-3.0.1016.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1014.1.dist-info → tccli-3.0.1016.1.dist-info}/license_files/LICENSE +0 -0
@@ -112,6 +112,13 @@
|
|
112
112
|
"output": "DescribeClustersResponse",
|
113
113
|
"status": "online"
|
114
114
|
},
|
115
|
+
"DescribeFolder": {
|
116
|
+
"document": "查询指定文件夹及其相应的子文件夹信息",
|
117
|
+
"input": "DescribeFolderRequest",
|
118
|
+
"name": "查询文件夹",
|
119
|
+
"output": "DescribeFolderResponse",
|
120
|
+
"status": "online"
|
121
|
+
},
|
115
122
|
"DescribeJobConfigs": {
|
116
123
|
"document": "查询作业配置列表,一次最多查询100个",
|
117
124
|
"input": "DescribeJobConfigsRequest",
|
@@ -2479,7 +2486,7 @@
|
|
2479
2486
|
"example": "1",
|
2480
2487
|
"member": "int64",
|
2481
2488
|
"name": "TotalCount",
|
2482
|
-
"
|
2489
|
+
"output_required": true,
|
2483
2490
|
"type": "int",
|
2484
2491
|
"value_allowed_null": false
|
2485
2492
|
},
|
@@ -2489,7 +2496,7 @@
|
|
2489
2496
|
"example": "[]",
|
2490
2497
|
"member": "Cluster",
|
2491
2498
|
"name": "ClusterSet",
|
2492
|
-
"
|
2499
|
+
"output_required": true,
|
2493
2500
|
"type": "list",
|
2494
2501
|
"value_allowed_null": false
|
2495
2502
|
},
|
@@ -2502,6 +2509,111 @@
|
|
2502
2509
|
],
|
2503
2510
|
"type": "object"
|
2504
2511
|
},
|
2512
|
+
"DescribeFolderRequest": {
|
2513
|
+
"document": "DescribeFolder请求参数结构体",
|
2514
|
+
"members": [
|
2515
|
+
{
|
2516
|
+
"disabled": false,
|
2517
|
+
"document": "folder id",
|
2518
|
+
"example": "folder-lfqkt10s",
|
2519
|
+
"member": "string",
|
2520
|
+
"name": "FolderId",
|
2521
|
+
"required": true,
|
2522
|
+
"type": "string"
|
2523
|
+
},
|
2524
|
+
{
|
2525
|
+
"disabled": false,
|
2526
|
+
"document": "workspace id",
|
2527
|
+
"example": "space-53rqk422",
|
2528
|
+
"member": "string",
|
2529
|
+
"name": "WorkSpaceId",
|
2530
|
+
"required": true,
|
2531
|
+
"type": "string"
|
2532
|
+
},
|
2533
|
+
{
|
2534
|
+
"disabled": false,
|
2535
|
+
"document": "1:资源文件夹\n其他:作业文件夹",
|
2536
|
+
"example": "1",
|
2537
|
+
"member": "int64",
|
2538
|
+
"name": "FolderType",
|
2539
|
+
"required": true,
|
2540
|
+
"type": "int"
|
2541
|
+
}
|
2542
|
+
],
|
2543
|
+
"type": "object"
|
2544
|
+
},
|
2545
|
+
"DescribeFolderResponse": {
|
2546
|
+
"document": "DescribeFolder返回参数结构体",
|
2547
|
+
"members": [
|
2548
|
+
{
|
2549
|
+
"disabled": false,
|
2550
|
+
"document": "folder id",
|
2551
|
+
"example": "folder-lfqkt10s",
|
2552
|
+
"member": "string",
|
2553
|
+
"name": "FolderId",
|
2554
|
+
"output_required": true,
|
2555
|
+
"type": "string",
|
2556
|
+
"value_allowed_null": false
|
2557
|
+
},
|
2558
|
+
{
|
2559
|
+
"disabled": false,
|
2560
|
+
"document": "folder name",
|
2561
|
+
"example": "test",
|
2562
|
+
"member": "string",
|
2563
|
+
"name": "FolderName",
|
2564
|
+
"output_required": true,
|
2565
|
+
"type": "string",
|
2566
|
+
"value_allowed_null": false
|
2567
|
+
},
|
2568
|
+
{
|
2569
|
+
"disabled": false,
|
2570
|
+
"document": "父文件夹id",
|
2571
|
+
"example": "folder-lfqkt10i",
|
2572
|
+
"member": "string",
|
2573
|
+
"name": "ParentId",
|
2574
|
+
"output_required": true,
|
2575
|
+
"type": "string",
|
2576
|
+
"value_allowed_null": false
|
2577
|
+
},
|
2578
|
+
{
|
2579
|
+
"disabled": false,
|
2580
|
+
"document": "文件夹类型",
|
2581
|
+
"example": "1",
|
2582
|
+
"member": "int64",
|
2583
|
+
"name": "FolderType",
|
2584
|
+
"output_required": true,
|
2585
|
+
"type": "int",
|
2586
|
+
"value_allowed_null": false
|
2587
|
+
},
|
2588
|
+
{
|
2589
|
+
"disabled": false,
|
2590
|
+
"document": "workspace id",
|
2591
|
+
"example": "无",
|
2592
|
+
"member": "string",
|
2593
|
+
"name": "WorkSpaceId",
|
2594
|
+
"output_required": true,
|
2595
|
+
"type": "string",
|
2596
|
+
"value_allowed_null": false
|
2597
|
+
},
|
2598
|
+
{
|
2599
|
+
"disabled": false,
|
2600
|
+
"document": "子文件夹信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
2601
|
+
"example": "无",
|
2602
|
+
"member": "SubFolderInfo",
|
2603
|
+
"name": "SubFolderInfo",
|
2604
|
+
"output_required": true,
|
2605
|
+
"type": "list",
|
2606
|
+
"value_allowed_null": true
|
2607
|
+
},
|
2608
|
+
{
|
2609
|
+
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
2610
|
+
"member": "string",
|
2611
|
+
"name": "RequestId",
|
2612
|
+
"type": "string"
|
2613
|
+
}
|
2614
|
+
],
|
2615
|
+
"type": "object"
|
2616
|
+
},
|
2505
2617
|
"DescribeJobConfigsRequest": {
|
2506
2618
|
"document": "DescribeJobConfigs请求参数结构体",
|
2507
2619
|
"members": [
|
@@ -2916,7 +3028,7 @@
|
|
2916
3028
|
"example": "1",
|
2917
3029
|
"member": "int64",
|
2918
3030
|
"name": "TotalCount",
|
2919
|
-
"
|
3031
|
+
"output_required": true,
|
2920
3032
|
"type": "int",
|
2921
3033
|
"value_allowed_null": false
|
2922
3034
|
},
|
@@ -2926,7 +3038,7 @@
|
|
2926
3038
|
"example": "[]",
|
2927
3039
|
"member": "JobV1",
|
2928
3040
|
"name": "JobSet",
|
2929
|
-
"
|
3041
|
+
"output_required": true,
|
2930
3042
|
"type": "list",
|
2931
3043
|
"value_allowed_null": false
|
2932
3044
|
},
|
@@ -4386,7 +4498,7 @@
|
|
4386
4498
|
"example": "cql-xxx",
|
4387
4499
|
"member": "string",
|
4388
4500
|
"name": "JobId",
|
4389
|
-
"
|
4501
|
+
"output_required": true,
|
4390
4502
|
"type": "string",
|
4391
4503
|
"value_allowed_null": true
|
4392
4504
|
},
|
@@ -4396,7 +4508,7 @@
|
|
4396
4508
|
"example": "ap-guangzhou",
|
4397
4509
|
"member": "string",
|
4398
4510
|
"name": "Region",
|
4399
|
-
"
|
4511
|
+
"output_required": true,
|
4400
4512
|
"type": "string",
|
4401
4513
|
"value_allowed_null": true
|
4402
4514
|
},
|
@@ -4406,7 +4518,7 @@
|
|
4406
4518
|
"example": "ap-guangzhou-1",
|
4407
4519
|
"member": "string",
|
4408
4520
|
"name": "Zone",
|
4409
|
-
"
|
4521
|
+
"output_required": true,
|
4410
4522
|
"type": "string",
|
4411
4523
|
"value_allowed_null": true
|
4412
4524
|
},
|
@@ -4416,7 +4528,7 @@
|
|
4416
4528
|
"example": "1",
|
4417
4529
|
"member": "int64",
|
4418
4530
|
"name": "AppId",
|
4419
|
-
"
|
4531
|
+
"output_required": true,
|
4420
4532
|
"type": "int",
|
4421
4533
|
"value_allowed_null": true
|
4422
4534
|
},
|
@@ -4426,7 +4538,7 @@
|
|
4426
4538
|
"example": "2",
|
4427
4539
|
"member": "string",
|
4428
4540
|
"name": "OwnerUin",
|
4429
|
-
"
|
4541
|
+
"output_required": true,
|
4430
4542
|
"type": "string",
|
4431
4543
|
"value_allowed_null": true
|
4432
4544
|
},
|
@@ -4436,7 +4548,7 @@
|
|
4436
4548
|
"example": "2",
|
4437
4549
|
"member": "string",
|
4438
4550
|
"name": "CreatorUin",
|
4439
|
-
"
|
4551
|
+
"output_required": true,
|
4440
4552
|
"type": "string",
|
4441
4553
|
"value_allowed_null": true
|
4442
4554
|
},
|
@@ -4446,7 +4558,7 @@
|
|
4446
4558
|
"example": "test",
|
4447
4559
|
"member": "string",
|
4448
4560
|
"name": "Name",
|
4449
|
-
"
|
4561
|
+
"output_required": true,
|
4450
4562
|
"type": "string",
|
4451
4563
|
"value_allowed_null": true
|
4452
4564
|
},
|
@@ -4456,7 +4568,7 @@
|
|
4456
4568
|
"example": "1",
|
4457
4569
|
"member": "int64",
|
4458
4570
|
"name": "JobType",
|
4459
|
-
"
|
4571
|
+
"output_required": true,
|
4460
4572
|
"type": "int",
|
4461
4573
|
"value_allowed_null": true
|
4462
4574
|
},
|
@@ -4466,7 +4578,7 @@
|
|
4466
4578
|
"example": "4",
|
4467
4579
|
"member": "int64",
|
4468
4580
|
"name": "Status",
|
4469
|
-
"
|
4581
|
+
"output_required": true,
|
4470
4582
|
"type": "int",
|
4471
4583
|
"value_allowed_null": true
|
4472
4584
|
},
|
@@ -4476,7 +4588,7 @@
|
|
4476
4588
|
"example": "2021-06-11 16:44:44",
|
4477
4589
|
"member": "string",
|
4478
4590
|
"name": "CreateTime",
|
4479
|
-
"
|
4591
|
+
"output_required": true,
|
4480
4592
|
"type": "string",
|
4481
4593
|
"value_allowed_null": true
|
4482
4594
|
},
|
@@ -4486,7 +4598,7 @@
|
|
4486
4598
|
"example": "2021-06-11 16:44:44",
|
4487
4599
|
"member": "string",
|
4488
4600
|
"name": "StartTime",
|
4489
|
-
"
|
4601
|
+
"output_required": true,
|
4490
4602
|
"type": "string",
|
4491
4603
|
"value_allowed_null": true
|
4492
4604
|
},
|
@@ -4496,7 +4608,7 @@
|
|
4496
4608
|
"example": "2021-06-11 16:44:44",
|
4497
4609
|
"member": "string",
|
4498
4610
|
"name": "StopTime",
|
4499
|
-
"
|
4611
|
+
"output_required": true,
|
4500
4612
|
"type": "string",
|
4501
4613
|
"value_allowed_null": true
|
4502
4614
|
},
|
@@ -4506,7 +4618,7 @@
|
|
4506
4618
|
"example": "2021-06-11 16:44:44",
|
4507
4619
|
"member": "string",
|
4508
4620
|
"name": "UpdateTime",
|
4509
|
-
"
|
4621
|
+
"output_required": true,
|
4510
4622
|
"type": "string",
|
4511
4623
|
"value_allowed_null": true
|
4512
4624
|
},
|
@@ -4516,7 +4628,7 @@
|
|
4516
4628
|
"example": "13864986",
|
4517
4629
|
"member": "int64",
|
4518
4630
|
"name": "TotalRunMillis",
|
4519
|
-
"
|
4631
|
+
"output_required": true,
|
4520
4632
|
"type": "int",
|
4521
4633
|
"value_allowed_null": true
|
4522
4634
|
},
|
@@ -4526,7 +4638,7 @@
|
|
4526
4638
|
"example": "test",
|
4527
4639
|
"member": "string",
|
4528
4640
|
"name": "Remark",
|
4529
|
-
"
|
4641
|
+
"output_required": true,
|
4530
4642
|
"type": "string",
|
4531
4643
|
"value_allowed_null": true
|
4532
4644
|
},
|
@@ -4536,7 +4648,7 @@
|
|
4536
4648
|
"example": "success",
|
4537
4649
|
"member": "string",
|
4538
4650
|
"name": "LastOpResult",
|
4539
|
-
"
|
4651
|
+
"output_required": true,
|
4540
4652
|
"type": "string",
|
4541
4653
|
"value_allowed_null": true
|
4542
4654
|
},
|
@@ -4546,7 +4658,7 @@
|
|
4546
4658
|
"example": "test",
|
4547
4659
|
"member": "string",
|
4548
4660
|
"name": "ClusterName",
|
4549
|
-
"
|
4661
|
+
"output_required": true,
|
4550
4662
|
"type": "string",
|
4551
4663
|
"value_allowed_null": true
|
4552
4664
|
},
|
@@ -4556,7 +4668,7 @@
|
|
4556
4668
|
"example": "2",
|
4557
4669
|
"member": "int64",
|
4558
4670
|
"name": "LatestJobConfigVersion",
|
4559
|
-
"
|
4671
|
+
"output_required": true,
|
4560
4672
|
"type": "int",
|
4561
4673
|
"value_allowed_null": true
|
4562
4674
|
},
|
@@ -4566,7 +4678,7 @@
|
|
4566
4678
|
"example": "2",
|
4567
4679
|
"member": "int64",
|
4568
4680
|
"name": "PublishedJobConfigVersion",
|
4569
|
-
"
|
4681
|
+
"output_required": true,
|
4570
4682
|
"type": "int",
|
4571
4683
|
"value_allowed_null": true
|
4572
4684
|
},
|
@@ -4576,7 +4688,7 @@
|
|
4576
4688
|
"example": "1",
|
4577
4689
|
"member": "int64",
|
4578
4690
|
"name": "RunningCuNum",
|
4579
|
-
"
|
4691
|
+
"output_required": true,
|
4580
4692
|
"type": "int",
|
4581
4693
|
"value_allowed_null": true
|
4582
4694
|
},
|
@@ -4586,7 +4698,7 @@
|
|
4586
4698
|
"example": "4",
|
4587
4699
|
"member": "int64",
|
4588
4700
|
"name": "CuMem",
|
4589
|
-
"
|
4701
|
+
"output_required": true,
|
4590
4702
|
"type": "int",
|
4591
4703
|
"value_allowed_null": true
|
4592
4704
|
},
|
@@ -4596,7 +4708,7 @@
|
|
4596
4708
|
"example": "running",
|
4597
4709
|
"member": "string",
|
4598
4710
|
"name": "StatusDesc",
|
4599
|
-
"
|
4711
|
+
"output_required": true,
|
4600
4712
|
"type": "string",
|
4601
4713
|
"value_allowed_null": true
|
4602
4714
|
},
|
@@ -4606,7 +4718,7 @@
|
|
4606
4718
|
"example": "124",
|
4607
4719
|
"member": "int64",
|
4608
4720
|
"name": "CurrentRunMillis",
|
4609
|
-
"
|
4721
|
+
"output_required": true,
|
4610
4722
|
"type": "int",
|
4611
4723
|
"value_allowed_null": true
|
4612
4724
|
},
|
@@ -4616,7 +4728,7 @@
|
|
4616
4728
|
"example": "cluster-xxx",
|
4617
4729
|
"member": "string",
|
4618
4730
|
"name": "ClusterId",
|
4619
|
-
"
|
4731
|
+
"output_required": true,
|
4620
4732
|
"type": "string",
|
4621
4733
|
"value_allowed_null": true
|
4622
4734
|
},
|
@@ -4626,7 +4738,7 @@
|
|
4626
4738
|
"example": "https://175.24.255.193//cql-czvy480r-78/?defaultToken=0",
|
4627
4739
|
"member": "string",
|
4628
4740
|
"name": "WebUIUrl",
|
4629
|
-
"
|
4741
|
+
"output_required": true,
|
4630
4742
|
"type": "string",
|
4631
4743
|
"value_allowed_null": true
|
4632
4744
|
},
|
@@ -4636,7 +4748,7 @@
|
|
4636
4748
|
"example": "2",
|
4637
4749
|
"member": "int64",
|
4638
4750
|
"name": "SchedulerType",
|
4639
|
-
"
|
4751
|
+
"output_required": true,
|
4640
4752
|
"type": "int",
|
4641
4753
|
"value_allowed_null": true
|
4642
4754
|
},
|
@@ -4646,7 +4758,7 @@
|
|
4646
4758
|
"example": "2",
|
4647
4759
|
"member": "int64",
|
4648
4760
|
"name": "ClusterStatus",
|
4649
|
-
"
|
4761
|
+
"output_required": true,
|
4650
4762
|
"type": "int",
|
4651
4763
|
"value_allowed_null": true
|
4652
4764
|
},
|
@@ -4656,7 +4768,7 @@
|
|
4656
4768
|
"example": "0.5",
|
4657
4769
|
"member": "float",
|
4658
4770
|
"name": "RunningCu",
|
4659
|
-
"
|
4771
|
+
"output_required": true,
|
4660
4772
|
"type": "float",
|
4661
4773
|
"value_allowed_null": true
|
4662
4774
|
},
|
@@ -4666,7 +4778,7 @@
|
|
4666
4778
|
"example": "Flink-1.11",
|
4667
4779
|
"member": "string",
|
4668
4780
|
"name": "FlinkVersion",
|
4669
|
-
"
|
4781
|
+
"output_required": true,
|
4670
4782
|
"type": "string",
|
4671
4783
|
"value_allowed_null": true
|
4672
4784
|
},
|
@@ -4676,7 +4788,7 @@
|
|
4676
4788
|
"example": "space-xxx",
|
4677
4789
|
"member": "string",
|
4678
4790
|
"name": "WorkSpaceId",
|
4679
|
-
"
|
4791
|
+
"output_required": true,
|
4680
4792
|
"type": "string",
|
4681
4793
|
"value_allowed_null": true
|
4682
4794
|
},
|
@@ -4686,7 +4798,7 @@
|
|
4686
4798
|
"example": "mysqItemSpace",
|
4687
4799
|
"member": "string",
|
4688
4800
|
"name": "WorkSpaceName",
|
4689
|
-
"
|
4801
|
+
"output_required": true,
|
4690
4802
|
"type": "string",
|
4691
4803
|
"value_allowed_null": true
|
4692
4804
|
},
|
@@ -4696,7 +4808,7 @@
|
|
4696
4808
|
"example": "无",
|
4697
4809
|
"member": "Tag",
|
4698
4810
|
"name": "Tags",
|
4699
|
-
"
|
4811
|
+
"output_required": true,
|
4700
4812
|
"type": "list",
|
4701
4813
|
"value_allowed_null": true
|
4702
4814
|
}
|
@@ -6450,6 +6562,32 @@
|
|
6450
6562
|
],
|
6451
6563
|
"type": "object"
|
6452
6564
|
},
|
6565
|
+
"SubFolderInfo": {
|
6566
|
+
"document": "子目录信息",
|
6567
|
+
"members": [
|
6568
|
+
{
|
6569
|
+
"disabled": false,
|
6570
|
+
"document": "folder id",
|
6571
|
+
"example": "folder-lfqkt10s",
|
6572
|
+
"member": "string",
|
6573
|
+
"name": "FolderId",
|
6574
|
+
"output_required": true,
|
6575
|
+
"type": "string",
|
6576
|
+
"value_allowed_null": false
|
6577
|
+
},
|
6578
|
+
{
|
6579
|
+
"disabled": false,
|
6580
|
+
"document": "folder name",
|
6581
|
+
"example": "test",
|
6582
|
+
"member": "string",
|
6583
|
+
"name": "FolderName",
|
6584
|
+
"output_required": true,
|
6585
|
+
"type": "string",
|
6586
|
+
"value_allowed_null": false
|
6587
|
+
}
|
6588
|
+
],
|
6589
|
+
"usage": "out"
|
6590
|
+
},
|
6453
6591
|
"SystemResourceItem": {
|
6454
6592
|
"document": "系统资源返回值",
|
6455
6593
|
"members": [
|
@@ -125,7 +125,7 @@
|
|
125
125
|
"DeleteTableConfig": [
|
126
126
|
{
|
127
127
|
"document": "",
|
128
|
-
"input": "
|
128
|
+
"input": "POST / HTTP/1.1\nHost: oceanus.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action:DeleteFolders\n<公共请求参数>\n\n{\n \"JobId\": \"cql-6ntmhryo\",\n \"DebugId\": 1,\n \"TableName\": \"tabale_test\"\n}",
|
129
129
|
"output": "{\n \"Response\": {\n \"RequestId\": \"3998cdae-e624-4e23-b497-17dbf8c90b0f\"\n }\n}",
|
130
130
|
"title": "删除作业表配置"
|
131
131
|
}
|
@@ -140,10 +140,18 @@
|
|
140
140
|
],
|
141
141
|
"DescribeClusters": [
|
142
142
|
{
|
143
|
-
"document": "",
|
144
|
-
"input": "POST / HTTP/1.1\nHost: oceanus.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeClusters\n<公共请求参数>\n\n{\n \"Limit\":
|
145
|
-
"output": "{\n \"Response\": {\n \"
|
146
|
-
"title": "
|
143
|
+
"document": "查询集群",
|
144
|
+
"input": "POST / HTTP/1.1\nHost: oceanus.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeClusters\n<公共请求参数>\n\n{\n \"ClusterIds\": [\n \"cluster-5c42n3a5\"\n ],\n \"Limit\": 1,\n \"WorkSpaceId\": \"space-53rqk422\"\n}",
|
145
|
+
"output": "{\n \"Response\": {\n \"ClusterSet\": [\n {\n \"AppId\": 1234567890,\n \"ArchGeneration\": 2,\n \"AutoRenewFlag\": 1,\n \"CCNs\": [\n {\n \"CcnId\": \"\",\n \"SubnetId\": \"subnet-abcdefghijklmno\",\n \"VpcId\": \"vpc-pqrstuvwxyz\"\n }\n ],\n \"CLSLogName\": \"\",\n \"CLSLogSet\": \"\",\n \"CLSTopicId\": \"\",\n \"CLSTopicName\": \"\",\n \"ClusterId\": \"cluster-abcd1234\",\n \"ClusterSessions\": [\n {\n \"AppId\": 1234567890,\n \"ClusterGroupSerialId\": \"cluster-abcd1234\",\n \"CreateTime\": \"2023-11-14 18:07:53\",\n \"CreatorUin\": \"100012345678\",\n \"CuNum\": 3,\n \"FlinkVersion\": \"Flink-1.13\",\n \"JobManagerCuSpec\": 1,\n \"OwnerUin\": \"100098765432\",\n \"Properties\": [\n {\n \"Key\": \"pipeline.max-parallelism\",\n \"Value\": \"2048\"\n }\n ],\n \"Region\": \"ap-guangzhou\",\n \"Status\": 1,\n \"TaskManagerCuSpec\": 1,\n \"TaskManagerNum\": 2,\n \"UpdateTime\": \"2023-11-14 18:09:02\",\n \"WebUIUrl\": \"\",\n \"Zone\": \"ap-guangzhou-7\"\n }\n ],\n \"ClusterType\": 0,\n \"Correlations\": [\n {\n \"ClusterGroupId\": 1234,\n \"ClusterGroupSerialId\": \"cluster-abcd1234\",\n \"ClusterName\": \"sample\",\n \"ProjectId\": 0,\n \"ProjectIdStr\": \"0\",\n \"Status\": 2,\n \"WorkSpaceId\": \"space-1234567890ap-guangzhou\",\n \"WorkSpaceName\": \"Default\"\n }\n ],\n \"CreateTime\": \"2023-08-15 17:18:08\",\n \"CreatorUin\": \"100012345678\",\n \"CuMem\": 4,\n \"CuNum\": 19,\n \"CustomizedDNSEnabled\": 1,\n \"DefaultCOSBucket\": \"sample-gz-bucket-1234567890\",\n \"DefaultLogCollectConf\": \"{\\\"LogCollectType\\\":2,\\\"Conf\\\":{\\\"ClsLogsetId\\\":\\\"cd9adbb5-6b7d-48d2-9870-77658959c7a4\\\",\\\"ClsTopicId\\\":\\\"80856bb3-0ef7-4e05-80eb-79ec283bb67d\\\",\\\"CosBucket\\\":\\\"\\\"}}\",\n \"ExpireTime\": \"2023-12-04 15:10:29\",\n \"FreeCu\": 9,\n \"FreeCuNum\": 9,\n \"IsNeedManageNode\": 1,\n \"IsolatedTime\": \"-\",\n \"Name\": \"sample\",\n \"NetEnvironmentType\": 1,\n \"Orders\": [\n {\n \"AutoRenewFlag\": 1,\n \"ComputeCu\": 19,\n \"OperateUin\": \"100098765432\",\n \"OrderTime\": \"2023-11-04 01:57:54\",\n \"Type\": 2\n }\n ],\n \"OwnerUin\": \"100098765432\",\n \"PayMode\": 1,\n \"Region\": \"ap-guangzhou\",\n \"Remark\": \"sample\",\n \"RunningCu\": 10,\n \"SecondsUntilExpiry\": \"1223380\",\n \"SqlGateways\": [],\n \"Status\": 2,\n \"StatusDesc\": \"running\",\n \"Tags\": [\n {\n \"TagKey\": \"tag1\",\n \"TagValue\": \"value1\"\n },\n {\n \"TagKey\": \"tag2\",\n \"TagValue\": \"value2\"\n }\n ],\n \"UpdateTime\": \"-\",\n \"Version\": {\n \"Flink\": \"Flink-1.13\",\n \"SupportedFlink\": [\n \"Flink-1.11\",\n \"Flink-1.13\",\n \"Flink-1.14\",\n \"Flink-1.16\"\n ]\n },\n \"WebUIType\": 0,\n \"Zone\": \"ap-guangzhou-7\"\n }\n ],\n \"RequestId\": \"24d0cbe8-9bd4-4356-bb95-74c5c4790877\",\n \"TotalCount\": 1\n }\n}",
|
146
|
+
"title": "查询集群"
|
147
|
+
}
|
148
|
+
],
|
149
|
+
"DescribeFolder": [
|
150
|
+
{
|
151
|
+
"document": "查询文件夹",
|
152
|
+
"input": "POST / HTTP/1.1\nHost: oceanus.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeFolder\n<公共请求参数>\n\n{\n \"FolderId\": \"folder-bnjsm2sb\",\n \"WorkSpaceId\": \"space-7rfcnslf\",\n \"FolderType\": 1\n}",
|
153
|
+
"output": "{\n \"Response\": {\n \"FolderId\": \"folder-bnjsm2sb\",\n \"FolderName\": \"6.9_connector\",\n \"FolderType\": 1,\n \"ParentId\": \"root\",\n \"RequestId\": \"3ca249e8-b742-4e97-856d-1fca5a95d6a5\",\n \"SubFolderInfo\": [\n {\n \"FolderId\": \"folder-gbtcphg0\",\n \"FolderName\": \"hive_catalog_config_311\"\n },\n {\n \"FolderId\": \"folder-79b2dxuc\",\n \"FolderName\": \"sql_server\"\n },\n {\n \"FolderId\": \"folder-oc406jen\",\n \"FolderName\": \"doris\"\n },\n {\n \"FolderId\": \"folder-3ldo2w3g\",\n \"FolderName\": \"mysql_cdc\"\n },\n {\n \"FolderId\": \"folder-nodi86tq\",\n \"FolderName\": \"kudu\"\n }\n ],\n \"WorkSpaceId\": \"space-7rfcnslf\"\n }\n}",
|
154
|
+
"title": "查询文件夹"
|
147
155
|
}
|
148
156
|
],
|
149
157
|
"DescribeJobConfigs": [
|
@@ -178,10 +186,10 @@
|
|
178
186
|
],
|
179
187
|
"DescribeJobs": [
|
180
188
|
{
|
181
|
-
"document": "",
|
182
|
-
"input": "
|
183
|
-
"output": "{\n \"Response\": {\n \"
|
184
|
-
"title": "
|
189
|
+
"document": "查询作业",
|
190
|
+
"input": "POST / HTTP/1.1\nHost: oceanus.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeJobs\n<公共请求参数>\n\n{\n \"Limit\": 1,\n \"WorkSpaceId\": \"space-53rqk422\"\n}",
|
191
|
+
"output": "{\n \"Response\": {\n \"JobSet\": [\n {\n \"AppId\": 1257048945,\n \"ClusterId\": \"cluster-5c43n3a5\",\n \"ClusterName\": \"cluster-test\",\n \"ClusterStatus\": 2,\n \"CreateTime\": \"2023-11-20 15:19:57\",\n \"CreatorUin\": \"100032489761\",\n \"CuMem\": 4,\n \"CurrentRunMillis\": 0,\n \"FlinkVersion\": \"Flink-1.13\",\n \"JobId\": \"cql-e92rh2pb\",\n \"JobType\": 1,\n \"LastOpResult\": \"\",\n \"LatestJobConfigVersion\": 0,\n \"Name\": \"create_job_test\",\n \"OwnerUin\": \"100006376216\",\n \"PublishedJobConfigVersion\": -1,\n \"Region\": \"ap-guangzhou\",\n \"Remark\": \"\",\n \"RunningCu\": 0,\n \"RunningCuNum\": 0,\n \"SchedulerType\": 2,\n \"StartTime\": \"-\",\n \"Status\": 1,\n \"StatusDesc\": \"create\",\n \"StopTime\": \"-\",\n \"Tags\": null,\n \"TotalRunMillis\": 0,\n \"UpdateTime\": \"2023-11-20 15:19:57\",\n \"WebUIUrl\": \"\",\n \"WorkSpaceId\": \"space-53rek422\",\n \"WorkSpaceName\": \"name\",\n \"Zone\": \"ap-guangzhou-7\"\n }\n ],\n \"RequestId\": \"ac6a62a7-45f1-4066-963d-eabea0f2824d\",\n \"TotalCount\": 5\n }\n}",
|
192
|
+
"title": "查询作业"
|
185
193
|
}
|
186
194
|
],
|
187
195
|
"DescribeResourceConfigs": [
|
@@ -750,7 +750,7 @@
|
|
750
750
|
"status": "online"
|
751
751
|
},
|
752
752
|
"ModifyDBInstanceSSL": {
|
753
|
-
"document": "本接口(
|
753
|
+
"document": "本接口(ModifyDBInstanceSSL)用于开启\\关闭\\更新SSL加密",
|
754
754
|
"input": "ModifyDBInstanceSSLRequest",
|
755
755
|
"name": "开启\\关闭\\更新SSL加密",
|
756
756
|
"output": "ModifyDBInstanceSSLResponse",
|