tccli 3.0.1188.1__py2.py3-none-any.whl → 3.0.1190.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 +2 -1
- tccli/services/aiart/aiart_client.py +53 -0
- tccli/services/aiart/v20221229/api.json +107 -0
- tccli/services/aiart/v20221229/examples.json +8 -0
- tccli/services/apm/v20210622/api.json +3 -1
- tccli/services/billing/v20180709/api.json +3 -0
- tccli/services/billing/v20180709/examples.json +1 -1
- tccli/services/cfg/v20210820/api.json +20 -5
- tccli/services/cfw/v20190904/api.json +82 -2
- tccli/services/ckafka/v20190819/api.json +5 -5
- tccli/services/dcdb/dcdb_client.py +106 -0
- tccli/services/dcdb/v20180411/api.json +318 -0
- tccli/services/dcdb/v20180411/examples.json +28 -0
- tccli/services/dnspod/dnspod_client.py +53 -0
- tccli/services/dnspod/v20210323/api.json +118 -0
- tccli/services/dnspod/v20210323/examples.json +8 -0
- tccli/services/emr/emr_client.py +269 -4
- tccli/services/emr/v20190103/api.json +591 -0
- tccli/services/emr/v20190103/examples.json +46 -0
- tccli/services/es/es_client.py +53 -0
- tccli/services/es/v20180416/api.json +54 -0
- tccli/services/es/v20180416/examples.json +14 -0
- tccli/services/ess/v20201111/api.json +9 -9
- tccli/services/ess/v20201111/examples.json +7 -1
- tccli/services/essbasic/essbasic_client.py +53 -0
- tccli/services/essbasic/v20210526/api.json +120 -0
- tccli/services/essbasic/v20210526/examples.json +14 -0
- tccli/services/iotexplorer/v20190423/api.json +2 -2
- tccli/services/iss/iss_client.py +118 -65
- tccli/services/iss/v20230517/api.json +78 -0
- tccli/services/iss/v20230517/examples.json +8 -0
- tccli/services/mariadb/mariadb_client.py +110 -4
- tccli/services/mariadb/v20170312/api.json +318 -0
- tccli/services/mariadb/v20170312/examples.json +16 -0
- tccli/services/mps/v20190612/api.json +131 -3
- tccli/services/ocr/v20181119/api.json +22 -2
- tccli/services/redis/redis_client.py +110 -4
- tccli/services/redis/v20180412/api.json +209 -0
- tccli/services/redis/v20180412/examples.json +16 -0
- tccli/services/sms/v20210111/api.json +9 -9
- tccli/services/ssl/v20191205/api.json +3 -3
- tccli/services/ssl/v20191205/examples.json +2 -2
- tccli/services/teo/v20220901/api.json +14 -14
- tccli/services/tke/tke_client.py +364 -46
- tccli/services/tke/v20180525/api.json +9 -0
- tccli/services/tke/v20220501/api.json +525 -0
- tccli/services/tke/v20220501/examples.json +54 -0
- tccli/services/tsf/v20180326/api.json +74 -29
- tccli/services/vdb/v20230616/api.json +491 -0
- tccli/services/vdb/v20230616/examples.json +46 -0
- tccli/services/vdb/vdb_client.py +265 -0
- tccli/services/vod/v20240718/api.json +121 -0
- tccli/services/vod/v20240718/examples.json +31 -0
- tccli/services/vod/vod_client.py +58 -0
- tccli/services/vpc/v20170312/api.json +13 -4
- {tccli-3.0.1188.1.dist-info → tccli-3.0.1190.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1188.1.dist-info → tccli-3.0.1190.1.dist-info}/RECORD +61 -59
- {tccli-3.0.1188.1.dist-info → tccli-3.0.1190.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1188.1.dist-info → tccli-3.0.1190.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1188.1.dist-info → tccli-3.0.1190.1.dist-info}/license_files/LICENSE +0 -0
@@ -2537,100 +2537,130 @@
|
|
2537
2537
|
{
|
2538
2538
|
"disabled": false,
|
2539
2539
|
"document": "rule Id\n注意:此字段可能返回 null,表示取不到有效值。",
|
2540
|
-
"example": "",
|
2540
|
+
"example": "无",
|
2541
2541
|
"member": "string",
|
2542
2542
|
"name": "RuleId",
|
2543
|
-
"
|
2543
|
+
"output_required": true,
|
2544
2544
|
"type": "string",
|
2545
2545
|
"value_allowed_null": true
|
2546
2546
|
},
|
2547
2547
|
{
|
2548
2548
|
"disabled": false,
|
2549
2549
|
"document": "API ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
2550
|
-
"example": "",
|
2550
|
+
"example": "无",
|
2551
2551
|
"member": "string",
|
2552
2552
|
"name": "ApiId",
|
2553
|
-
"
|
2553
|
+
"output_required": true,
|
2554
2554
|
"type": "string",
|
2555
2555
|
"value_allowed_null": true
|
2556
2556
|
},
|
2557
2557
|
{
|
2558
2558
|
"disabled": false,
|
2559
2559
|
"document": "限流名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
2560
|
-
"example": "",
|
2560
|
+
"example": "无",
|
2561
2561
|
"member": "string",
|
2562
2562
|
"name": "RuleName",
|
2563
|
-
"
|
2563
|
+
"output_required": true,
|
2564
2564
|
"type": "string",
|
2565
2565
|
"value_allowed_null": true
|
2566
2566
|
},
|
2567
2567
|
{
|
2568
2568
|
"disabled": false,
|
2569
2569
|
"document": "最大限流qps\n注意:此字段可能返回 null,表示取不到有效值。",
|
2570
|
-
"example": "",
|
2570
|
+
"example": "无",
|
2571
2571
|
"member": "uint64",
|
2572
2572
|
"name": "MaxQps",
|
2573
|
-
"
|
2573
|
+
"output_required": true,
|
2574
2574
|
"type": "int",
|
2575
2575
|
"value_allowed_null": true
|
2576
2576
|
},
|
2577
2577
|
{
|
2578
2578
|
"disabled": false,
|
2579
2579
|
"document": "生效/禁用, enabled/disabled\n注意:此字段可能返回 null,表示取不到有效值。",
|
2580
|
-
"example": "",
|
2580
|
+
"example": "无",
|
2581
2581
|
"member": "string",
|
2582
2582
|
"name": "UsableStatus",
|
2583
|
-
"
|
2583
|
+
"output_required": true,
|
2584
2584
|
"type": "string",
|
2585
2585
|
"value_allowed_null": true
|
2586
2586
|
},
|
2587
2587
|
{
|
2588
2588
|
"disabled": false,
|
2589
2589
|
"document": "规则内容\n注意:此字段可能返回 null,表示取不到有效值。",
|
2590
|
-
"example": "",
|
2590
|
+
"example": "无",
|
2591
2591
|
"member": "string",
|
2592
2592
|
"name": "RuleContent",
|
2593
|
-
"
|
2593
|
+
"output_required": true,
|
2594
2594
|
"type": "string",
|
2595
2595
|
"value_allowed_null": true
|
2596
2596
|
},
|
2597
2597
|
{
|
2598
2598
|
"disabled": false,
|
2599
2599
|
"document": "Tsf Rule ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
2600
|
-
"example": "",
|
2600
|
+
"example": "无",
|
2601
2601
|
"member": "string",
|
2602
2602
|
"name": "TsfRuleId",
|
2603
|
-
"
|
2603
|
+
"output_required": true,
|
2604
2604
|
"type": "string",
|
2605
2605
|
"value_allowed_null": true
|
2606
2606
|
},
|
2607
2607
|
{
|
2608
2608
|
"disabled": false,
|
2609
2609
|
"document": "描述\n注意:此字段可能返回 null,表示取不到有效值。",
|
2610
|
-
"example": "",
|
2610
|
+
"example": "无",
|
2611
2611
|
"member": "string",
|
2612
2612
|
"name": "Description",
|
2613
|
-
"
|
2613
|
+
"output_required": true,
|
2614
2614
|
"type": "string",
|
2615
2615
|
"value_allowed_null": true
|
2616
2616
|
},
|
2617
2617
|
{
|
2618
2618
|
"disabled": false,
|
2619
2619
|
"document": "创建时间\n注意:此字段可能返回 null,表示取不到有效值。",
|
2620
|
-
"example": "",
|
2620
|
+
"example": "无",
|
2621
2621
|
"member": "string",
|
2622
2622
|
"name": "CreatedTime",
|
2623
|
-
"
|
2623
|
+
"output_required": true,
|
2624
2624
|
"type": "string",
|
2625
2625
|
"value_allowed_null": true
|
2626
2626
|
},
|
2627
2627
|
{
|
2628
2628
|
"disabled": false,
|
2629
2629
|
"document": "更新时间\n注意:此字段可能返回 null,表示取不到有效值。",
|
2630
|
-
"example": "",
|
2630
|
+
"example": "无",
|
2631
2631
|
"member": "string",
|
2632
2632
|
"name": "UpdatedTime",
|
2633
|
-
"
|
2633
|
+
"output_required": true,
|
2634
|
+
"type": "string",
|
2635
|
+
"value_allowed_null": true
|
2636
|
+
},
|
2637
|
+
{
|
2638
|
+
"disabled": false,
|
2639
|
+
"document": "分页参数limit\n注意:此字段可能返回 null,表示取不到有效值。",
|
2640
|
+
"example": "无",
|
2641
|
+
"member": "int64",
|
2642
|
+
"name": "Limit",
|
2643
|
+
"output_required": false,
|
2644
|
+
"type": "int",
|
2645
|
+
"value_allowed_null": true
|
2646
|
+
},
|
2647
|
+
{
|
2648
|
+
"disabled": false,
|
2649
|
+
"document": "分页参数offset\n注意:此字段可能返回 null,表示取不到有效值。",
|
2650
|
+
"example": "无",
|
2651
|
+
"member": "int64",
|
2652
|
+
"name": "Offset",
|
2653
|
+
"output_required": false,
|
2654
|
+
"type": "int",
|
2655
|
+
"value_allowed_null": true
|
2656
|
+
},
|
2657
|
+
{
|
2658
|
+
"disabled": false,
|
2659
|
+
"document": "AppId\n注意:此字段可能返回 null,表示取不到有效值。",
|
2660
|
+
"example": "无",
|
2661
|
+
"member": "string",
|
2662
|
+
"name": "AppId",
|
2663
|
+
"output_required": false,
|
2634
2664
|
"type": "string",
|
2635
2665
|
"value_allowed_null": true
|
2636
2666
|
}
|
@@ -6403,7 +6433,7 @@
|
|
6403
6433
|
{
|
6404
6434
|
"disabled": false,
|
6405
6435
|
"document": "API分组ID",
|
6406
|
-
"example": "",
|
6436
|
+
"example": "无",
|
6407
6437
|
"member": "string",
|
6408
6438
|
"name": "GroupId",
|
6409
6439
|
"required": true,
|
@@ -6412,11 +6442,20 @@
|
|
6412
6442
|
{
|
6413
6443
|
"disabled": false,
|
6414
6444
|
"document": "微服务ID",
|
6415
|
-
"example": "",
|
6445
|
+
"example": "无",
|
6416
6446
|
"member": "string",
|
6417
6447
|
"name": "MicroserviceId",
|
6418
6448
|
"required": true,
|
6419
6449
|
"type": "string"
|
6450
|
+
},
|
6451
|
+
{
|
6452
|
+
"disabled": false,
|
6453
|
+
"document": "命名空间ID",
|
6454
|
+
"example": "无",
|
6455
|
+
"member": "string",
|
6456
|
+
"name": "NamespaceId",
|
6457
|
+
"required": false,
|
6458
|
+
"type": "string"
|
6420
6459
|
}
|
6421
6460
|
],
|
6422
6461
|
"type": "object"
|
@@ -6427,9 +6466,10 @@
|
|
6427
6466
|
{
|
6428
6467
|
"disabled": false,
|
6429
6468
|
"document": "是否成功",
|
6430
|
-
"example": "",
|
6469
|
+
"example": "无",
|
6431
6470
|
"member": "bool",
|
6432
6471
|
"name": "Result",
|
6472
|
+
"output_required": true,
|
6433
6473
|
"type": "bool",
|
6434
6474
|
"value_allowed_null": false
|
6435
6475
|
},
|
@@ -18482,7 +18522,8 @@
|
|
18482
18522
|
"example": "api-sadasf",
|
18483
18523
|
"member": "string",
|
18484
18524
|
"name": "ApiId",
|
18485
|
-
"
|
18525
|
+
"output_required": true,
|
18526
|
+
"required": false,
|
18486
18527
|
"type": "string",
|
18487
18528
|
"value_allowed_null": false
|
18488
18529
|
},
|
@@ -18492,7 +18533,8 @@
|
|
18492
18533
|
"example": "/test/echo/xxx",
|
18493
18534
|
"member": "string",
|
18494
18535
|
"name": "Path",
|
18495
|
-
"
|
18536
|
+
"output_required": true,
|
18537
|
+
"required": false,
|
18496
18538
|
"type": "string",
|
18497
18539
|
"value_allowed_null": false
|
18498
18540
|
},
|
@@ -18502,7 +18544,8 @@
|
|
18502
18544
|
"example": "ms1",
|
18503
18545
|
"member": "string",
|
18504
18546
|
"name": "MicroserviceName",
|
18505
|
-
"
|
18547
|
+
"output_required": true,
|
18548
|
+
"required": false,
|
18506
18549
|
"type": "string",
|
18507
18550
|
"value_allowed_null": false
|
18508
18551
|
},
|
@@ -18512,7 +18555,8 @@
|
|
18512
18555
|
"example": "GET",
|
18513
18556
|
"member": "string",
|
18514
18557
|
"name": "Method",
|
18515
|
-
"
|
18558
|
+
"output_required": true,
|
18559
|
+
"required": false,
|
18516
18560
|
"type": "string",
|
18517
18561
|
"value_allowed_null": true
|
18518
18562
|
},
|
@@ -18522,12 +18566,13 @@
|
|
18522
18566
|
"example": "ns-test",
|
18523
18567
|
"member": "string",
|
18524
18568
|
"name": "NamespaceName",
|
18525
|
-
"
|
18569
|
+
"output_required": true,
|
18570
|
+
"required": false,
|
18526
18571
|
"type": "string",
|
18527
18572
|
"value_allowed_null": true
|
18528
18573
|
}
|
18529
18574
|
],
|
18530
|
-
"usage": "
|
18575
|
+
"usage": "both"
|
18531
18576
|
},
|
18532
18577
|
"GatewayGroupIds": {
|
18533
18578
|
"document": "网关部署组ID和网关API分组ID元组",
|