tccli 3.0.1119.1__py2.py3-none-any.whl → 3.0.1120.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/bi/v20220105/api.json +32 -0
- tccli/services/cdb/v20170320/api.json +5 -5
- tccli/services/cdb/v20170320/examples.json +1 -1
- tccli/services/cfw/v20190904/api.json +7 -7
- tccli/services/cfw/v20190904/examples.json +3 -3
- tccli/services/dasb/v20191018/api.json +68 -2
- tccli/services/dasb/v20191018/examples.json +3 -3
- tccli/services/dlc/v20210125/api.json +56 -0
- tccli/services/dlc/v20210125/examples.json +1 -1
- tccli/services/ess/v20201111/api.json +1 -1
- tccli/services/essbasic/v20210526/api.json +2 -2
- tccli/services/facefusion/v20220927/api.json +3 -6
- tccli/services/lke/v20231130/api.json +11 -11
- tccli/services/lke/v20231130/examples.json +1 -1
- tccli/services/monitor/v20180724/api.json +4 -3
- tccli/services/monitor/v20180724/examples.json +1 -1
- tccli/services/oceanus/v20190422/api.json +120 -19
- tccli/services/tcss/v20201101/api.json +38 -0
- tccli/services/waf/v20180125/api.json +706 -73
- tccli/services/waf/v20180125/examples.json +5 -5
- {tccli-3.0.1119.1.dist-info → tccli-3.0.1120.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1119.1.dist-info → tccli-3.0.1120.1.dist-info}/RECORD +26 -26
- {tccli-3.0.1119.1.dist-info → tccli-3.0.1120.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1119.1.dist-info → tccli-3.0.1120.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1119.1.dist-info → tccli-3.0.1120.1.dist-info}/license_files/LICENSE +0 -0
@@ -690,7 +690,7 @@
|
|
690
690
|
{
|
691
691
|
"document": "",
|
692
692
|
"input": "POST / HTTP/1.1\nHost: monitor.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeGrafanaInstances\n<公共请求参数>\n\n{\n \"Limit\": 20,\n \"Offset\": 0,\n \"TagFilters\": [\n {\n \"Key\": \"tagKeyTest\",\n \"Value\": \"tagValueTest\"\n }\n ],\n \"InstanceStatus\": [\n 2\n ],\n \"InstanceName\": \"test\",\n \"InstanceIds\": [\n \"grafana-abcdefgh\"\n ]\n}",
|
693
|
-
"output": "{\n \"Response\": {\n \"InstanceSet\": [\n {\n \"
|
693
|
+
"output": "{\n \"Response\": {\n \"InstanceSet\": [\n {\n \"InstanceName\": \"abc\",\n \"InstanceId\": \"abc\",\n \"Region\": \"abc\",\n \"VpcId\": \"abc\",\n \"SubnetIds\": [\n \"abc\"\n ],\n \"InternetUrl\": \"abc\",\n \"InternalUrl\": \"abc\",\n \"CreatedAt\": \"2020-09-22 00:00:00\",\n \"InstanceStatus\": 0,\n \"TagSpecification\": [\n {\n \"Key\": \"abc\",\n \"Value\": \"abc\"\n }\n ],\n \"Zone\": \"abc\",\n \"InstanceChargeType\": 0,\n \"VpcName\": \"abc\",\n \"SubnetName\": \"abc\",\n \"RegionId\": 0,\n \"RootUrl\": \"abc\",\n \"EnableSSO\": true,\n \"Version\": \"abc\",\n \"EnableSSOCamCheck\": true\n }\n ],\n \"TotalCount\": 0,\n \"Instances\": [\n {\n \"InstanceName\": \"abc\",\n \"InstanceId\": \"abc\",\n \"Region\": \"abc\",\n \"VpcId\": \"abc\",\n \"SubnetIds\": [\n \"abc\"\n ],\n \"InternetUrl\": \"abc\",\n \"InternalUrl\": \"abc\",\n \"CreatedAt\": \"2020-09-22 00:00:00\",\n \"InstanceStatus\": 0,\n \"TagSpecification\": [\n {\n \"Key\": \"abc\",\n \"Value\": \"abc\"\n }\n ],\n \"Zone\": \"abc\",\n \"InstanceChargeType\": 0,\n \"VpcName\": \"abc\",\n \"SubnetName\": \"abc\",\n \"RegionId\": 0,\n \"RootUrl\": \"abc\",\n \"EnableSSO\": true,\n \"Version\": \"abc\",\n \"EnableSSOCamCheck\": true\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
|
694
694
|
"title": "列出 Grafana 服务"
|
695
695
|
}
|
696
696
|
],
|
@@ -831,6 +831,36 @@
|
|
831
831
|
"output_required": false,
|
832
832
|
"type": "int",
|
833
833
|
"value_allowed_null": true
|
834
|
+
},
|
835
|
+
{
|
836
|
+
"disabled": false,
|
837
|
+
"document": "2 独享集群\n注意:此字段可能返回 null,表示取不到有效值。",
|
838
|
+
"example": "2",
|
839
|
+
"member": "int64",
|
840
|
+
"name": "Type",
|
841
|
+
"output_required": false,
|
842
|
+
"type": "int",
|
843
|
+
"value_allowed_null": true
|
844
|
+
},
|
845
|
+
{
|
846
|
+
"disabled": false,
|
847
|
+
"document": "子eks集群\n注意:此字段可能返回 null,表示取不到有效值。",
|
848
|
+
"example": "无",
|
849
|
+
"member": "SubEks",
|
850
|
+
"name": "SubEks",
|
851
|
+
"output_required": false,
|
852
|
+
"type": "object",
|
853
|
+
"value_allowed_null": true
|
854
|
+
},
|
855
|
+
{
|
856
|
+
"disabled": false,
|
857
|
+
"document": "上级集群\n注意:此字段可能返回 null,表示取不到有效值。",
|
858
|
+
"example": "无",
|
859
|
+
"member": "string",
|
860
|
+
"name": "AgentSerialId",
|
861
|
+
"output_required": false,
|
862
|
+
"type": "string",
|
863
|
+
"value_allowed_null": true
|
834
864
|
}
|
835
865
|
],
|
836
866
|
"usage": "out"
|
@@ -844,7 +874,7 @@
|
|
844
874
|
"example": "cluster-sdhd0vtz",
|
845
875
|
"member": "string",
|
846
876
|
"name": "ClusterId",
|
847
|
-
"
|
877
|
+
"output_required": true,
|
848
878
|
"type": "string",
|
849
879
|
"value_allowed_null": false
|
850
880
|
},
|
@@ -854,7 +884,7 @@
|
|
854
884
|
"example": "MyClusterName",
|
855
885
|
"member": "string",
|
856
886
|
"name": "Name",
|
857
|
-
"
|
887
|
+
"output_required": true,
|
858
888
|
"type": "string",
|
859
889
|
"value_allowed_null": false
|
860
890
|
},
|
@@ -864,7 +894,7 @@
|
|
864
894
|
"example": "ap-beijing",
|
865
895
|
"member": "string",
|
866
896
|
"name": "Region",
|
867
|
-
"
|
897
|
+
"output_required": true,
|
868
898
|
"type": "string",
|
869
899
|
"value_allowed_null": false
|
870
900
|
},
|
@@ -874,7 +904,7 @@
|
|
874
904
|
"example": "ap-beijing-2",
|
875
905
|
"member": "string",
|
876
906
|
"name": "Zone",
|
877
|
-
"
|
907
|
+
"output_required": true,
|
878
908
|
"type": "string",
|
879
909
|
"value_allowed_null": false
|
880
910
|
},
|
@@ -884,7 +914,7 @@
|
|
884
914
|
"example": "3435324",
|
885
915
|
"member": "int64",
|
886
916
|
"name": "AppId",
|
887
|
-
"
|
917
|
+
"output_required": true,
|
888
918
|
"type": "int",
|
889
919
|
"value_allowed_null": false
|
890
920
|
},
|
@@ -894,7 +924,7 @@
|
|
894
924
|
"example": "123456",
|
895
925
|
"member": "string",
|
896
926
|
"name": "OwnerUin",
|
897
|
-
"
|
927
|
+
"output_required": true,
|
898
928
|
"type": "string",
|
899
929
|
"value_allowed_null": false
|
900
930
|
},
|
@@ -904,7 +934,7 @@
|
|
904
934
|
"example": "123456",
|
905
935
|
"member": "string",
|
906
936
|
"name": "CreatorUin",
|
907
|
-
"
|
937
|
+
"output_required": true,
|
908
938
|
"type": "string",
|
909
939
|
"value_allowed_null": false
|
910
940
|
},
|
@@ -914,7 +944,7 @@
|
|
914
944
|
"example": "2",
|
915
945
|
"member": "int64",
|
916
946
|
"name": "CuNum",
|
917
|
-
"
|
947
|
+
"output_required": true,
|
918
948
|
"type": "int",
|
919
949
|
"value_allowed_null": false
|
920
950
|
},
|
@@ -924,7 +954,7 @@
|
|
924
954
|
"example": "2",
|
925
955
|
"member": "int64",
|
926
956
|
"name": "CuMem",
|
927
|
-
"
|
957
|
+
"output_required": true,
|
928
958
|
"type": "int",
|
929
959
|
"value_allowed_null": false
|
930
960
|
},
|
@@ -934,7 +964,7 @@
|
|
934
964
|
"example": "2",
|
935
965
|
"member": "int64",
|
936
966
|
"name": "Status",
|
937
|
-
"
|
967
|
+
"output_required": true,
|
938
968
|
"type": "int",
|
939
969
|
"value_allowed_null": false
|
940
970
|
},
|
@@ -944,7 +974,7 @@
|
|
944
974
|
"example": "description",
|
945
975
|
"member": "string",
|
946
976
|
"name": "StatusDesc",
|
947
|
-
"
|
977
|
+
"output_required": true,
|
948
978
|
"type": "string",
|
949
979
|
"value_allowed_null": false
|
950
980
|
},
|
@@ -954,7 +984,7 @@
|
|
954
984
|
"example": "xxxx-xx-xx-xxxx",
|
955
985
|
"member": "string",
|
956
986
|
"name": "CreateTime",
|
957
|
-
"
|
987
|
+
"output_required": true,
|
958
988
|
"type": "string",
|
959
989
|
"value_allowed_null": false
|
960
990
|
},
|
@@ -964,7 +994,7 @@
|
|
964
994
|
"example": "xxxx-xx-xx-xxxx",
|
965
995
|
"member": "string",
|
966
996
|
"name": "UpdateTime",
|
967
|
-
"
|
997
|
+
"output_required": true,
|
968
998
|
"type": "string",
|
969
999
|
"value_allowed_null": false
|
970
1000
|
},
|
@@ -974,7 +1004,7 @@
|
|
974
1004
|
"example": "remark",
|
975
1005
|
"member": "string",
|
976
1006
|
"name": "Remark",
|
977
|
-
"
|
1007
|
+
"output_required": true,
|
978
1008
|
"type": "string",
|
979
1009
|
"value_allowed_null": false
|
980
1010
|
},
|
@@ -984,7 +1014,7 @@
|
|
984
1014
|
"example": "2",
|
985
1015
|
"member": "int64",
|
986
1016
|
"name": "NetEnvironmentType",
|
987
|
-
"
|
1017
|
+
"output_required": true,
|
988
1018
|
"type": "int",
|
989
1019
|
"value_allowed_null": false
|
990
1020
|
},
|
@@ -994,7 +1024,7 @@
|
|
994
1024
|
"example": "1",
|
995
1025
|
"member": "int64",
|
996
1026
|
"name": "FreeCuNum",
|
997
|
-
"
|
1027
|
+
"output_required": true,
|
998
1028
|
"type": "int",
|
999
1029
|
"value_allowed_null": false
|
1000
1030
|
},
|
@@ -1004,7 +1034,7 @@
|
|
1004
1034
|
"example": "2.5",
|
1005
1035
|
"member": "float",
|
1006
1036
|
"name": "FreeCu",
|
1007
|
-
"
|
1037
|
+
"output_required": true,
|
1008
1038
|
"type": "float",
|
1009
1039
|
"value_allowed_null": false
|
1010
1040
|
},
|
@@ -1014,7 +1044,7 @@
|
|
1014
1044
|
"example": "2.5",
|
1015
1045
|
"member": "float",
|
1016
1046
|
"name": "RunningCu",
|
1017
|
-
"
|
1047
|
+
"output_required": true,
|
1018
1048
|
"type": "float",
|
1019
1049
|
"value_allowed_null": false
|
1020
1050
|
},
|
@@ -1024,9 +1054,19 @@
|
|
1024
1054
|
"example": "0",
|
1025
1055
|
"member": "int64",
|
1026
1056
|
"name": "PayMode",
|
1027
|
-
"
|
1057
|
+
"output_required": true,
|
1028
1058
|
"type": "int",
|
1029
1059
|
"value_allowed_null": false
|
1060
|
+
},
|
1061
|
+
{
|
1062
|
+
"disabled": false,
|
1063
|
+
"document": "弹性\n注意:此字段可能返回 null,表示取不到有效值。",
|
1064
|
+
"example": "{}",
|
1065
|
+
"member": "SubEks",
|
1066
|
+
"name": "SubEks",
|
1067
|
+
"output_required": false,
|
1068
|
+
"type": "object",
|
1069
|
+
"value_allowed_null": true
|
1030
1070
|
}
|
1031
1071
|
],
|
1032
1072
|
"usage": "out"
|
@@ -6952,6 +6992,67 @@
|
|
6952
6992
|
],
|
6953
6993
|
"type": "object"
|
6954
6994
|
},
|
6995
|
+
"SubEks": {
|
6996
|
+
"document": "混合计费",
|
6997
|
+
"members": [
|
6998
|
+
{
|
6999
|
+
"disabled": false,
|
7000
|
+
"document": "集群id\n注意:此字段可能返回 null,表示取不到有效值。",
|
7001
|
+
"example": "cluster-xxx",
|
7002
|
+
"member": "string",
|
7003
|
+
"name": "SerialId",
|
7004
|
+
"output_required": false,
|
7005
|
+
"required": false,
|
7006
|
+
"type": "string",
|
7007
|
+
"value_allowed_null": true
|
7008
|
+
},
|
7009
|
+
{
|
7010
|
+
"disabled": false,
|
7011
|
+
"document": "cu数\n注意:此字段可能返回 null,表示取不到有效值。",
|
7012
|
+
"example": "20",
|
7013
|
+
"member": "int64",
|
7014
|
+
"name": "CuNum",
|
7015
|
+
"output_required": false,
|
7016
|
+
"required": false,
|
7017
|
+
"type": "int",
|
7018
|
+
"value_allowed_null": true
|
7019
|
+
},
|
7020
|
+
{
|
7021
|
+
"disabled": false,
|
7022
|
+
"document": "状态\n注意:此字段可能返回 null,表示取不到有效值。",
|
7023
|
+
"example": "2",
|
7024
|
+
"member": "int64",
|
7025
|
+
"name": "Status",
|
7026
|
+
"output_required": false,
|
7027
|
+
"required": false,
|
7028
|
+
"type": "int",
|
7029
|
+
"value_allowed_null": true
|
7030
|
+
},
|
7031
|
+
{
|
7032
|
+
"disabled": false,
|
7033
|
+
"document": "状态描述\n注意:此字段可能返回 null,表示取不到有效值。",
|
7034
|
+
"example": "running",
|
7035
|
+
"member": "string",
|
7036
|
+
"name": "StatusDesc",
|
7037
|
+
"output_required": false,
|
7038
|
+
"required": false,
|
7039
|
+
"type": "string",
|
7040
|
+
"value_allowed_null": true
|
7041
|
+
},
|
7042
|
+
{
|
7043
|
+
"disabled": false,
|
7044
|
+
"document": "运行cu\n注意:此字段可能返回 null,表示取不到有效值。",
|
7045
|
+
"example": "0.5",
|
7046
|
+
"member": "float",
|
7047
|
+
"name": "RunningCu",
|
7048
|
+
"output_required": false,
|
7049
|
+
"required": false,
|
7050
|
+
"type": "float",
|
7051
|
+
"value_allowed_null": true
|
7052
|
+
}
|
7053
|
+
],
|
7054
|
+
"usage": "both"
|
7055
|
+
},
|
6955
7056
|
"SubFolderInfo": {
|
6956
7057
|
"document": "子目录信息",
|
6957
7058
|
"members": [
|
@@ -9170,6 +9170,15 @@
|
|
9170
9170
|
"name": "ScanEndTime",
|
9171
9171
|
"required": false,
|
9172
9172
|
"type": "string"
|
9173
|
+
},
|
9174
|
+
{
|
9175
|
+
"disabled": false,
|
9176
|
+
"document": "排除扫描的镜像",
|
9177
|
+
"example": "无",
|
9178
|
+
"member": "string",
|
9179
|
+
"name": "ExcludeImages",
|
9180
|
+
"required": false,
|
9181
|
+
"type": "list"
|
9173
9182
|
}
|
9174
9183
|
],
|
9175
9184
|
"type": "object"
|
@@ -17046,6 +17055,16 @@
|
|
17046
17055
|
"type": "string",
|
17047
17056
|
"value_allowed_null": false
|
17048
17057
|
},
|
17058
|
+
{
|
17059
|
+
"disabled": false,
|
17060
|
+
"document": "排除的扫描镜像\n注意:此字段可能返回 null,表示取不到有效值。",
|
17061
|
+
"example": "无",
|
17062
|
+
"member": "string",
|
17063
|
+
"name": "ExcludeImages",
|
17064
|
+
"output_required": false,
|
17065
|
+
"type": "list",
|
17066
|
+
"value_allowed_null": true
|
17067
|
+
},
|
17049
17068
|
{
|
17050
17069
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
17051
17070
|
"member": "string",
|
@@ -21387,6 +21406,16 @@
|
|
21387
21406
|
"type": "list",
|
21388
21407
|
"value_allowed_null": false
|
21389
21408
|
},
|
21409
|
+
{
|
21410
|
+
"disabled": false,
|
21411
|
+
"document": "排除的镜像资产id\n注意:此字段可能返回 null,表示取不到有效值。",
|
21412
|
+
"example": "无",
|
21413
|
+
"member": "uint64",
|
21414
|
+
"name": "ExcludeImageAssetIds",
|
21415
|
+
"output_required": false,
|
21416
|
+
"type": "list",
|
21417
|
+
"value_allowed_null": true
|
21418
|
+
},
|
21390
21419
|
{
|
21391
21420
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
21392
21421
|
"member": "string",
|
@@ -41279,6 +41308,15 @@
|
|
41279
41308
|
"name": "Namespace",
|
41280
41309
|
"required": false,
|
41281
41310
|
"type": "list"
|
41311
|
+
},
|
41312
|
+
{
|
41313
|
+
"disabled": false,
|
41314
|
+
"document": "排除的镜像资产id",
|
41315
|
+
"example": "无",
|
41316
|
+
"member": "uint64",
|
41317
|
+
"name": "ExcludeImageAssetIds",
|
41318
|
+
"required": false,
|
41319
|
+
"type": "list"
|
41282
41320
|
}
|
41283
41321
|
],
|
41284
41322
|
"type": "object"
|