tccli 3.0.1288.1__py2.py3-none-any.whl → 3.0.1290.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/plugins/sso/__init__.py +11 -1
- tccli/plugins/sso/login.py +3 -3
- tccli/services/asr/v20190614/api.json +6 -6
- tccli/services/asr/v20190614/examples.json +4 -4
- tccli/services/bi/v20220105/api.json +43 -0
- tccli/services/billing/v20180709/api.json +326 -266
- tccli/services/billing/v20180709/examples.json +1 -1
- tccli/services/cdb/cdb_client.py +53 -0
- tccli/services/cdb/v20170320/api.json +64 -0
- tccli/services/cdb/v20170320/examples.json +8 -0
- tccli/services/cdwpg/v20201230/api.json +5 -5
- tccli/services/cdwpg/v20201230/examples.json +6 -6
- tccli/services/cdz/v20221123/api.json +4 -4
- tccli/services/cfg/v20210820/api.json +197 -197
- tccli/services/cfg/v20210820/examples.json +1 -1
- tccli/services/clb/v20180317/api.json +21 -16
- tccli/services/cls/v20201016/api.json +230 -198
- tccli/services/cls/v20201016/examples.json +2 -2
- tccli/services/cwp/v20180228/api.json +39 -9
- tccli/services/cynosdb/v20190107/api.json +2 -2
- tccli/services/dbbrain/dbbrain_client.py +383 -12
- tccli/services/dbbrain/v20191016/api.json +24 -21
- tccli/services/dbbrain/v20210527/api.json +851 -68
- tccli/services/dbbrain/v20210527/examples.json +56 -0
- tccli/services/domain/v20180808/api.json +11 -11
- tccli/services/dts/v20180330/api.json +34 -34
- tccli/services/dts/v20180330/examples.json +1 -1
- tccli/services/dts/v20211206/api.json +225 -223
- tccli/services/dts/v20211206/examples.json +2 -2
- tccli/services/ess/v20201111/api.json +30 -3
- tccli/services/essbasic/v20210526/api.json +29 -2
- tccli/services/fmu/v20191213/api.json +2 -2
- tccli/services/goosefs/v20220519/api.json +2 -2
- tccli/services/gwlb/v20240906/api.json +1 -1
- tccli/services/iotcloud/v20210408/api.json +66 -66
- tccli/services/iotcloud/v20210408/examples.json +13 -13
- tccli/services/iotexplorer/iotexplorer_client.py +159 -0
- tccli/services/iotexplorer/v20190423/api.json +561 -0
- tccli/services/iotexplorer/v20190423/examples.json +24 -0
- tccli/services/iotvideo/iotvideo_client.py +106 -0
- tccli/services/iotvideo/v20211125/api.json +105 -0
- tccli/services/iotvideo/v20211125/examples.json +16 -0
- tccli/services/lighthouse/v20200324/api.json +53 -53
- tccli/services/lighthouse/v20200324/examples.json +2 -2
- tccli/services/lke/v20231130/api.json +12 -2
- tccli/services/lkeap/v20240522/api.json +2 -2
- tccli/services/lowcode/v20210108/api.json +2 -2
- tccli/services/monitor/monitor_client.py +53 -0
- tccli/services/monitor/v20180724/api.json +144 -0
- tccli/services/monitor/v20180724/examples.json +8 -0
- tccli/services/mps/mps_client.py +501 -24
- tccli/services/mps/v20190612/api.json +2118 -247
- tccli/services/mps/v20190612/examples.json +72 -0
- tccli/services/mqtt/v20240516/api.json +4 -4
- tccli/services/mqtt/v20240516/examples.json +5 -11
- tccli/services/organization/v20210331/api.json +113 -113
- tccli/services/redis/redis_client.py +53 -0
- tccli/services/redis/v20180412/api.json +34 -0
- tccli/services/redis/v20180412/examples.json +8 -0
- tccli/services/svp/v20240125/api.json +1 -1
- tccli/services/tcb/tcb_client.py +53 -0
- tccli/services/tcb/v20180608/api.json +224 -157
- tccli/services/tcb/v20180608/examples.json +8 -0
- tccli/services/tcbr/v20220217/examples.json +1 -1
- tccli/services/tdmq/v20200217/api.json +379 -285
- tccli/services/tdmq/v20200217/examples.json +1 -1
- tccli/services/teo/v20220901/api.json +541 -5
- tccli/services/teo/v20220901/examples.json +21 -3
- tccli/services/tione/v20211111/api.json +64 -6
- tccli/services/vdb/v20230616/api.json +31 -2
- tccli/services/vdb/v20230616/examples.json +8 -2
- tccli/services/vrs/v20200824/api.json +14 -2
- tccli/services/vrs/v20200824/examples.json +1 -1
- tccli/services/wedata/v20210820/api.json +102 -0
- tccli/services/weilingwith/v20230427/api.json +997 -997
- {tccli-3.0.1288.1.dist-info → tccli-3.0.1290.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1288.1.dist-info → tccli-3.0.1290.1.dist-info}/RECORD +81 -81
- {tccli-3.0.1288.1.dist-info → tccli-3.0.1290.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1288.1.dist-info → tccli-3.0.1290.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1288.1.dist-info → tccli-3.0.1290.1.dist-info}/license_files/LICENSE +0 -0
@@ -2398,33 +2398,33 @@
|
|
2398
2398
|
},
|
2399
2399
|
{
|
2400
2400
|
"disabled": false,
|
2401
|
-
"document": "实例 ID
|
2401
|
+
"document": "实例 ID 。",
|
2402
2402
|
"example": "cdb-test1234",
|
2403
2403
|
"member": "string",
|
2404
2404
|
"name": "InstanceId",
|
2405
2405
|
"output_required": true,
|
2406
2406
|
"type": "string",
|
2407
|
-
"value_allowed_null":
|
2407
|
+
"value_allowed_null": false
|
2408
2408
|
},
|
2409
2409
|
{
|
2410
2410
|
"disabled": false,
|
2411
|
-
"document": "
|
2411
|
+
"document": "保留字段",
|
2412
2412
|
"example": "cpu_use_rate",
|
2413
2413
|
"member": "string",
|
2414
2414
|
"name": "Metric",
|
2415
2415
|
"output_required": true,
|
2416
2416
|
"type": "string",
|
2417
|
-
"value_allowed_null":
|
2417
|
+
"value_allowed_null": false
|
2418
2418
|
},
|
2419
2419
|
{
|
2420
2420
|
"disabled": false,
|
2421
|
-
"document": "
|
2421
|
+
"document": "地域",
|
2422
2422
|
"example": "ap-guangzhou",
|
2423
2423
|
"member": "string",
|
2424
2424
|
"name": "Region",
|
2425
2425
|
"output_required": true,
|
2426
2426
|
"type": "string",
|
2427
|
-
"value_allowed_null":
|
2427
|
+
"value_allowed_null": false
|
2428
2428
|
}
|
2429
2429
|
],
|
2430
2430
|
"usage": "out"
|
@@ -2814,6 +2814,7 @@
|
|
2814
2814
|
"example": "Yes",
|
2815
2815
|
"member": "string",
|
2816
2816
|
"name": "DailyInspection",
|
2817
|
+
"output_required": true,
|
2817
2818
|
"required": false,
|
2818
2819
|
"type": "string",
|
2819
2820
|
"value_allowed_null": false
|
@@ -2824,19 +2825,21 @@
|
|
2824
2825
|
"example": "Yes",
|
2825
2826
|
"member": "string",
|
2826
2827
|
"name": "OverviewDisplay",
|
2828
|
+
"output_required": true,
|
2827
2829
|
"required": false,
|
2828
2830
|
"type": "string",
|
2829
2831
|
"value_allowed_null": false
|
2830
2832
|
},
|
2831
2833
|
{
|
2832
2834
|
"disabled": false,
|
2833
|
-
"document": "redis大key分析的自定义分割符,仅redis
|
2835
|
+
"document": "redis大key分析的自定义分割符,仅redis使用",
|
2834
2836
|
"example": "[\",\",\":\",\"@\"]",
|
2835
2837
|
"member": "string",
|
2836
2838
|
"name": "KeyDelimiters",
|
2839
|
+
"output_required": true,
|
2837
2840
|
"required": false,
|
2838
2841
|
"type": "list",
|
2839
|
-
"value_allowed_null":
|
2842
|
+
"value_allowed_null": false
|
2840
2843
|
}
|
2841
2844
|
],
|
2842
2845
|
"usage": "both"
|
@@ -3353,13 +3356,13 @@
|
|
3353
3356
|
},
|
3354
3357
|
{
|
3355
3358
|
"disabled": false,
|
3356
|
-
"document": "
|
3359
|
+
"document": "指标值。",
|
3357
3360
|
"example": "[0.2]",
|
3358
3361
|
"member": "float",
|
3359
3362
|
"name": "Values",
|
3360
3363
|
"output_required": true,
|
3361
3364
|
"type": "list",
|
3362
|
-
"value_allowed_null":
|
3365
|
+
"value_allowed_null": false
|
3363
3366
|
}
|
3364
3367
|
],
|
3365
3368
|
"usage": "out"
|
@@ -3415,13 +3418,13 @@
|
|
3415
3418
|
},
|
3416
3419
|
{
|
3417
3420
|
"disabled": false,
|
3418
|
-
"document": "
|
3421
|
+
"document": "指标值。",
|
3419
3422
|
"example": "[0.25,0.26]",
|
3420
3423
|
"member": "int64",
|
3421
3424
|
"name": "Values",
|
3422
3425
|
"output_required": true,
|
3423
3426
|
"type": "list",
|
3424
|
-
"value_allowed_null":
|
3427
|
+
"value_allowed_null": false
|
3425
3428
|
}
|
3426
3429
|
],
|
3427
3430
|
"usage": "out"
|
@@ -3570,13 +3573,13 @@
|
|
3570
3573
|
},
|
3571
3574
|
{
|
3572
3575
|
"disabled": false,
|
3573
|
-
"document": "库中所有表对应的独立物理文件大小加和(MB
|
3576
|
+
"document": "库中所有表对应的独立物理文件大小加和(MB)。",
|
3574
3577
|
"example": "0.2",
|
3575
3578
|
"member": "float",
|
3576
3579
|
"name": "PhysicalFileSize",
|
3577
3580
|
"output_required": true,
|
3578
3581
|
"type": "float",
|
3579
|
-
"value_allowed_null":
|
3582
|
+
"value_allowed_null": false
|
3580
3583
|
}
|
3581
3584
|
],
|
3582
3585
|
"usage": "out"
|
@@ -3616,7 +3619,7 @@
|
|
3616
3619
|
"example": "性能",
|
3617
3620
|
"member": "string",
|
3618
3621
|
"name": "IssueType",
|
3619
|
-
"
|
3622
|
+
"output_required": true,
|
3620
3623
|
"type": "string",
|
3621
3624
|
"value_allowed_null": false
|
3622
3625
|
},
|
@@ -3626,7 +3629,7 @@
|
|
3626
3629
|
"example": "-20",
|
3627
3630
|
"member": "int64",
|
3628
3631
|
"name": "ScoreLost",
|
3629
|
-
"
|
3632
|
+
"output_required": true,
|
3630
3633
|
"type": "int",
|
3631
3634
|
"value_allowed_null": false
|
3632
3635
|
},
|
@@ -3636,19 +3639,19 @@
|
|
3636
3639
|
"example": "-30",
|
3637
3640
|
"member": "int64",
|
3638
3641
|
"name": "ScoreLostMax",
|
3639
|
-
"
|
3642
|
+
"output_required": true,
|
3640
3643
|
"type": "int",
|
3641
3644
|
"value_allowed_null": false
|
3642
3645
|
},
|
3643
3646
|
{
|
3644
3647
|
"disabled": false,
|
3645
|
-
"document": "
|
3646
|
-
"example": "
|
3648
|
+
"document": "扣分项列表。",
|
3649
|
+
"example": "无",
|
3647
3650
|
"member": "ScoreItem",
|
3648
3651
|
"name": "Items",
|
3649
|
-
"
|
3652
|
+
"output_required": true,
|
3650
3653
|
"type": "list",
|
3651
|
-
"value_allowed_null":
|
3654
|
+
"value_allowed_null": false
|
3652
3655
|
}
|
3653
3656
|
],
|
3654
3657
|
"usage": "out"
|