tccli 3.0.1004.1__py2.py3-none-any.whl → 3.0.1005.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/cvm/v20170312/CreateLaunchTemplate.md +1 -1
- tccli/examples/cvm/v20170312/RenewInstances.md +2 -2
- tccli/examples/cvm/v20170312/ResetInstancesPassword.md +1 -1
- tccli/examples/cvm/v20170312/StopInstances.md +1 -1
- tccli/examples/cwp/v20180228/DescribeMachineInfo.md +20 -20
- tccli/examples/cynosdb/v20190107/CreateClusterDatabase.md +9 -9
- tccli/examples/cynosdb/v20190107/DescribeClusterParams.md +18 -28
- tccli/examples/cynosdb/v20190107/DescribeClusters.md +70 -77
- tccli/examples/cynosdb/v20190107/DescribeZones.md +27 -29
- tccli/examples/cynosdb/v20190107/ModifyAccountHost.md +5 -5
- tccli/examples/cynosdb/v20190107/ModifyProxyDesc.md +4 -4
- tccli/examples/cynosdb/v20190107/ReloadBalanceProxyNode.md +5 -5
- tccli/examples/essbasic/v20210526/OperateChannelTemplate.md +22 -22
- tccli/examples/hai/v20230812/DescribeApplications.md +2 -1
- tccli/examples/sqlserver/v20180328/BalanceReadOnlyGroup.md +21 -0
- tccli/examples/sqlserver/v20180328/DeleteRestoreTask.md +21 -0
- tccli/examples/sqlserver/v20180328/DescribeAccountPrivilegeByDB.md +31 -0
- tccli/examples/sqlserver/v20180328/DescribeCollationTimeZone.md +24 -0
- tccli/examples/sqlserver/v20180328/DescribeCrossRegions.md +27 -0
- tccli/examples/sqlserver/v20180328/DescribeDBPrivilegeByAccount.md +46 -0
- tccli/examples/sqlserver/v20180328/DescribeDBRestoreTime.md +31 -0
- tccli/examples/sqlserver/v20180328/DescribeDatabaseNames.md +27 -0
- tccli/examples/sqlserver/v20180328/DescribeInquiryPriceParameter.md +30 -0
- tccli/examples/sqlserver/v20180328/DescribeInstanceTasks.md +36 -0
- tccli/examples/sqlserver/v20180328/DescribeInstanceTradeParameter.md +37 -0
- tccli/examples/sqlserver/v20180328/DescribeProductSpec.md +81 -0
- tccli/examples/sqlserver/v20180328/DescribeReadOnlyGroupAutoWeight.md +60 -0
- tccli/examples/sqlserver/v20180328/DescribeRestoreTask.md +46 -0
- tccli/examples/sqlserver/v20180328/DescribeSpecSellStatus.md +124 -0
- tccli/examples/sqlserver/v20180328/DescribeUpgradeInstanceCheck.md +71 -0
- tccli/examples/sqlserver/v20180328/ModifyCloseWanIp.md +21 -0
- tccli/examples/sqlserver/v20180328/ModifyDBInstanceNote.md +21 -0
- tccli/examples/sqlserver/v20180328/ModifyOpenWanIp.md +21 -0
- tccli/examples/sqlserver/v20180328/ModifyPublishSubscribe.md +51 -0
- tccli/examples/tbaas/v20180416/DescribeFabricBlock.md +37 -0
- tccli/examples/tbaas/v20180416/DescribeFabricTransaction.md +33 -0
- tccli/examples/tbaas/v20180416/InvokeFabricChaincode.md +28 -0
- tccli/examples/tbaas/v20180416/QueryFabricChaincode.md +27 -0
- tccli/examples/tcss/v20201101/AddEditImageAutoAuthorizedRule.md +1 -1
- tccli/examples/tcss/v20201101/CreateAssetImageScanSetting.md +4 -4
- tccli/examples/tcss/v20201101/DescribeAssetImageDetail.md +28 -27
- tccli/examples/tcss/v20201101/DescribeImageAutoAuthorizedRule.md +2 -2
- tccli/examples/tcss/v20201101/RenewImageAuthorizeState.md +2 -2
- tccli/examples/tke/v20180525/DescribeClusterEndpoints.md +1 -0
- tccli/examples/tke/v20180525/DescribeClusterExtraArgs.md +31 -0
- tccli/examples/tke/v20180525/DescribeExternalNodeSupportConfig.md +81 -0
- tccli/examples/tke/v20180525/DescribeIPAMD.md +26 -0
- tccli/examples/trocket/v20230308/ImportSourceClusterConsumerGroups.md +23 -0
- tccli/examples/trocket/v20230308/ImportSourceClusterTopics.md +25 -0
- tccli/examples/wedata/v20210820/DescribeApproveList.md +43 -161
- tccli/examples/wedata/v20210820/DescribeApproveTypeList.md +64 -0
- tccli/services/__init__.py +1 -5
- tccli/services/billing/v20180709/api.json +10 -10
- tccli/services/cdb/v20170320/api.json +10 -1
- tccli/services/cloudstudio/cloudstudio_client.py +30 -1042
- tccli/services/cvm/v20170312/api.json +68 -68
- tccli/services/cvm/v20170312/examples.json +4 -4
- tccli/services/cwp/v20180228/api.json +20 -0
- tccli/services/cwp/v20180228/examples.json +1 -1
- tccli/services/cynosdb/v20190107/api.json +10 -11
- tccli/services/cynosdb/v20190107/examples.json +14 -14
- tccli/services/dsgc/v20190723/api.json +48 -41
- tccli/services/ess/v20201111/api.json +9 -9
- tccli/services/essbasic/v20210526/api.json +10 -10
- tccli/services/essbasic/v20210526/examples.json +6 -6
- tccli/services/hai/v20230812/api.json +69 -69
- tccli/services/hai/v20230812/examples.json +1 -1
- tccli/services/sqlserver/sqlserver_client.py +1418 -358
- tccli/services/sqlserver/v20180328/api.json +2426 -172
- tccli/services/sqlserver/v20180328/examples.json +166 -0
- tccli/services/tbaas/tbaas_client.py +273 -61
- tccli/services/tbaas/v20180416/api.json +539 -0
- tccli/services/tbaas/v20180416/examples.json +32 -0
- tccli/services/tchd/v20230306/api.json +1 -1
- tccli/services/tcss/v20201101/api.json +443 -87
- tccli/services/tcss/v20201101/examples.json +7 -7
- tccli/services/tdmq/v20200217/api.json +9 -9
- tccli/services/tke/tke_client.py +159 -0
- tccli/services/tke/v20180525/api.json +375 -0
- tccli/services/tke/v20180525/examples.json +25 -1
- tccli/services/trocket/trocket_client.py +171 -65
- tccli/services/trocket/v20230308/api.json +230 -0
- tccli/services/trocket/v20230308/examples.json +16 -0
- tccli/services/tse/v20201207/api.json +57 -35
- tccli/services/vrs/v20200824/api.json +10 -0
- tccli/services/waf/v20180125/api.json +201 -54
- tccli/services/wedata/v20210820/api.json +144 -14
- tccli/services/wedata/v20210820/examples.json +16 -2
- tccli/services/wedata/wedata_client.py +53 -0
- tccli/services/weilingwith/v20230427/api.json +13 -13
- {tccli-3.0.1004.1.dist-info → tccli-3.0.1005.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1004.1.dist-info → tccli-3.0.1005.1.dist-info}/RECORD +96 -72
- tccli/services/casb/__init__.py +0 -4
- tccli/services/casb/casb_client.py +0 -194
- tccli/services/casb/v20200507/api.json +0 -110
- tccli/services/casb/v20200507/examples.json +0 -19
- tccli/services/cloudstudio/v20210524/api.json +0 -2604
- tccli/services/cloudstudio/v20210524/examples.json +0 -205
- {tccli-3.0.1004.1.dist-info → tccli-3.0.1005.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1004.1.dist-info → tccli-3.0.1005.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1004.1.dist-info → tccli-3.0.1005.1.dist-info}/license_files/LICENSE +0 -0
@@ -8,6 +8,14 @@
|
|
8
8
|
"title": "安全组批量绑定云资源"
|
9
9
|
}
|
10
10
|
],
|
11
|
+
"BalanceReadOnlyGroup": [
|
12
|
+
{
|
13
|
+
"document": "",
|
14
|
+
"input": "POST / HTTP/1.1\nHost: sqlserver.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: BalanceReadOnlyGroup\n<公共请求参数>\n\n{\n \"InstanceId\": \"mssql-2cwisu23\",\n \"ReadOnlyGroupId\": \"mssqlrg-itaunotj\"\n}",
|
15
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"9b3c49f5-0e04-4b1a-98eb-43d464424354\"\n }\n}",
|
16
|
+
"title": "按照默认权重平衡只读组中的只读副本"
|
17
|
+
}
|
18
|
+
],
|
11
19
|
"CloneDB": [
|
12
20
|
{
|
13
21
|
"document": "",
|
@@ -216,6 +224,22 @@
|
|
216
224
|
"title": "删除发布订阅"
|
217
225
|
}
|
218
226
|
],
|
227
|
+
"DeleteRestoreTask": [
|
228
|
+
{
|
229
|
+
"document": "删除回档任务记录",
|
230
|
+
"input": "POST / HTTP/1.1\nHost: xxx.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteRestoreTask\n<公共请求参数>\n\n{\n \"InstanceId\": \"mssql-jsuij219\",\n \"RestoreIds\": [\n 0\n ]\n}",
|
231
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"863b2797-858b-49f3-88e9-50159e564cbc\"\n }\n}",
|
232
|
+
"title": "删除回档任务记录"
|
233
|
+
}
|
234
|
+
],
|
235
|
+
"DescribeAccountPrivilegeByDB": [
|
236
|
+
{
|
237
|
+
"document": "查询数据库关联的账号和权限信息",
|
238
|
+
"input": "https://sqlserver.tencentcloudapi.com/?Action=DescribeAccountPrivilegeByDB\n&Limit=20\n&Offset=0\n&InstanceId=mssql-mz23h8n7\n&DBName=test_db\n&<公共请求参数>",
|
239
|
+
"output": "{\n \"Response\": {\n \"Accounts\": [\n {\n \"AccountType\": \"L1\",\n \"Privilege\": \"DBOwner\",\n \"UserName\": \"L1\"\n }\n ],\n \"RequestId\": \"33046d34-f461-11ed-9950-525400853186\",\n \"TotalCount\": 1\n }\n}",
|
240
|
+
"title": "查询数据库关联的账号和权限信息"
|
241
|
+
}
|
242
|
+
],
|
219
243
|
"DescribeAccounts": [
|
220
244
|
{
|
221
245
|
"document": "",
|
@@ -328,6 +352,14 @@
|
|
328
352
|
"title": "查询商业智能服务需要的文件"
|
329
353
|
}
|
330
354
|
],
|
355
|
+
"DescribeCollationTimeZone": [
|
356
|
+
{
|
357
|
+
"document": "",
|
358
|
+
"input": "POST / HTTP/1.1\nHost: sqlserver.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCollationTimeZone\n<公共请求参数>\n\n{}",
|
359
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"863b2797-858b-49f3-88e9-50159e564cbc\",\n \"Collation\": [\n \"Chinese_PRC_CI_AS\"\n ],\n \"TimeZone\": [\n \"China Standard Time\"\n ]\n }\n}",
|
360
|
+
"title": "查询实例支持的字符集和时区"
|
361
|
+
}
|
362
|
+
],
|
331
363
|
"DescribeCrossBackupStatistical": [
|
332
364
|
{
|
333
365
|
"document": "",
|
@@ -344,6 +376,14 @@
|
|
344
376
|
"title": "查询备机的容灾地域和可用区"
|
345
377
|
}
|
346
378
|
],
|
379
|
+
"DescribeCrossRegions": [
|
380
|
+
{
|
381
|
+
"document": "",
|
382
|
+
"input": "https://sqlserver.tencentcloudapi.com/?Action=DescribeCrossRegions\n&<公共请求参数>",
|
383
|
+
"output": "{\n \"Response\": {\n \"Regions\": [\n \"ap-beijing\",\n \"ap-shanghai\",\n \"ap-taipei\",\n \"ap-hongkong\",\n \"ap-beijing-fsi\",\n \"ap-shanghai-fsi\",\n \"ap-shenzhen-fsi\"\n ],\n \"RequestId\": \"1373db1a-efd7-11ec-a46f-525400853186\"\n }\n}",
|
384
|
+
"title": "查询跨地域备份的目标地域"
|
385
|
+
}
|
386
|
+
],
|
347
387
|
"DescribeDBCharsets": [
|
348
388
|
{
|
349
389
|
"document": "",
|
@@ -376,6 +416,22 @@
|
|
376
416
|
"title": "查询实例mssql-j8kv137v的附属属性"
|
377
417
|
}
|
378
418
|
],
|
419
|
+
"DescribeDBPrivilegeByAccount": [
|
420
|
+
{
|
421
|
+
"document": "查询账号关联的数据库和权限信息",
|
422
|
+
"input": "https://sqlserver.tencentcloudapi.com/?Action=DescribeDBPrivilegeByAccount\n&Limit=20\n&Offset=0\n&InstanceId=mssql-mz23h8n7\n&AccountName=acc_test\n&<公共请求参数>",
|
423
|
+
"output": "{\n \"Response\": {\n \"DBList\": [\n {\n \"DBName\": \"db6_new\",\n \"Privilege\": \"DBOwner\"\n },\n {\n \"DBName\": \"db5_new\",\n \"Privilege\": \"ReadOnly\"\n },\n {\n \"DBName\": \"db4_new\",\n \"Privilege\": \"ReadWrite\"\n },\n {\n \"DBName\": \"db2_new\",\n \"Privilege\": \"ReadOnly\"\n },\n {\n \"DBName\": \"bigData\",\n \"Privilege\": \"DBOwner\"\n }\n ],\n \"RequestId\": \"0d8e4888-f464-11ed-8347-525400853186\",\n \"TotalCount\": 5\n }\n}",
|
424
|
+
"title": "查询账号关联的数据库和权限信息"
|
425
|
+
}
|
426
|
+
],
|
427
|
+
"DescribeDBRestoreTime": [
|
428
|
+
{
|
429
|
+
"document": "查询可回档的数据库",
|
430
|
+
"input": "POST / HTTP/1.1\nHost: sqlserver.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDBRestoreTime\n<公共请求参数>\n\n{\n \"InstanceId\": \"mssql-quw892ks\",\n \"TargetInstanceId\": \"mssql-quw892ks\",\n \"Time\": \"2023-04-11 12:00:00\",\n \"BackupId\": 0,\n \"DBName\": \"test_db\"\n}",
|
431
|
+
"output": "{\n \"Response\": {\n \"Details\": [\n {\n \"NewName\": \"new_db_test\",\n \"OldName\": \"db_test\"\n }\n ],\n \"RequestId\": \"424e1df0-9253-11ed-8d88-ffd89b85f329\",\n \"TotalCount\": 1\n }\n}",
|
432
|
+
"title": "查询可回档的数据库"
|
433
|
+
}
|
434
|
+
],
|
379
435
|
"DescribeDBSecurityGroups": [
|
380
436
|
{
|
381
437
|
"document": "",
|
@@ -400,6 +456,14 @@
|
|
400
456
|
"title": "查询数据库详细配置信息"
|
401
457
|
}
|
402
458
|
],
|
459
|
+
"DescribeDatabaseNames": [
|
460
|
+
{
|
461
|
+
"document": "",
|
462
|
+
"input": "https://sqlserver.tencentcloudapi.com/?Action=DescribeDatabaseNames\n&InstanceId=mssql-njj2mtpl\n&AccountName=account11\n&<公共请求参数>",
|
463
|
+
"output": "{\n \"Response\": {\n \"DatabaseNameSet\": [\n \"dbtest2\",\n \"dbtest1\",\n \"db2234\"\n ],\n \"RequestId\": \"ba3f44bd-6006-495d-a83c-42b166bdad21\",\n \"TotalCount\": 3\n }\n}",
|
464
|
+
"title": "查询账户关联的数据库名称"
|
465
|
+
}
|
466
|
+
],
|
403
467
|
"DescribeDatabases": [
|
404
468
|
{
|
405
469
|
"document": "查询数据库列表",
|
@@ -440,6 +504,14 @@
|
|
440
504
|
"title": "查询增量备份导入任务"
|
441
505
|
}
|
442
506
|
],
|
507
|
+
"DescribeInquiryPriceParameter": [
|
508
|
+
{
|
509
|
+
"document": " 查询OnCvm双节点的新购询价计费参数",
|
510
|
+
"input": "POST / HTTP/1.1\nHost: sqlserver.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInquiryPriceParameter\n<公共请求参数>\n\n{\n \"Zone\": \"ap-guangzhou-6\",\n \"InstanceChargeType\": \"PREPAID\",\n \"Memory\": 4,\n \"Storage\": 200,\n \"Period\": 1,\n \"GoodsNum\": 1,\n \"DBVersion\": \"2008R2\",\n \"Cpu\": 2,\n \"InstanceType\": \"cvmHA\",\n \"MachineType\": \"CLOUD_BSSD\"\n}",
|
511
|
+
"output": "{\n \"Response\": {\n \"Parameter\": \"{\\\"uin\\\":\\\"2919041563\\\",\\\"ownerUin\\\":\\\"2919041563\\\",\\\"resInfo\\\":[{\\\"goodsCategoryId\\\":1025890,\\\"goodsNum\\\":1,\\\"payMode\\\":1,\\\"regionId\\\":1,\\\"zoneId\\\":100006,\\\"goodsDetail\\\":{\\\"pid\\\":1019180,\\\"productCode\\\":\\\"p_sqlserver\\\",\\\"subProductCode\\\":\\\"sp_sqlserver_dual_exclusive_cloud\\\",\\\"timeSpan\\\":1,\\\"timeUnit\\\":\\\"m\\\",\\\"goodsSubType\\\":\\\"sp_sqlserver_dual_exclusive_cloud\\\",\\\"sv_sqlserver_cpu_dual_exclusive_cloud_enterprise\\\":2,\\\"sv_sqlserver_cpu_dual_exclusive_cloud_standard\\\":0,\\\"sv_sqlserver_mem_dual_exclusive_cloud_enterprise\\\":4,\\\"sv_sqlserver_mem_dual_exclusive_cloud_standard\\\":0,\\\"sv_sqlserver_disk_dual_enhancedssd\\\":0,\\\"sv_sqlserver_disk_dual_fastssd\\\":0,\\\"sv_sqlserver_disk_dual_universalssd\\\":200},\\\"platform\\\":1}]}\\n\",\n \"RequestId\": \"9102a1ed-1062-4c50-98ab-d585a4586852\"\n }\n}",
|
512
|
+
"title": " 查询OnCvm双节点的新购询价计费参数"
|
513
|
+
}
|
514
|
+
],
|
443
515
|
"DescribeInstanceByOrders": [
|
444
516
|
{
|
445
517
|
"document": "根据订单号查询实例ID集合",
|
@@ -464,6 +536,22 @@
|
|
464
536
|
"title": "查询实例的可设置参数列表"
|
465
537
|
}
|
466
538
|
],
|
539
|
+
"DescribeInstanceTasks": [
|
540
|
+
{
|
541
|
+
"document": "",
|
542
|
+
"input": "https://sqlserver.tencentcloudapi.com/?Action=DescribeInstanceTasks\n&InstanceId=mssql-njj2mtpl\n&Status=2\n&Limit=10\n&Offset=0\n&<公共请求参数>",
|
543
|
+
"output": "{\n \"Response\": {\n \"InstanceTaskSet\": [\n {\n \"EndTime\": \"2019-08-15 14:26:22\",\n \"ErrorCode\": 0,\n \"Id\": 23517,\n \"Message\": \"\",\n \"Progress\": 100,\n \"StartTime\": \"2019-08-15 14:25:20\",\n \"Status\": 2,\n \"Type\": 62\n }\n ],\n \"RequestId\": \"c736ff8a-5e23-4549-b9fb-6d79d11586ac\",\n \"TotalCount\": 21\n }\n}",
|
544
|
+
"title": "查询异步任务列表"
|
545
|
+
}
|
546
|
+
],
|
547
|
+
"DescribeInstanceTradeParameter": [
|
548
|
+
{
|
549
|
+
"document": "查询OnCvm双节点的新购计费参数",
|
550
|
+
"input": "POST / HTTP/1.1\nHost: sqlserver.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstanceTradeParameter\n<公共请求参数>\n\n{\n \"Zone\": \"ap-guangzhou-6\",\n \"InstanceChargeType\": \"PREPAID\",\n \"InstanceType\": \"cvmHA\",\n \"Memory\": 4,\n \"Storage\": 200,\n \"GoodsNum\": 1,\n \"SubnetId\": \"subnet-15y3y4eo\",\n \"VpcId\": \"vpc-hqxhp43z\",\n \"Period\": 1,\n \"DBVersion\": \"2008R2\",\n \"AutoRenewFlag\": 1,\n \"Weekly\": [\n \"1\",\n \"3\",\n \"5\"\n ],\n \"StartTime\": \"01:00\",\n \"Span\": 3,\n \"MultiZones\": \"true\",\n \"Cpu\": 2,\n \"MachineType\": \"CLOUD_BSSD\"\n}",
|
551
|
+
"output": "{\n \"Response\": {\n \"Parameter\": \"{\\\"uin\\\":\\\"2919041563\\\",\\\"ownerUin\\\":\\\"2919041563\\\",\\\"appId\\\":251000111,\\\"goods\\\":[{\\\"goodsCategoryId\\\":1025890,\\\"goodsNum\\\":1,\\\"payMode\\\":1,\\\"regionId\\\":1,\\\"zoneId\\\":100006,\\\"goodsDetail\\\":{\\\"pid\\\":1019180,\\\"productCode\\\":\\\"p_sqlserver\\\",\\\"subProductCode\\\":\\\"sp_sqlserver_dual_exclusive_cloud\\\",\\\"timeSpan\\\":1,\\\"timeUnit\\\":\\\"m\\\",\\\"productInfo\\\":[{\\\"name\\\":\\\"项目\\\",\\\"value\\\":\\\"default project\\\"},{\\\"name\\\":\\\"配置\\\",\\\"value\\\":\\\"4GB内存,200GB存储空间,0次每秒,SQL Server 2008R2\\\"},{\\\"name\\\":\\\"实例版本\\\",\\\"value\\\":\\\"双机高可用\\\"},{\\\"name\\\":\\\"地域\\\",\\\"value\\\":\\\"广州\\\"},{\\\"name\\\":\\\"所属网络\\\",\\\"value\\\":\\\"三区专属\\\"},{\\\"name\\\":\\\"可用区\\\",\\\"value\\\":\\\"广州六区\\\"},{\\\"name\\\":\\\"RequestSource\\\",\\\"value\\\":\\\"API\\\"}],\\\"autoRenewFlag\\\":1,\\\"goodsNum\\\":1,\\\"type\\\":\\\"CLOUD_BSSD\\\",\\\"version\\\":\\\"2008R2\\\",\\\"subnetId\\\":1604224,\\\"vpcId\\\":74483,\\\"model\\\":3,\\\"weekly\\\":[1,3,5],\\\"startTime\\\":\\\"01:00\\\",\\\"span\\\":3,\\\"RoGroupForcedUpgrade\\\":0,\\\"ResourceTags\\\":null,\\\"waitSwitch\\\":1,\\\"ExtParam\\\":{\\\"token\\\":\\\"\\\",\\\"useragent\\\":\\\"\\\",\\\"referer\\\":\\\"\\\",\\\"from\\\":\\\"\\\"},\\\"collation\\\":\\\"Chinese_PRC_CI_AS\\\",\\\"timeZone\\\":\\\"China Standard Time\\\",\\\"sv_sqlserver_cpu_dual_exclusive_cloud_enterprise\\\":2,\\\"sv_sqlserver_cpu_dual_exclusive_cloud_standard\\\":0,\\\"sv_sqlserver_mem_dual_exclusive_cloud_enterprise\\\":4,\\\"sv_sqlserver_mem_dual_exclusive_cloud_standard\\\":0,\\\"sv_sqlserver_disk_dual_enhancedssd\\\":0,\\\"sv_sqlserver_disk_dual_fastssd\\\":0,\\\"sv_sqlserver_disk_dual_universalssd\\\":200},\\\"platform\\\":1,\\\"projectId\\\":0}]}\\n\",\n \"RequestId\": \"2a2c00b5-77a8-4eda-be01-3f58230da22e\"\n }\n}",
|
552
|
+
"title": "查询OnCvm双节点的新购计费参数"
|
553
|
+
}
|
554
|
+
],
|
467
555
|
"DescribeMaintenanceSpan": [
|
468
556
|
{
|
469
557
|
"document": "",
|
@@ -512,6 +600,14 @@
|
|
512
600
|
"title": "查询广州二区的高可用版本售卖规格"
|
513
601
|
}
|
514
602
|
],
|
603
|
+
"DescribeProductSpec": [
|
604
|
+
{
|
605
|
+
"document": "",
|
606
|
+
"input": "https://sqlserver.tencentcloudapi.com/?Action=DescribeProductSpec\r\n&<公共请求参数>",
|
607
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"eaf9efa1-3d73-45f9-97f5-f0ea26040b93\",\n \"SpecInfoList\": [\n {\n \"Info\": [\n {\n \"CPU\": 1,\n \"MachineType\": \"TS85\",\n \"MachineTypeName\": \"高IO\",\n \"MaxStorage\": 3000,\n \"Memory\": 2000000,\n \"MinStorage\": 10,\n \"PayModeStatus\": \"ALL\",\n \"Pid\": 10908,\n \"PostPid\": [\n 10908\n ],\n \"QPS\": 2100,\n \"SpecId\": 15,\n \"SuitInfo\": \"独立用户数上百人的小型应用\",\n \"Version\": \"2008R2\",\n \"VersionName\": \"SQL Server 2008 Enterprise\"\n },\n {\n \"CPU\": 1,\n \"MachineType\": \"TS85\",\n \"MachineTypeName\": \"高IO\",\n \"MaxStorage\": 3000,\n \"Memory\": 2000000,\n \"MinStorage\": 10,\n \"PayModeStatus\": \"ALL\",\n \"Pid\": 10908,\n \"PostPid\": [\n 10908\n ],\n \"QPS\": 2100,\n \"SpecId\": 15,\n \"SuitInfo\": \"独立用户数上百人的小型应用\",\n \"Version\": \"2012SP3\",\n \"VersionName\": \"SQL Server 2012 Enterprise\"\n },\n {\n \"CPU\": 1,\n \"MachineType\": \"TS85\",\n \"MachineTypeName\": \"高IO\",\n \"MaxStorage\": 3000,\n \"Memory\": 2000000,\n \"MinStorage\": 10,\n \"PayModeStatus\": \"ALL\",\n \"Pid\": 10908,\n \"PostPid\": [\n 10908\n ],\n \"QPS\": 2100,\n \"SpecId\": 15,\n \"SuitInfo\": \"独立用户数上百人的小型应用\",\n \"Version\": \"2016SP1\",\n \"VersionName\": \"SQL Server 2016 Enterprise\"\n }\n ],\n \"RegionId\": 1,\n \"ZoneId\": 100002\n }\n ],\n \"TotalCount\": 1\n }\n}",
|
608
|
+
"title": "查询全地域售卖规格配置"
|
609
|
+
}
|
610
|
+
],
|
515
611
|
"DescribeProjectSecurityGroups": [
|
516
612
|
{
|
517
613
|
"document": "",
|
@@ -528,6 +624,14 @@
|
|
528
624
|
"title": "查询发布订阅列表"
|
529
625
|
}
|
530
626
|
],
|
627
|
+
"DescribeReadOnlyGroupAutoWeight": [
|
628
|
+
{
|
629
|
+
"document": "",
|
630
|
+
"input": "POST / HTTP/1.1\nHost: sqlserver.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeReadOnlyGroupAutoWeight\n<公共请求参数>\n\n{\n \"InstanceId\": \"mssql-2cwisu23\",\n \"ReadOnlyGroupId\": \"mssqlrg-itaunotj\"\n}",
|
631
|
+
"output": "{\n \"Response\": {\n \"IsOfflineDelay\": 1,\n \"MasterInstanceId\": \"mssql-2cwisu23\",\n \"MinReadOnlyInGroup\": 2,\n \"ReadOnlyGroupId\": \"mssqlrg-itaunotj\",\n \"ReadOnlyGroupName\": \"\",\n \"ReadOnlyInstanceSet\": [\n {\n \"AccountDifference\": \"\",\n \"Cpu\": 1,\n \"CreateTime\": \"2019-12-20 10:11:37\",\n \"DatabaseDifference\": \"\",\n \"DelayTime\": \"\",\n \"EndTime\": \"\",\n \"InstanceId\": \"mssqlro-otx9r1gr\",\n \"IsolateTime\": \"\",\n \"Memory\": 2,\n \"Model\": 2,\n \"Name\": \"66c5d5b3-bf78-4f3c-b4e5-047d8d6aad49\",\n \"PayMode\": 1,\n \"ProjectId\": 0,\n \"StartTime\": \"\",\n \"Status\": 2,\n \"Storage\": 20,\n \"SynStatus\": \"\",\n \"Type\": \"TS85\",\n \"Uid\": \"\",\n \"UpdateTime\": \"2021-10-20 17:31:48\",\n \"Version\": \"2008R2\",\n \"Weight\": 1\n }\n ],\n \"ReadOnlyMaxDelayTime\": 3,\n \"RegionId\": \"\",\n \"RequestId\": \"1055ece1-7c6d-4442-aa20-1e8b588f8444\",\n \"Status\": 5,\n \"SubnetId\": \"\",\n \"Vip\": \"10.0.0.198\",\n \"VpcId\": \"\",\n \"Vport\": 1433,\n \"ZoneId\": \"\"\n }\n}",
|
632
|
+
"title": "查询只读组中只读部分的默认权重"
|
633
|
+
}
|
634
|
+
],
|
531
635
|
"DescribeReadOnlyGroupByReadOnlyInstance": [
|
532
636
|
{
|
533
637
|
"document": "",
|
@@ -568,6 +672,14 @@
|
|
568
672
|
"title": "查询实例mssql-j8kv137v定期备份保留计划"
|
569
673
|
}
|
570
674
|
],
|
675
|
+
"DescribeRestoreTask": [
|
676
|
+
{
|
677
|
+
"document": "查询回档任务列表",
|
678
|
+
"input": "POST / HTTP/1.1\nHost: sqlserver.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRestoreTask\n<公共请求参数>\n\n{\n \"InstanceId\": \"mssql-aju981jo\",\n \"RestoreType\": 0,\n \"TargetRegion\": \"ap-shanghai\",\n \"TargetType\": 2,\n \"Status\": 1,\n \"StartTime\": \"2023-04-12: 00:00:00\",\n \"EndTime\": \"2023-04-12: 00:00:00\",\n \"Offset\": 0,\n \"Limit\": 10,\n \"OrderBy\": \"startTime\",\n \"OrderByType\": \"desc\"\n}",
|
679
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"88310080-925d-11ed-981b-c7bf72df626c\",\n \"Tasks\": [\n {\n \"TargetInstanceId\": \"mssql-892932uiu\",\n \"TargetInstanceName\": \"test\",\n \"TargetInstanceStatus\": 2,\n \"TargetRegion\": \"ap-guangzhou\",\n \"TargetType\": 0,\n \"EndTime\": \"0000-00-00 00:00:00\",\n \"RestoreId\": 1012,\n \"RestoreTime\": \"2023-01-12 16:22:48\",\n \"RestoreType\": 0,\n \"StartTime\": \"2023-01-12 16:22:55\",\n \"Status\": 0\n }\n ],\n \"TotalCount\": 1\n }\n}",
|
680
|
+
"title": "查询回档任务列表"
|
681
|
+
}
|
682
|
+
],
|
571
683
|
"DescribeRollbackTime": [
|
572
684
|
{
|
573
685
|
"document": "",
|
@@ -584,6 +696,22 @@
|
|
584
696
|
"title": "获取慢查询记录"
|
585
697
|
}
|
586
698
|
],
|
699
|
+
"DescribeSpecSellStatus": [
|
700
|
+
{
|
701
|
+
"document": "查询规格的参考价格",
|
702
|
+
"input": "{\n \"Currency\": \"CNY\",\n \"DBVersion\": \"2016SP1\",\n \"PayMode\": \"POST\",\n \"Pid\": 1003456,\n \"SpecIdSet\": [\n 62\n ],\n \"Zone\": \"ap-guangzhou-3\"\n}",
|
703
|
+
"output": "{\n \"Response\": {\n \"DescribeSpecSellStatusSet\": [\n {\n \"Architecture\": \"SINGLE\",\n \"Id\": \"11000036233\",\n \"InstanceType\": \"SI\",\n \"MultiZonesStatus\": \"Invalid\",\n \"PayModeStatus\": \"ALL\",\n \"Price\": {\n \"PostpaidPrice\": 47,\n \"PostpaidPriceUnit\": \"H\",\n \"PrepaidPrice\": 26000,\n \"PrepaidPriceUnit\": \"M\"\n },\n \"SpecId\": 62,\n \"Status\": 1,\n \"Style\": \"EXCLUSIVE\",\n \"Version\": \"2016SP1\",\n \"ZoneStatusSet\": [\n {\n \"Region\": \"ap-guangzhou\",\n \"Status\": 1,\n \"Zone\": \"ap-guangzhou-3\"\n },\n {\n \"Region\": \"ap-guangzhou\",\n \"Status\": 3,\n \"Zone\": \"ap-guangzhou-4\"\n },\n {\n \"Region\": \"ap-guangzhou\",\n \"Status\": 1,\n \"Zone\": \"ap-guangzhou-6\"\n },\n {\n \"Region\": \"ap-singapore\",\n \"Status\": 1,\n \"Zone\": \"ap-singapore-2\"\n },\n {\n \"Region\": \"ap-singapore\",\n \"Status\": 1,\n \"Zone\": \"ap-singapore-1\"\n },\n {\n \"Region\": \"ap-hongkong\",\n \"Status\": 1,\n \"Zone\": \"ap-hongkong-2\"\n },\n {\n \"Region\": \"ap-shanghai\",\n \"Status\": 1,\n \"Zone\": \"ap-shanghai-2\"\n },\n {\n \"Region\": \"ap-shanghai\",\n \"Status\": 1,\n \"Zone\": \"ap-shanghai-3\"\n },\n {\n \"Region\": \"ap-shanghai\",\n \"Status\": 1,\n \"Zone\": \"ap-shanghai-4\"\n },\n {\n \"Region\": \"ap-shanghai\",\n \"Status\": 1,\n \"Zone\": \"ap-shanghai-5\"\n },\n {\n \"Region\": \"ap-beijing\",\n \"Status\": 1,\n \"Zone\": \"ap-beijing-2\"\n },\n {\n \"Region\": \"ap-beijing\",\n \"Status\": 1,\n \"Zone\": \"ap-beijing-3\"\n },\n {\n \"Region\": \"ap-beijing\",\n \"Status\": 1,\n \"Zone\": \"ap-beijing-5\"\n },\n {\n \"Region\": \"ap-beijing\",\n \"Status\": 1,\n \"Zone\": \"ap-beijing-6\"\n },\n {\n \"Region\": \"ap-beijing\",\n \"Status\": 1,\n \"Zone\": \"ap-beijing-7\"\n },\n {\n \"Region\": \"ap-nanjing\",\n \"Status\": 1,\n \"Zone\": \"ap-nanjing-1\"\n },\n {\n \"Region\": \"ap-nanjing\",\n \"Status\": 1,\n \"Zone\": \"ap-nanjing-2\"\n }\n ]\n }\n ],\n \"RequestId\": \"df9508b2-db7c-43ac-91dc-3ba19433ae09\"\n }\n}",
|
704
|
+
"title": "查询规格的参考价格"
|
705
|
+
}
|
706
|
+
],
|
707
|
+
"DescribeUpgradeInstanceCheck": [
|
708
|
+
{
|
709
|
+
"document": "",
|
710
|
+
"input": "https://sqlserver.tencentcloudapi.com/?Action=DescribeUpgradeInstanceCheck\n&InstanceId=mssql-30vft2ix\n&Cpu=2\n&Memory=16\n&Storage=256\n&DBVersion=2017\n&HAType=CLUSTER\n&MultiZones=SameZones\n&<公共请求参数>",
|
711
|
+
"output": "{\n \"Response\": {\n \"CheckItems\": [\n {\n \"CheckName\": \"CK_CPU\",\n \"CurrentValue\": \"0\",\n \"IsAffect\": 0,\n \"Msg\": \"\",\n \"MsgCode\": 0,\n \"Passed\": 1\n },\n {\n \"CheckName\": \"CK_MASTER_STORAGE\",\n \"CurrentValue\": \"\",\n \"IsAffect\": 0,\n \"Msg\": \"\",\n \"MsgCode\": 0,\n \"Passed\": 1\n },\n {\n \"CheckName\": \"CK_MEMORY\",\n \"CurrentValue\": \"0\",\n \"IsAffect\": 0,\n \"Msg\": \"\",\n \"MsgCode\": 0,\n \"Passed\": 1\n },\n {\n \"CheckName\": \"CK_STORAGE\",\n \"CurrentValue\": \"0\",\n \"IsAffect\": 0,\n \"Msg\": \"\",\n \"MsgCode\": 0,\n \"Passed\": 1\n },\n {\n \"CheckName\": \"CK_UPGRATE\",\n \"CurrentValue\": \"MIGRATE\",\n \"IsAffect\": 1,\n \"Msg\": \"version 2008 -> 2017 upgrade requires data migration\",\n \"MsgCode\": 5,\n \"Passed\": 1\n }\n ],\n \"IsAffect\": 1,\n \"ModifyMode\": \"up\",\n \"Passed\": 1,\n \"RequestId\": \"44416ab3-794e-47e2-840c-f645efc3481c\"\n }\n}",
|
712
|
+
"title": "检查实例变配"
|
713
|
+
}
|
714
|
+
],
|
587
715
|
"DescribeUploadBackupInfo": [
|
588
716
|
{
|
589
717
|
"document": "",
|
@@ -688,6 +816,14 @@
|
|
688
816
|
"title": "修改实例mssql-j8kv137v的备份策略"
|
689
817
|
}
|
690
818
|
],
|
819
|
+
"ModifyCloseWanIp": [
|
820
|
+
{
|
821
|
+
"document": "",
|
822
|
+
"input": "POST / HTTP/1.1\nHost: sqlserver.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyCloseWanIp\n<公共请求参数>\n\n{\n \"InstanceId\": \"mssql-6upluvd5\"\n}",
|
823
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"1fed8472-f117-11ec-be47-525400853186\",\n \"FlowId\": 1012152\n }\n}",
|
824
|
+
"title": "关闭实例外网"
|
825
|
+
}
|
826
|
+
],
|
691
827
|
"ModifyCrossBackupStrategy": [
|
692
828
|
{
|
693
829
|
"document": "",
|
@@ -726,6 +862,14 @@
|
|
726
862
|
"title": "转网"
|
727
863
|
}
|
728
864
|
],
|
865
|
+
"ModifyDBInstanceNote": [
|
866
|
+
{
|
867
|
+
"document": "",
|
868
|
+
"input": "https://sqlserver.tencentcloudapi.com/?Action=ModifyDBInstanceNote\n&InstanceId=mssql-njj2mtpl\n&InstanceNote=noteMsg\n&<公共请求参数>",
|
869
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"8a61e500-aa33-454c-9ec2-da2a368c39ab\"\n }\n}",
|
870
|
+
"title": "将实例mssql-njj2mtpl备注修改为noteMsg"
|
871
|
+
}
|
872
|
+
],
|
729
873
|
"ModifyDBInstanceProject": [
|
730
874
|
{
|
731
875
|
"document": "",
|
@@ -838,6 +982,28 @@
|
|
838
982
|
"title": "修改迁移任务"
|
839
983
|
}
|
840
984
|
],
|
985
|
+
"ModifyOpenWanIp": [
|
986
|
+
{
|
987
|
+
"document": "",
|
988
|
+
"input": "POST / HTTP/1.1\nHost: sqlserver.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyOpenWanIp\n<公共请求参数>\n\n{\n \"InstanceId\": \"mssql-6upluvd5\"\n}",
|
989
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"1fed8472-f117-11ec-be47-525400853186\",\n \"FlowId\": 1012152\n }\n}",
|
990
|
+
"title": "开通实例外网"
|
991
|
+
}
|
992
|
+
],
|
993
|
+
"ModifyPublishSubscribe": [
|
994
|
+
{
|
995
|
+
"document": "",
|
996
|
+
"input": "https://sqlserver.tencentcloudapi.com/?Action=ModifyPublishSubscribe\n&InstanceId=mssql-2cwisu23\n&PublishSubscribeId=5\n&DatabaseTupleSet.0.DatabaseTuple.PublishDatabase=db1\n&DatabaseTupleSet.0.DatabaseTuple.SubscribeDatabase=db1\n&DatabaseTupleSet.0.NewDatabaseTuple.PublishDatabase=db2\n&DatabaseTupleSet.0.NewDatabaseTuple.SubscribeDatabase=db2\n&<公共请求参数>",
|
997
|
+
"output": "{\n \"Response\": {\n \"FlowId\": 110,\n \"RequestId\": \"133c6f22-f562-4107-8458-c3b25c901918\"\n }\n}",
|
998
|
+
"title": "修改实例的发布订阅关系"
|
999
|
+
},
|
1000
|
+
{
|
1001
|
+
"document": "",
|
1002
|
+
"input": "https://sqlserver.tencentcloudapi.com/?Action=ModifyPublishSubscribe\n&InstanceId=mssql-2cwisu23\n&PublishSubscribeId=5\n&DatabaseTupleSet.0.DatabaseTuple.PublishDatabase=db1\n&DatabaseTupleSet.0.DatabaseTuple.SubscribeDatabase=db1\n&DatabaseTupleSet.0.DeleteDataBasesTuple=true\n&<公共请求参数>",
|
1003
|
+
"output": "{\n \"Response\": {\n \"FlowId\": 111,\n \"RequestId\": \"133c6f22-f562-4107-8458-c3b25c901918\"\n }\n}",
|
1004
|
+
"title": "删除实例的发布订阅关系"
|
1005
|
+
}
|
1006
|
+
],
|
841
1007
|
"ModifyPublishSubscribeName": [
|
842
1008
|
{
|
843
1009
|
"document": "",
|