tccli 3.0.1070.1__py2.py3-none-any.whl → 3.0.1072.1__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tccli/__init__.py +1 -1
- tccli/examples/billing/v20180709/DescribeAllocateConditions.md +499 -0
- tccli/examples/billing/v20180709/DescribeAllocationBillConditions.md +495 -0
- tccli/examples/billing/v20180709/DescribeAllocationBillDetail.md +152 -0
- tccli/examples/billing/v20180709/DescribeAllocationMonthOverview.md +384 -0
- tccli/examples/billing/v20180709/DescribeAllocationOverview.md +102 -0
- tccli/examples/billing/v20180709/DescribeAllocationSummaryByBusiness.md +132 -0
- tccli/examples/billing/v20180709/DescribeAllocationSummaryByItem.md +96 -0
- tccli/examples/billing/v20180709/DescribeAllocationSummaryByResource.md +82 -0
- tccli/examples/billing/v20180709/DescribeAllocationTrendByMonth.md +60 -0
- tccli/examples/billing/v20180709/DescribeGatherResource.md +69 -0
- tccli/examples/cam/v20190116/GetCustomMFATokenInfo.md +2 -2
- tccli/examples/cam/v20190116/ListCollaborators.md +11 -10
- tccli/examples/cvm/v20170312/DescribeKeyPairs.md +1 -0
- tccli/examples/cvm/v20170312/InquiryPriceRenewInstances.md +3 -3
- tccli/examples/cvm/v20170312/InquiryPriceResetInstancesType.md +2 -40
- tccli/examples/dts/v20211206/DescribeSyncJobs.md +2 -0
- tccli/examples/ess/v20201111/CreateFlowApprovers.md +26 -0
- tccli/examples/ess/v20201111/CreateFlowByFiles.md +261 -0
- tccli/examples/ess/v20201111/DescribeFlowTemplates.md +6 -1
- tccli/examples/essbasic/v20210526/ChannelCreateFlowApprovers.md +34 -0
- tccli/examples/essbasic/v20210526/ChannelCreateFlowByFiles.md +257 -0
- tccli/examples/essbasic/v20210526/ChannelCreateReleaseFlow.md +35 -0
- tccli/examples/mariadb/v20170312/CreateAccount.md +1 -1
- tccli/examples/oceanus/v20190422/CreateJob.md +2 -1
- tccli/examples/postgres/v20170312/CreateBaseBackup.md +2 -2
- tccli/examples/postgres/v20170312/DeleteBaseBackup.md +1 -1
- tccli/examples/postgres/v20170312/DescribeBaseBackups.md +2 -2
- tccli/examples/postgres/v20170312/ModifyBaseBackupExpireTime.md +2 -2
- tccli/examples/sqlserver/v20180328/DescribeDBInstancesAttribute.md +8 -0
- tccli/examples/sqlserver/v20180328/ModifyDReadable.md +25 -0
- tccli/examples/tdmq/v20200217/DescribeRocketMQMsg.md +12 -12
- tccli/examples/tdmq/v20200217/DescribeRocketMQPublicAccessMonitorData.md +39 -0
- tccli/examples/teo/v20220901/CreateAccelerationDomain.md +1 -1
- tccli/examples/vpc/v20170312/DescribeVpnGateways.md +43 -65
- tccli/services/antiddos/v20200309/api.json +27 -16
- tccli/services/batch/v20170312/api.json +26 -26
- tccli/services/billing/billing_client.py +610 -80
- tccli/services/billing/v20180709/api.json +9519 -4207
- tccli/services/billing/v20180709/examples.json +80 -0
- tccli/services/cam/v20190116/api.json +35 -30
- tccli/services/cam/v20190116/examples.json +3 -3
- tccli/services/cdwdoris/v20211228/api.json +20 -0
- tccli/services/cvm/v20170312/api.json +81 -78
- tccli/services/cvm/v20170312/examples.json +9 -9
- tccli/services/dcdb/v20180411/api.json +25 -25
- tccli/services/dts/v20211206/api.json +53 -11
- tccli/services/dts/v20211206/examples.json +1 -1
- tccli/services/ess/v20201111/api.json +72 -4
- tccli/services/ess/v20201111/examples.json +13 -1
- tccli/services/essbasic/v20210526/api.json +20 -2
- tccli/services/essbasic/v20210526/examples.json +18 -0
- tccli/services/goosefs/v20220519/api.json +9 -0
- tccli/services/lighthouse/v20200324/api.json +61 -0
- tccli/services/mariadb/v20170312/api.json +36 -36
- tccli/services/mariadb/v20170312/examples.json +1 -1
- tccli/services/mrs/v20200910/api.json +18 -0
- tccli/services/oceanus/v20190422/api.json +28 -0
- tccli/services/oceanus/v20190422/examples.json +1 -1
- tccli/services/postgres/v20170312/api.json +79 -74
- tccli/services/postgres/v20170312/examples.json +7 -7
- tccli/services/rce/v20201103/api.json +25 -25
- tccli/services/sqlserver/sqlserver_client.py +53 -0
- tccli/services/sqlserver/v20180328/api.json +237 -34
- tccli/services/sqlserver/v20180328/examples.json +9 -1
- tccli/services/tdmq/tdmq_client.py +110 -57
- tccli/services/tdmq/v20200217/api.json +222 -4
- tccli/services/tdmq/v20200217/examples.json +10 -2
- tccli/services/teo/v20220901/api.json +1 -1
- tccli/services/teo/v20220901/examples.json +1 -1
- tccli/services/trtc/v20190722/api.json +4 -4
- tccli/services/vpc/v20170312/api.json +32 -24
- tccli/services/vpc/v20170312/examples.json +7 -7
- {tccli-3.0.1070.1.dist-info → tccli-3.0.1072.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1070.1.dist-info → tccli-3.0.1072.1.dist-info}/RECORD +78 -66
- {tccli-3.0.1070.1.dist-info → tccli-3.0.1072.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1070.1.dist-info → tccli-3.0.1072.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1070.1.dist-info → tccli-3.0.1072.1.dist-info}/license_files/LICENSE +0 -0
@@ -777,6 +777,13 @@
|
|
777
777
|
"output": "ModifyDBRemarkResponse",
|
778
778
|
"status": "online"
|
779
779
|
},
|
780
|
+
"ModifyDReadable": {
|
781
|
+
"document": "本接口(ModifyDReadable)用于开通或者关闭备机只读",
|
782
|
+
"input": "ModifyDReadableRequest",
|
783
|
+
"name": "开通\\关闭备机只读",
|
784
|
+
"output": "ModifyDReadableResponse",
|
785
|
+
"status": "online"
|
786
|
+
},
|
780
787
|
"ModifyDatabaseCDC": {
|
781
788
|
"document": "本接口(ModifyDatabaseCDC)用于开启、关闭数据库数据变更捕获(CDC)",
|
782
789
|
"input": "ModifyDatabaseCDCRequest",
|
@@ -918,7 +925,7 @@
|
|
918
925
|
"status": "online"
|
919
926
|
},
|
920
927
|
"ResetAccountPassword": {
|
921
|
-
"document": "本接口(ResetAccountPassword
|
928
|
+
"document": "本接口(ResetAccountPassword)用于重置实例的账号密码。",
|
922
929
|
"input": "ResetAccountPasswordRequest",
|
923
930
|
"name": "重置账户密码",
|
924
931
|
"output": "ResetAccountPasswordResponse",
|
@@ -7575,6 +7582,16 @@
|
|
7575
7582
|
"type": "object",
|
7576
7583
|
"value_allowed_null": false
|
7577
7584
|
},
|
7585
|
+
{
|
7586
|
+
"disabled": false,
|
7587
|
+
"document": "备机只读信息",
|
7588
|
+
"example": "无",
|
7589
|
+
"member": "DrReadableInfo",
|
7590
|
+
"name": "DrReadableInfo",
|
7591
|
+
"output_required": true,
|
7592
|
+
"type": "object",
|
7593
|
+
"value_allowed_null": false
|
7594
|
+
},
|
7578
7595
|
{
|
7579
7596
|
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
7580
7597
|
"member": "string",
|
@@ -11375,6 +11392,72 @@
|
|
11375
11392
|
],
|
11376
11393
|
"type": "object"
|
11377
11394
|
},
|
11395
|
+
"DrReadableInfo": {
|
11396
|
+
"document": "备机只读信息",
|
11397
|
+
"members": [
|
11398
|
+
{
|
11399
|
+
"disabled": false,
|
11400
|
+
"document": "备机状态,enable-运行中,disable-不可用\n注意:此字段可能返回 null,表示取不到有效值。",
|
11401
|
+
"example": "enable",
|
11402
|
+
"member": "string",
|
11403
|
+
"name": "SlaveStatus",
|
11404
|
+
"output_required": true,
|
11405
|
+
"type": "string",
|
11406
|
+
"value_allowed_null": true
|
11407
|
+
},
|
11408
|
+
{
|
11409
|
+
"disabled": false,
|
11410
|
+
"document": "备机可读状态,enable-已开启,disable-已关闭\n注意:此字段可能返回 null,表示取不到有效值。",
|
11411
|
+
"example": "enable",
|
11412
|
+
"member": "string",
|
11413
|
+
"name": "ReadableStatus",
|
11414
|
+
"output_required": true,
|
11415
|
+
"type": "string",
|
11416
|
+
"value_allowed_null": true
|
11417
|
+
},
|
11418
|
+
{
|
11419
|
+
"disabled": false,
|
11420
|
+
"document": "备机只读vip\n注意:此字段可能返回 null,表示取不到有效值。",
|
11421
|
+
"example": "127.0.0.1",
|
11422
|
+
"member": "string",
|
11423
|
+
"name": "Vip",
|
11424
|
+
"output_required": true,
|
11425
|
+
"type": "string",
|
11426
|
+
"value_allowed_null": true
|
11427
|
+
},
|
11428
|
+
{
|
11429
|
+
"disabled": false,
|
11430
|
+
"document": "备机只读端口\n注意:此字段可能返回 null,表示取不到有效值。",
|
11431
|
+
"example": "1433",
|
11432
|
+
"member": "int64",
|
11433
|
+
"name": "VPort",
|
11434
|
+
"output_required": true,
|
11435
|
+
"type": "int",
|
11436
|
+
"value_allowed_null": true
|
11437
|
+
},
|
11438
|
+
{
|
11439
|
+
"disabled": false,
|
11440
|
+
"document": "备机所在私有网络ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
11441
|
+
"example": "vpc-nhu89aj",
|
11442
|
+
"member": "string",
|
11443
|
+
"name": "UniqVpcId",
|
11444
|
+
"output_required": true,
|
11445
|
+
"type": "string",
|
11446
|
+
"value_allowed_null": true
|
11447
|
+
},
|
11448
|
+
{
|
11449
|
+
"disabled": false,
|
11450
|
+
"document": "备机所在私有网络子网ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
11451
|
+
"example": "sub-87ahua",
|
11452
|
+
"member": "string",
|
11453
|
+
"name": "UniqSubnetId",
|
11454
|
+
"output_required": true,
|
11455
|
+
"type": "string",
|
11456
|
+
"value_allowed_null": true
|
11457
|
+
}
|
11458
|
+
],
|
11459
|
+
"usage": "out"
|
11460
|
+
},
|
11378
11461
|
"EventConfig": {
|
11379
11462
|
"document": "设置实例扩展事件阈值",
|
11380
11463
|
"members": [
|
@@ -13078,6 +13161,15 @@
|
|
13078
13161
|
"name": "InstanceId",
|
13079
13162
|
"required": true,
|
13080
13163
|
"type": "string"
|
13164
|
+
},
|
13165
|
+
{
|
13166
|
+
"disabled": false,
|
13167
|
+
"document": "RO只读组Id",
|
13168
|
+
"example": "mssqlrg-hua8ajq",
|
13169
|
+
"member": "string",
|
13170
|
+
"name": "RoGroupId",
|
13171
|
+
"required": false,
|
13172
|
+
"type": "string"
|
13081
13173
|
}
|
13082
13174
|
],
|
13083
13175
|
"type": "object"
|
@@ -13091,7 +13183,7 @@
|
|
13091
13183
|
"example": "99999",
|
13092
13184
|
"member": "uint64",
|
13093
13185
|
"name": "FlowId",
|
13094
|
-
"
|
13186
|
+
"output_required": true,
|
13095
13187
|
"type": "int",
|
13096
13188
|
"value_allowed_null": false
|
13097
13189
|
},
|
@@ -13304,6 +13396,15 @@
|
|
13304
13396
|
"name": "Vip",
|
13305
13397
|
"required": false,
|
13306
13398
|
"type": "string"
|
13399
|
+
},
|
13400
|
+
{
|
13401
|
+
"disabled": false,
|
13402
|
+
"document": "目标节点,0-修改主节点网络,1-修改备节点网络,默认取值0\n",
|
13403
|
+
"example": "0",
|
13404
|
+
"member": "uint64",
|
13405
|
+
"name": "DRNetwork",
|
13406
|
+
"required": false,
|
13407
|
+
"type": "int"
|
13307
13408
|
}
|
13308
13409
|
],
|
13309
13410
|
"type": "object"
|
@@ -13317,7 +13418,7 @@
|
|
13317
13418
|
"example": "100125",
|
13318
13419
|
"member": "int64",
|
13319
13420
|
"name": "FlowId",
|
13320
|
-
"
|
13421
|
+
"output_required": true,
|
13321
13422
|
"type": "int",
|
13322
13423
|
"value_allowed_null": false
|
13323
13424
|
},
|
@@ -13631,6 +13732,79 @@
|
|
13631
13732
|
],
|
13632
13733
|
"type": "object"
|
13633
13734
|
},
|
13735
|
+
"ModifyDReadableRequest": {
|
13736
|
+
"document": "ModifyDReadable请求参数结构体",
|
13737
|
+
"members": [
|
13738
|
+
{
|
13739
|
+
"disabled": false,
|
13740
|
+
"document": "实例ID",
|
13741
|
+
"example": "mssql-j8kv137v",
|
13742
|
+
"member": "string",
|
13743
|
+
"name": "InstanceId",
|
13744
|
+
"required": true,
|
13745
|
+
"type": "string"
|
13746
|
+
},
|
13747
|
+
{
|
13748
|
+
"disabled": false,
|
13749
|
+
"document": "操作类型。enable-开启备机只读,disable-关闭备机只读",
|
13750
|
+
"example": "disable",
|
13751
|
+
"member": "string",
|
13752
|
+
"name": "Type",
|
13753
|
+
"required": true,
|
13754
|
+
"type": "string"
|
13755
|
+
},
|
13756
|
+
{
|
13757
|
+
"disabled": false,
|
13758
|
+
"document": "备机网络ID,不填默认和主实例保持一致",
|
13759
|
+
"example": "无",
|
13760
|
+
"member": "string",
|
13761
|
+
"name": "VpcId",
|
13762
|
+
"required": false,
|
13763
|
+
"type": "string"
|
13764
|
+
},
|
13765
|
+
{
|
13766
|
+
"disabled": false,
|
13767
|
+
"document": "备机网络子网ID,不填默认和主实例保持一致",
|
13768
|
+
"example": "无",
|
13769
|
+
"member": "string",
|
13770
|
+
"name": "SubnetId",
|
13771
|
+
"required": false,
|
13772
|
+
"type": "string"
|
13773
|
+
},
|
13774
|
+
{
|
13775
|
+
"disabled": false,
|
13776
|
+
"document": "指定的备机只读vip,不填自动分配",
|
13777
|
+
"example": "无",
|
13778
|
+
"member": "string",
|
13779
|
+
"name": "Vip",
|
13780
|
+
"required": false,
|
13781
|
+
"type": "string"
|
13782
|
+
}
|
13783
|
+
],
|
13784
|
+
"type": "object"
|
13785
|
+
},
|
13786
|
+
"ModifyDReadableResponse": {
|
13787
|
+
"document": "ModifyDReadable返回参数结构体",
|
13788
|
+
"members": [
|
13789
|
+
{
|
13790
|
+
"disabled": false,
|
13791
|
+
"document": "任务ID",
|
13792
|
+
"example": "198081",
|
13793
|
+
"member": "int64",
|
13794
|
+
"name": "FlowId",
|
13795
|
+
"output_required": true,
|
13796
|
+
"type": "int",
|
13797
|
+
"value_allowed_null": false
|
13798
|
+
},
|
13799
|
+
{
|
13800
|
+
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
13801
|
+
"member": "string",
|
13802
|
+
"name": "RequestId",
|
13803
|
+
"type": "string"
|
13804
|
+
}
|
13805
|
+
],
|
13806
|
+
"type": "object"
|
13807
|
+
},
|
13634
13808
|
"ModifyDataBaseTuple": {
|
13635
13809
|
"document": "要修改的数据库订阅发布关系集合",
|
13636
13810
|
"members": [
|
@@ -14207,6 +14381,15 @@
|
|
14207
14381
|
"name": "InstanceId",
|
14208
14382
|
"required": true,
|
14209
14383
|
"type": "string"
|
14384
|
+
},
|
14385
|
+
{
|
14386
|
+
"disabled": false,
|
14387
|
+
"document": "RO只读组Id",
|
14388
|
+
"example": "mssqlrg-uq7jq8q",
|
14389
|
+
"member": "string",
|
14390
|
+
"name": "RoGroupId",
|
14391
|
+
"required": false,
|
14392
|
+
"type": "string"
|
14210
14393
|
}
|
14211
14394
|
],
|
14212
14395
|
"type": "object"
|
@@ -14220,7 +14403,7 @@
|
|
14220
14403
|
"example": "99999",
|
14221
14404
|
"member": "uint64",
|
14222
14405
|
"name": "FlowId",
|
14223
|
-
"
|
14406
|
+
"output_required": true,
|
14224
14407
|
"type": "int",
|
14225
14408
|
"value_allowed_null": false
|
14226
14409
|
},
|
@@ -14899,142 +15082,162 @@
|
|
14899
15082
|
{
|
14900
15083
|
"disabled": false,
|
14901
15084
|
"document": "只读组ID",
|
14902
|
-
"example": "",
|
15085
|
+
"example": "无",
|
14903
15086
|
"member": "string",
|
14904
15087
|
"name": "ReadOnlyGroupId",
|
14905
|
-
"
|
15088
|
+
"output_required": true,
|
14906
15089
|
"type": "string",
|
14907
15090
|
"value_allowed_null": false
|
14908
15091
|
},
|
14909
15092
|
{
|
14910
15093
|
"disabled": false,
|
14911
15094
|
"document": "只读组名称",
|
14912
|
-
"example": "",
|
15095
|
+
"example": "无",
|
14913
15096
|
"member": "string",
|
14914
15097
|
"name": "ReadOnlyGroupName",
|
14915
|
-
"
|
15098
|
+
"output_required": true,
|
14916
15099
|
"type": "string",
|
14917
15100
|
"value_allowed_null": false
|
14918
15101
|
},
|
14919
15102
|
{
|
14920
15103
|
"disabled": false,
|
14921
15104
|
"document": "只读组的地域ID,与主实例相同",
|
14922
|
-
"example": "",
|
15105
|
+
"example": "无",
|
14923
15106
|
"member": "string",
|
14924
15107
|
"name": "RegionId",
|
14925
|
-
"
|
15108
|
+
"output_required": true,
|
14926
15109
|
"type": "string",
|
14927
15110
|
"value_allowed_null": false
|
14928
15111
|
},
|
14929
15112
|
{
|
14930
15113
|
"disabled": false,
|
14931
15114
|
"document": "只读组的可用区ID,与主实例相同",
|
14932
|
-
"example": "",
|
15115
|
+
"example": "无",
|
14933
15116
|
"member": "string",
|
14934
15117
|
"name": "ZoneId",
|
14935
|
-
"
|
15118
|
+
"output_required": true,
|
14936
15119
|
"type": "string",
|
14937
15120
|
"value_allowed_null": false
|
14938
15121
|
},
|
14939
15122
|
{
|
14940
15123
|
"disabled": false,
|
14941
15124
|
"document": "是否启动超时剔除功能,0-不开启剔除功能,1-开启剔除功能",
|
14942
|
-
"example": "",
|
15125
|
+
"example": "无",
|
14943
15126
|
"member": "int64",
|
14944
15127
|
"name": "IsOfflineDelay",
|
14945
|
-
"
|
15128
|
+
"output_required": true,
|
14946
15129
|
"type": "int",
|
14947
15130
|
"value_allowed_null": false
|
14948
15131
|
},
|
14949
15132
|
{
|
14950
15133
|
"disabled": false,
|
14951
15134
|
"document": "启动超时剔除功能后,使用的超时阈值",
|
14952
|
-
"example": "",
|
15135
|
+
"example": "无",
|
14953
15136
|
"member": "int64",
|
14954
15137
|
"name": "ReadOnlyMaxDelayTime",
|
14955
|
-
"
|
15138
|
+
"output_required": true,
|
14956
15139
|
"type": "int",
|
14957
15140
|
"value_allowed_null": false
|
14958
15141
|
},
|
14959
15142
|
{
|
14960
15143
|
"disabled": false,
|
14961
15144
|
"document": "启动超时剔除功能后,只读组至少保留的只读副本数",
|
14962
|
-
"example": "",
|
15145
|
+
"example": "无",
|
14963
15146
|
"member": "int64",
|
14964
15147
|
"name": "MinReadOnlyInGroup",
|
14965
|
-
"
|
15148
|
+
"output_required": true,
|
14966
15149
|
"type": "int",
|
14967
15150
|
"value_allowed_null": false
|
14968
15151
|
},
|
14969
15152
|
{
|
14970
15153
|
"disabled": false,
|
14971
15154
|
"document": "只读组vip",
|
14972
|
-
"example": "",
|
15155
|
+
"example": "无",
|
14973
15156
|
"member": "string",
|
14974
15157
|
"name": "Vip",
|
14975
|
-
"
|
15158
|
+
"output_required": true,
|
14976
15159
|
"type": "string",
|
14977
15160
|
"value_allowed_null": false
|
14978
15161
|
},
|
14979
15162
|
{
|
14980
15163
|
"disabled": false,
|
14981
15164
|
"document": "只读组vport",
|
14982
|
-
"example": "",
|
15165
|
+
"example": "无",
|
14983
15166
|
"member": "int64",
|
14984
15167
|
"name": "Vport",
|
14985
|
-
"
|
15168
|
+
"output_required": true,
|
14986
15169
|
"type": "int",
|
14987
15170
|
"value_allowed_null": false
|
14988
15171
|
},
|
14989
15172
|
{
|
14990
15173
|
"disabled": false,
|
14991
15174
|
"document": "只读组私有网络ID",
|
14992
|
-
"example": "",
|
15175
|
+
"example": "无",
|
14993
15176
|
"member": "string",
|
14994
15177
|
"name": "VpcId",
|
14995
|
-
"
|
15178
|
+
"output_required": true,
|
14996
15179
|
"type": "string",
|
14997
15180
|
"value_allowed_null": false
|
14998
15181
|
},
|
14999
15182
|
{
|
15000
15183
|
"disabled": false,
|
15001
15184
|
"document": "只读组私有网络子网ID",
|
15002
|
-
"example": "",
|
15185
|
+
"example": "无",
|
15003
15186
|
"member": "string",
|
15004
15187
|
"name": "SubnetId",
|
15005
|
-
"
|
15188
|
+
"output_required": true,
|
15006
15189
|
"type": "string",
|
15007
15190
|
"value_allowed_null": false
|
15008
15191
|
},
|
15009
15192
|
{
|
15010
15193
|
"disabled": false,
|
15011
15194
|
"document": "只读组状态: 1-申请成功运行中,5-申请中",
|
15012
|
-
"example": "",
|
15195
|
+
"example": "无",
|
15013
15196
|
"member": "int64",
|
15014
15197
|
"name": "Status",
|
15015
|
-
"
|
15198
|
+
"output_required": true,
|
15016
15199
|
"type": "int",
|
15017
15200
|
"value_allowed_null": false
|
15018
15201
|
},
|
15019
15202
|
{
|
15020
15203
|
"disabled": false,
|
15021
15204
|
"document": "主实例ID,形如mssql-sgeshe3th",
|
15022
|
-
"example": "",
|
15205
|
+
"example": "无",
|
15023
15206
|
"member": "string",
|
15024
15207
|
"name": "MasterInstanceId",
|
15025
|
-
"
|
15208
|
+
"output_required": true,
|
15026
15209
|
"type": "string",
|
15027
15210
|
"value_allowed_null": false
|
15028
15211
|
},
|
15029
15212
|
{
|
15030
15213
|
"disabled": false,
|
15031
15214
|
"document": "只读实例副本集合",
|
15032
|
-
"example": "",
|
15215
|
+
"example": "无",
|
15033
15216
|
"member": "ReadOnlyInstance",
|
15034
15217
|
"name": "ReadOnlyInstanceSet",
|
15035
|
-
"
|
15218
|
+
"output_required": true,
|
15036
15219
|
"type": "list",
|
15037
15220
|
"value_allowed_null": false
|
15221
|
+
},
|
15222
|
+
{
|
15223
|
+
"disabled": false,
|
15224
|
+
"document": "RO组外网地址域名",
|
15225
|
+
"example": "无",
|
15226
|
+
"member": "string",
|
15227
|
+
"name": "DnsPodDomain",
|
15228
|
+
"output_required": true,
|
15229
|
+
"type": "string",
|
15230
|
+
"value_allowed_null": false
|
15231
|
+
},
|
15232
|
+
{
|
15233
|
+
"disabled": false,
|
15234
|
+
"document": "RO组外网地址端口",
|
15235
|
+
"example": "无",
|
15236
|
+
"member": "uint64",
|
15237
|
+
"name": "TgwWanVPort",
|
15238
|
+
"output_required": true,
|
15239
|
+
"type": "int",
|
15240
|
+
"value_allowed_null": false
|
15038
15241
|
}
|
15039
15242
|
],
|
15040
15243
|
"usage": "out"
|
@@ -15649,11 +15852,11 @@
|
|
15649
15852
|
"members": [
|
15650
15853
|
{
|
15651
15854
|
"disabled": false,
|
15652
|
-
"document": "
|
15855
|
+
"document": "修改账号密码的异步任务流程ID",
|
15653
15856
|
"example": "30457",
|
15654
15857
|
"member": "int64",
|
15655
15858
|
"name": "FlowId",
|
15656
|
-
"
|
15859
|
+
"output_required": true,
|
15657
15860
|
"type": "int",
|
15658
15861
|
"value_allowed_null": false
|
15659
15862
|
},
|
@@ -412,7 +412,7 @@
|
|
412
412
|
{
|
413
413
|
"document": "查询实例附属属性",
|
414
414
|
"input": "POST / HTTP/1.1\nHost: sqlserver.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDBInstancesAttribute\n<公共请求参数>\n\n{\n \"InstanceId\": \"mssql-j8kv137v\"\n}",
|
415
|
-
"output": "{\n \"Response\": {\n \"BlockedThreshold\": 0,\n \"EventSaveDays\": 7,\n \"InstanceId\": \"mssql-j8kv137v\",\n \"RegularBackupCounts\": 0,\n \"RegularBackupEnable\": \"disable\",\n \"RegularBackupSaveDays\": 0,\n \"RegularBackupStartTime\": \"\",\n \"RegularBackupStrategy\": \"months\",\n \"RequestId\": \"9db13c19-d660-43c4-b340-7ba86b7b1470\",\n \"SSLConfig\": {\n \"Encryption\": \"disable\",\n \"SSLValidity\": 0,\n \"SSLValidityPeriod\": \"0000-00-00 00:00:00\"\n },\n \"TDEConfig\": {\n \"CertificateAttribution\": \"self\",\n \"Encryption\": \"disable\",\n \"QuoteUin\": \"\"\n }\n }\n}",
|
415
|
+
"output": "{\n \"Response\": {\n \"BlockedThreshold\": 0,\n \"EventSaveDays\": 7,\n \"InstanceId\": \"mssql-j8kv137v\",\n \"RegularBackupCounts\": 0,\n \"RegularBackupEnable\": \"disable\",\n \"RegularBackupSaveDays\": 0,\n \"RegularBackupStartTime\": \"\",\n \"RegularBackupStrategy\": \"months\",\n \"RequestId\": \"9db13c19-d660-43c4-b340-7ba86b7b1470\",\n \"SSLConfig\": {\n \"Encryption\": \"disable\",\n \"SSLValidity\": 0,\n \"SSLValidityPeriod\": \"0000-00-00 00:00:00\"\n },\n \"TDEConfig\": {\n \"CertificateAttribution\": \"self\",\n \"Encryption\": \"disable\",\n \"QuoteUin\": \"\"\n },\n \"DrReadableInfo\": {\n \"SlaveStatus\": \"enable\",\n \"ReadableStatus\": \"enable\",\n \"Vip\": \"127.0.0.1\",\n \"VPort\": 1433,\n \"UniqVpcId\": \"vpc-h8a9j18\",\n \"UniqSubnetId\": \"sub-jia891k9\"\n }\n }\n}",
|
416
416
|
"title": "查询实例mssql-j8kv137v的附属属性"
|
417
417
|
}
|
418
418
|
],
|
@@ -918,6 +918,14 @@
|
|
918
918
|
"title": "修改数据库备注"
|
919
919
|
}
|
920
920
|
],
|
921
|
+
"ModifyDReadable": [
|
922
|
+
{
|
923
|
+
"document": "开通或者关闭备机只读功能",
|
924
|
+
"input": "POST / HTTP/1.1\nHost: sqlserver.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyDReadable\n<公共请求参数>\n\n{\n \"InstanceId\": \"mssql-j8kv137v\",\n \"Type\": \"enable\",\n \"VpcId\": \"vpc-jh8ah7\",\n \"SubnetId\": \"sub-i90aoa\",\n \"Vip\": \"127.0.0.1\"\n}",
|
925
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"1fed8472-f117-11ec-be47-525400853186\",\n \"FlowId\": 1012152\n }\n}",
|
926
|
+
"title": "开通或者关闭备机只读功能"
|
927
|
+
}
|
928
|
+
],
|
921
929
|
"ModifyDatabaseCDC": [
|
922
930
|
{
|
923
931
|
"document": "",
|