tccli 3.0.1100.1__py2.py3-none-any.whl → 3.0.1102.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/examples/cdb/v20170320/CloseSSL.md +21 -0
- tccli/examples/cdb/v20170320/DescribeSSLStatus.md +22 -0
- tccli/examples/cdb/v20170320/OpenSSL.md +21 -0
- tccli/examples/cls/v20201016/DeleteConfigExtra.md +1 -1
- tccli/examples/cls/v20201016/DeleteDataTransform.md +1 -1
- tccli/examples/cls/v20201016/ModifyConfigExtra.md +2 -2
- tccli/examples/csip/v20221121/CreateRiskCenterScanTask.md +1 -0
- tccli/examples/csip/v20221121/DescribeRiskCenterAssetViewCFGRiskList.md +1 -0
- tccli/examples/csip/v20221121/DescribeRiskCenterAssetViewPortRiskList.md +1 -0
- tccli/examples/csip/v20221121/DescribeRiskCenterAssetViewVULRiskList.md +1 -0
- tccli/examples/csip/v20221121/DescribeRiskCenterAssetViewWeakPasswordRiskList.md +1 -0
- tccli/examples/csip/v20221121/DescribeRiskCenterPortViewPortRiskList.md +1 -0
- tccli/examples/csip/v20221121/DescribeRiskCenterServerRiskList.md +1 -0
- tccli/examples/csip/v20221121/DescribeRiskCenterVULViewVULRiskList.md +1 -0
- tccli/examples/csip/v20221121/DescribeRiskCenterWebsiteRiskList.md +1 -0
- tccli/examples/csip/v20221121/DescribeScanTaskList.md +1 -0
- tccli/examples/csip/v20221121/DescribeTaskLogURL.md +1 -0
- tccli/examples/csip/v20221121/ModifyRiskCenterRiskStatus.md +1 -0
- tccli/examples/csip/v20221121/ModifyRiskCenterScanTask.md +1 -0
- tccli/examples/postgres/v20170312/ModifyAccountRemark.md +1 -1
- tccli/examples/rum/v20210622/DescribeError.md +1 -1
- tccli/examples/rum/v20210622/ModifyProject.md +1 -1
- tccli/examples/teo/v20220901/DescribeRulesSetting.md +6 -159
- tccli/examples/teo/v20220901/DescribeSecurityIPGroup.md +30 -0
- tccli/examples/trtc/v20190722/CreateCloudRecording.md +2 -2
- tccli/examples/tsf/v20180326/CreateCluster.md +2 -2
- tccli/examples/vpc/v20170312/DeleteVpnGateway.md +1 -2
- tccli/examples/vpc/v20170312/DescribeVpnGatewaySslServers.md +23 -33
- tccli/examples/vpc/v20170312/InquiryPriceCreateVpnGateway.md +11 -3
- tccli/examples/vpc/v20170312/InquiryPriceResetVpnGatewayInternetMaxBandwidth.md +14 -7
- tccli/examples/vpc/v20170312/ModifyVpnGatewayCcnRoutes.md +1 -1
- tccli/examples/wedata/v20210820/DescribeProject.md +58 -1
- tccli/services/cdb/cdb_client.py +163 -4
- tccli/services/cdb/v20170320/api.json +169 -0
- tccli/services/cdb/v20170320/examples.json +24 -0
- tccli/services/cdn/v20180606/api.json +1 -1
- tccli/services/clb/v20180317/api.json +18 -0
- tccli/services/cls/v20201016/api.json +97 -75
- tccli/services/cls/v20201016/examples.json +3 -3
- tccli/services/csip/v20221121/api.json +157 -4
- tccli/services/csip/v20221121/examples.json +13 -13
- tccli/services/cvm/v20170312/api.json +5 -3
- tccli/services/cwp/cwp_client.py +0 -53
- tccli/services/cwp/v20180228/api.json +0 -194
- tccli/services/cwp/v20180228/examples.json +0 -8
- tccli/services/cynosdb/v20190107/api.json +1 -1
- tccli/services/ess/v20201111/api.json +9 -0
- tccli/services/essbasic/v20210526/api.json +19 -1
- tccli/services/hunyuan/v20230901/api.json +2 -2
- tccli/services/monitor/v20180724/api.json +39 -39
- tccli/services/nlp/v20190408/api.json +13 -0
- tccli/services/ocr/v20181119/api.json +1 -1
- tccli/services/postgres/v20170312/examples.json +1 -1
- tccli/services/rum/v20210622/api.json +34 -19
- tccli/services/rum/v20210622/examples.json +16 -16
- tccli/services/ssl/v20191205/api.json +2 -2
- tccli/services/tdmq/v20200217/api.json +111 -1
- tccli/services/teo/teo_client.py +53 -0
- tccli/services/teo/v20220901/api.json +56 -3
- tccli/services/teo/v20220901/examples.json +9 -1
- tccli/services/trtc/v20190722/api.json +24 -6
- tccli/services/trtc/v20190722/examples.json +1 -1
- tccli/services/tsf/v20180326/api.json +80 -42
- tccli/services/tsf/v20180326/examples.json +1 -1
- tccli/services/vod/v20180717/api.json +2 -2
- tccli/services/vpc/v20170312/api.json +36 -23
- tccli/services/vpc/v20170312/examples.json +11 -11
- tccli/services/wedata/v20210820/api.json +465 -0
- tccli/services/wedata/v20210820/examples.json +1 -1
- {tccli-3.0.1100.1.dist-info → tccli-3.0.1102.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1100.1.dist-info → tccli-3.0.1102.1.dist-info}/RECORD +75 -71
- {tccli-3.0.1100.1.dist-info → tccli-3.0.1102.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1100.1.dist-info → tccli-3.0.1102.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1100.1.dist-info → tccli-3.0.1102.1.dist-info}/license_files/LICENSE +0 -0
@@ -2624,6 +2624,315 @@
|
|
2624
2624
|
],
|
2625
2625
|
"usage": "both"
|
2626
2626
|
},
|
2627
|
+
"BaseClusterInfo": {
|
2628
|
+
"document": "集群基础信息",
|
2629
|
+
"members": [
|
2630
|
+
{
|
2631
|
+
"disabled": false,
|
2632
|
+
"document": "集群id\n注意:此字段可能返回 null,表示取不到有效值。",
|
2633
|
+
"example": "43453434sdsd",
|
2634
|
+
"member": "string",
|
2635
|
+
"name": "ClusterId",
|
2636
|
+
"output_required": true,
|
2637
|
+
"type": "string",
|
2638
|
+
"value_allowed_null": true
|
2639
|
+
},
|
2640
|
+
{
|
2641
|
+
"disabled": false,
|
2642
|
+
"document": "集群类型,EMR/CDW等\n注意:此字段可能返回 null,表示取不到有效值。",
|
2643
|
+
"example": "EMR",
|
2644
|
+
"member": "string",
|
2645
|
+
"name": "ClusterType",
|
2646
|
+
"output_required": true,
|
2647
|
+
"type": "string",
|
2648
|
+
"value_allowed_null": true
|
2649
|
+
},
|
2650
|
+
{
|
2651
|
+
"disabled": false,
|
2652
|
+
"document": "集群名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
2653
|
+
"example": "testcluster",
|
2654
|
+
"member": "string",
|
2655
|
+
"name": "ClusterName",
|
2656
|
+
"output_required": true,
|
2657
|
+
"type": "string",
|
2658
|
+
"value_allowed_null": true
|
2659
|
+
},
|
2660
|
+
{
|
2661
|
+
"disabled": false,
|
2662
|
+
"document": "地域中文\n注意:此字段可能返回 null,表示取不到有效值。",
|
2663
|
+
"example": "北京",
|
2664
|
+
"member": "string",
|
2665
|
+
"name": "RegionCn",
|
2666
|
+
"output_required": true,
|
2667
|
+
"type": "string",
|
2668
|
+
"value_allowed_null": true
|
2669
|
+
},
|
2670
|
+
{
|
2671
|
+
"disabled": false,
|
2672
|
+
"document": "地域英文\n注意:此字段可能返回 null,表示取不到有效值。",
|
2673
|
+
"example": "beijing",
|
2674
|
+
"member": "string",
|
2675
|
+
"name": "RegionEn",
|
2676
|
+
"output_required": true,
|
2677
|
+
"type": "string",
|
2678
|
+
"value_allowed_null": true
|
2679
|
+
},
|
2680
|
+
{
|
2681
|
+
"disabled": false,
|
2682
|
+
"document": "地区\n注意:此字段可能返回 null,表示取不到有效值。",
|
2683
|
+
"example": "beijing",
|
2684
|
+
"member": "string",
|
2685
|
+
"name": "RegionArea",
|
2686
|
+
"output_required": true,
|
2687
|
+
"type": "string",
|
2688
|
+
"value_allowed_null": true
|
2689
|
+
},
|
2690
|
+
{
|
2691
|
+
"disabled": false,
|
2692
|
+
"document": "集群是否使用\n注意:此字段可能返回 null,表示取不到有效值。",
|
2693
|
+
"example": "true",
|
2694
|
+
"member": "bool",
|
2695
|
+
"name": "Used",
|
2696
|
+
"output_required": true,
|
2697
|
+
"type": "bool",
|
2698
|
+
"value_allowed_null": true
|
2699
|
+
},
|
2700
|
+
{
|
2701
|
+
"disabled": false,
|
2702
|
+
"document": "集群状态\n注意:此字段可能返回 null,表示取不到有效值。",
|
2703
|
+
"example": "1",
|
2704
|
+
"member": "uint64",
|
2705
|
+
"name": "Status",
|
2706
|
+
"output_required": true,
|
2707
|
+
"type": "int",
|
2708
|
+
"value_allowed_null": true
|
2709
|
+
},
|
2710
|
+
{
|
2711
|
+
"disabled": false,
|
2712
|
+
"document": "集群状态信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
2713
|
+
"example": "success",
|
2714
|
+
"member": "string",
|
2715
|
+
"name": "StatusInfo",
|
2716
|
+
"output_required": true,
|
2717
|
+
"type": "string",
|
2718
|
+
"value_allowed_null": true
|
2719
|
+
},
|
2720
|
+
{
|
2721
|
+
"disabled": false,
|
2722
|
+
"document": "集群存储类型\n注意:此字段可能返回 null,表示取不到有效值。",
|
2723
|
+
"example": "无",
|
2724
|
+
"member": "string",
|
2725
|
+
"name": "StorageType",
|
2726
|
+
"output_required": true,
|
2727
|
+
"type": "string",
|
2728
|
+
"value_allowed_null": true
|
2729
|
+
},
|
2730
|
+
{
|
2731
|
+
"disabled": false,
|
2732
|
+
"document": "集群计算类型\n注意:此字段可能返回 null,表示取不到有效值。",
|
2733
|
+
"example": "无",
|
2734
|
+
"member": "string",
|
2735
|
+
"name": "ComputeType",
|
2736
|
+
"output_required": true,
|
2737
|
+
"type": "string",
|
2738
|
+
"value_allowed_null": true
|
2739
|
+
},
|
2740
|
+
{
|
2741
|
+
"disabled": false,
|
2742
|
+
"document": "集群资源量\n注意:此字段可能返回 null,表示取不到有效值。",
|
2743
|
+
"example": "无",
|
2744
|
+
"member": "string",
|
2745
|
+
"name": "ClusterResource",
|
2746
|
+
"output_required": true,
|
2747
|
+
"type": "string",
|
2748
|
+
"value_allowed_null": true
|
2749
|
+
},
|
2750
|
+
{
|
2751
|
+
"disabled": false,
|
2752
|
+
"document": "集群付费方式\n注意:此字段可能返回 null,表示取不到有效值。",
|
2753
|
+
"example": "test",
|
2754
|
+
"member": "string",
|
2755
|
+
"name": "ChargeType",
|
2756
|
+
"output_required": true,
|
2757
|
+
"type": "string",
|
2758
|
+
"value_allowed_null": true
|
2759
|
+
},
|
2760
|
+
{
|
2761
|
+
"disabled": false,
|
2762
|
+
"document": "集群创建时间\n注意:此字段可能返回 null,表示取不到有效值。",
|
2763
|
+
"example": "2020-09-22T00:00:00+00:00",
|
2764
|
+
"member": "datetime_iso",
|
2765
|
+
"name": "CreateTime",
|
2766
|
+
"output_required": true,
|
2767
|
+
"type": "string",
|
2768
|
+
"value_allowed_null": true
|
2769
|
+
},
|
2770
|
+
{
|
2771
|
+
"disabled": false,
|
2772
|
+
"document": "额外配置\n注意:此字段可能返回 null,表示取不到有效值。",
|
2773
|
+
"example": "无",
|
2774
|
+
"member": "string",
|
2775
|
+
"name": "ExtraConf",
|
2776
|
+
"output_required": true,
|
2777
|
+
"type": "string",
|
2778
|
+
"value_allowed_null": true
|
2779
|
+
},
|
2780
|
+
{
|
2781
|
+
"disabled": false,
|
2782
|
+
"document": "ranger账号名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
2783
|
+
"example": "user",
|
2784
|
+
"member": "string",
|
2785
|
+
"name": "RangerUserName",
|
2786
|
+
"output_required": true,
|
2787
|
+
"type": "string",
|
2788
|
+
"value_allowed_null": true
|
2789
|
+
},
|
2790
|
+
{
|
2791
|
+
"disabled": false,
|
2792
|
+
"document": "cdw账号(用于展示)\n注意:此字段可能返回 null,表示取不到有效值。",
|
2793
|
+
"example": "wedata",
|
2794
|
+
"member": "string",
|
2795
|
+
"name": "CdwUserName",
|
2796
|
+
"output_required": true,
|
2797
|
+
"type": "string",
|
2798
|
+
"value_allowed_null": true
|
2799
|
+
}
|
2800
|
+
],
|
2801
|
+
"usage": "out"
|
2802
|
+
},
|
2803
|
+
"BaseTenant": {
|
2804
|
+
"document": "租户基础信息",
|
2805
|
+
"members": [
|
2806
|
+
{
|
2807
|
+
"disabled": false,
|
2808
|
+
"document": "租户id\n注意:此字段可能返回 null,表示取不到有效值。",
|
2809
|
+
"example": "100010",
|
2810
|
+
"member": "string",
|
2811
|
+
"name": "TenantId",
|
2812
|
+
"output_required": true,
|
2813
|
+
"required": true,
|
2814
|
+
"type": "string",
|
2815
|
+
"value_allowed_null": true
|
2816
|
+
},
|
2817
|
+
{
|
2818
|
+
"disabled": false,
|
2819
|
+
"document": "租户标识\n注意:此字段可能返回 null,表示取不到有效值。",
|
2820
|
+
"example": "testtenant",
|
2821
|
+
"member": "string",
|
2822
|
+
"name": "TenantName",
|
2823
|
+
"output_required": true,
|
2824
|
+
"required": true,
|
2825
|
+
"type": "string",
|
2826
|
+
"value_allowed_null": true
|
2827
|
+
},
|
2828
|
+
{
|
2829
|
+
"disabled": false,
|
2830
|
+
"document": "租户显示名称,一般是中文名\n注意:此字段可能返回 null,表示取不到有效值。",
|
2831
|
+
"example": "测试租户",
|
2832
|
+
"member": "string",
|
2833
|
+
"name": "DisplayName",
|
2834
|
+
"output_required": true,
|
2835
|
+
"required": true,
|
2836
|
+
"type": "string",
|
2837
|
+
"value_allowed_null": true
|
2838
|
+
},
|
2839
|
+
{
|
2840
|
+
"disabled": false,
|
2841
|
+
"document": "备注\n注意:此字段可能返回 null,表示取不到有效值。",
|
2842
|
+
"example": "测试租户备注",
|
2843
|
+
"member": "string",
|
2844
|
+
"name": "Description",
|
2845
|
+
"output_required": true,
|
2846
|
+
"required": true,
|
2847
|
+
"type": "string",
|
2848
|
+
"value_allowed_null": true
|
2849
|
+
},
|
2850
|
+
{
|
2851
|
+
"disabled": false,
|
2852
|
+
"document": "租户主账号\n注意:此字段可能返回 null,表示取不到有效值。",
|
2853
|
+
"example": "12343445",
|
2854
|
+
"member": "string",
|
2855
|
+
"name": "OwnerUserId",
|
2856
|
+
"output_required": true,
|
2857
|
+
"required": true,
|
2858
|
+
"type": "string",
|
2859
|
+
"value_allowed_null": true
|
2860
|
+
},
|
2861
|
+
{
|
2862
|
+
"disabled": false,
|
2863
|
+
"document": "租户的额外配置参数, json格式字符串\n注意:此字段可能返回 null,表示取不到有效值。",
|
2864
|
+
"example": "无",
|
2865
|
+
"member": "string",
|
2866
|
+
"name": "Params",
|
2867
|
+
"output_required": true,
|
2868
|
+
"required": true,
|
2869
|
+
"type": "string",
|
2870
|
+
"value_allowed_null": true
|
2871
|
+
}
|
2872
|
+
],
|
2873
|
+
"usage": "both"
|
2874
|
+
},
|
2875
|
+
"BaseUser": {
|
2876
|
+
"document": "基础用户信息",
|
2877
|
+
"members": [
|
2878
|
+
{
|
2879
|
+
"disabled": false,
|
2880
|
+
"document": "有云的UIN,全局唯一\n注意:此字段可能返回 null,表示取不到有效值。",
|
2881
|
+
"example": "1",
|
2882
|
+
"member": "string",
|
2883
|
+
"name": "UserId",
|
2884
|
+
"output_required": true,
|
2885
|
+
"required": false,
|
2886
|
+
"type": "string",
|
2887
|
+
"value_allowed_null": true
|
2888
|
+
},
|
2889
|
+
{
|
2890
|
+
"disabled": false,
|
2891
|
+
"document": "用户全局唯一标识\n注意:此字段可能返回 null,表示取不到有效值。",
|
2892
|
+
"example": "u100019933",
|
2893
|
+
"member": "string",
|
2894
|
+
"name": "UserName",
|
2895
|
+
"output_required": true,
|
2896
|
+
"required": false,
|
2897
|
+
"type": "string",
|
2898
|
+
"value_allowed_null": true
|
2899
|
+
},
|
2900
|
+
{
|
2901
|
+
"disabled": false,
|
2902
|
+
"document": "用户显示名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
2903
|
+
"example": "xiaoming",
|
2904
|
+
"member": "string",
|
2905
|
+
"name": "DisplayName",
|
2906
|
+
"output_required": true,
|
2907
|
+
"required": false,
|
2908
|
+
"type": "string",
|
2909
|
+
"value_allowed_null": true
|
2910
|
+
},
|
2911
|
+
{
|
2912
|
+
"disabled": false,
|
2913
|
+
"document": "电话号码\n注意:此字段可能返回 null,表示取不到有效值。",
|
2914
|
+
"example": "18888888888",
|
2915
|
+
"member": "string",
|
2916
|
+
"name": "PhoneNum",
|
2917
|
+
"output_required": false,
|
2918
|
+
"required": false,
|
2919
|
+
"type": "string",
|
2920
|
+
"value_allowed_null": true
|
2921
|
+
},
|
2922
|
+
{
|
2923
|
+
"disabled": false,
|
2924
|
+
"document": "邮箱\n注意:此字段可能返回 null,表示取不到有效值。",
|
2925
|
+
"example": "test@test.com",
|
2926
|
+
"member": "string",
|
2927
|
+
"name": "Email",
|
2928
|
+
"output_required": false,
|
2929
|
+
"required": false,
|
2930
|
+
"type": "string",
|
2931
|
+
"value_allowed_null": true
|
2932
|
+
}
|
2933
|
+
],
|
2934
|
+
"usage": "both"
|
2935
|
+
},
|
2627
2936
|
"BatchCreateIntegrationTaskAlarmsRequest": {
|
2628
2937
|
"document": "BatchCreateIntegrationTaskAlarms请求参数结构体",
|
2629
2938
|
"members": [
|
@@ -14706,6 +15015,16 @@
|
|
14706
15015
|
"DescribeProjectResponse": {
|
14707
15016
|
"document": "DescribeProject返回参数结构体",
|
14708
15017
|
"members": [
|
15018
|
+
{
|
15019
|
+
"disabled": false,
|
15020
|
+
"document": "项目信息",
|
15021
|
+
"example": "无",
|
15022
|
+
"member": "Project",
|
15023
|
+
"name": "Data",
|
15024
|
+
"output_required": true,
|
15025
|
+
"type": "object",
|
15026
|
+
"value_allowed_null": false
|
15027
|
+
},
|
14709
15028
|
{
|
14710
15029
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
14711
15030
|
"member": "string",
|
@@ -28955,6 +29274,152 @@
|
|
28955
29274
|
],
|
28956
29275
|
"usage": "both"
|
28957
29276
|
},
|
29277
|
+
"Project": {
|
29278
|
+
"document": "项目信息",
|
29279
|
+
"members": [
|
29280
|
+
{
|
29281
|
+
"disabled": false,
|
29282
|
+
"document": "项目的所在租户ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
29283
|
+
"example": "1",
|
29284
|
+
"member": "string",
|
29285
|
+
"name": "TenantId",
|
29286
|
+
"output_required": true,
|
29287
|
+
"type": "string",
|
29288
|
+
"value_allowed_null": true
|
29289
|
+
},
|
29290
|
+
{
|
29291
|
+
"disabled": false,
|
29292
|
+
"document": "项目id\n注意:此字段可能返回 null,表示取不到有效值。",
|
29293
|
+
"example": "1",
|
29294
|
+
"member": "string",
|
29295
|
+
"name": "ProjectId",
|
29296
|
+
"output_required": true,
|
29297
|
+
"type": "string",
|
29298
|
+
"value_allowed_null": true
|
29299
|
+
},
|
29300
|
+
{
|
29301
|
+
"disabled": false,
|
29302
|
+
"document": "项目标识,英文名\n注意:此字段可能返回 null,表示取不到有效值。",
|
29303
|
+
"example": "testpj",
|
29304
|
+
"member": "string",
|
29305
|
+
"name": "ProjectName",
|
29306
|
+
"output_required": true,
|
29307
|
+
"type": "string",
|
29308
|
+
"value_allowed_null": true
|
29309
|
+
},
|
29310
|
+
{
|
29311
|
+
"disabled": false,
|
29312
|
+
"document": "项目显示名称,可以为中文名\n注意:此字段可能返回 null,表示取不到有效值。",
|
29313
|
+
"example": "项目a",
|
29314
|
+
"member": "string",
|
29315
|
+
"name": "DisplayName",
|
29316
|
+
"output_required": true,
|
29317
|
+
"type": "string",
|
29318
|
+
"value_allowed_null": true
|
29319
|
+
},
|
29320
|
+
{
|
29321
|
+
"disabled": false,
|
29322
|
+
"document": "地域\n注意:此字段可能返回 null,表示取不到有效值。",
|
29323
|
+
"example": "beijing",
|
29324
|
+
"member": "string",
|
29325
|
+
"name": "Region",
|
29326
|
+
"output_required": true,
|
29327
|
+
"type": "string",
|
29328
|
+
"value_allowed_null": true
|
29329
|
+
},
|
29330
|
+
{
|
29331
|
+
"disabled": false,
|
29332
|
+
"document": "备注\n注意:此字段可能返回 null,表示取不到有效值。",
|
29333
|
+
"example": "备注",
|
29334
|
+
"member": "string",
|
29335
|
+
"name": "Description",
|
29336
|
+
"output_required": true,
|
29337
|
+
"type": "string",
|
29338
|
+
"value_allowed_null": true
|
29339
|
+
},
|
29340
|
+
{
|
29341
|
+
"disabled": false,
|
29342
|
+
"document": "创建时间\n注意:此字段可能返回 null,表示取不到有效值。",
|
29343
|
+
"example": "2014-08-03T12:00:00+08:00",
|
29344
|
+
"member": "datetime_iso",
|
29345
|
+
"name": "CreateTime",
|
29346
|
+
"output_required": true,
|
29347
|
+
"type": "string",
|
29348
|
+
"value_allowed_null": true
|
29349
|
+
},
|
29350
|
+
{
|
29351
|
+
"disabled": false,
|
29352
|
+
"document": "创建者\n注意:此字段可能返回 null,表示取不到有效值。",
|
29353
|
+
"example": "无",
|
29354
|
+
"member": "BaseUser",
|
29355
|
+
"name": "Creator",
|
29356
|
+
"output_required": true,
|
29357
|
+
"type": "object",
|
29358
|
+
"value_allowed_null": true
|
29359
|
+
},
|
29360
|
+
{
|
29361
|
+
"disabled": false,
|
29362
|
+
"document": "租户信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
29363
|
+
"example": "无",
|
29364
|
+
"member": "BaseTenant",
|
29365
|
+
"name": "Tenant",
|
29366
|
+
"output_required": true,
|
29367
|
+
"type": "object",
|
29368
|
+
"value_allowed_null": true
|
29369
|
+
},
|
29370
|
+
{
|
29371
|
+
"disabled": false,
|
29372
|
+
"document": "项目的管理员\n注意:此字段可能返回 null,表示取不到有效值。",
|
29373
|
+
"example": "无",
|
29374
|
+
"member": "BaseUser",
|
29375
|
+
"name": "AdminUsers",
|
29376
|
+
"output_required": true,
|
29377
|
+
"type": "list",
|
29378
|
+
"value_allowed_null": true
|
29379
|
+
},
|
29380
|
+
{
|
29381
|
+
"disabled": false,
|
29382
|
+
"document": "项目关联的集群信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
29383
|
+
"example": "无",
|
29384
|
+
"member": "BaseClusterInfo",
|
29385
|
+
"name": "Clusters",
|
29386
|
+
"output_required": true,
|
29387
|
+
"type": "list",
|
29388
|
+
"value_allowed_null": true
|
29389
|
+
},
|
29390
|
+
{
|
29391
|
+
"disabled": false,
|
29392
|
+
"document": "项目的额外配置参数\n注意:此字段可能返回 null,表示取不到有效值。",
|
29393
|
+
"example": "{}",
|
29394
|
+
"member": "string",
|
29395
|
+
"name": "Params",
|
29396
|
+
"output_required": true,
|
29397
|
+
"type": "string",
|
29398
|
+
"value_allowed_null": true
|
29399
|
+
},
|
29400
|
+
{
|
29401
|
+
"disabled": false,
|
29402
|
+
"document": "项目状态:0:禁用,1:启用,-3:禁用中,2:启用中",
|
29403
|
+
"example": "1",
|
29404
|
+
"member": "uint64",
|
29405
|
+
"name": "Status",
|
29406
|
+
"output_required": true,
|
29407
|
+
"type": "int",
|
29408
|
+
"value_allowed_null": false
|
29409
|
+
},
|
29410
|
+
{
|
29411
|
+
"disabled": false,
|
29412
|
+
"document": "项目类型,SIMPLE:简单模式 STANDARD:标准模式\n注意:此字段可能返回 null,表示取不到有效值。",
|
29413
|
+
"example": "STANDARD",
|
29414
|
+
"member": "string",
|
29415
|
+
"name": "Model",
|
29416
|
+
"output_required": false,
|
29417
|
+
"type": "string",
|
29418
|
+
"value_allowed_null": true
|
29419
|
+
}
|
29420
|
+
],
|
29421
|
+
"usage": "out"
|
29422
|
+
},
|
28958
29423
|
"ProjectBaseInfoOpsRequest": {
|
28959
29424
|
"document": "基础信息",
|
28960
29425
|
"members": [
|
@@ -936,7 +936,7 @@
|
|
936
936
|
{
|
937
937
|
"document": "",
|
938
938
|
"input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeProject\n<公共请求参数>\n\n{\n \"ProjectId\": \"9782035857154610592\"\n}",
|
939
|
-
"output": "{\n \"Response\": {\n \"
|
939
|
+
"output": "{\n \"Response\": {\n \"Data\": {\n \"TenantId\": \"abc\",\n \"ProjectId\": \"abc\",\n \"ProjectName\": \"abc\",\n \"DisplayName\": \"abc\",\n \"Region\": \"abc\",\n \"Description\": \"abc\",\n \"CreateTime\": \"2020-09-22T00:00:00+00:00\",\n \"Creator\": {\n \"UserId\": \"abc\",\n \"UserName\": \"abc\",\n \"DisplayName\": \"abc\",\n \"PhoneNum\": \"abc\",\n \"Email\": \"abc\"\n },\n \"Tenant\": {\n \"TenantId\": \"abc\",\n \"TenantName\": \"abc\",\n \"DisplayName\": \"abc\",\n \"Description\": \"abc\",\n \"OwnerUserId\": \"abc\",\n \"Params\": \"abc\"\n },\n \"AdminUsers\": [\n {\n \"UserId\": \"abc\",\n \"UserName\": \"abc\",\n \"DisplayName\": \"abc\",\n \"PhoneNum\": \"abc\",\n \"Email\": \"abc\"\n }\n ],\n \"Clusters\": [\n {\n \"ClusterId\": \"abc\",\n \"ClusterType\": \"abc\",\n \"ClusterName\": \"abc\",\n \"RegionCn\": \"abc\",\n \"RegionEn\": \"abc\",\n \"RegionArea\": \"abc\",\n \"Used\": true,\n \"Status\": 1,\n \"StatusInfo\": \"abc\",\n \"StorageType\": \"abc\",\n \"ComputeType\": \"abc\",\n \"ClusterResource\": \"abc\",\n \"ChargeType\": \"abc\",\n \"CreateTime\": \"2020-09-22T00:00:00+00:00\",\n \"ExtraConf\": \"abc\",\n \"RangerUserName\": \"abc\",\n \"CdwUserName\": \"abc\"\n }\n ],\n \"Params\": \"abc\",\n \"Status\": 1,\n \"Model\": \"abc\"\n },\n \"RequestId\": \"abc\"\n }\n}",
|
940
940
|
"title": "describe project with params"
|
941
941
|
}
|
942
942
|
],
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: tccli
|
3
|
-
Version: 3.0.
|
3
|
+
Version: 3.0.1102.1
|
4
4
|
Summary: Universal Command Line Environment for Tencent Cloud
|
5
5
|
Project-URL: Bug Tracker, https://github.com/TencentCloud/tencentcloud-cli/issues
|
6
6
|
Project-URL: Homepage, https://github.com/TencentCloud/tencentcloud-cli
|
@@ -13,7 +13,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
13
13
|
Classifier: Programming Language :: Python :: 3
|
14
14
|
Requires-Dist: jmespath==0.10.0
|
15
15
|
Requires-Dist: six==1.16.0
|
16
|
-
Requires-Dist: tencentcloud-sdk-python>=3.0.
|
16
|
+
Requires-Dist: tencentcloud-sdk-python>=3.0.1102
|
17
17
|
Description-Content-Type: text/markdown
|
18
18
|
|
19
19
|
# 命令行工具简介
|