tccli 3.0.1171.1__py2.py3-none-any.whl → 3.0.1173.1__py2.py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (37) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/billing/v20180709/api.json +125 -5
  3. tccli/services/dlc/v20210125/api.json +137 -19
  4. tccli/services/dlc/v20210125/examples.json +6 -6
  5. tccli/services/es/v20180416/api.json +89 -2
  6. tccli/services/ess/ess_client.py +110 -4
  7. tccli/services/ess/v20201111/api.json +239 -0
  8. tccli/services/ess/v20201111/examples.json +16 -0
  9. tccli/services/essbasic/essbasic_client.py +67 -14
  10. tccli/services/essbasic/v20210526/api.json +103 -0
  11. tccli/services/essbasic/v20210526/examples.json +8 -0
  12. tccli/services/faceid/v20180301/api.json +2 -2
  13. tccli/services/goosefs/v20220519/api.json +56 -11
  14. tccli/services/hunyuan/v20230901/api.json +9 -0
  15. tccli/services/iss/v20230517/api.json +58 -0
  16. tccli/services/iss/v20230517/examples.json +13 -7
  17. tccli/services/mna/mna_client.py +53 -0
  18. tccli/services/mna/v20210119/api.json +80 -0
  19. tccli/services/mna/v20210119/examples.json +8 -0
  20. tccli/services/mongodb/v20190725/api.json +57 -57
  21. tccli/services/mongodb/v20190725/examples.json +2 -2
  22. tccli/services/ms/v20180408/api.json +46 -46
  23. tccli/services/ocr/v20181119/api.json +1 -1
  24. tccli/services/organization/organization_client.py +2837 -293
  25. tccli/services/organization/v20210331/api.json +7182 -1735
  26. tccli/services/organization/v20210331/examples.json +384 -0
  27. tccli/services/tat/tat_client.py +53 -0
  28. tccli/services/tat/v20201028/api.json +149 -5
  29. tccli/services/tat/v20201028/examples.json +8 -0
  30. tccli/services/teo/v20220901/api.json +2 -2
  31. tccli/services/trocket/v20230308/api.json +65 -12
  32. tccli/services/trtc/v20190722/api.json +22 -0
  33. {tccli-3.0.1171.1.dist-info → tccli-3.0.1173.1.dist-info}/METADATA +2 -2
  34. {tccli-3.0.1171.1.dist-info → tccli-3.0.1173.1.dist-info}/RECORD +37 -37
  35. {tccli-3.0.1171.1.dist-info → tccli-3.0.1173.1.dist-info}/WHEEL +0 -0
  36. {tccli-3.0.1171.1.dist-info → tccli-3.0.1173.1.dist-info}/entry_points.txt +0 -0
  37. {tccli-3.0.1171.1.dist-info → tccli-3.0.1173.1.dist-info}/license_files/LICENSE +0 -0
@@ -3200,7 +3200,7 @@
3200
3200
  "example": "无",
3201
3201
  "member": "SpecificationInfo",
3202
3202
  "name": "SpecInfoList",
3203
- "required": true,
3203
+ "output_required": true,
3204
3204
  "type": "list",
3205
3205
  "value_allowed_null": false
3206
3206
  },
@@ -3537,7 +3537,7 @@
3537
3537
  },
3538
3538
  {
3539
3539
  "disabled": false,
3540
- "document": "每个分片的主从节点数量。\n取值范围:请通过接口[DescribeSpecInfo](https://cloud.tencent.com/document/product/240/38567)查询,其返回的数据结构SpecItems中的参数MinNodeNum与MaxNodeNum分别对应其最小值与最大值。",
3540
+ "document": "- 创建副本集实例,指每个副本集内主从节点数量。每个副本集所支持的的最大节点数与最小节点数,请通过接口 [DescribeSpecInfo](https://cloud.tencent.com/document/product/240/38567) 获取。\n- 创建分片集群实例,指每个分片的主从节点数量。每个分片所支持的最大节点数与最小节点数,请通过接口 [DescribeSpecInfo](https://cloud.tencent.com/document/product/240/38567) 获取。",
3541
3541
  "example": "3",
3542
3542
  "member": "int64",
3543
3543
  "name": "NodeNum",
@@ -3564,7 +3564,7 @@
3564
3564
  },
3565
3565
  {
3566
3566
  "disabled": false,
3567
- "document": "实例版本信息。具体支持的版本,请通过接口[DescribeSpecInfo](https://cloud.tencent.com/document/product/240/38567)查询,其返回的数据结构SpecItems中的参数MongoVersionCode为实例所支持的版本信息。版本信息与版本号对应关系如下:\n- MONGO_3_WT:MongoDB 3.2 WiredTiger存储引擎版本。\n- MONGO_3_ROCKS:MongoDB 3.2 RocksDB存储引擎版本。\n- MONGO_36_WT:MongoDB 3.6 WiredTiger存储引擎版本。\n- MONGO_40_WT:MongoDB 4.0 WiredTiger存储引擎版本。\n- MONGO_42_WT:MongoDB 4.2 WiredTiger存储引擎版本。\n- MONGO_44_WT:MongoDB 4.4 WiredTiger存储引擎版本。\n- MONGO_50_WT:MongoDB 5.0 WiredTiger存储引擎版本。",
3567
+ "document": "实例版本信息。具体支持的版本,请通过接口[DescribeSpecInfo](https://cloud.tencent.com/document/product/240/38567)查询,其返回的数据结构SpecItems中的参数MongoVersionCode为实例所支持的版本信息。版本信息与版本号对应关系如下:\n- MONGO_36_WT:MongoDB 3.6 WiredTiger存储引擎版本。\n- MONGO_40_WT:MongoDB 4.0 WiredTiger存储引擎版本。\n- MONGO_42_WT:MongoDB 4.2 WiredTiger存储引擎版本。\n- MONGO_44_WT:MongoDB 4.4 WiredTiger存储引擎版本。\n- MONGO_50_WT:MongoDB 5.0 WiredTiger存储引擎版本。\n- MONGO_60_WT:MongoDB 6.0 WiredTiger存储引擎版本。",
3568
3568
  "example": "MONGO_36_WT",
3569
3569
  "member": "string",
3570
3570
  "name": "MongoVersion",
@@ -3573,7 +3573,7 @@
3573
3573
  },
3574
3574
  {
3575
3575
  "disabled": false,
3576
- "document": "机器类型。\n- HIO:高IO型。\n- HIO10G:高IO万兆型。",
3576
+ "document": "产品规格类型。\n- HIO10G:通用高HIO万兆型。\n- HCD:云盘版。",
3577
3577
  "example": "HIO10G",
3578
3578
  "member": "string",
3579
3579
  "name": "MachineCode",
@@ -3591,7 +3591,7 @@
3591
3591
  },
3592
3592
  {
3593
3593
  "disabled": false,
3594
- "document": "实例类型。\n- REPLSET:副本集。\n- SHARD:分片集群。\n- STANDALONE:单节点。",
3594
+ "document": "实例类型。\n- REPLSET:副本集。\n- SHARD:分片集群。",
3595
3595
  "example": "REPLSET",
3596
3596
  "member": "string",
3597
3597
  "name": "ClusterType",
@@ -3600,7 +3600,7 @@
3600
3600
  },
3601
3601
  {
3602
3602
  "disabled": false,
3603
- "document": "副本集个数。\n- 创建副本集实例时,该参数固定设置为1。\n- 创建分片集群时,指分片数量,请通过接口[DescribeSpecInfo](https://cloud.tencent.com/document/product/240/38567)查询,其返回的数据结构SpecItems中的参数MinReplicateSetNum与MaxReplicateSetNum分别对应其最小值与最大值。\n- 若为单节点实例,该参数固定设置为0。",
3603
+ "document": "- 创建副本集实例,指副本集数量,该参数只能为1。\n- 创建分片集群实例,指分片的数量。请通过接口[DescribeSpecInfo](https://cloud.tencent.com/document/product/240/38567)查询分片数量的取值范围,其返回的数据结构SpecItems中的参数MinReplicateSetNum与MaxReplicateSetNum分别对应其最小值与最大值。",
3604
3604
  "example": "1",
3605
3605
  "member": "int64",
3606
3606
  "name": "ReplicateSetNum",
@@ -3609,7 +3609,7 @@
3609
3609
  },
3610
3610
  {
3611
3611
  "disabled": false,
3612
- "document": "- 选择包年包月计费模式,即 <b>InstanceChargeType </b>设定为<b>PREPAID</b>时,需设定购买实例的时长。该参数取值可选:[1,2,3,4,5,6,7,8,9,10,11,12,24,36];单位:月。\n-选择按量计费,即 <b>InstanceChargeType</b> 设定为 **POSTPAID_BY_HOUR** 时,该参数仅可配置为 1。",
3612
+ "document": "- 选择包年包月计费模式,即 <b>InstanceChargeType </b>设定为<b>PREPAID</b>时,必须设置该参数,指定购买实例的购买时长。取值可选:[1,2,3,4,5,6,7,8,9,10,11,12,24,36];单位:月。\n-选择按量计费,即 <b>InstanceChargeType</b> 设定为 **POSTPAID_BY_HOUR** 时,该参数仅可配置为 1。",
3613
3613
  "example": "1",
3614
3614
  "member": "int64",
3615
3615
  "name": "Period",
@@ -3627,7 +3627,7 @@
3627
3627
  },
3628
3628
  {
3629
3629
  "disabled": false,
3630
- "document": "分片实例询价必填参数,指 Mongos CPU核数,取值范围为[1,16]。",
3630
+ "document": "Mongos CPU 核数,支持1、2、4、8、16。购买分片集群时,必须填写。注意为空时取默认取值为2C。",
3631
3631
  "example": "2",
3632
3632
  "member": "uint64",
3633
3633
  "name": "MongosCpu",
@@ -3636,7 +3636,7 @@
3636
3636
  },
3637
3637
  {
3638
3638
  "disabled": false,
3639
- "document": "分片实例询价必填参数,指 Mongos 内存,取值范围为[2,32],单位:GB。",
3639
+ "document": "Mongos 内存大小。- 购买分片集群时,必须填写。- 单位:GB,支持1核2GB、2核4GB、4核8GB、8核16GB、16核32GB。注意为空时取默认取值为4G。",
3640
3640
  "example": "4",
3641
3641
  "member": "uint64",
3642
3642
  "name": "MongosMemory",
@@ -3645,7 +3645,7 @@
3645
3645
  },
3646
3646
  {
3647
3647
  "disabled": false,
3648
- "document": "分片实例询价必填参数,指 Mongos 个数,取值范围为[3,32]",
3648
+ "document": " Mongos 个数,取值范围为[3,32]。若为分片集群实例询价,则该参数必须设置。注意为空时取默认取值为3个节点。",
3649
3649
  "example": "3",
3650
3650
  "member": "uint64",
3651
3651
  "name": "MongosNum",
@@ -3654,7 +3654,7 @@
3654
3654
  },
3655
3655
  {
3656
3656
  "disabled": false,
3657
- "document": "分片实例询价必填参数,指 ConfigServer CPU核数,取值为1,单位:GB",
3657
+ "document": " ConfigServer CPU核数,取值为1,单位:GB。若为分片集群实例询价,该参数必须设置。",
3658
3658
  "example": "1",
3659
3659
  "member": "uint64",
3660
3660
  "name": "ConfigServerCpu",
@@ -3663,7 +3663,7 @@
3663
3663
  },
3664
3664
  {
3665
3665
  "disabled": false,
3666
- "document": "分片实例询价必填参数,指 ConfigServer 内存大小,取值为2,单位:GB",
3666
+ "document": " ConfigServer 内存大小,取值为2,单位:GB。若为分片集群实例询价,则该参数必须设置。",
3667
3667
  "example": "2",
3668
3668
  "member": "uint64",
3669
3669
  "name": "ConfigServerMemory",
@@ -3672,8 +3672,8 @@
3672
3672
  },
3673
3673
  {
3674
3674
  "disabled": false,
3675
- "document": "分片实例询价必填参数,指 ConfigServer 磁盘大小,取值为 20,单位:GB",
3676
- "example": "50",
3675
+ "document": " ConfigServer 磁盘大小,取值为 20,单位:GB。若为分片集群实例询价,则该参数必须设置。",
3676
+ "example": "20",
3677
3677
  "member": "uint64",
3678
3678
  "name": "ConfigServerVolume",
3679
3679
  "required": false,
@@ -6235,211 +6235,211 @@
6235
6235
  "members": [
6236
6236
  {
6237
6237
  "disabled": false,
6238
- "document": "规格信息标识",
6238
+ "document": "规格信息标识。格式如:mongo.HIO10G.128g。由节点类型、规格类型、内存规格三部分组成。\n- 节点类型,如下所示。\n - mongo:Mongod 节点。\n - mongos:Mongos 节点。\n - cfgstr:Configserver 节点。\n- 规格类型,如下所示。\n - HIO10G:通用高HIO万兆型。\n - HCD:云盘版类型。\n- 内存规格,如下所示:\n - 支持4、8、16、32、64、128、240、512。\n - 单位g:表示GB。128g则表示128GB。",
6239
6239
  "example": "mongo.HIO10G.128g",
6240
6240
  "member": "string",
6241
6241
  "name": "SpecCode",
6242
- "required": true,
6242
+ "output_required": true,
6243
6243
  "type": "string",
6244
6244
  "value_allowed_null": false
6245
6245
  },
6246
6246
  {
6247
6247
  "disabled": false,
6248
- "document": "规格有效标志,取值:0-停止售卖,1-开放售卖",
6248
+ "document": "售卖规格有效标志,取值范围如下:\n- 0:停止售卖,\n- 1:开放售卖。",
6249
6249
  "example": "1",
6250
6250
  "member": "uint64",
6251
6251
  "name": "Status",
6252
- "required": true,
6252
+ "output_required": true,
6253
6253
  "type": "int",
6254
6254
  "value_allowed_null": false
6255
6255
  },
6256
6256
  {
6257
6257
  "disabled": false,
6258
- "document": "计算资源规格,单位为CPU核心数",
6258
+ "document": "计算资源规格,CPU核数。",
6259
6259
  "example": "2",
6260
6260
  "member": "uint64",
6261
6261
  "name": "Cpu",
6262
- "required": true,
6262
+ "output_required": true,
6263
6263
  "type": "int",
6264
6264
  "value_allowed_null": false
6265
6265
  },
6266
6266
  {
6267
6267
  "disabled": false,
6268
- "document": "内存规格,单位为MB",
6268
+ "document": "内存规格,单位为:MB",
6269
6269
  "example": "4096",
6270
6270
  "member": "uint64",
6271
6271
  "name": "Memory",
6272
- "required": true,
6272
+ "output_required": true,
6273
6273
  "type": "int",
6274
6274
  "value_allowed_null": false
6275
6275
  },
6276
6276
  {
6277
6277
  "disabled": false,
6278
- "document": "默认磁盘规格,单位MB",
6278
+ "document": "默认磁盘规格,单位为:MB",
6279
6279
  "example": "3072000",
6280
6280
  "member": "uint64",
6281
6281
  "name": "DefaultStorage",
6282
- "required": true,
6282
+ "output_required": true,
6283
6283
  "type": "int",
6284
6284
  "value_allowed_null": false
6285
6285
  },
6286
6286
  {
6287
6287
  "disabled": false,
6288
- "document": "最大磁盘规格,单位MB",
6288
+ "document": "最大磁盘规格,单位为:MB",
6289
6289
  "example": "5120000",
6290
6290
  "member": "uint64",
6291
6291
  "name": "MaxStorage",
6292
- "required": true,
6292
+ "output_required": true,
6293
6293
  "type": "int",
6294
6294
  "value_allowed_null": false
6295
6295
  },
6296
6296
  {
6297
6297
  "disabled": false,
6298
- "document": "最小磁盘规格,单位MB",
6298
+ "document": "最小磁盘规格,单位为:MB",
6299
6299
  "example": "1536000",
6300
6300
  "member": "uint64",
6301
6301
  "name": "MinStorage",
6302
- "required": true,
6302
+ "output_required": true,
6303
6303
  "type": "int",
6304
6304
  "value_allowed_null": false
6305
6305
  },
6306
6306
  {
6307
6307
  "disabled": false,
6308
- "document": "可承载qps信息",
6308
+ "document": "指每秒最大请求次数,单位为:次/秒。",
6309
6309
  "example": "36000",
6310
6310
  "member": "uint64",
6311
6311
  "name": "Qps",
6312
- "required": true,
6312
+ "output_required": true,
6313
6313
  "type": "int",
6314
6314
  "value_allowed_null": false
6315
6315
  },
6316
6316
  {
6317
6317
  "disabled": false,
6318
- "document": "连接数限制",
6318
+ "document": "规格所支持的最大连接数限制。",
6319
6319
  "example": "20000",
6320
6320
  "member": "uint64",
6321
6321
  "name": "Conns",
6322
- "required": true,
6322
+ "output_required": true,
6323
6323
  "type": "int",
6324
6324
  "value_allowed_null": false
6325
6325
  },
6326
6326
  {
6327
6327
  "disabled": false,
6328
- "document": "实例mongodb版本信息",
6328
+ "document": "实例存储引擎版本信息。\n- MONGO_36_WT:MongoDB 3.6 WiredTiger存储引擎版本。\n- MONGO_40_WT:MongoDB 4.0 WiredTiger存储引擎版本。\n- MONGO_42_WT:MongoDB 4.2 WiredTiger存储引擎版本。\n- MONGO_44_WT:MongoDB 4.4 WiredTiger存储引擎版本。\n- MONGO_50_WT:MongoDB 5.0 WiredTiger存储引擎版本。\n- MONGO_60_WT:MongoDB 6.0 WiredTiger存储引擎版本。",
6329
6329
  "example": "MONGO_36_WT",
6330
6330
  "member": "string",
6331
6331
  "name": "MongoVersionCode",
6332
- "required": true,
6332
+ "output_required": true,
6333
6333
  "type": "string",
6334
6334
  "value_allowed_null": false
6335
6335
  },
6336
6336
  {
6337
6337
  "disabled": false,
6338
- "document": "实例mongodb版本号",
6338
+ "document": "实例版本对应的数字版本。",
6339
6339
  "example": "4",
6340
6340
  "member": "uint64",
6341
6341
  "name": "MongoVersionValue",
6342
- "required": true,
6342
+ "output_required": true,
6343
6343
  "type": "int",
6344
6344
  "value_allowed_null": false
6345
6345
  },
6346
6346
  {
6347
6347
  "disabled": false,
6348
- "document": "实例mongodb版本号(短)",
6348
+ "document": "实例版本信息。支持:3.6、4.2、4.4、5.0、6.0。\n",
6349
6349
  "example": "3.6",
6350
6350
  "member": "string",
6351
6351
  "name": "Version",
6352
- "required": true,
6352
+ "output_required": true,
6353
6353
  "type": "string",
6354
6354
  "value_allowed_null": false
6355
6355
  },
6356
6356
  {
6357
6357
  "disabled": false,
6358
- "document": "存储引擎",
6358
+ "document": "存储引擎。",
6359
6359
  "example": "WiredTiger",
6360
6360
  "member": "string",
6361
6361
  "name": "EngineName",
6362
- "required": true,
6362
+ "output_required": true,
6363
6363
  "type": "string",
6364
6364
  "value_allowed_null": false
6365
6365
  },
6366
6366
  {
6367
6367
  "disabled": false,
6368
- "document": "集群类型,取值:1-分片集群,0-副本集集群",
6368
+ "document": "集群类型,取值如下:\n- 1:分片集群。\n- 0:副本集集群。",
6369
6369
  "example": "1",
6370
6370
  "member": "uint64",
6371
6371
  "name": "ClusterType",
6372
- "required": true,
6372
+ "output_required": true,
6373
6373
  "type": "int",
6374
6374
  "value_allowed_null": false
6375
6375
  },
6376
6376
  {
6377
6377
  "disabled": false,
6378
- "document": "最小副本集从节点数",
6378
+ "document": "每个副本集最小节点数。",
6379
6379
  "example": "3",
6380
6380
  "member": "uint64",
6381
6381
  "name": "MinNodeNum",
6382
- "required": true,
6382
+ "output_required": true,
6383
6383
  "type": "int",
6384
6384
  "value_allowed_null": false
6385
6385
  },
6386
6386
  {
6387
6387
  "disabled": false,
6388
- "document": "最大副本集从节点数",
6388
+ "document": "每个副本集最大节点数。",
6389
6389
  "example": "7",
6390
6390
  "member": "uint64",
6391
6391
  "name": "MaxNodeNum",
6392
- "required": true,
6392
+ "output_required": true,
6393
6393
  "type": "int",
6394
6394
  "value_allowed_null": false
6395
6395
  },
6396
6396
  {
6397
6397
  "disabled": false,
6398
- "document": "最小分片数",
6398
+ "document": "最小分片数。",
6399
6399
  "example": "2",
6400
6400
  "member": "uint64",
6401
6401
  "name": "MinReplicateSetNum",
6402
- "required": true,
6402
+ "output_required": true,
6403
6403
  "type": "int",
6404
6404
  "value_allowed_null": false
6405
6405
  },
6406
6406
  {
6407
6407
  "disabled": false,
6408
- "document": "最大分片数",
6408
+ "document": "最大分片数。",
6409
6409
  "example": "20",
6410
6410
  "member": "uint64",
6411
6411
  "name": "MaxReplicateSetNum",
6412
- "required": true,
6412
+ "output_required": true,
6413
6413
  "type": "int",
6414
6414
  "value_allowed_null": false
6415
6415
  },
6416
6416
  {
6417
6417
  "disabled": false,
6418
- "document": "最小分片从节点数",
6418
+ "document": "每个分片最小节点数。",
6419
6419
  "example": "3",
6420
6420
  "member": "uint64",
6421
6421
  "name": "MinReplicateSetNodeNum",
6422
- "required": true,
6422
+ "output_required": true,
6423
6423
  "type": "int",
6424
6424
  "value_allowed_null": false
6425
6425
  },
6426
6426
  {
6427
6427
  "disabled": false,
6428
- "document": "最大分片从节点数",
6428
+ "document": "每个分片最大节点数。",
6429
6429
  "example": "7",
6430
6430
  "member": "uint64",
6431
6431
  "name": "MaxReplicateSetNodeNum",
6432
- "required": true,
6432
+ "output_required": true,
6433
6433
  "type": "int",
6434
6434
  "value_allowed_null": false
6435
6435
  },
6436
6436
  {
6437
6437
  "disabled": false,
6438
- "document": "机器类型,取值:0-HIO,4-HIO10G",
6439
- "example": "4-HIO10G",
6438
+ "document": "集群的规格类型,取值范围如下:\n- HIO10G:通用高HIO万兆型。\n- HCD:云盘版类型。",
6439
+ "example": "HIO10G",
6440
6440
  "member": "string",
6441
6441
  "name": "MachineType",
6442
- "required": true,
6442
+ "output_required": true,
6443
6443
  "type": "string",
6444
6444
  "value_allowed_null": false
6445
6445
  }
@@ -195,8 +195,8 @@
195
195
  "DescribeSpecInfo": [
196
196
  {
197
197
  "document": "",
198
- "input": "POST / HTTP/1.1\nHost: mongodb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSpecInfo\n<公共请求参数>\n\n{\n \"Zone\": \"xx\"\n}",
199
- "output": "{\n \"Response\": {\n \"RequestId\": \"a8c7ade4-2d22-4f5e-9e71-f546f15e6d67\",\n \"SpecInfoList\": [\n {\n \"Region\": \"ap-guangzhou\",\n \"SpecItems\": [\n {\n \"ClusterType\": 0,\n \"Conns\": 1500,\n \"Cpu\": 2,\n \"DefaultStorage\": 25600,\n \"EngineName\": \"WiredTiger\",\n \"MachineType\": \"HIO10G\",\n \"MaxNodeNum\": 3,\n \"MaxReplicateSetNodeNum\": 5,\n \"MaxReplicateSetNum\": 20,\n \"MaxStorage\": 512000,\n \"Memory\": 4096,\n \"MinNodeNum\": 3,\n \"MinReplicateSetNodeNum\": 3,\n \"MinReplicateSetNum\": 2,\n \"MinStorage\": 102400,\n \"MongoVersionCode\": \"MONGO_36_WT\",\n \"MongoVersionValue\": 4,\n \"Qps\": 5000,\n \"SpecCode\": \"mongo.HIO10G.4g\",\n \"Status\": 1,\n \"Version\": \"3.6\"\n },\n {\n \"ClusterType\": 0,\n \"Conns\": 1500,\n \"Cpu\": 2,\n \"DefaultStorage\": 25600,\n \"EngineName\": \"WiredTiger\",\n \"MachineType\": \"HIO10G\",\n \"MaxNodeNum\": 3,\n \"MaxReplicateSetNodeNum\": 5,\n \"MaxReplicateSetNum\": 20,\n \"MaxStorage\": 512000,\n \"Memory\": 4096,\n \"MinNodeNum\": 3,\n \"MinReplicateSetNodeNum\": 3,\n \"MinReplicateSetNum\": 2,\n \"MinStorage\": 102400,\n \"MongoVersionCode\": \"MONGO_3_WT\",\n \"MongoVersionValue\": 2,\n \"Qps\": 5000,\n \"SpecCode\": \"mongo.HIO10G.4g\",\n \"Status\": 1,\n \"Version\": \"3.2\"\n },\n {\n \"ClusterType\": 1,\n \"Conns\": 15000,\n \"Cpu\": 48,\n \"DefaultStorage\": 4096000,\n \"EngineName\": \"WiredTiger\",\n \"MachineType\": \"HIO10G\",\n \"MaxNodeNum\": 3,\n \"MaxReplicateSetNodeNum\": 5,\n \"MaxReplicateSetNum\": 20,\n \"MaxStorage\": 6144000,\n \"Memory\": 524288,\n \"MinNodeNum\": 3,\n \"MinReplicateSetNodeNum\": 3,\n \"MinReplicateSetNum\": 2,\n \"MinStorage\": 1536000,\n \"MongoVersionCode\": \"MONGO_36_WT\",\n \"MongoVersionValue\": 4,\n \"Qps\": 42000,\n \"SpecCode\": \"mongo.HIO10G.512g\",\n \"Status\": 1,\n \"Version\": \"3.6\"\n }\n ],\n \"Zone\": \"ap-guangzhou-3\"\n }\n ]\n }\n}",
198
+ "input": "POST / HTTP/1.1\nHost: mongodb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSpecInfo\n<公共请求参数>\n\n{\n \"Zone\": \"ap-guangzhou\"\n}",
199
+ "output": "{\n \"Response\": {\n \"RequestId\": \"a8c7ade4-2d22-4f5e-9e71-f546f15e6d67\",\n \"SpecInfoList\": [\n {\n \"Region\": \"ap-guangzhou\",\n \"SpecItems\": [\n {\n \"ClusterType\": 0,\n \"Conns\": 1500,\n \"Cpu\": 2,\n \"DefaultStorage\": 25600,\n \"EngineName\": \"WiredTiger\",\n \"MachineType\": \"HIO10G\",\n \"MaxNodeNum\": 3,\n \"MaxReplicateSetNodeNum\": 5,\n \"MaxReplicateSetNum\": 20,\n \"MaxStorage\": 512000,\n \"Memory\": 4096,\n \"MinNodeNum\": 3,\n \"MinReplicateSetNodeNum\": 3,\n \"MinReplicateSetNum\": 2,\n \"MinStorage\": 102400,\n \"MongoVersionCode\": \"MONGO_36_WT\",\n \"MongoVersionValue\": 4,\n \"Qps\": 5000,\n \"SpecCode\": \"mongo.HIO10G.4g\",\n \"Status\": 1,\n \"Version\": \"3.6\"\n },\n {\n \"ClusterType\": 0,\n \"Conns\": 1500,\n \"Cpu\": 2,\n \"DefaultStorage\": 25600,\n \"EngineName\": \"WiredTiger\",\n \"MachineType\": \"HIO10G\",\n \"MaxNodeNum\": 3,\n \"MaxReplicateSetNodeNum\": 5,\n \"MaxReplicateSetNum\": 20,\n \"MaxStorage\": 512000,\n \"Memory\": 4096,\n \"MinNodeNum\": 3,\n \"MinReplicateSetNodeNum\": 3,\n \"MinReplicateSetNum\": 2,\n \"MinStorage\": 102400,\n \"MongoVersionCode\": \"MONGO_3_WT\",\n \"MongoVersionValue\": 2,\n \"Qps\": 5000,\n \"SpecCode\": \"mongo.HIO10G.4g\",\n \"Status\": 1,\n \"Version\": \"3.2\"\n },\n {\n \"ClusterType\": 1,\n \"Conns\": 15000,\n \"Cpu\": 48,\n \"DefaultStorage\": 4096000,\n \"EngineName\": \"WiredTiger\",\n \"MachineType\": \"HIO10G\",\n \"MaxNodeNum\": 3,\n \"MaxReplicateSetNodeNum\": 5,\n \"MaxReplicateSetNum\": 20,\n \"MaxStorage\": 6144000,\n \"Memory\": 524288,\n \"MinNodeNum\": 3,\n \"MinReplicateSetNodeNum\": 3,\n \"MinReplicateSetNum\": 2,\n \"MinStorage\": 1536000,\n \"MongoVersionCode\": \"MONGO_36_WT\",\n \"MongoVersionValue\": 4,\n \"Qps\": 42000,\n \"SpecCode\": \"mongo.HIO10G.512g\",\n \"Status\": 1,\n \"Version\": \"3.6\"\n }\n ],\n \"SupportMultiAZ\": 1,\n \"Zone\": \"ap-guangzhou-3\"\n }\n ]\n }\n}",
200
200
  "title": "查询云数据库售卖"
201
201
  }
202
202
  ],
@@ -1,165 +1,165 @@
1
1
  {
2
2
  "actions": {
3
3
  "CancelEncryptTask": {
4
- "document": "该接口供渠道合作应用加固使用,接口调用有白名单用户限制,取消渠道合作加固中的任务",
4
+ "document": "产品已经停止售卖\n\n该接口供渠道合作应用加固使用,接口调用有白名单用户限制,取消渠道合作加固中的任务",
5
5
  "input": "CancelEncryptTaskRequest",
6
6
  "name": "取消渠道合作加固任务",
7
7
  "output": "CancelEncryptTaskResponse",
8
- "status": "online"
8
+ "status": "deprecated"
9
9
  },
10
10
  "CreateBindInstance": {
11
- "document": "将应用和资源进行绑定。(注意:根据国家互联网用户实名制相关要求,使用该产品前,需先完成实名认证。)",
11
+ "document": "产品已经停止售卖\n\n将应用和资源进行绑定。(注意:根据国家互联网用户实名制相关要求,使用该产品前,需先完成实名认证。)",
12
12
  "input": "CreateBindInstanceRequest",
13
13
  "name": "将应用绑定到资源",
14
14
  "output": "CreateBindInstanceResponse",
15
- "status": "online"
15
+ "status": "deprecated"
16
16
  },
17
17
  "CreateCosSecKeyInstance": {
18
- "document": "获取云COS文件存储临时密钥,密钥仅限于临时上传文件,有访问限制和时效性,请保管好临时密钥。",
18
+ "document": "产品已经停止售卖\n\n获取云COS文件存储临时密钥,密钥仅限于临时上传文件,有访问限制和时效性,请保管好临时密钥。",
19
19
  "input": "CreateCosSecKeyInstanceRequest",
20
20
  "name": "获取云COS临时密钥",
21
21
  "output": "CreateCosSecKeyInstanceResponse",
22
- "status": "online"
22
+ "status": "deprecated"
23
23
  },
24
24
  "CreateEncryptInstance": {
25
- "document": "该接口供渠道合作应用加固使用,接口调用有白名单用户限制,用于创建加固任务。",
25
+ "document": "产品已经停止售卖\n\n该接口供渠道合作应用加固使用,接口调用有白名单用户限制,用于创建加固任务。",
26
26
  "input": "CreateEncryptInstanceRequest",
27
27
  "name": "创建渠道合作应用加固任务",
28
28
  "output": "CreateEncryptInstanceResponse",
29
- "status": "online"
29
+ "status": "deprecated"
30
30
  },
31
31
  "CreateOrderInstance": {
32
- "document": "该接口供渠道合作应用加固使用,接口调用有白名单用户限制。\n订单类型有:免费试用、按年收费、按次收费。\n应用加固支持的平台类型有:android加固 、ios源码混淆 、sdk加固、applet小程序加固",
32
+ "document": "产品已经停止售卖\n\n该接口供渠道合作应用加固使用,接口调用有白名单用户限制。\n订单类型有:免费试用、按年收费、按次收费。\n应用加固支持的平台类型有:android加固 、ios源码混淆 、sdk加固、applet小程序加固",
33
33
  "input": "CreateOrderInstanceRequest",
34
34
  "name": "创建渠道合作应用加固订单",
35
35
  "output": "CreateOrderInstanceResponse",
36
- "status": "online"
36
+ "status": "deprecated"
37
37
  },
38
38
  "CreateResourceInstances": {
39
- "document": "用户可以使用该接口自建资源,只支持白名单用户",
39
+ "document": "产品已经停止售卖\n\n用户可以使用该接口自建资源,只支持白名单用户",
40
40
  "input": "CreateResourceInstancesRequest",
41
41
  "name": "创建资源",
42
42
  "output": "CreateResourceInstancesResponse",
43
- "status": "online"
43
+ "status": "deprecated"
44
44
  },
45
45
  "CreateShieldInstance": {
46
- "document": "用户通过该接口提交应用进行应用加固,加固后需通过DescribeShieldResult接口查询加固结果。(注意:根据国家互联网用户实名制相关要求,使用该产品前,需先完成实名认证。)",
46
+ "document": "产品已经停止售卖\n\n用户通过该接口提交应用进行应用加固,加固后需通过DescribeShieldResult接口查询加固结果。(注意:根据国家互联网用户实名制相关要求,使用该产品前,需先完成实名认证。)",
47
47
  "input": "CreateShieldInstanceRequest",
48
48
  "name": "提交加固基础数据",
49
49
  "output": "CreateShieldInstanceResponse",
50
- "status": "online"
50
+ "status": "deprecated"
51
51
  },
52
52
  "CreateShieldPlanInstance": {
53
- "document": "对资源进行策略新增。(注意:根据国家互联网用户实名制相关要求,使用该产品前,需先完成实名认证。)",
53
+ "document": "产品已经停止售卖\n\n对资源进行策略新增。(注意:根据国家互联网用户实名制相关要求,使用该产品前,需先完成实名认证。)",
54
54
  "input": "CreateShieldPlanInstanceRequest",
55
55
  "name": "新增加固策略",
56
56
  "output": "CreateShieldPlanInstanceResponse",
57
- "status": "online"
57
+ "status": "deprecated"
58
58
  },
59
59
  "DeleteShieldInstances": {
60
- "document": "删除一个或者多个app加固信息。(注意:根据国家互联网用户实名制相关要求,使用该产品前,需先完成实名认证。)",
60
+ "document": "产品已经停止售卖\n\n删除一个或者多个app加固信息。(注意:根据国家互联网用户实名制相关要求,使用该产品前,需先完成实名认证。)",
61
61
  "input": "DeleteShieldInstancesRequest",
62
62
  "name": "批量删除提交过的app信息",
63
63
  "output": "DeleteShieldInstancesResponse",
64
- "status": "online"
64
+ "status": "deprecated"
65
65
  },
66
66
  "DescribeApkDetectionResult": {
67
- "document": "该接口采用同步模式请求腾讯APK云检测服务,即时返回检测数据,需要用户用轮询的方式调用本接口来进行样本送检并获取检测结果(每隔60s发送一次请求,传相同的参数,重试30次),一般情况下0.5h内会出检测结果,最长时间是3h。当Result为ok并且ResultList数组非空有值时,代表检测完毕,若长时间获取不到检测结果,请联系客服。",
67
+ "document": "产品已经停止售卖\n\n该接口采用同步模式请求腾讯APK云检测服务,即时返回检测数据,需要用户用轮询的方式调用本接口来进行样本送检并获取检测结果(每隔60s发送一次请求,传相同的参数,重试30次),一般情况下0.5h内会出检测结果,最长时间是3h。当Result为ok并且ResultList数组非空有值时,代表检测完毕,若长时间获取不到检测结果,请联系客服。",
68
68
  "input": "DescribeApkDetectionResultRequest",
69
69
  "name": "环境安全检测-apk检测",
70
70
  "output": "DescribeApkDetectionResultResponse",
71
- "status": "online"
71
+ "status": "deprecated"
72
72
  },
73
73
  "DescribeEncryptInstances": {
74
- "document": "该接口供渠道合作应用加固使用,接口调用有白名单用户限制,用于查询加固任务,入参中的条件过滤字段均为精准匹配。支持功能点: 1. 多任务分页查询 2.根据任务Id唯一值查询单记录",
74
+ "document": "产品已经停止售卖\n\n该接口供渠道合作应用加固使用,接口调用有白名单用户限制,用于查询加固任务,入参中的条件过滤字段均为精准匹配。支持功能点: 1. 多任务分页查询 2.根据任务Id唯一值查询单记录",
75
75
  "input": "DescribeEncryptInstancesRequest",
76
76
  "name": "查询渠道合作加固任务",
77
77
  "output": "DescribeEncryptInstancesResponse",
78
- "status": "online"
78
+ "status": "deprecated"
79
79
  },
80
80
  "DescribeEncryptPlan": {
81
- "document": "该接口供渠道合作应用加固使用,接口调用有白名单用户限制。入参中的条件过滤字段均为精准匹配。",
81
+ "document": "产品已经停止售卖\n\n该接口供渠道合作应用加固使用,接口调用有白名单用户限制。入参中的条件过滤字段均为精准匹配。",
82
82
  "input": "DescribeEncryptPlanRequest",
83
83
  "name": "载入渠道合作加固上次使用的加固配置",
84
84
  "output": "DescribeEncryptPlanResponse",
85
- "status": "online"
85
+ "status": "deprecated"
86
86
  },
87
87
  "DescribeOrderInstances": {
88
- "document": "该接口供渠道合作应用加固使用,接口调用有白名单用户限制。 接口返回的结果为:创建订单后,订单审批状态信息,以及与订单关联的资源状态等信息,入参中的条件过滤字段均为精准匹配.\n接口功能点:\n1.支持多订单分页查询;\n2.支持唯一订单号精准匹配查询;\n3.支持唯一资源号精准匹配查询;",
88
+ "document": "产品已经停止售卖\n\n该接口供渠道合作应用加固使用,接口调用有白名单用户限制。 接口返回的结果为:创建订单后,订单审批状态信息,以及与订单关联的资源状态等信息,入参中的条件过滤字段均为精准匹配.\n接口功能点:\n1.支持多订单分页查询;\n2.支持唯一订单号精准匹配查询;\n3.支持唯一资源号精准匹配查询;",
89
89
  "input": "DescribeOrderInstancesRequest",
90
90
  "name": "查询渠道合作应用加固订单信息",
91
91
  "output": "DescribeOrderInstancesResponse",
92
- "status": "online"
92
+ "status": "deprecated"
93
93
  },
94
94
  "DescribeResourceInstances": {
95
- "document": "获取某个用户的所有资源信息。(注意:根据国家互联网用户实名制相关要求,使用该产品前,需先完成实名认证。)",
95
+ "document": "产品已经停止售卖\n\n获取某个用户的所有资源信息。(注意:根据国家互联网用户实名制相关要求,使用该产品前,需先完成实名认证。)",
96
96
  "input": "DescribeResourceInstancesRequest",
97
97
  "name": "获取用户的所有资源信息",
98
98
  "output": "DescribeResourceInstancesResponse",
99
- "status": "online"
99
+ "status": "deprecated"
100
100
  },
101
101
  "DescribeShieldInstances": {
102
- "document": "本接口用于查看app列表。\n可以通过指定任务唯一标识ItemId来查询指定app的详细信息,或通过设定过滤器来查询满足过滤条件的app的详细信息。 指定偏移(Offset)和限制(Limit)来选择结果中的一部分,默认返回满足条件的前20个app信息。(注意:根据国家互联网用户实名制相关要求,使用该产品前,需先完成实名认证。)\n",
102
+ "document": "产品已经停止售卖\n\n本接口用于查看app列表。\n可以通过指定任务唯一标识ItemId来查询指定app的详细信息,或通过设定过滤器来查询满足过滤条件的app的详细信息。 指定偏移(Offset)和限制(Limit)来选择结果中的一部分,默认返回满足条件的前20个app信息。(注意:根据国家互联网用户实名制相关要求,使用该产品前,需先完成实名认证。)\n",
103
103
  "input": "DescribeShieldInstancesRequest",
104
104
  "name": "用户查询提交过的app列表",
105
105
  "output": "DescribeShieldInstancesResponse",
106
- "status": "online"
106
+ "status": "deprecated"
107
107
  },
108
108
  "DescribeShieldPlanInstance": {
109
- "document": "查询加固策略。(注意:根据国家互联网用户实名制相关要求,使用该产品前,需先完成实名认证。)",
109
+ "document": "产品已经停止售卖\n\n查询加固策略。(注意:根据国家互联网用户实名制相关要求,使用该产品前,需先完成实名认证。)",
110
110
  "input": "DescribeShieldPlanInstanceRequest",
111
111
  "name": "查询加固策略",
112
112
  "output": "DescribeShieldPlanInstanceResponse",
113
- "status": "online"
113
+ "status": "deprecated"
114
114
  },
115
115
  "DescribeShieldResult": {
116
- "document": "通过唯一标识获取加固的结果。(注意:根据国家互联网用户实名制相关要求,使用该产品前,需先完成实名认证。)",
116
+ "document": "产品已经停止售卖\n\n通过唯一标识获取加固的结果。(注意:根据国家互联网用户实名制相关要求,使用该产品前,需先完成实名认证。)",
117
117
  "input": "DescribeShieldResultRequest",
118
118
  "name": "查询加固结果",
119
119
  "output": "DescribeShieldResultResponse",
120
- "status": "online"
120
+ "status": "deprecated"
121
121
  },
122
122
  "DescribeUrlDetectionResult": {
123
- "document": "移动安全-网址检测服务",
123
+ "document": "产品已经停止售卖\n\n移动安全-网址检测服务",
124
124
  "input": "DescribeUrlDetectionResultRequest",
125
125
  "name": "移动安全-查询网址检测结果服务",
126
126
  "output": "DescribeUrlDetectionResultResponse",
127
- "status": "online"
127
+ "status": "deprecated"
128
128
  },
129
129
  "DescribeUserBaseInfoInstance": {
130
- "document": "获取用户基础信息",
130
+ "document": "产品已经停止售卖\n\n获取用户基础信息",
131
131
  "input": "DescribeUserBaseInfoInstanceRequest",
132
132
  "name": "获取用户基础信息",
133
133
  "output": "DescribeUserBaseInfoInstanceResponse",
134
- "status": "online"
134
+ "status": "deprecated"
135
135
  },
136
136
  "DestroyResourceInstances": {
137
- "document": "渠道合作资源销毁\n安卓应用加固-按年收费资源销毁,其他类型暂不支持",
137
+ "document": "产品已经停止售卖\n\n渠道合作资源销毁\n安卓应用加固-按年收费资源销毁,其他类型暂不支持",
138
138
  "input": "DestroyResourceInstancesRequest",
139
139
  "name": "渠道订单:资源销毁",
140
140
  "output": "DestroyResourceInstancesResponse",
141
- "status": "online"
141
+ "status": "deprecated"
142
142
  },
143
143
  "RequestLocalTask": {
144
- "document": "client任务请求",
144
+ "document": "产品已经停止售卖\n\nclient任务请求",
145
145
  "input": "RequestLocalTaskRequest",
146
146
  "name": "client任务请求地址",
147
147
  "output": "RequestLocalTaskResponse",
148
- "status": "online"
148
+ "status": "deprecated"
149
149
  },
150
150
  "UpdateClientState": {
151
- "document": "更新client状态,需要白名单",
151
+ "document": "产品已经停止售卖\n\n更新client状态,需要白名单",
152
152
  "input": "UpdateClientStateRequest",
153
153
  "name": "更新client状态",
154
154
  "output": "UpdateClientStateResponse",
155
- "status": "online"
155
+ "status": "deprecated"
156
156
  },
157
157
  "UpdateLocalTaskResult": {
158
- "document": "更新本地任务执行结果",
158
+ "document": "产品已经停止售卖\n\n更新本地任务执行结果",
159
159
  "input": "UpdateLocalTaskResultRequest",
160
160
  "name": "更新本地任务结果",
161
161
  "output": "UpdateLocalTaskResultResponse",
162
- "status": "online"
162
+ "status": "deprecated"
163
163
  }
164
164
  },
165
165
  "metadata": {