tccli 3.0.1235.1__py2.py3-none-any.whl → 3.0.1237.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/apm/v20210622/api.json +15 -15
- tccli/services/apm/v20210622/examples.json +16 -22
- tccli/services/ba/v20200720/api.json +3 -2
- tccli/services/billing/v20180709/api.json +2 -2
- tccli/services/cam/v20190116/api.json +84 -69
- tccli/services/cam/v20190116/examples.json +7 -7
- tccli/services/ccc/v20200210/api.json +9 -0
- tccli/services/cdb/cdb_client.py +53 -0
- tccli/services/cdb/v20170320/api.json +43 -0
- tccli/services/cdb/v20170320/examples.json +8 -0
- tccli/services/cfg/v20210820/api.json +21 -0
- tccli/services/cloudapp/v20220530/api.json +10 -0
- tccli/services/cloudaudit/v20190319/api.json +43 -36
- tccli/services/cloudaudit/v20190319/examples.json +2 -2
- tccli/services/cvm/v20170312/api.json +5 -5
- tccli/services/cynosdb/cynosdb_client.py +53 -0
- tccli/services/cynosdb/v20190107/api.json +110 -0
- tccli/services/cynosdb/v20190107/examples.json +8 -0
- tccli/services/domain/v20180808/api.json +18 -17
- tccli/services/domain/v20180808/examples.json +22 -22
- tccli/services/ess/ess_client.py +57 -4
- tccli/services/ess/v20201111/api.json +53 -0
- tccli/services/ess/v20201111/examples.json +8 -0
- tccli/services/essbasic/v20210526/api.json +11 -1
- tccli/services/gwlb/v20240906/api.json +16 -16
- tccli/services/gwlb/v20240906/examples.json +2 -2
- tccli/services/hunyuan/v20230901/api.json +6 -6
- tccli/services/iotexplorer/iotexplorer_client.py +53 -0
- tccli/services/iotexplorer/v20190423/api.json +129 -4
- tccli/services/iotexplorer/v20190423/examples.json +14 -0
- tccli/services/lcic/v20220817/api.json +3 -3
- tccli/services/lcic/v20220817/examples.json +2 -2
- tccli/services/lighthouse/v20200324/examples.json +2 -2
- tccli/services/live/v20180801/api.json +5 -5
- tccli/services/mongodb/v20180408/api.json +52 -40
- tccli/services/mongodb/v20180408/examples.json +4 -4
- tccli/services/mongodb/v20190725/api.json +119 -109
- tccli/services/mongodb/v20190725/examples.json +5 -5
- tccli/services/monitor/v20180724/examples.json +1 -1
- tccli/services/mqtt/v20240516/api.json +1 -1
- tccli/services/mqtt/v20240516/examples.json +1 -1
- tccli/services/pts/v20210728/api.json +8 -0
- tccli/services/sms/v20210111/api.json +1 -1
- tccli/services/ssl/v20191205/examples.json +1 -1
- tccli/services/sts/v20180813/examples.json +1 -1
- tccli/services/tdid/v20210519/api.json +30 -38
- tccli/services/tdid/v20210519/examples.json +5 -5
- tccli/services/trocket/v20230308/api.json +3 -3
- tccli/services/vpc/v20170312/api.json +22 -3
- tccli/services/vpc/v20170312/examples.json +1 -1
- tccli/services/vrs/v20200824/api.json +71 -8
- tccli/services/vrs/v20200824/examples.json +8 -0
- tccli/services/vrs/vrs_client.py +53 -0
- tccli/services/wedata/v20210820/api.json +550 -40
- tccli/services/wedata/v20210820/examples.json +10 -4
- {tccli-3.0.1235.1.dist-info → tccli-3.0.1237.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1235.1.dist-info → tccli-3.0.1237.1.dist-info}/RECORD +61 -61
- {tccli-3.0.1235.1.dist-info → tccli-3.0.1237.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1235.1.dist-info → tccli-3.0.1237.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1235.1.dist-info → tccli-3.0.1237.1.dist-info}/license_files/LICENSE +0 -0
@@ -1237,80 +1237,80 @@
|
|
1237
1237
|
{
|
1238
1238
|
"disabled": false,
|
1239
1239
|
"document": "策略ID",
|
1240
|
-
"example": "",
|
1240
|
+
"example": "9420",
|
1241
1241
|
"member": "uint64",
|
1242
1242
|
"name": "PolicyId",
|
1243
|
-
"
|
1243
|
+
"output_required": true,
|
1244
1244
|
"type": "int",
|
1245
1245
|
"value_allowed_null": false
|
1246
1246
|
},
|
1247
1247
|
{
|
1248
1248
|
"disabled": false,
|
1249
1249
|
"document": "策略名称",
|
1250
|
-
"example": "",
|
1250
|
+
"example": "AdministratorAccess",
|
1251
1251
|
"member": "string",
|
1252
1252
|
"name": "PolicyName",
|
1253
|
-
"
|
1253
|
+
"output_required": true,
|
1254
1254
|
"type": "string",
|
1255
1255
|
"value_allowed_null": false
|
1256
1256
|
},
|
1257
1257
|
{
|
1258
1258
|
"disabled": false,
|
1259
1259
|
"document": "绑定时间",
|
1260
|
-
"example": "",
|
1260
|
+
"example": "2024-12-06 12:00:00",
|
1261
1261
|
"member": "string",
|
1262
1262
|
"name": "AddTime",
|
1263
|
-
"
|
1263
|
+
"output_required": true,
|
1264
1264
|
"type": "string",
|
1265
1265
|
"value_allowed_null": false
|
1266
1266
|
},
|
1267
1267
|
{
|
1268
1268
|
"disabled": false,
|
1269
1269
|
"document": "策略类型,User表示自定义策略,QCS表示预设策略\n注意:此字段可能返回 null,表示取不到有效值。",
|
1270
|
-
"example": "",
|
1270
|
+
"example": "User",
|
1271
1271
|
"member": "string",
|
1272
1272
|
"name": "PolicyType",
|
1273
|
-
"
|
1273
|
+
"output_required": true,
|
1274
1274
|
"type": "string",
|
1275
1275
|
"value_allowed_null": true
|
1276
1276
|
},
|
1277
1277
|
{
|
1278
1278
|
"disabled": false,
|
1279
1279
|
"document": "策略创建方式,1表示按产品功能或项目权限创建,其他表示按策略语法创建",
|
1280
|
-
"example": "",
|
1280
|
+
"example": "1",
|
1281
1281
|
"member": "uint64",
|
1282
1282
|
"name": "CreateMode",
|
1283
|
-
"
|
1283
|
+
"output_required": true,
|
1284
1284
|
"type": "int",
|
1285
1285
|
"value_allowed_null": false
|
1286
1286
|
},
|
1287
1287
|
{
|
1288
1288
|
"disabled": false,
|
1289
1289
|
"document": "是否已下线(0:否 1:是)\n注意:此字段可能返回 null,表示取不到有效值。",
|
1290
|
-
"example": "",
|
1290
|
+
"example": "1",
|
1291
1291
|
"member": "uint64",
|
1292
1292
|
"name": "Deactived",
|
1293
|
-
"
|
1293
|
+
"output_required": true,
|
1294
1294
|
"type": "int",
|
1295
1295
|
"value_allowed_null": true
|
1296
1296
|
},
|
1297
1297
|
{
|
1298
1298
|
"disabled": false,
|
1299
1299
|
"document": "已下线的产品列表\n注意:此字段可能返回 null,表示取不到有效值。",
|
1300
|
-
"example": "",
|
1300
|
+
"example": "[\"ccs\"]",
|
1301
1301
|
"member": "string",
|
1302
1302
|
"name": "DeactivedDetail",
|
1303
|
-
"
|
1303
|
+
"output_required": true,
|
1304
1304
|
"type": "list",
|
1305
1305
|
"value_allowed_null": true
|
1306
1306
|
},
|
1307
1307
|
{
|
1308
1308
|
"disabled": false,
|
1309
1309
|
"document": "策略描述\n注意:此字段可能返回 null,表示取不到有效值。",
|
1310
|
-
"example": "",
|
1310
|
+
"example": "admin policy",
|
1311
1311
|
"member": "string",
|
1312
1312
|
"name": "Description",
|
1313
|
-
"
|
1313
|
+
"output_required": true,
|
1314
1314
|
"type": "string",
|
1315
1315
|
"value_allowed_null": true
|
1316
1316
|
}
|
@@ -3664,10 +3664,10 @@
|
|
3664
3664
|
{
|
3665
3665
|
"disabled": false,
|
3666
3666
|
"document": "策略版本详情\n注意:此字段可能返回 null,表示取不到有效值。",
|
3667
|
-
"example": "
|
3667
|
+
"example": "{\"VersionId\":2,\"CreateDate\":\"2019-08-09T10:31:47Z\",\"IsDefaultVersion\":1,\"Document\":\"{\\\"version\\\":\\\"2.0\\\",\\\"statement\\\":[{\\\"effect\\\":\\\"allow\\\",\\\"action\\\":[\\\"name\\\\/cos:*\\\"],\\\"resource\\\":[\\\"*\\\"]}]}\"}",
|
3668
3668
|
"member": "PolicyVersionDetail",
|
3669
3669
|
"name": "PolicyVersion",
|
3670
|
-
"
|
3670
|
+
"output_required": true,
|
3671
3671
|
"type": "object",
|
3672
3672
|
"value_allowed_null": true
|
3673
3673
|
},
|
@@ -3686,7 +3686,7 @@
|
|
3686
3686
|
{
|
3687
3687
|
"disabled": false,
|
3688
3688
|
"document": "角色ID",
|
3689
|
-
"example": "",
|
3689
|
+
"example": "4611686018441258642",
|
3690
3690
|
"member": "string",
|
3691
3691
|
"name": "RoleId",
|
3692
3692
|
"required": true,
|
@@ -3701,45 +3701,50 @@
|
|
3701
3701
|
{
|
3702
3702
|
"disabled": false,
|
3703
3703
|
"document": "策略ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
3704
|
-
"example": "",
|
3704
|
+
"example": "4221356",
|
3705
3705
|
"member": "int64",
|
3706
3706
|
"name": "PolicyId",
|
3707
|
+
"output_required": true,
|
3707
3708
|
"type": "int",
|
3708
3709
|
"value_allowed_null": true
|
3709
3710
|
},
|
3710
3711
|
{
|
3711
3712
|
"disabled": false,
|
3712
3713
|
"document": "策略名\n注意:此字段可能返回 null,表示取不到有效值。",
|
3713
|
-
"example": "",
|
3714
|
+
"example": "QcloudCOSAccessForCLSRole",
|
3714
3715
|
"member": "string",
|
3715
3716
|
"name": "PolicyName",
|
3717
|
+
"output_required": true,
|
3716
3718
|
"type": "string",
|
3717
3719
|
"value_allowed_null": true
|
3718
3720
|
},
|
3719
3721
|
{
|
3720
3722
|
"disabled": false,
|
3721
3723
|
"document": "策略语法\n注意:此字段可能返回 null,表示取不到有效值。",
|
3722
|
-
"example": "",
|
3724
|
+
"example": "{\"strategyInfo\":{\"version\":\"2.0\",\"statement\":[{\"effect\":\"allow\",\"action\":\"*\",\"resource\":\"*\"}]}}",
|
3723
3725
|
"member": "string",
|
3724
3726
|
"name": "PolicyDocument",
|
3727
|
+
"output_required": true,
|
3725
3728
|
"type": "string",
|
3726
3729
|
"value_allowed_null": true
|
3727
3730
|
},
|
3728
3731
|
{
|
3729
3732
|
"disabled": false,
|
3730
3733
|
"document": "策略类型:1.自定义策略,2.预设策略\n注意:此字段可能返回 null,表示取不到有效值。",
|
3731
|
-
"example": "",
|
3734
|
+
"example": "1",
|
3732
3735
|
"member": "int64",
|
3733
3736
|
"name": "PolicyType",
|
3737
|
+
"output_required": true,
|
3734
3738
|
"type": "int",
|
3735
3739
|
"value_allowed_null": true
|
3736
3740
|
},
|
3737
3741
|
{
|
3738
3742
|
"disabled": false,
|
3739
3743
|
"document": "创建方式:1.按产品功能或项目权限创建,2.按策略语法创建,3.按策略生成器创建,4.按标签授权创建,5.按权限边界规则创建\n注意:此字段可能返回 null,表示取不到有效值。",
|
3740
|
-
"example": "",
|
3744
|
+
"example": "5",
|
3741
3745
|
"member": "int64",
|
3742
3746
|
"name": "CreateMode",
|
3747
|
+
"output_required": true,
|
3743
3748
|
"type": "int",
|
3744
3749
|
"value_allowed_null": true
|
3745
3750
|
},
|
@@ -3918,7 +3923,7 @@
|
|
3918
3923
|
{
|
3919
3924
|
"disabled": false,
|
3920
3925
|
"document": "删除任务ID",
|
3921
|
-
"example": "",
|
3926
|
+
"example": "40082",
|
3922
3927
|
"member": "string",
|
3923
3928
|
"name": "DeletionTaskId",
|
3924
3929
|
"required": true,
|
@@ -3933,36 +3938,40 @@
|
|
3933
3938
|
{
|
3934
3939
|
"disabled": false,
|
3935
3940
|
"document": "状态:NOT_STARTED,IN_PROGRESS,SUCCEEDED,FAILED",
|
3936
|
-
"example": "",
|
3941
|
+
"example": "SUCCEEDED",
|
3937
3942
|
"member": "string",
|
3938
3943
|
"name": "Status",
|
3944
|
+
"output_required": true,
|
3939
3945
|
"type": "string",
|
3940
3946
|
"value_allowed_null": false
|
3941
3947
|
},
|
3942
3948
|
{
|
3943
3949
|
"disabled": false,
|
3944
3950
|
"document": "失败原因",
|
3945
|
-
"example": "",
|
3951
|
+
"example": "ok",
|
3946
3952
|
"member": "string",
|
3947
3953
|
"name": "Reason",
|
3954
|
+
"output_required": true,
|
3948
3955
|
"type": "string",
|
3949
3956
|
"value_allowed_null": false
|
3950
3957
|
},
|
3951
3958
|
{
|
3952
3959
|
"disabled": false,
|
3953
3960
|
"document": "服务类型\n注意:此字段可能返回 null,表示取不到有效值。",
|
3954
|
-
"example": "",
|
3961
|
+
"example": "advisor",
|
3955
3962
|
"member": "string",
|
3956
3963
|
"name": "ServiceType",
|
3964
|
+
"output_required": true,
|
3957
3965
|
"type": "string",
|
3958
3966
|
"value_allowed_null": true
|
3959
3967
|
},
|
3960
3968
|
{
|
3961
3969
|
"disabled": false,
|
3962
3970
|
"document": "服务名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
3963
|
-
"example": "",
|
3971
|
+
"example": "云顾问",
|
3964
3972
|
"member": "string",
|
3965
3973
|
"name": "ServiceName",
|
3974
|
+
"output_required": true,
|
3966
3975
|
"type": "string",
|
3967
3976
|
"value_allowed_null": true
|
3968
3977
|
},
|
@@ -4028,7 +4037,7 @@
|
|
4028
4037
|
{
|
4029
4038
|
"disabled": false,
|
4030
4039
|
"document": "子账号Uin",
|
4031
|
-
"example": "",
|
4040
|
+
"example": "100000546547",
|
4032
4041
|
"member": "int64",
|
4033
4042
|
"name": "TargetUin",
|
4034
4043
|
"required": true,
|
@@ -4043,45 +4052,50 @@
|
|
4043
4052
|
{
|
4044
4053
|
"disabled": false,
|
4045
4054
|
"document": "策略ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
4046
|
-
"example": "",
|
4055
|
+
"example": "213465",
|
4047
4056
|
"member": "int64",
|
4048
4057
|
"name": "PolicyId",
|
4058
|
+
"output_required": true,
|
4049
4059
|
"type": "int",
|
4050
4060
|
"value_allowed_null": true
|
4051
4061
|
},
|
4052
4062
|
{
|
4053
4063
|
"disabled": false,
|
4054
4064
|
"document": "策略名\n注意:此字段可能返回 null,表示取不到有效值。",
|
4055
|
-
"example": "",
|
4065
|
+
"example": "QcloudCOSAccessForCLSRole",
|
4056
4066
|
"member": "string",
|
4057
4067
|
"name": "PolicyName",
|
4068
|
+
"output_required": true,
|
4058
4069
|
"type": "string",
|
4059
4070
|
"value_allowed_null": true
|
4060
4071
|
},
|
4061
4072
|
{
|
4062
4073
|
"disabled": false,
|
4063
4074
|
"document": "策略语法\n注意:此字段可能返回 null,表示取不到有效值。",
|
4064
|
-
"example": "",
|
4075
|
+
"example": "{\"strategyInfo\":{\"version\":\"2.0\",\"statement\":[{\"effect\":\"allow\",\"action\":\"*\",\"resource\":\"*\"}]}}",
|
4065
4076
|
"member": "string",
|
4066
4077
|
"name": "PolicyDocument",
|
4078
|
+
"output_required": true,
|
4067
4079
|
"type": "string",
|
4068
4080
|
"value_allowed_null": true
|
4069
4081
|
},
|
4070
4082
|
{
|
4071
4083
|
"disabled": false,
|
4072
4084
|
"document": "策略类型:1.自定义策略,2.预设策略\n注意:此字段可能返回 null,表示取不到有效值。",
|
4073
|
-
"example": "",
|
4085
|
+
"example": "1",
|
4074
4086
|
"member": "int64",
|
4075
4087
|
"name": "PolicyType",
|
4088
|
+
"output_required": true,
|
4076
4089
|
"type": "int",
|
4077
4090
|
"value_allowed_null": true
|
4078
4091
|
},
|
4079
4092
|
{
|
4080
4093
|
"disabled": false,
|
4081
4094
|
"document": "创建方式:1.按产品功能或项目权限创建,2.按策略语法创建,3.按策略生成器创建,4.按标签授权创建,5.按权限边界规则创建\n注意:此字段可能返回 null,表示取不到有效值。",
|
4082
|
-
"example": "",
|
4095
|
+
"example": "5",
|
4083
4096
|
"member": "int64",
|
4084
4097
|
"name": "CreateMode",
|
4098
|
+
"output_required": true,
|
4085
4099
|
"type": "int",
|
4086
4100
|
"value_allowed_null": true
|
4087
4101
|
},
|
@@ -4521,7 +4535,7 @@
|
|
4521
4535
|
{
|
4522
4536
|
"disabled": false,
|
4523
4537
|
"document": "策略列表",
|
4524
|
-
"example": "
|
4538
|
+
"example": "[{\"OperateOwnerUin\":\"10001\",\"PolicyName\":\"AdministratorAccess\",\"Remark\":\"policy remark\",\"OperateUinType\":1,\"CreateMode\":1,\"Deactived\":1,\"AddTime\":\"2020-09-22 00:00:00\",\"PolicyType\":\"User\",\"PolicyId\":1,\"DeactivedDetail\":[\"bbs\"],\"OperateUin\":\"10001\"}]",
|
4525
4539
|
"member": "AttachPolicyInfo",
|
4526
4540
|
"name": "List",
|
4527
4541
|
"output_required": true,
|
@@ -4570,7 +4584,7 @@
|
|
4570
4584
|
{
|
4571
4585
|
"disabled": false,
|
4572
4586
|
"document": "角色名。用于指定角色,入参 RoleId 与 RoleName 二选一",
|
4573
|
-
"example": "
|
4587
|
+
"example": "dev_role",
|
4574
4588
|
"member": "string",
|
4575
4589
|
"name": "RoleName",
|
4576
4590
|
"required": false,
|
@@ -4588,7 +4602,7 @@
|
|
4588
4602
|
{
|
4589
4603
|
"disabled": false,
|
4590
4604
|
"document": "搜索关键字",
|
4591
|
-
"example": "
|
4605
|
+
"example": "readonly",
|
4592
4606
|
"member": "string",
|
4593
4607
|
"name": "Keyword",
|
4594
4608
|
"required": false,
|
@@ -4603,10 +4617,10 @@
|
|
4603
4617
|
{
|
4604
4618
|
"disabled": false,
|
4605
4619
|
"document": "角色关联的策略列表",
|
4606
|
-
"example": "
|
4620
|
+
"example": "[{\"PolicyName\":\"QcloudAccessForASRole\",\"Description\":\"Free Access to AS Product\",\"CreateMode\":1,\"Deactived\":1,\"AddTime\":\"2019-07-10 11:17:41\",\"PolicyType\":\"QCS\",\"PolicyId\":13847366,\"DeactivedDetail\":[\"bbs\"]}]",
|
4607
4621
|
"member": "AttachedPolicyOfRole",
|
4608
4622
|
"name": "List",
|
4609
|
-
"
|
4623
|
+
"output_required": true,
|
4610
4624
|
"type": "list",
|
4611
4625
|
"value_allowed_null": false
|
4612
4626
|
},
|
@@ -4616,7 +4630,7 @@
|
|
4616
4630
|
"example": "1",
|
4617
4631
|
"member": "uint64",
|
4618
4632
|
"name": "TotalNum",
|
4619
|
-
"
|
4633
|
+
"output_required": true,
|
4620
4634
|
"type": "int",
|
4621
4635
|
"value_allowed_null": false
|
4622
4636
|
},
|
@@ -4763,17 +4777,17 @@
|
|
4763
4777
|
"example": "1",
|
4764
4778
|
"member": "uint64",
|
4765
4779
|
"name": "TotalNum",
|
4766
|
-
"
|
4780
|
+
"output_required": true,
|
4767
4781
|
"type": "int",
|
4768
4782
|
"value_allowed_null": false
|
4769
4783
|
},
|
4770
4784
|
{
|
4771
4785
|
"disabled": false,
|
4772
4786
|
"document": "策略列表",
|
4773
|
-
"example": "
|
4787
|
+
"example": "{\"PolicyId\":109360057,\"PolicyName\":\"policygen-20220103141614\",\"AddTime\":\"2022-01-03 10:38:28\",\"CreateMode\":3,\"Remark\":\"cos policy\",\"OperateOwnerUin\":100008847111,\"OperateUin\":100008847111,\"OperateUinType\":0,\"PolicyType\":\"User\",\"Deactived\":0,\"DeactivedDetail\":[\"bbs\"]}]",
|
4774
4788
|
"member": "AttachPolicyInfo",
|
4775
4789
|
"name": "List",
|
4776
|
-
"
|
4790
|
+
"output_required": true,
|
4777
4791
|
"type": "list",
|
4778
4792
|
"value_allowed_null": false
|
4779
4793
|
},
|
@@ -4948,30 +4962,30 @@
|
|
4948
4962
|
{
|
4949
4963
|
"disabled": false,
|
4950
4964
|
"document": "服务",
|
4951
|
-
"example": "
|
4965
|
+
"example": "{\"ServiceType\":\"cvm\",\"ServiceName\":\"云服务器\"}",
|
4952
4966
|
"member": "ListGrantServiceAccessService",
|
4953
4967
|
"name": "Service",
|
4954
|
-
"
|
4968
|
+
"output_required": true,
|
4955
4969
|
"type": "object",
|
4956
4970
|
"value_allowed_null": false
|
4957
4971
|
},
|
4958
4972
|
{
|
4959
4973
|
"disabled": false,
|
4960
4974
|
"document": "接口信息",
|
4961
|
-
"example": "
|
4975
|
+
"example": "{\"Name\":\"AddInstanceInDeployGroup\",\"Description\":\"新增实例部署组\"}",
|
4962
4976
|
"member": "ListGrantServiceAccessActionNode",
|
4963
4977
|
"name": "Action",
|
4964
|
-
"
|
4978
|
+
"output_required": true,
|
4965
4979
|
"type": "list",
|
4966
4980
|
"value_allowed_null": false
|
4967
4981
|
},
|
4968
4982
|
{
|
4969
4983
|
"disabled": false,
|
4970
4984
|
"document": "授权的策略",
|
4971
|
-
"example": "
|
4985
|
+
"example": "{\"PolicyId\":\"73019980\",\"PolicyName\":\"policygen-20210101\",\"PolicyDescription\":\"cvm custom policy\",\"PolicyType\":\"Custom\"}",
|
4972
4986
|
"member": "ListGrantServiceAccessPolicy",
|
4973
4987
|
"name": "Policy",
|
4974
|
-
"
|
4988
|
+
"output_required": true,
|
4975
4989
|
"type": "list",
|
4976
4990
|
"value_allowed_null": false
|
4977
4991
|
}
|
@@ -5237,10 +5251,10 @@
|
|
5237
5251
|
{
|
5238
5252
|
"disabled": false,
|
5239
5253
|
"document": "列表",
|
5240
|
-
"example": "
|
5254
|
+
"example": "[{\"Service\":{\"ServiceType\":\"cvm\",\"ServiceName\":\"云服务器\"},\"Action\":[{\"Name\":\"AddInstanceInDeployGroup\",\"Description\":\"新增实例部署组\"}],\"Policy\":[{\"PolicyId\":\"73019980\",\"PolicyName\":\"policygen-20210xxxxxxx\",\"PolicyDescription\":\"cvm custom policy\",\"PolicyType\":\"Custom\"}]}]",
|
5241
5255
|
"member": "ListGrantServiceAccessNode",
|
5242
5256
|
"name": "List",
|
5243
|
-
"
|
5257
|
+
"output_required": true,
|
5244
5258
|
"type": "list",
|
5245
5259
|
"value_allowed_null": false
|
5246
5260
|
},
|
@@ -5343,7 +5357,7 @@
|
|
5343
5357
|
{
|
5344
5358
|
"disabled": false,
|
5345
5359
|
"document": "策略ID",
|
5346
|
-
"example": "",
|
5360
|
+
"example": "13847366",
|
5347
5361
|
"member": "uint64",
|
5348
5362
|
"name": "PolicyId",
|
5349
5363
|
"required": true,
|
@@ -5358,9 +5372,10 @@
|
|
5358
5372
|
{
|
5359
5373
|
"disabled": false,
|
5360
5374
|
"document": "策略版本列表\n注意:此字段可能返回 null,表示取不到有效值。",
|
5361
|
-
"example": "",
|
5375
|
+
"example": "[{\"VersionId\":2,\"CreateDate\":\"2019-08-09T10:31:47Z\",\"IsDefaultVersion\":1},{\"VersionId\":3,\"CreateDate\":\"2019-08-09T10:31:47Z\",\"IsDefaultVersion\":0}]",
|
5362
5376
|
"member": "PolicyVersionItem",
|
5363
5377
|
"name": "Versions",
|
5378
|
+
"output_required": true,
|
5364
5379
|
"type": "list",
|
5365
5380
|
"value_allowed_null": true
|
5366
5381
|
},
|
@@ -5882,40 +5897,40 @@
|
|
5882
5897
|
{
|
5883
5898
|
"disabled": false,
|
5884
5899
|
"document": "策略版本号\n注意:此字段可能返回 null,表示取不到有效值。",
|
5885
|
-
"example": "",
|
5900
|
+
"example": "2",
|
5886
5901
|
"member": "uint64",
|
5887
5902
|
"name": "VersionId",
|
5888
|
-
"
|
5903
|
+
"output_required": true,
|
5889
5904
|
"type": "int",
|
5890
5905
|
"value_allowed_null": true
|
5891
5906
|
},
|
5892
5907
|
{
|
5893
5908
|
"disabled": false,
|
5894
5909
|
"document": "策略版本创建时间\n注意:此字段可能返回 null,表示取不到有效值。",
|
5895
|
-
"example": "",
|
5910
|
+
"example": "2019-08-09T10:31:47Z",
|
5896
5911
|
"member": "string",
|
5897
5912
|
"name": "CreateDate",
|
5898
|
-
"
|
5913
|
+
"output_required": true,
|
5899
5914
|
"type": "string",
|
5900
5915
|
"value_allowed_null": true
|
5901
5916
|
},
|
5902
5917
|
{
|
5903
5918
|
"disabled": false,
|
5904
5919
|
"document": "是否是正在生效的版本。0表示不是,1表示是\n注意:此字段可能返回 null,表示取不到有效值。",
|
5905
|
-
"example": "",
|
5920
|
+
"example": "1",
|
5906
5921
|
"member": "uint64",
|
5907
5922
|
"name": "IsDefaultVersion",
|
5908
|
-
"
|
5923
|
+
"output_required": true,
|
5909
5924
|
"type": "int",
|
5910
5925
|
"value_allowed_null": true
|
5911
5926
|
},
|
5912
5927
|
{
|
5913
5928
|
"disabled": false,
|
5914
5929
|
"document": "策略语法文本\n注意:此字段可能返回 null,表示取不到有效值。",
|
5915
|
-
"example": "",
|
5930
|
+
"example": "{\"version\":\"2.0\",\"statement\":[{\"effect\":\"allow\",\"action\":[\"name\\/cos:*\"],\"resource\":[\"*\"]}]}",
|
5916
5931
|
"member": "string",
|
5917
5932
|
"name": "Document",
|
5918
|
-
"
|
5933
|
+
"output_required": true,
|
5919
5934
|
"type": "string",
|
5920
5935
|
"value_allowed_null": true
|
5921
5936
|
}
|
@@ -5928,30 +5943,30 @@
|
|
5928
5943
|
{
|
5929
5944
|
"disabled": false,
|
5930
5945
|
"document": "策略版本号\n注意:此字段可能返回 null,表示取不到有效值。",
|
5931
|
-
"example": "",
|
5946
|
+
"example": "3",
|
5932
5947
|
"member": "uint64",
|
5933
5948
|
"name": "VersionId",
|
5934
|
-
"
|
5949
|
+
"output_required": true,
|
5935
5950
|
"type": "int",
|
5936
5951
|
"value_allowed_null": true
|
5937
5952
|
},
|
5938
5953
|
{
|
5939
5954
|
"disabled": false,
|
5940
5955
|
"document": "策略版本创建时间\n注意:此字段可能返回 null,表示取不到有效值。",
|
5941
|
-
"example": "",
|
5956
|
+
"example": "2019-08-09T10:31:47Z",
|
5942
5957
|
"member": "string",
|
5943
5958
|
"name": "CreateDate",
|
5944
|
-
"
|
5959
|
+
"output_required": true,
|
5945
5960
|
"type": "string",
|
5946
5961
|
"value_allowed_null": true
|
5947
5962
|
},
|
5948
5963
|
{
|
5949
5964
|
"disabled": false,
|
5950
5965
|
"document": "是否是正在生效的版本。0表示不是,1表示是\n注意:此字段可能返回 null,表示取不到有效值。",
|
5951
|
-
"example": "",
|
5966
|
+
"example": "0",
|
5952
5967
|
"member": "int64",
|
5953
5968
|
"name": "IsDefaultVersion",
|
5954
|
-
"
|
5969
|
+
"output_required": true,
|
5955
5970
|
"type": "int",
|
5956
5971
|
"value_allowed_null": true
|
5957
5972
|
}
|
@@ -6841,7 +6856,7 @@
|
|
6841
6856
|
{
|
6842
6857
|
"disabled": false,
|
6843
6858
|
"document": "标签",
|
6844
|
-
"example": "
|
6859
|
+
"example": "[{\"Key\":\"AKey\",\"Value\":\"AValue\"}]",
|
6845
6860
|
"member": "RoleTags",
|
6846
6861
|
"name": "Tags",
|
6847
6862
|
"required": true,
|
@@ -418,7 +418,7 @@
|
|
418
418
|
{
|
419
419
|
"document": "",
|
420
420
|
"input": "https://cam.tencentcloudapi.com/?Action=GetServiceLinkedRoleDeletionStatus\r\n&DeletionTaskId=100\r\n&<公共请求参数>",
|
421
|
-
"output": "{\n \"Response\": {\n \"Status\": \"SUCCEEDED\",\n \"ServiceType\": \"cam\",\n \"ServiceName\": \"访问管理\",\n \"Reason\": \"
|
421
|
+
"output": "{\n \"Response\": {\n \"Status\": \"SUCCEEDED\",\n \"ServiceType\": \"cam\",\n \"ServiceName\": \"访问管理\",\n \"Reason\": \"ok\",\n \"RequestId\": \"c3da1c1c-df35-467d-9335-99c68d993e0a\"\n }\n}",
|
422
422
|
"title": "获取服务相关角色删除状态"
|
423
423
|
}
|
424
424
|
],
|
@@ -458,7 +458,7 @@
|
|
458
458
|
{
|
459
459
|
"document": "查询用户组3349关联的策略列表",
|
460
460
|
"input": "https://cam.tencentcloudapi.com/?Action=ListAttachedGroupPolicies\n&TargetGroupId=3349\n&Page=1\n&Rp=10\n&<公共请求参数>",
|
461
|
-
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"OperateOwnerUin\": \"10001\",\n \"PolicyName\": \"AdministratorAccess\",\n \"Remark\": \"test policy remark\",\n \"OperateUinType\": 1,\n \"CreateMode\": 1,\n \"Deactived\": 1,\n \"AddTime\": \"2020-09-22 00:00:00\",\n \"PolicyType\": \"User\",\n \"PolicyId\": 1,\n \"DeactivedDetail\": [\n \"
|
461
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"OperateOwnerUin\": \"10001\",\n \"PolicyName\": \"AdministratorAccess\",\n \"Remark\": \"test policy remark\",\n \"OperateUinType\": 1,\n \"CreateMode\": 1,\n \"Deactived\": 1,\n \"AddTime\": \"2020-09-22 00:00:00\",\n \"PolicyType\": \"User\",\n \"PolicyId\": 1,\n \"DeactivedDetail\": [\n \"ccs\"\n ],\n \"OperateUin\": \"10001\"\n }\n ],\n \"RequestId\": \"836d7034-9854-44f0-9d4a-ee57842f8644\",\n \"TotalNum\": 1\n }\n}",
|
462
462
|
"title": "查询用户组关联的策略列表"
|
463
463
|
}
|
464
464
|
],
|
@@ -466,7 +466,7 @@
|
|
466
466
|
{
|
467
467
|
"document": "",
|
468
468
|
"input": "https://cam.tencentcloudapi.com/?Action=ListAttachedRolePolicies\n&RoleId=4611686018427397905\n&Page=1\n&Rp=10\n&<公共请求参数>",
|
469
|
-
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"PolicyName\": \"QcloudAccessForASRole\",\n \"Description\": \"
|
469
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"PolicyName\": \"QcloudAccessForASRole\",\n \"Description\": \"Free Access to AS Product\",\n \"CreateMode\": 1,\n \"Deactived\": 1,\n \"AddTime\": \"2019-07-10 11:17:41\",\n \"PolicyType\": \"QCS\",\n \"PolicyId\": 13847366,\n \"DeactivedDetail\": [\n \"bbs\"\n ]\n }\n ],\n \"RequestId\": \"60dc7f3f-5d8b-45e9-b703-5feefac9960c\",\n \"TotalNum\": 1\n }\n}",
|
470
470
|
"title": "获取角色绑定的策略列表"
|
471
471
|
}
|
472
472
|
],
|
@@ -482,7 +482,7 @@
|
|
482
482
|
{
|
483
483
|
"document": "查询绑定到子账号3449203261的策略列表",
|
484
484
|
"input": "https://cam.tencentcloudapi.com/?Action=ListAttachedUserPolicies\n&TargetUin=3449203261\n&Page=1\n&Rp=10\n&<公共请求参数>",
|
485
|
-
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"PolicyId\": 109360057,\n \"PolicyName\": \"
|
485
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"PolicyId\": 109360057,\n \"PolicyName\": \"policygen-20240909141614\",\n \"AddTime\": \"2024-09-09 15:51:40\",\n \"CreateMode\": 3,\n \"Remark\": \"cos policy\",\n \"OperateOwnerUin\": \"100008847111\",\n \"OperateUin\": \"100008847111\",\n \"OperateUinType\": 0,\n \"PolicyType\": \"User\",\n \"Deactived\": 0,\n \"DeactivedDetail\": [\n \"ccs\"\n ]\n }\n ],\n \"TotalNum\": 1,\n \"RequestId\": \"db1cdf3f-9b1a-47c5-88b3-c49089aaa811\"\n }\n}",
|
486
486
|
"title": "查询子账号关联的策略列表"
|
487
487
|
}
|
488
488
|
],
|
@@ -522,7 +522,7 @@
|
|
522
522
|
{
|
523
523
|
"document": "",
|
524
524
|
"input": "POST / HTTP/1.1\nHost: cam.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListPolicies\n<公共请求参数>\n\n{\n \"Rp\": \"1\",\n \"Page\": \"10\"\n}",
|
525
|
-
"output": "{\n \"Response\": {\n \"
|
525
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"PolicyId\": 16313162,\n \"PolicyName\": \"QcloudAccessForCDNRole\",\n \"AddTime\": \"2019-04-19 10:55:31\",\n \"Type\": 2,\n \"Description\": \"腾讯云内容分发网络(CDN)操作权限含日志服务(CLS)的增删改查日志集,增删改查日志主题,搜索下载上传日志。\",\n \"CreateMode\": 2,\n \"Attachments\": 0,\n \"ServiceType\": \"cooperator\",\n \"IsAttached\": 1,\n \"Deactived\": 1,\n \"DeactivedDetail\": [\n \"cvm\"\n ],\n \"IsServiceLinkedPolicy\": 1,\n \"UpdateTime\": \"2019-04-19 10:55:31\",\n \"AttachEntityCount\": 0,\n \"AttachEntityBoundaryCount\": 0\n }\n ],\n \"ServiceTypeList\": [\n \"scf\"\n ],\n \"TotalNum\": 239,\n \"RequestId\": \"ae2bd2b7-1d55-4b0a-8154-e02407a2b390\"\n }\n}",
|
526
526
|
"title": "查看策略列表"
|
527
527
|
}
|
528
528
|
],
|
@@ -530,13 +530,13 @@
|
|
530
530
|
{
|
531
531
|
"document": "",
|
532
532
|
"input": "POST / HTTP/1.1\nHost: cam.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListPoliciesGrantingServiceAccess\n<公共请求参数>\n\n{\n \"TargetUin\": 100000001\n}",
|
533
|
-
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Service\": {\n \"ServiceType\": \"cvm\",\n \"ServiceName\": \"云服务器\"\n },\n \"Action\": [],\n \"Policy\": [\n {\n \"PolicyId\": \"73019980\",\n \"PolicyName\": \"policygen-20210xxxxxxx\",\n \"PolicyDescription\": \"
|
533
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Service\": {\n \"ServiceType\": \"cvm\",\n \"ServiceName\": \"云服务器\"\n },\n \"Action\": [\n {\n \"Name\": \"AddInstanceInDeployGroup\",\n \"Description\": \"新增实例部署组\"\n }\n ],\n \"Policy\": [\n {\n \"PolicyId\": \"73019980\",\n \"PolicyName\": \"policygen-20210xxxxxxx\",\n \"PolicyDescription\": \"cvm custom policy\",\n \"PolicyType\": \"Custom\"\n }\n ]\n }\n ],\n \"RequestId\": \"6de4c96b-60be-4422-8fe8-5ac09707a116\"\n }\n}",
|
534
534
|
"title": "所有已授权服务"
|
535
535
|
},
|
536
536
|
{
|
537
537
|
"document": "",
|
538
538
|
"input": "POST / HTTP/1.1\nHost: cam.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListPoliciesGrantingServiceAccess\n<公共请求参数>\n\n{\n \"TargetUin\": 100000001,\n \"ServiceType\": \"cvm\"\n}",
|
539
|
-
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Service\": {\n \"ServiceType\": \"cvm\",\n \"ServiceName\": \"云服务器\"\n },\n \"Action\": [\n {\n \"Name\": \"AddInstanceInDeployGroup\",\n \"Description\": \"新增实例部署组\"\n }\n ],\n \"Policy\": [\n {\n \"PolicyId\": \"73019980\",\n \"PolicyName\": \"policygen-20210xxxxxxx\",\n \"PolicyDescription\": \"
|
539
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Service\": {\n \"ServiceType\": \"cvm\",\n \"ServiceName\": \"云服务器\"\n },\n \"Action\": [\n {\n \"Name\": \"AddInstanceInDeployGroup\",\n \"Description\": \"新增实例部署组\"\n }\n ],\n \"Policy\": [\n {\n \"PolicyId\": \"73019980\",\n \"PolicyName\": \"policygen-20210xxxxxxx\",\n \"PolicyDescription\": \"cvm custom policy\",\n \"PolicyType\": \"Custom\"\n }\n ]\n }\n ],\n \"RequestId\": \"6de4c96b-60be-4422-8fe8-5ac09707a116\"\n }\n}",
|
540
540
|
"title": "查看已授权服务中所有已授权接口"
|
541
541
|
}
|
542
542
|
],
|
@@ -1692,6 +1692,15 @@
|
|
1692
1692
|
"required": false,
|
1693
1693
|
"type": "string"
|
1694
1694
|
},
|
1695
|
+
{
|
1696
|
+
"disabled": false,
|
1697
|
+
"document": "最大触发AI提示音次数,默认为不限制",
|
1698
|
+
"example": "1",
|
1699
|
+
"member": "uint64",
|
1700
|
+
"name": "NotifyMaxCount",
|
1701
|
+
"required": false,
|
1702
|
+
"type": "int"
|
1703
|
+
},
|
1695
1704
|
{
|
1696
1705
|
"disabled": false,
|
1697
1706
|
"document": "<p>和VoiceType字段需要选填一个,这里是使用自己自定义的TTS,VoiceType是系统内置的一些音色</p>\n<ul>\n<li>Tencent TTS<br>\n配置请参考<a href=\"https://cloud.tencent.com/document/product/1073/92668#55924b56-1a73-4663-a7a1-a8dd82d6e823\" target=\"_blank\">腾讯云TTS文档链接</a></li>\n</ul>\n<div><div class=\"v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class\"><pre class=\"v-md-prism-\"><code>{ \n "TTSType": "tencent", // String TTS类型, 目前支持"tencent" 和 “minixmax”, 其他的厂商支持中\n "AppId": "您的应用ID", // String 必填\n "SecretId": "您的密钥ID", // String 必填\n "SecretKey": "您的密钥Key", // String 必填\n "VoiceType": 101001, // Integer 必填,音色 ID,包括标准音色与精品音色,精品音色拟真度更高,价格不同于标准音色,请参见语音合成计费概述。完整的音色 ID 列表请参见语音合成音色列表。\n "Speed": 1.25, // Integer 非必填,语速,范围:[-2,6],分别对应不同语速: -2: 代表0.6倍 -1: 代表0.8倍 0: 代表1.0倍(默认) 1: 代表1.2倍 2: 代表1.5倍 6: 代表2.5倍 如果需要更细化的语速,可以保留小数点后 2 位,例如0.5/1.25/2.81等。 参数值与实际语速转换,可参考 语速转换\n "Volume": 5, // Integer 非必填,音量大小,范围:[0,10],分别对应11个等级的音量,默认值为0,代表正常音量。\n "PrimaryLanguage": 1, // Integer 可选 主要语言 1-中文(默认) 2-英文 3-日文\n "FastVoiceType": "xxxx" // 可选参数, 快速声音复刻的参数 \n }\n</code></pre>\n\n </div></div><ul>\n<li>Minimax TTS<br>\n配置请参考<a href=\"https://platform.minimaxi.com/document/T2A%20V2?key=66719005a427f0c8a5701643\" target=\"_blank\">Minimax TTS文档链接</a>。注意Minimax TTS存在频率限制,超频可能会导致回答卡顿,<a href=\"https://platform.minimaxi.com/document/Rate%20limits?key=66b19417290299a26b234572\" target=\"_blank\">Minimax TTS频率限制相关文档链接</a>。</li>\n</ul>\n<div><div class=\"v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class\"><pre class=\"v-md-prism-\"><code>{\n "TTSType": "minimax", // String TTS类型, \n "Model": "speech-01-turbo",\n "APIUrl": "https://api.minimax.chat/v1/t2a_v2",\n "APIKey": "eyxxxx",\n "GroupId": "181000000000000",\n "VoiceType":"female-tianmei-jingpin",\n "Speed": 1.2\n}\n</code></pre>\n</div></div><ul>\n<li>火山 TTS</li>\n</ul>\n<p>配置音色类型参考<a href=\"https://www.volcengine.com/docs/6561/162929\" target=\"_blank\">火山TTS文档链接</a><br>\n语音合成音色列表–语音技术-火山引擎<br>\n大模型语音合成音色列表–语音技术-火山引擎</p>\n<div><div class=\"v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class\"><pre class=\"v-md-prism-\"><code>{\n "TTSType": "volcengine", // 必填:String TTS类型\n "AppId" : "xxxxxxxx", // 必填:String 火山引擎分配的Appid\n "Token" : "TY9d4sQXHxxxxxxx", // 必填: String类型 火山引擎的访问token\n "Speed" : 1.0, // 可选参数 语速,默认为1.0\n "Volume": 1.0, // 可选参数, 音量大小, 默认为1.0\n "Cluster" : "volcano_tts", // 可选参数,业务集群, 默认是 volcano_tts\n "VoiceType" : "zh_male_aojiaobazong_moon_bigtts" // 音色类型, 默认为大模型语音合成的音色。 如果使用普通语音合成,则需要填写对应的音色类型。 音色类型填写错误会导致没有声音。\n}\n</code></pre>\n\n</div></div><ul>\n<li>Azure TTS<br>\n配置请参考<a href=\"https://docs.azure.cn/zh-cn/ai-services/speech-service/speech-synthesis-markup-voice\" target=\"_blank\">AzureTTS文档链接</a></li>\n</ul>\n<div><div class=\"v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class\"><pre class=\"v-md-prism-\"><code>{\n "TTSType": "azure", // 必填:String TTS类型\n "SubscriptionKey": "xxxxxxxx", // 必填:String 订阅的Key\n "Region": "chinanorth3", // 必填:String 订阅的地区\n "VoiceName": "zh-CN-XiaoxiaoNeural", // 必填:String 音色名必填\n "Language": "zh-CN", // 必填:String 合成的语言 \n "Rate": 1 // 选填:float 语速 0.5~2 默认为 1\n}\n</code></pre>\n\n</div></div><ul>\n<li>自定义</li>\n</ul>\n<p>TTS<br>\n具体协议规范请参考<a href=\"https://doc.weixin.qq.com/doc/w3_ANQAiAbdAFwHILbJBmtSqSbV1WZ3L?scode=AJEAIQdfAAo5a1xajYANQAiAbdAFw\" target=\"_blank\">腾讯文档</a></p>\n<div><div class=\"v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class\"><pre class=\"v-md-prism-\"><code>{\n "TTSType": "custom", // String 必填\n "APIKey": "ApiKey", // String 必填 用来鉴权\n "APIUrl": "http://0.0.0.0:8080/stream-audio" // String,必填,TTS API URL\n "AudioFormat": "wav", // String, 非必填,期望输出的音频格式,如mp3, ogg_opus,pcm,wav,默认为 wav,目前只支持pcm和wav,\n "SampleRate": 16000, // Integer,非必填,音频采样率,默认为16000(16k),推荐值为16000\n "AudioChannel": 1, // Integer,非必填,音频通道数,取值:1 或 2 默认为1 \n}\n</code></pre>\n\n</div></div>",
|