tccli 3.0.1216.1__py2.py3-none-any.whl → 3.0.1217.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/argparser.py +1 -1
- tccli/command.py +2 -2
- tccli/credentials.py +25 -0
- tccli/main.py +6 -2
- tccli/plugins/sso/__init__.py +61 -0
- tccli/plugins/sso/configs.py +4 -0
- tccli/plugins/sso/configure.py +45 -0
- tccli/plugins/sso/login.py +144 -0
- tccli/plugins/sso/logout.py +21 -0
- tccli/plugins/sso/terminal.py +161 -0
- tccli/plugins/sso/texts.py +40 -0
- tccli/services/__init__.py +6 -0
- tccli/services/acp/v20220105/api.json +7 -7
- tccli/services/acp/v20220105/examples.json +2 -2
- tccli/services/aiart/v20221229/api.json +29 -29
- tccli/services/aiart/v20221229/examples.json +8 -8
- tccli/services/apigateway/v20180808/api.json +18 -17
- tccli/services/apigateway/v20180808/examples.json +12 -12
- tccli/services/apm/v20210622/api.json +98 -4
- tccli/services/asr/v20190614/api.json +18 -17
- tccli/services/asr/v20190614/examples.json +13 -13
- tccli/services/autoscaling/v20180419/api.json +371 -309
- tccli/services/autoscaling/v20180419/examples.json +17 -17
- tccli/services/batch/v20170312/api.json +7 -7
- tccli/services/bda/v20200324/api.json +39 -31
- tccli/services/bda/v20200324/examples.json +9 -9
- tccli/services/bh/__init__.py +4 -0
- tccli/services/bh/bh_client.py +3428 -0
- tccli/services/bh/v20230418/api.json +8180 -0
- tccli/services/bh/v20230418/examples.json +519 -0
- tccli/services/bi/v20220105/api.json +48 -0
- tccli/services/billing/v20180709/api.json +26 -24
- tccli/services/bsca/v20210811/api.json +1 -1
- tccli/services/btoe/v20210514/api.json +4 -4
- tccli/services/btoe/v20210514/examples.json +2 -2
- tccli/services/ca/v20230228/api.json +60 -0
- tccli/services/cam/v20190116/api.json +11 -11
- tccli/services/cat/v20180409/api.json +9 -0
- tccli/services/cbs/v20170312/api.json +200 -188
- tccli/services/cbs/v20170312/examples.json +4 -4
- tccli/services/ccc/v20200210/api.json +390 -323
- tccli/services/ccc/v20200210/examples.json +15 -15
- tccli/services/cdb/cdb_client.py +13 -13
- tccli/services/cdb/v20170320/api.json +295 -270
- tccli/services/cdb/v20170320/examples.json +38 -38
- tccli/services/cdc/v20201214/api.json +283 -270
- tccli/services/cdc/v20201214/examples.json +26 -26
- tccli/services/cds/v20180420/api.json +82 -76
- tccli/services/cds/v20180420/examples.json +1 -1
- tccli/services/cdwch/v20200915/api.json +1 -1
- tccli/services/cdwdoris/v20211228/api.json +42 -2
- tccli/services/cdz/v20221123/api.json +41 -5
- tccli/services/cfg/v20210820/api.json +31 -0
- tccli/services/cfs/v20190719/api.json +89 -1
- tccli/services/cfs/v20190719/examples.json +1 -1
- tccli/services/cfw/cfw_client.py +0 -53
- tccli/services/cfw/v20190904/api.json +1849 -1999
- tccli/services/cfw/v20190904/examples.json +157 -159
- tccli/services/ckafka/v20190819/api.json +104 -75
- tccli/services/clb/v20180317/api.json +48 -26
- tccli/services/clb/v20180317/examples.json +1 -1
- tccli/services/cloudapp/v20220530/api.json +5 -1
- tccli/services/cloudaudit/v20190319/api.json +58 -44
- tccli/services/cloudaudit/v20190319/examples.json +6 -6
- tccli/services/cloudstudio/v20230508/api.json +38 -37
- tccli/services/cloudstudio/v20230508/examples.json +4 -4
- tccli/services/cls/cls_client.py +216 -4
- tccli/services/cls/v20201016/api.json +536 -47
- tccli/services/cls/v20201016/examples.json +34 -2
- tccli/services/csip/v20221121/api.json +2562 -2382
- tccli/services/csip/v20221121/examples.json +108 -108
- tccli/services/cvm/v20170312/api.json +149 -112
- tccli/services/cvm/v20170312/examples.json +2 -2
- tccli/services/cwp/cwp_client.py +4 -110
- tccli/services/cwp/v20180228/api.json +6338 -6146
- tccli/services/cwp/v20180228/examples.json +342 -370
- tccli/services/cynosdb/v20190107/api.json +93 -81
- tccli/services/cynosdb/v20190107/examples.json +70 -70
- tccli/services/dasb/v20191018/api.json +796 -651
- tccli/services/dasb/v20191018/examples.json +101 -101
- tccli/services/dcdb/dcdb_client.py +114 -61
- tccli/services/dcdb/v20180411/api.json +141 -7
- tccli/services/dcdb/v20180411/examples.json +32 -0
- tccli/services/dlc/v20210125/api.json +21 -11
- tccli/services/dnspod/dnspod_client.py +417 -46
- tccli/services/dnspod/v20210323/api.json +751 -30
- tccli/services/dnspod/v20210323/examples.json +62 -0
- tccli/services/dts/v20211206/api.json +4 -4
- tccli/services/ecm/v20190719/api.json +2 -2
- tccli/services/emr/v20190103/api.json +339 -114
- tccli/services/emr/v20190103/examples.json +64 -82
- tccli/services/es/v20180416/api.json +29 -0
- tccli/services/es/v20180416/examples.json +1 -1
- tccli/services/ess/v20201111/api.json +49 -31
- tccli/services/ess/v20201111/examples.json +20 -8
- tccli/services/essbasic/v20210526/api.json +54 -49
- tccli/services/essbasic/v20210526/examples.json +36 -18
- tccli/services/facefusion/v20181201/api.json +47 -45
- tccli/services/facefusion/v20181201/examples.json +2 -2
- tccli/services/facefusion/v20220927/api.json +54 -48
- tccli/services/facefusion/v20220927/examples.json +5 -5
- tccli/services/faceid/v20180301/api.json +497 -496
- tccli/services/faceid/v20180301/examples.json +219 -101
- tccli/services/fmu/v20191213/api.json +59 -67
- tccli/services/fmu/v20191213/examples.json +22 -22
- tccli/services/ft/v20200304/api.json +53 -57
- tccli/services/ft/v20200304/examples.json +14 -14
- tccli/services/gme/v20180711/api.json +21 -11
- tccli/services/gme/v20180711/examples.json +1 -1
- tccli/services/hai/v20230812/api.json +116 -9
- tccli/services/hai/v20230812/examples.json +4 -4
- tccli/services/hunyuan/hunyuan_client.py +436 -12
- tccli/services/hunyuan/v20230901/api.json +1482 -118
- tccli/services/hunyuan/v20230901/examples.json +82 -18
- tccli/services/iai/v20180301/api.json +23 -19
- tccli/services/iai/v20180301/examples.json +2 -2
- tccli/services/iai/v20200303/api.json +530 -511
- tccli/services/iai/v20200303/examples.json +116 -86
- tccli/services/ig/__init__.py +4 -0
- tccli/services/ig/ig_client.py +195 -0
- tccli/services/ig/v20210518/api.json +83 -0
- tccli/services/ig/v20210518/examples.json +13 -0
- tccli/services/ioa/ioa_client.py +53 -0
- tccli/services/ioa/v20220601/api.json +662 -413
- tccli/services/ioa/v20220601/examples.json +24 -10
- tccli/services/iotexplorer/v20190423/api.json +33 -13
- tccli/services/iotexplorer/v20190423/examples.json +3 -3
- tccli/services/iotvideo/iotvideo_client.py +106 -0
- tccli/services/iotvideo/v20191126/api.json +256 -24
- tccli/services/iotvideo/v20191126/examples.json +19 -3
- tccli/services/iotvideo/v20201215/api.json +1 -1
- tccli/services/iotvideo/v20201215/examples.json +1 -1
- tccli/services/iotvideo/v20211125/api.json +1 -1
- tccli/services/iotvideo/v20211125/examples.json +2 -2
- tccli/services/iss/iss_client.py +69 -122
- tccli/services/iss/v20230517/api.json +10 -54
- tccli/services/iss/v20230517/examples.json +0 -14
- tccli/services/kms/v20190118/api.json +301 -268
- tccli/services/kms/v20190118/examples.json +45 -51
- tccli/services/lcic/lcic_client.py +159 -0
- tccli/services/lcic/v20220817/api.json +273 -1
- tccli/services/lcic/v20220817/examples.json +24 -0
- tccli/services/lighthouse/v20200324/api.json +56 -0
- tccli/services/live/live_client.py +159 -0
- tccli/services/live/v20180801/api.json +244 -0
- tccli/services/live/v20180801/examples.json +24 -0
- tccli/services/lke/v20231130/api.json +17 -17
- tccli/services/lke/v20231130/examples.json +19 -25
- tccli/services/mariadb/v20170312/api.json +7 -7
- tccli/services/market/v20191010/api.json +3 -3
- tccli/services/market/v20191010/examples.json +2 -2
- tccli/services/mmps/v20200710/api.json +47 -47
- tccli/services/mmps/v20200710/examples.json +3 -3
- tccli/services/mongodb/v20190725/api.json +4 -4
- tccli/services/monitor/v20180724/api.json +46 -19
- tccli/services/mps/v20190612/api.json +282 -5
- tccli/services/mps/v20190612/examples.json +25 -1
- tccli/services/mqtt/v20240516/api.json +2 -2
- tccli/services/mrs/v20200910/api.json +72 -34
- tccli/services/mrs/v20200910/examples.json +2 -2
- tccli/services/ms/v20180408/api.json +535 -506
- tccli/services/ms/v20180408/examples.json +25 -25
- tccli/services/oceanus/v20190422/api.json +130 -0
- tccli/services/ocr/ocr_client.py +232 -20
- tccli/services/ocr/v20181119/api.json +2265 -760
- tccli/services/ocr/v20181119/examples.json +200 -180
- tccli/services/omics/v20221128/api.json +614 -553
- tccli/services/omics/v20221128/examples.json +9 -9
- tccli/services/organization/v20210331/api.json +13 -4
- tccli/services/organization/v20210331/examples.json +2 -2
- tccli/services/partners/v20180321/api.json +244 -234
- tccli/services/partners/v20180321/examples.json +19 -19
- tccli/services/privatedns/privatedns_client.py +428 -4
- tccli/services/privatedns/v20201028/api.json +815 -11
- tccli/services/privatedns/v20201028/examples.json +64 -0
- tccli/services/pts/v20210728/api.json +18 -0
- tccli/services/pts/v20210728/examples.json +1 -1
- tccli/services/rce/rce_client.py +53 -0
- tccli/services/rce/v20201103/api.json +146 -0
- tccli/services/rce/v20201103/examples.json +8 -0
- tccli/services/redis/v20180412/api.json +42 -42
- tccli/services/redis/v20180412/examples.json +19 -19
- tccli/services/rum/v20210622/api.json +9 -0
- tccli/services/scf/v20180416/api.json +15 -15
- tccli/services/scf/v20180416/examples.json +1 -1
- tccli/services/smop/v20201203/api.json +46 -42
- tccli/services/smop/v20201203/examples.json +2 -2
- tccli/services/soe/v20180724/api.json +10 -10
- tccli/services/sqlserver/v20180328/api.json +21 -8
- tccli/services/sqlserver/v20180328/examples.json +5 -5
- tccli/services/ssl/v20191205/api.json +97 -4
- tccli/services/ssm/v20190923/api.json +292 -231
- tccli/services/ssm/v20190923/examples.json +42 -42
- tccli/services/tat/v20201028/api.json +97 -97
- tccli/services/tat/v20201028/examples.json +20 -26
- tccli/services/tchd/v20230306/api.json +5 -5
- tccli/services/tchd/v20230306/examples.json +3 -3
- tccli/services/tcr/v20190924/api.json +1 -1
- tccli/services/tcr/v20190924/examples.json +1 -1
- tccli/services/tcss/v20201101/api.json +1973 -1426
- tccli/services/tcss/v20201101/examples.json +346 -364
- tccli/services/tdmq/v20200217/api.json +539 -401
- tccli/services/tdmq/v20200217/examples.json +104 -104
- tccli/services/tds/v20220801/api.json +4 -4
- tccli/services/tem/v20210701/api.json +287 -271
- tccli/services/tem/v20210701/examples.json +59 -59
- tccli/services/teo/v20220901/api.json +37 -9
- tccli/services/teo/v20220901/examples.json +13 -7
- tccli/services/thpc/v20230321/api.json +5 -5
- tccli/services/tke/tke_client.py +217 -58
- tccli/services/tke/v20180525/api.json +36 -27
- tccli/services/tke/v20180525/examples.json +1 -1
- tccli/services/tke/v20220501/api.json +176 -0
- tccli/services/tke/v20220501/examples.json +24 -0
- tccli/services/tmt/v20180321/api.json +38 -8
- tccli/services/trp/v20210515/api.json +86 -74
- tccli/services/trp/v20210515/examples.json +65 -65
- tccli/services/trro/v20220325/api.json +72 -71
- tccli/services/trro/v20220325/examples.json +8 -8
- tccli/services/trtc/trtc_client.py +8 -61
- tccli/services/trtc/v20190722/api.json +72 -30
- tccli/services/trtc/v20190722/examples.json +3 -11
- tccli/services/tse/tse_client.py +110 -4
- tccli/services/tse/v20201207/api.json +122 -7
- tccli/services/tse/v20201207/examples.json +25 -9
- tccli/services/vclm/v20240523/api.json +225 -82
- tccli/services/vclm/v20240523/examples.json +13 -19
- tccli/services/vod/v20180717/api.json +431 -4
- tccli/services/vod/v20180717/examples.json +25 -5
- tccli/services/vod/v20240718/api.json +11 -11
- tccli/services/vod/v20240718/examples.json +4 -4
- tccli/services/vod/vod_client.py +53 -0
- tccli/services/vpc/v20170312/api.json +1090 -862
- tccli/services/vpc/v20170312/examples.json +74 -66
- tccli/services/vpc/vpc_client.py +61 -8
- tccli/services/waf/v20180125/api.json +2540 -2177
- tccli/services/waf/v20180125/examples.json +216 -284
- tccli/services/waf/waf_client.py +172 -119
- tccli/services/wav/v20210129/api.json +48 -48
- tccli/services/wav/v20210129/examples.json +4 -4
- tccli/services/wedata/v20210820/api.json +909 -25
- tccli/services/wedata/v20210820/examples.json +28 -4
- tccli/services/wedata/wedata_client.py +159 -0
- tccli/services/weilingwith/v20230427/api.json +6 -6
- tccli/services/weilingwith/v20230427/examples.json +3 -3
- tccli/sso.py +229 -0
- {tccli-3.0.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/RECORD +252 -235
- {tccli-3.0.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/license_files/LICENSE +0 -0
@@ -70,6 +70,22 @@
|
|
70
70
|
"title": "创建域名分组"
|
71
71
|
}
|
72
72
|
],
|
73
|
+
"CreateLineGroup": [
|
74
|
+
{
|
75
|
+
"document": "添加自定义线路分组",
|
76
|
+
"input": "POST / HTTP/1.1\nHost: dnspod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateLineGroup\n<公共请求参数>\n\n{\n \"Domain\": \"dnspod.cn\",\n \"Name\": \"testgroup99\",\n \"Lines\": \"电信,移动\"\n}",
|
77
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"ab4f1426-ea15-42ea-8183-dc1b44151166\",\n \"Data\": {\n \"Id\": 10,\n \"Name\": \"testgroup99\",\n \"Lines\": [\n \"电信\",\n \"移动\"\n ]\n }\n }\n}",
|
78
|
+
"title": "添加自定义线路分组"
|
79
|
+
}
|
80
|
+
],
|
81
|
+
"CreateLineGroupCopy": [
|
82
|
+
{
|
83
|
+
"document": "复制自定义线路分组",
|
84
|
+
"input": "POST / HTTP/1.1\nHost: dnspod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateLineGroupCopy\n<公共请求参数>\n\n{\n \"Domain\": \"dnspod.cn\",\n \"DomainIds\": \"1002\"\n}",
|
85
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"ab4f1426-ea15-42ea-8183-dc1b44151166\"\n }\n}",
|
86
|
+
"title": "复制自定义线路分组"
|
87
|
+
}
|
88
|
+
],
|
73
89
|
"CreateRecord": [
|
74
90
|
{
|
75
91
|
"document": " ",
|
@@ -102,6 +118,14 @@
|
|
102
118
|
"title": "创建快照"
|
103
119
|
}
|
104
120
|
],
|
121
|
+
"CreateTXTRecord": [
|
122
|
+
{
|
123
|
+
"document": "添加TXT记录",
|
124
|
+
"input": "POST / HTTP/1.1\nHost: dnspod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateTXTRecord\n<公共请求参数>\n\n{\n \"Domain\": \"1777.cn\",\n \"RecordLine\": \"默认\",\n \"Value\": \"43045375\",\n \"TTL\": 600,\n \"Status\": \"ENABLE\"\n}",
|
125
|
+
"output": "{\n \"Response\": {\n \"RecordId\": 16412959,\n \"RequestId\": \"5fc6eba2-3a28-41da-b3c6-70b8e55c447e\"\n }\n}",
|
126
|
+
"title": "添加TXT记录"
|
127
|
+
}
|
128
|
+
],
|
105
129
|
"DeleteDomain": [
|
106
130
|
{
|
107
131
|
"document": " ",
|
@@ -140,6 +164,14 @@
|
|
140
164
|
"title": "删除域名的自定义线路"
|
141
165
|
}
|
142
166
|
],
|
167
|
+
"DeleteLineGroup": [
|
168
|
+
{
|
169
|
+
"document": "删除自定义线路分组",
|
170
|
+
"input": "POST / HTTP/1.1\nHost: dnspod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteLineGroup\n<公共请求参数>\n\n{\n \"Domain\": \"dnspod.cn\",\n \"LineGroupId\": 10\n}",
|
171
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"ab4f1426-ea15-42ea-8183-dc1b44151166\"\n }\n}",
|
172
|
+
"title": "删除自定义线路分组"
|
173
|
+
}
|
174
|
+
],
|
143
175
|
"DeleteRecord": [
|
144
176
|
{
|
145
177
|
"document": " ",
|
@@ -292,6 +324,14 @@
|
|
292
324
|
"title": "获取域名Whois信息"
|
293
325
|
}
|
294
326
|
],
|
327
|
+
"DescribeLineGroupList": [
|
328
|
+
{
|
329
|
+
"document": "获取域名的自定义线路分组列表",
|
330
|
+
"input": "POST / HTTP/1.1\nHost: dnspod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeLineGroupList\n<公共请求参数>\n\n{\n \"Domain\": \"dnspod.cn\",\n \"Offset\": 0,\n \"Length\": 20,\n \"SortType\": \"desc\"\n}",
|
331
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"ab4f1426-ea15-42ea-8183-dc1b44151166\",\n \"LineGroups\": [\n {\n \"Id\": 9,\n \"DomainId\": 1005,\n \"Name\": \"group06\",\n \"Lines\": [\n \"必应\"\n ],\n \"CreatedOn\": \"2021-11-18 16:45:15\",\n \"UpdatedOn\": \"2021-11-19 10:55:13\"\n },\n {\n \"Id\": 8,\n \"DomainId\": 1005,\n \"Name\": \"group04\",\n \"Lines\": [\n \"搜索引擎\"\n ],\n \"CreatedOn\": \"2021-11-18 16:43:36\",\n \"UpdatedOn\": \"2021-11-18 16:43:36\"\n },\n {\n \"Id\": 7,\n \"DomainId\": 1005,\n \"Name\": \"group03\",\n \"Lines\": [\n \"联通\",\n \"教育网\"\n ],\n \"CreatedOn\": \"2021-11-18 16:42:36\",\n \"UpdatedOn\": \"2021-11-18 16:42:36\"\n },\n {\n \"Id\": 6,\n \"DomainId\": 1005,\n \"Name\": \"group02\",\n \"Lines\": [\n \"电信\",\n \"移动\"\n ],\n \"CreatedOn\": \"2021-11-18 16:42:05\",\n \"UpdatedOn\": \"2021-11-18 16:42:05\"\n },\n {\n \"Id\": 5,\n \"DomainId\": 1005,\n \"Name\": \"group01\",\n \"Lines\": [\n \"百度\",\n \"谷歌\"\n ],\n \"CreatedOn\": \"2021-11-18 16:41:19\",\n \"UpdatedOn\": \"2021-11-18 16:41:19\"\n }\n ],\n \"Info\": {\n \"NowTotal\": 5,\n \"Total\": 5,\n \"AvailableCount\": 0\n }\n }\n}",
|
332
|
+
"title": "获取域名的自定义线路分组列表"
|
333
|
+
}
|
334
|
+
],
|
295
335
|
"DescribePackageDetail": [
|
296
336
|
{
|
297
337
|
"document": "获取各套餐配置详情",
|
@@ -506,6 +546,14 @@
|
|
506
546
|
"title": "更新动态 DNS 记录"
|
507
547
|
}
|
508
548
|
],
|
549
|
+
"ModifyLineGroup": [
|
550
|
+
{
|
551
|
+
"document": "修改自定义线路分组",
|
552
|
+
"input": "POST / HTTP/1.1\nHost: dnspod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyLineGroup\n<公共请求参数>\n\n{\n \"Domain\": \"dnspod.cn\",\n \"Name\": \"testgroup99\",\n \"Lines\": \"电信,移动\",\n \"LineGroupId\": 10\n}",
|
553
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"ab4f1426-ea15-42ea-8183-dc1b44151166\"\n }\n}",
|
554
|
+
"title": "修改自定义线路分组"
|
555
|
+
}
|
556
|
+
],
|
509
557
|
"ModifyPackageAutoRenew": [
|
510
558
|
{
|
511
559
|
"document": " ",
|
@@ -598,6 +646,20 @@
|
|
598
646
|
"title": "暂停www子域名A/TXT/CNAME类型的解析记录"
|
599
647
|
}
|
600
648
|
],
|
649
|
+
"ModifyTXTRecord": [
|
650
|
+
{
|
651
|
+
"document": "成功修改TXT记录",
|
652
|
+
"input": "POST / HTTP/1.1\nHost: dnspod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyTXTRecord\n<公共请求参数>\n\n{\n \"Domain\": \"1777.cn\",\n \"RecordLine\": \"默认\",\n \"Value\": \"test for txt record\",\n \"RecordId\": 16412960,\n \"SubDomain\": \"www\",\n \"TTL\": 600,\n \"Status\": \"ENABLE\"\n}",
|
653
|
+
"output": "{\n \"Response\": {\n \"RecordId\": 16412960,\n \"RequestId\": \"2e55974f-37b6-431e-891a-038de497f839\"\n }\n}",
|
654
|
+
"title": "修改TXT记录"
|
655
|
+
},
|
656
|
+
{
|
657
|
+
"document": "修改其他类型的记录时报错",
|
658
|
+
"input": "POST / HTTP/1.1\nHost: dnspod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyTXTRecord\n<公共请求参数>\n\n{\n \"Domain\": \"1777.cn\",\n \"RecordLine\": \"电信\",\n \"Value\": \"3495743\",\n \"RecordId\": 16412961,\n \"SubDomain\": \"yyy\",\n \"TTL\": 600,\n \"Status\": \"ENABLE\",\n \"Remark\": \"这是备注\"\n}",
|
659
|
+
"output": "{\n \"Response\": {\n \"Error\": {\n \"Code\": \"InvalidParameter.RecordIdInvalid\",\n \"Message\": \"记录编号错误。\"\n },\n \"RequestId\": \"afdeaa85-02b3-41e2-88c0-66fc001aea71\"\n }\n}",
|
660
|
+
"title": "修改非TXT记录"
|
661
|
+
}
|
662
|
+
],
|
601
663
|
"ModifyVasAutoRenewStatus": [
|
602
664
|
{
|
603
665
|
"document": " ",
|
@@ -2593,7 +2593,7 @@
|
|
2593
2593
|
{
|
2594
2594
|
"disabled": false,
|
2595
2595
|
"document": "临时密钥Id,可通过申请扮演角色临时访问凭证获取临时密钥https://cloud.tencent.com/document/product/1312/48197,其中角色资源RoleArn的定义可参考DTS跨账号迁移文档(https://cloud.tencent.com/document/product/571/54117)第4节中关于角色的定义。\n注意:此字段可能返回 null,表示取不到有效值。",
|
2596
|
-
"example": "
|
2596
|
+
"example": "AKIDXXXXXX",
|
2597
2597
|
"member": "string",
|
2598
2598
|
"name": "TmpSecretId",
|
2599
2599
|
"output_required": true,
|
@@ -3624,7 +3624,7 @@
|
|
3624
3624
|
{
|
3625
3625
|
"disabled": false,
|
3626
3626
|
"document": "临时密钥Id,可通过申请扮演角色临时访问凭证获取临时密钥https://cloud.tencent.com/document/product/1312/48197,其中角色资源RoleArn的定义可参考DTS跨账号迁移文档(https://cloud.tencent.com/document/product/571/54117)第4节中关于角色的定义。",
|
3627
|
-
"example": "
|
3627
|
+
"example": "AKIDXXXXXX",
|
3628
3628
|
"member": "string",
|
3629
3629
|
"name": "TmpSecretId",
|
3630
3630
|
"required": false,
|
@@ -3633,7 +3633,7 @@
|
|
3633
3633
|
{
|
3634
3634
|
"disabled": false,
|
3635
3635
|
"document": "临时密钥Id,可通过申请扮演角色临时访问凭证获取临时密钥https://cloud.tencent.com/document/product/1312/48197,其中角色资源RoleArn的定义可参考DTS跨账号迁移文档(https://cloud.tencent.com/document/product/571/54117)第4节中关于角色的定义。",
|
3636
|
-
"example": "
|
3636
|
+
"example": "vobJXXXXXX",
|
3637
3637
|
"member": "string",
|
3638
3638
|
"name": "TmpSecretKey",
|
3639
3639
|
"required": false,
|
@@ -3642,7 +3642,7 @@
|
|
3642
3642
|
{
|
3643
3643
|
"disabled": false,
|
3644
3644
|
"document": "临时密钥Id,可通过申请扮演角色临时访问凭证获取临时密钥https://cloud.tencent.com/document/product/1312/48197,其中角色资源RoleArn的定义可参考DTS跨账号迁移文档(https://cloud.tencent.com/document/product/571/54117)第4节中关于角色的定义。",
|
3645
|
-
"example": "
|
3645
|
+
"example": "MvIVXXXXXX",
|
3646
3646
|
"member": "string",
|
3647
3647
|
"name": "TmpToken",
|
3648
3648
|
"required": false,
|
@@ -2832,7 +2832,7 @@
|
|
2832
2832
|
},
|
2833
2833
|
{
|
2834
2834
|
"disabled": false,
|
2835
|
-
"document": "在购买IPV6负载均衡实例的情况下,必须指定子网 ID,
|
2835
|
+
"document": "在购买IPV6负载均衡实例的情况下,必须指定子网 ID, 此参数必填;IPv4实例不支持该参数。",
|
2836
2836
|
"example": "subnet-dva8****",
|
2837
2837
|
"member": "string",
|
2838
2838
|
"name": "SubnetId",
|
@@ -2851,7 +2851,7 @@
|
|
2851
2851
|
"example": "[\"lb-mov2697v\"]",
|
2852
2852
|
"member": "string",
|
2853
2853
|
"name": "LoadBalancerIds",
|
2854
|
-
"
|
2854
|
+
"output_required": true,
|
2855
2855
|
"type": "list",
|
2856
2856
|
"value_allowed_null": true
|
2857
2857
|
},
|