tccli 3.0.1315.1__py2.py3-none-any.whl → 3.0.1317.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/services/batch/v20170312/api.json +1 -1
- tccli/services/bh/v20230418/api.json +2 -2
- tccli/services/cbs/v20170312/api.json +108 -98
- tccli/services/cbs/v20170312/examples.json +12 -12
- tccli/services/cdb/v20170320/api.json +41 -28
- tccli/services/cdb/v20170320/examples.json +12 -0
- tccli/services/cdwdoris/v20211228/api.json +20 -0
- tccli/services/cfs/v20190719/api.json +39 -39
- tccli/services/cfs/v20190719/examples.json +10 -10
- tccli/services/cfw/v20190904/api.json +4 -4
- tccli/services/cvm/v20170312/api.json +22 -22
- tccli/services/cvm/v20170312/examples.json +1 -1
- tccli/services/cynosdb/v20190107/api.json +163 -4
- tccli/services/dnspod/v20210323/api.json +102 -82
- tccli/services/dnspod/v20210323/examples.json +28 -28
- tccli/services/domain/v20180808/api.json +10 -10
- tccli/services/domain/v20180808/examples.json +1 -1
- tccli/services/emr/v20190103/api.json +10 -0
- tccli/services/es/v20180416/api.json +49 -0
- tccli/services/ess/ess_client.py +53 -0
- tccli/services/ess/v20201111/api.json +111 -11
- tccli/services/ess/v20201111/examples.json +9 -1
- tccli/services/essbasic/v20210526/api.json +25 -7
- tccli/services/essbasic/v20210526/examples.json +10 -4
- tccli/services/gs/v20191118/api.json +22 -0
- tccli/services/hai/v20230812/api.json +59 -59
- tccli/services/hai/v20230812/examples.json +6 -6
- tccli/services/lke/v20231130/api.json +412 -18
- tccli/services/lkeap/lkeap_client.py +53 -53
- tccli/services/lkeap/v20240522/api.json +90 -70
- tccli/services/lkeap/v20240522/examples.json +8 -8
- tccli/services/mps/v20190612/api.json +163 -0
- tccli/services/mps/v20190612/examples.json +1 -1
- tccli/services/mrs/v20200910/api.json +30 -0
- tccli/services/postgres/postgres_client.py +24 -183
- tccli/services/postgres/v20170312/api.json +0 -157
- tccli/services/postgres/v20170312/examples.json +0 -36
- tccli/services/privatedns/v20201028/api.json +6 -6
- tccli/services/privatedns/v20201028/examples.json +2 -2
- tccli/services/pts/v20210728/api.json +10 -0
- tccli/services/ssl/v20191205/api.json +4 -4
- tccli/services/tbaas/v20180416/api.json +3 -3
- tccli/services/tbaas/v20180416/examples.json +1 -1
- tccli/services/tcbr/v20220217/api.json +16 -16
- tccli/services/teo/v20220901/api.json +39 -11
- tccli/services/teo/v20220901/examples.json +1 -1
- tccli/services/tke/tke_client.py +8 -61
- tccli/services/tke/v20180525/api.json +16 -114
- tccli/services/tke/v20180525/examples.json +0 -8
- tccli/services/tke/v20220501/api.json +61 -1
- tccli/services/tke/v20220501/examples.json +1 -1
- tccli/services/tms/v20201229/api.json +27 -8
- tccli/services/tms/v20201229/examples.json +2 -2
- tccli/services/vpc/v20170312/api.json +12 -12
- tccli/services/vpc/v20170312/examples.json +2 -2
- tccli/services/waf/v20180125/api.json +78 -22
- {tccli-3.0.1315.1.dist-info → tccli-3.0.1317.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1315.1.dist-info → tccli-3.0.1317.1.dist-info}/RECORD +62 -62
- {tccli-3.0.1315.1.dist-info → tccli-3.0.1317.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1315.1.dist-info → tccli-3.0.1317.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1315.1.dist-info → tccli-3.0.1317.1.dist-info}/license_files/LICENSE +0 -0
@@ -197,7 +197,7 @@
|
|
197
197
|
"status": "online"
|
198
198
|
},
|
199
199
|
"DescribeBatchTask": {
|
200
|
-
"document": "
|
200
|
+
"document": "获取批量操作任务执行详情",
|
201
201
|
"input": "DescribeBatchTaskRequest",
|
202
202
|
"name": "获取任务详情",
|
203
203
|
"output": "DescribeBatchTaskResponse",
|
@@ -921,7 +921,7 @@
|
|
921
921
|
"example": "15689601",
|
922
922
|
"member": "uint64",
|
923
923
|
"name": "RecordId",
|
924
|
-
"
|
924
|
+
"output_required": true,
|
925
925
|
"type": "int",
|
926
926
|
"value_allowed_null": false
|
927
927
|
},
|
@@ -931,19 +931,19 @@
|
|
931
931
|
"example": "默认",
|
932
932
|
"member": "string",
|
933
933
|
"name": "Area",
|
934
|
-
"
|
934
|
+
"output_required": true,
|
935
935
|
"type": "string",
|
936
936
|
"value_allowed_null": false
|
937
937
|
},
|
938
938
|
{
|
939
939
|
"disabled": false,
|
940
|
-
"document": "
|
940
|
+
"document": "记录备注",
|
941
941
|
"example": "首页",
|
942
942
|
"member": "string",
|
943
943
|
"name": "Remark",
|
944
|
-
"
|
944
|
+
"output_required": true,
|
945
945
|
"type": "string",
|
946
|
-
"value_allowed_null":
|
946
|
+
"value_allowed_null": false
|
947
947
|
},
|
948
948
|
{
|
949
949
|
"disabled": false,
|
@@ -951,7 +951,7 @@
|
|
951
951
|
"example": "600",
|
952
952
|
"member": "uint64",
|
953
953
|
"name": "TTL",
|
954
|
-
"
|
954
|
+
"output_required": true,
|
955
955
|
"type": "int",
|
956
956
|
"value_allowed_null": false
|
957
957
|
},
|
@@ -961,7 +961,7 @@
|
|
961
961
|
"example": "A",
|
962
962
|
"member": "string",
|
963
963
|
"name": "RecordType",
|
964
|
-
"
|
964
|
+
"output_required": true,
|
965
965
|
"type": "string",
|
966
966
|
"value_allowed_null": false
|
967
967
|
},
|
@@ -971,7 +971,7 @@
|
|
971
971
|
"example": "1",
|
972
972
|
"member": "uint64",
|
973
973
|
"name": "Enabled",
|
974
|
-
"
|
974
|
+
"output_required": true,
|
975
975
|
"type": "int",
|
976
976
|
"value_allowed_null": false
|
977
977
|
},
|
@@ -981,7 +981,7 @@
|
|
981
981
|
"example": "20",
|
982
982
|
"member": "uint64",
|
983
983
|
"name": "Weight",
|
984
|
-
"
|
984
|
+
"output_required": true,
|
985
985
|
"type": "int",
|
986
986
|
"value_allowed_null": true
|
987
987
|
},
|
@@ -991,17 +991,17 @@
|
|
991
991
|
"example": "0",
|
992
992
|
"member": "uint64",
|
993
993
|
"name": "GroupId",
|
994
|
-
"
|
994
|
+
"output_required": true,
|
995
995
|
"type": "int",
|
996
996
|
"value_allowed_null": false
|
997
997
|
},
|
998
998
|
{
|
999
999
|
"disabled": false,
|
1000
1000
|
"document": "子域名",
|
1001
|
-
"example": "
|
1001
|
+
"example": "www",
|
1002
1002
|
"member": "string",
|
1003
1003
|
"name": "SubDomain",
|
1004
|
-
"
|
1004
|
+
"output_required": true,
|
1005
1005
|
"type": "string",
|
1006
1006
|
"value_allowed_null": false
|
1007
1007
|
},
|
@@ -1011,7 +1011,7 @@
|
|
1011
1011
|
"example": "0.0.0.0",
|
1012
1012
|
"member": "string",
|
1013
1013
|
"name": "Value",
|
1014
|
-
"
|
1014
|
+
"output_required": true,
|
1015
1015
|
"type": "string",
|
1016
1016
|
"value_allowed_null": false
|
1017
1017
|
},
|
@@ -1021,7 +1021,7 @@
|
|
1021
1021
|
"example": "0",
|
1022
1022
|
"member": "uint64",
|
1023
1023
|
"name": "MX",
|
1024
|
-
"
|
1024
|
+
"output_required": true,
|
1025
1025
|
"type": "int",
|
1026
1026
|
"value_allowed_null": true
|
1027
1027
|
}
|
@@ -1042,7 +1042,7 @@
|
|
1042
1042
|
},
|
1043
1043
|
{
|
1044
1044
|
"disabled": false,
|
1045
|
-
"document": "
|
1045
|
+
"document": "快照记录 ID",
|
1046
1046
|
"example": "BCED853D",
|
1047
1047
|
"member": "string",
|
1048
1048
|
"name": "SnapshotId",
|
@@ -1550,7 +1550,7 @@
|
|
1550
1550
|
{
|
1551
1551
|
"disabled": false,
|
1552
1552
|
"document": "域名数组",
|
1553
|
-
"example": "[dnspod1.cn
|
1553
|
+
"example": "[\"dnspod1.cn\",\"dnspod2.cn\"]",
|
1554
1554
|
"member": "string",
|
1555
1555
|
"name": "DomainList",
|
1556
1556
|
"required": true,
|
@@ -1815,6 +1815,7 @@
|
|
1815
1815
|
"example": "1",
|
1816
1816
|
"member": "uint64",
|
1817
1817
|
"name": "JobId",
|
1818
|
+
"output_required": true,
|
1818
1819
|
"type": "int",
|
1819
1820
|
"value_allowed_null": false
|
1820
1821
|
},
|
@@ -2143,8 +2144,8 @@
|
|
2143
2144
|
"members": [
|
2144
2145
|
{
|
2145
2146
|
"disabled": false,
|
2146
|
-
"document": "域名ID
|
2147
|
-
"example": "
|
2147
|
+
"document": "域名ID,多个域名ID用英文逗号进行分割。可以通过接口DescribeDomainList查到所有的Domain以及DomainId",
|
2148
|
+
"example": "[\"49\",\"53\"]",
|
2148
2149
|
"member": "string",
|
2149
2150
|
"name": "DomainIdList",
|
2150
2151
|
"required": true,
|
@@ -2171,6 +2172,7 @@
|
|
2171
2172
|
"example": "无",
|
2172
2173
|
"member": "CreateRecordBatchDetail",
|
2173
2174
|
"name": "DetailList",
|
2175
|
+
"output_required": true,
|
2174
2176
|
"type": "list",
|
2175
2177
|
"value_allowed_null": false
|
2176
2178
|
},
|
@@ -2180,6 +2182,7 @@
|
|
2180
2182
|
"example": "101",
|
2181
2183
|
"member": "uint64",
|
2182
2184
|
"name": "JobId",
|
2185
|
+
"output_required": true,
|
2183
2186
|
"type": "int",
|
2184
2187
|
"value_allowed_null": false
|
2185
2188
|
},
|
@@ -2198,7 +2201,7 @@
|
|
2198
2201
|
{
|
2199
2202
|
"disabled": false,
|
2200
2203
|
"document": "域名",
|
2201
|
-
"example": "
|
2204
|
+
"example": "dnspod.cn",
|
2202
2205
|
"member": "string",
|
2203
2206
|
"name": "Domain",
|
2204
2207
|
"required": true,
|
@@ -2215,7 +2218,7 @@
|
|
2215
2218
|
},
|
2216
2219
|
{
|
2217
2220
|
"disabled": false,
|
2218
|
-
"document": "域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
2221
|
+
"document": "域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId",
|
2219
2222
|
"example": "3123",
|
2220
2223
|
"member": "uint64",
|
2221
2224
|
"name": "DomainId",
|
@@ -2234,6 +2237,7 @@
|
|
2234
2237
|
"example": "1578",
|
2235
2238
|
"member": "uint64",
|
2236
2239
|
"name": "GroupId",
|
2240
|
+
"output_required": true,
|
2237
2241
|
"type": "int",
|
2238
2242
|
"value_allowed_null": false
|
2239
2243
|
},
|
@@ -2260,7 +2264,7 @@
|
|
2260
2264
|
},
|
2261
2265
|
{
|
2262
2266
|
"disabled": false,
|
2263
|
-
"document": "
|
2267
|
+
"document": "记录类型,可通过接口DescribeRecordType获得,大写英文,比如:A 。",
|
2264
2268
|
"example": "A",
|
2265
2269
|
"member": "string",
|
2266
2270
|
"name": "RecordType",
|
@@ -2269,7 +2273,7 @@
|
|
2269
2273
|
},
|
2270
2274
|
{
|
2271
2275
|
"disabled": false,
|
2272
|
-
"document": "
|
2276
|
+
"document": "记录线路,可以通过接口DescribeRecordLineList查看当前域名允许的线路信息,中文,比如:默认。",
|
2273
2277
|
"example": "默认",
|
2274
2278
|
"member": "string",
|
2275
2279
|
"name": "RecordLine",
|
@@ -2305,7 +2309,7 @@
|
|
2305
2309
|
},
|
2306
2310
|
{
|
2307
2311
|
"disabled": false,
|
2308
|
-
"document": "线路的 ID
|
2312
|
+
"document": "线路的 ID,可以通过接口DescribeRecordLineList查看当前域名允许的线路信息,英文字符串,比如:10=1。参数RecordLineId优先级高于RecordLine,如果同时传递二者,优先使用RecordLineId参数。",
|
2309
2313
|
"example": "10=1",
|
2310
2314
|
"member": "string",
|
2311
2315
|
"name": "RecordLineId",
|
@@ -2314,7 +2318,7 @@
|
|
2314
2318
|
},
|
2315
2319
|
{
|
2316
2320
|
"disabled": false,
|
2317
|
-
"document": "MX 优先级,当记录类型是 MX
|
2321
|
+
"document": "MX 优先级,当记录类型是 MX、HTTPS、SVCB 时必填,范围1-65535。",
|
2318
2322
|
"example": "10",
|
2319
2323
|
"member": "uint64",
|
2320
2324
|
"name": "MX",
|
@@ -2496,6 +2500,7 @@
|
|
2496
2500
|
"example": "1",
|
2497
2501
|
"member": "uint64",
|
2498
2502
|
"name": "JobId",
|
2503
|
+
"output_required": true,
|
2499
2504
|
"type": "int",
|
2500
2505
|
"value_allowed_null": false
|
2501
2506
|
},
|
@@ -2589,7 +2594,7 @@
|
|
2589
2594
|
},
|
2590
2595
|
{
|
2591
2596
|
"disabled": false,
|
2592
|
-
"document": "
|
2597
|
+
"document": "记录线路",
|
2593
2598
|
"example": "默认",
|
2594
2599
|
"member": "string",
|
2595
2600
|
"name": "RecordLine",
|
@@ -2625,7 +2630,7 @@
|
|
2625
2630
|
},
|
2626
2631
|
{
|
2627
2632
|
"disabled": false,
|
2628
|
-
"document": "线路的 ID
|
2633
|
+
"document": "线路的 ID,英文字符串,比如:10=1。参数RecordLineId优先级高于RecordLine,如果同时传递二者,优先使用RecordLineId参数。",
|
2629
2634
|
"example": "10=1",
|
2630
2635
|
"member": "string",
|
2631
2636
|
"name": "RecordLineId",
|
@@ -2661,7 +2666,7 @@
|
|
2661
2666
|
},
|
2662
2667
|
{
|
2663
2668
|
"disabled": false,
|
2664
|
-
"document": "记录分组 Id
|
2669
|
+
"document": "记录分组 Id。",
|
2665
2670
|
"example": "3430",
|
2666
2671
|
"member": "uint64",
|
2667
2672
|
"name": "GroupId",
|
@@ -3166,7 +3171,7 @@
|
|
3166
3171
|
{
|
3167
3172
|
"disabled": false,
|
3168
3173
|
"document": "域名",
|
3169
|
-
"example": "
|
3174
|
+
"example": "dnspod.cn",
|
3170
3175
|
"member": "string",
|
3171
3176
|
"name": "Domain",
|
3172
3177
|
"required": true,
|
@@ -3174,7 +3179,7 @@
|
|
3174
3179
|
},
|
3175
3180
|
{
|
3176
3181
|
"disabled": false,
|
3177
|
-
"document": "分组 ID",
|
3182
|
+
"document": "分组 ID,可通过DescribeRecordGroupList接口获取所有记录分组",
|
3178
3183
|
"example": "145",
|
3179
3184
|
"member": "uint64",
|
3180
3185
|
"name": "GroupId",
|
@@ -3183,7 +3188,7 @@
|
|
3183
3188
|
},
|
3184
3189
|
{
|
3185
3190
|
"disabled": false,
|
3186
|
-
"document": "域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
3191
|
+
"document": "域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId",
|
3187
3192
|
"example": "3123",
|
3188
3193
|
"member": "uint64",
|
3189
3194
|
"name": "DomainId",
|
@@ -3301,7 +3306,7 @@
|
|
3301
3306
|
{
|
3302
3307
|
"disabled": false,
|
3303
3308
|
"document": "域名",
|
3304
|
-
"example": "
|
3309
|
+
"example": "dnspod.cn",
|
3305
3310
|
"member": "string",
|
3306
3311
|
"name": "Domain",
|
3307
3312
|
"required": true,
|
@@ -3309,7 +3314,7 @@
|
|
3309
3314
|
},
|
3310
3315
|
{
|
3311
3316
|
"disabled": false,
|
3312
|
-
"document": "
|
3317
|
+
"document": "快照 ID。可以通过接口DescribeSnapshotList查询快照 ID",
|
3313
3318
|
"example": "EG34GE",
|
3314
3319
|
"member": "string",
|
3315
3320
|
"name": "SnapshotId",
|
@@ -3318,7 +3323,7 @@
|
|
3318
3323
|
},
|
3319
3324
|
{
|
3320
3325
|
"disabled": false,
|
3321
|
-
"document": "域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
3326
|
+
"document": "域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId",
|
3322
3327
|
"example": "3123",
|
3323
3328
|
"member": "uint64",
|
3324
3329
|
"name": "DomainId",
|
@@ -3599,7 +3604,7 @@
|
|
3599
3604
|
},
|
3600
3605
|
{
|
3601
3606
|
"disabled": false,
|
3602
|
-
"document": "域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
3607
|
+
"document": "域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。",
|
3603
3608
|
"example": "1143114",
|
3604
3609
|
"member": "uint64",
|
3605
3610
|
"name": "DomainId",
|
@@ -3666,7 +3671,7 @@
|
|
3666
3671
|
{
|
3667
3672
|
"disabled": false,
|
3668
3673
|
"document": "要搜索的域名列表。",
|
3669
|
-
"example": "
|
3674
|
+
"example": "[\"dnspod.cn\",\"dnspod.com\"]",
|
3670
3675
|
"member": "string",
|
3671
3676
|
"name": "DomainList",
|
3672
3677
|
"required": false,
|
@@ -3675,7 +3680,7 @@
|
|
3675
3680
|
{
|
3676
3681
|
"disabled": false,
|
3677
3682
|
"document": "要搜索的域名 ID 列表。",
|
3678
|
-
"example": "
|
3683
|
+
"example": "[72203,72204]",
|
3679
3684
|
"member": "uint64",
|
3680
3685
|
"name": "DomainIdList",
|
3681
3686
|
"required": false,
|
@@ -3684,7 +3689,7 @@
|
|
3684
3689
|
{
|
3685
3690
|
"disabled": false,
|
3686
3691
|
"document": "要搜索的域名分组 ID 列表。",
|
3687
|
-
"example": "
|
3692
|
+
"example": "[9,10]",
|
3688
3693
|
"member": "uint64",
|
3689
3694
|
"name": "GroupIdList",
|
3690
3695
|
"required": false,
|
@@ -3783,7 +3788,7 @@
|
|
3783
3788
|
},
|
3784
3789
|
{
|
3785
3790
|
"disabled": false,
|
3786
|
-
"document": "域名ID
|
3791
|
+
"document": "域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId",
|
3787
3792
|
"example": "1009",
|
3788
3793
|
"member": "uint64",
|
3789
3794
|
"name": "DomainId",
|
@@ -3857,7 +3862,7 @@
|
|
3857
3862
|
},
|
3858
3863
|
{
|
3859
3864
|
"disabled": false,
|
3860
|
-
"document": "根据域名分组 id
|
3865
|
+
"document": "根据域名分组 id 获取域名",
|
3861
3866
|
"example": "[1]",
|
3862
3867
|
"member": "int64",
|
3863
3868
|
"name": "GroupId",
|
@@ -4065,7 +4070,7 @@
|
|
4065
4070
|
},
|
4066
4071
|
{
|
4067
4072
|
"disabled": false,
|
4068
|
-
"document": "分组ID,
|
4073
|
+
"document": "分组ID, 获取指定分组的域名,可以通过接口DescribeDomainGroupList查看当前域名分组信息",
|
4069
4074
|
"example": "1",
|
4070
4075
|
"member": "int64",
|
4071
4076
|
"name": "GroupId",
|
@@ -4414,7 +4419,7 @@
|
|
4414
4419
|
},
|
4415
4420
|
{
|
4416
4421
|
"disabled": false,
|
4417
|
-
"document": "域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
4422
|
+
"document": "域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。",
|
4418
4423
|
"example": "61",
|
4419
4424
|
"member": "uint64",
|
4420
4425
|
"name": "DomainId",
|
@@ -4433,6 +4438,7 @@
|
|
4433
4438
|
"example": "无",
|
4434
4439
|
"member": "DomainShareUserInfo",
|
4435
4440
|
"name": "DomainShareList",
|
4441
|
+
"output_required": true,
|
4436
4442
|
"type": "list",
|
4437
4443
|
"value_allowed_null": false
|
4438
4444
|
},
|
@@ -4469,6 +4475,7 @@
|
|
4469
4475
|
"example": "无",
|
4470
4476
|
"member": "WhoisInfo",
|
4471
4477
|
"name": "Info",
|
4478
|
+
"output_required": true,
|
4472
4479
|
"type": "object",
|
4473
4480
|
"value_allowed_null": false
|
4474
4481
|
},
|
@@ -4578,6 +4585,7 @@
|
|
4578
4585
|
"example": "无",
|
4579
4586
|
"member": "LineGroupItem",
|
4580
4587
|
"name": "LineGroups",
|
4588
|
+
"output_required": true,
|
4581
4589
|
"type": "list",
|
4582
4590
|
"value_allowed_null": false
|
4583
4591
|
},
|
@@ -4587,6 +4595,7 @@
|
|
4587
4595
|
"example": "无",
|
4588
4596
|
"member": "LineGroupSum",
|
4589
4597
|
"name": "Info",
|
4598
|
+
"output_required": true,
|
4590
4599
|
"type": "object",
|
4591
4600
|
"value_allowed_null": false
|
4592
4601
|
},
|
@@ -4650,7 +4659,7 @@
|
|
4650
4659
|
},
|
4651
4660
|
{
|
4652
4661
|
"disabled": false,
|
4653
|
-
"document": "域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
4662
|
+
"document": "域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。",
|
4654
4663
|
"example": "1923",
|
4655
4664
|
"member": "uint64",
|
4656
4665
|
"name": "DomainId",
|
@@ -4669,6 +4678,7 @@
|
|
4669
4678
|
"example": "true",
|
4670
4679
|
"member": "bool",
|
4671
4680
|
"name": "Exist",
|
4681
|
+
"output_required": true,
|
4672
4682
|
"type": "bool",
|
4673
4683
|
"value_allowed_null": false
|
4674
4684
|
},
|
@@ -4695,7 +4705,7 @@
|
|
4695
4705
|
},
|
4696
4706
|
{
|
4697
4707
|
"disabled": false,
|
4698
|
-
"document": "要获取的解析记录所属的域名 Id,如果传了 DomainId,系统将会忽略 Domain 参数。
|
4708
|
+
"document": "要获取的解析记录所属的域名 Id,如果传了 DomainId,系统将会忽略 Domain 参数。 ",
|
4699
4709
|
"example": "81345824",
|
4700
4710
|
"member": "uint64",
|
4701
4711
|
"name": "DomainId",
|
@@ -4722,7 +4732,7 @@
|
|
4722
4732
|
},
|
4723
4733
|
{
|
4724
4734
|
"disabled": false,
|
4725
|
-
"document": "获取某些线路ID
|
4735
|
+
"document": "获取某些线路ID的解析记录。",
|
4726
4736
|
"example": "[\"0\"]",
|
4727
4737
|
"member": "string",
|
4728
4738
|
"name": "RecordLine",
|
@@ -4731,7 +4741,7 @@
|
|
4731
4741
|
},
|
4732
4742
|
{
|
4733
4743
|
"disabled": false,
|
4734
|
-
"document": "获取某些分组下的解析记录时,传这个分组 Id
|
4744
|
+
"document": "获取某些分组下的解析记录时,传这个分组 Id。",
|
4735
4745
|
"example": "[23]",
|
4736
4746
|
"member": "uint64",
|
4737
4747
|
"name": "GroupId",
|
@@ -4767,7 +4777,7 @@
|
|
4767
4777
|
},
|
4768
4778
|
{
|
4769
4779
|
"disabled": false,
|
4770
|
-
"document": "偏移量,默认值为0。如果入参携带\"Domain\",\"
|
4780
|
+
"document": "偏移量,默认值为0。如果入参携带\"Domain\",\"offset\",\"Limit\" 这3个以外的参数,记录结果限制最大3000条",
|
4771
4781
|
"example": "0",
|
4772
4782
|
"member": "uint64",
|
4773
4783
|
"name": "Offset",
|
@@ -4941,7 +4951,7 @@
|
|
4941
4951
|
{
|
4942
4952
|
"disabled": false,
|
4943
4953
|
"document": "域名",
|
4944
|
-
"example": "
|
4954
|
+
"example": "dnspod.cn",
|
4945
4955
|
"member": "string",
|
4946
4956
|
"name": "Domain",
|
4947
4957
|
"required": true,
|
@@ -4949,7 +4959,7 @@
|
|
4949
4959
|
},
|
4950
4960
|
{
|
4951
4961
|
"disabled": false,
|
4952
|
-
"document": "域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
4962
|
+
"document": "域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId",
|
4953
4963
|
"example": "3123",
|
4954
4964
|
"member": "uint64",
|
4955
4965
|
"name": "DomainId",
|
@@ -4986,6 +4996,7 @@
|
|
4986
4996
|
"example": "无",
|
4987
4997
|
"member": "RecordGroupInfo",
|
4988
4998
|
"name": "GroupList",
|
4999
|
+
"output_required": true,
|
4989
5000
|
"type": "list",
|
4990
5001
|
"value_allowed_null": false
|
4991
5002
|
},
|
@@ -5012,7 +5023,7 @@
|
|
5012
5023
|
},
|
5013
5024
|
{
|
5014
5025
|
"disabled": false,
|
5015
|
-
"document": "要查询线路列表的域名 ID。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
5026
|
+
"document": "要查询线路列表的域名 ID。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain。",
|
5016
5027
|
"example": "97213027",
|
5017
5028
|
"member": "uint64",
|
5018
5029
|
"name": "DomainId",
|
@@ -5114,8 +5125,8 @@
|
|
5114
5125
|
"members": [
|
5115
5126
|
{
|
5116
5127
|
"disabled": false,
|
5117
|
-
"document": "
|
5118
|
-
"example": "
|
5128
|
+
"document": "域名",
|
5129
|
+
"example": "dnspod.cn",
|
5119
5130
|
"member": "string",
|
5120
5131
|
"name": "Domain",
|
5121
5132
|
"required": true,
|
@@ -5123,7 +5134,7 @@
|
|
5123
5134
|
},
|
5124
5135
|
{
|
5125
5136
|
"disabled": false,
|
5126
|
-
"document": "
|
5137
|
+
"document": "域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId",
|
5127
5138
|
"example": "81345824",
|
5128
5139
|
"member": "uint64",
|
5129
5140
|
"name": "DomainId",
|
@@ -5168,7 +5179,7 @@
|
|
5168
5179
|
},
|
5169
5180
|
{
|
5170
5181
|
"disabled": false,
|
5171
|
-
"document": "获取某个分组下的解析记录时,传这个分组Id
|
5182
|
+
"document": "获取某个分组下的解析记录时,传这个分组Id。可通过DescribeRecordGroupList接口获取所有分组",
|
5172
5183
|
"example": "23",
|
5173
5184
|
"member": "uint64",
|
5174
5185
|
"name": "GroupId",
|
@@ -5498,7 +5509,7 @@
|
|
5498
5509
|
{
|
5499
5510
|
"disabled": false,
|
5500
5511
|
"document": "域名",
|
5501
|
-
"example": "
|
5512
|
+
"example": "dnspod.cn",
|
5502
5513
|
"member": "string",
|
5503
5514
|
"name": "Domain",
|
5504
5515
|
"required": true,
|
@@ -5506,7 +5517,7 @@
|
|
5506
5517
|
},
|
5507
5518
|
{
|
5508
5519
|
"disabled": false,
|
5509
|
-
"document": "域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
5520
|
+
"document": "域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId",
|
5510
5521
|
"example": "121313",
|
5511
5522
|
"member": "uint64",
|
5512
5523
|
"name": "DomainId",
|
@@ -5525,6 +5536,7 @@
|
|
5525
5536
|
"example": "无",
|
5526
5537
|
"member": "SnapshotConfig",
|
5527
5538
|
"name": "SnapshotConfig",
|
5539
|
+
"output_required": true,
|
5528
5540
|
"type": "object",
|
5529
5541
|
"value_allowed_null": false
|
5530
5542
|
},
|
@@ -5543,7 +5555,7 @@
|
|
5543
5555
|
{
|
5544
5556
|
"disabled": false,
|
5545
5557
|
"document": "域名",
|
5546
|
-
"example": "
|
5558
|
+
"example": "dnspod.cn",
|
5547
5559
|
"member": "string",
|
5548
5560
|
"name": "Domain",
|
5549
5561
|
"required": true,
|
@@ -5551,7 +5563,7 @@
|
|
5551
5563
|
},
|
5552
5564
|
{
|
5553
5565
|
"disabled": false,
|
5554
|
-
"document": "域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
5566
|
+
"document": "域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId",
|
5555
5567
|
"example": "3123",
|
5556
5568
|
"member": "uint64",
|
5557
5569
|
"name": "DomainId",
|
@@ -5570,6 +5582,7 @@
|
|
5570
5582
|
"example": "无",
|
5571
5583
|
"member": "SnapshotPageInfo",
|
5572
5584
|
"name": "Info",
|
5585
|
+
"output_required": true,
|
5573
5586
|
"type": "object",
|
5574
5587
|
"value_allowed_null": false
|
5575
5588
|
},
|
@@ -5579,6 +5592,7 @@
|
|
5579
5592
|
"example": "无",
|
5580
5593
|
"member": "SnapshotInfo",
|
5581
5594
|
"name": "SnapshotList",
|
5595
|
+
"output_required": true,
|
5582
5596
|
"type": "list",
|
5583
5597
|
"value_allowed_null": false
|
5584
5598
|
},
|
@@ -6019,6 +6033,7 @@
|
|
6019
6033
|
"example": "无",
|
6020
6034
|
"member": "VASStatisticItem",
|
6021
6035
|
"name": "VASList",
|
6036
|
+
"output_required": true,
|
6022
6037
|
"type": "list",
|
6023
6038
|
"value_allowed_null": false
|
6024
6039
|
},
|
@@ -7073,6 +7088,7 @@
|
|
7073
7088
|
"example": "https://xx.cos.yy.com/zzz.csv",
|
7074
7089
|
"member": "string",
|
7075
7090
|
"name": "CosUrl",
|
7091
|
+
"output_required": true,
|
7076
7092
|
"type": "string",
|
7077
7093
|
"value_allowed_null": false
|
7078
7094
|
},
|
@@ -7700,7 +7716,7 @@
|
|
7700
7716
|
},
|
7701
7717
|
{
|
7702
7718
|
"disabled": false,
|
7703
|
-
"document": "
|
7719
|
+
"document": "域名要锁定的天数,最多可锁定的天数可以通过DescribeDomainPurview接口获取。",
|
7704
7720
|
"example": "30",
|
7705
7721
|
"member": "uint64",
|
7706
7722
|
"name": "LockDays",
|
@@ -7728,6 +7744,7 @@
|
|
7728
7744
|
"example": "无",
|
7729
7745
|
"member": "LockInfo",
|
7730
7746
|
"name": "LockInfo",
|
7747
|
+
"output_required": true,
|
7731
7748
|
"type": "object",
|
7732
7749
|
"value_allowed_null": false
|
7733
7750
|
},
|
@@ -7988,7 +8005,7 @@
|
|
7988
8005
|
},
|
7989
8006
|
{
|
7990
8007
|
"disabled": false,
|
7991
|
-
"document": "
|
8008
|
+
"document": "记录线路,中文,比如:默认。",
|
7992
8009
|
"example": "联通",
|
7993
8010
|
"member": "string",
|
7994
8011
|
"name": "RecordLine",
|
@@ -7997,7 +8014,7 @@
|
|
7997
8014
|
},
|
7998
8015
|
{
|
7999
8016
|
"disabled": false,
|
8000
|
-
"document": "域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
8017
|
+
"document": "域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。",
|
8001
8018
|
"example": "12620688",
|
8002
8019
|
"member": "uint64",
|
8003
8020
|
"name": "DomainId",
|
@@ -8015,7 +8032,7 @@
|
|
8015
8032
|
},
|
8016
8033
|
{
|
8017
8034
|
"disabled": false,
|
8018
|
-
"document": "线路的 ID
|
8035
|
+
"document": "线路的 ID,英文字符串,比如:10=1。参数RecordLineId优先级高于RecordLine,如果同时传递二者,优先使用RecordLineId参数。",
|
8019
8036
|
"example": "10=1",
|
8020
8037
|
"member": "string",
|
8021
8038
|
"name": "RecordLineId",
|
@@ -8291,7 +8308,7 @@
|
|
8291
8308
|
},
|
8292
8309
|
{
|
8293
8310
|
"disabled": false,
|
8294
|
-
"document": "MX
|
8311
|
+
"document": "MX 优先级,当记录类型是 MX、HTTPS、SVCB 时必填,范围1-65535。",
|
8295
8312
|
"example": "5",
|
8296
8313
|
"member": "string",
|
8297
8314
|
"name": "MX",
|
@@ -8316,7 +8333,7 @@
|
|
8316
8333
|
},
|
8317
8334
|
{
|
8318
8335
|
"disabled": false,
|
8319
|
-
"document": "见
|
8336
|
+
"document": "见ModifyRecordBatchDetail",
|
8320
8337
|
"example": "无",
|
8321
8338
|
"member": "ModifyRecordBatchDetail",
|
8322
8339
|
"name": "DetailList",
|
@@ -8384,6 +8401,7 @@
|
|
8384
8401
|
"example": "162",
|
8385
8402
|
"member": "uint64",
|
8386
8403
|
"name": "RecordId",
|
8404
|
+
"output_required": true,
|
8387
8405
|
"type": "int",
|
8388
8406
|
"value_allowed_null": false
|
8389
8407
|
},
|
@@ -8402,7 +8420,7 @@
|
|
8402
8420
|
{
|
8403
8421
|
"disabled": false,
|
8404
8422
|
"document": "域名",
|
8405
|
-
"example": "
|
8423
|
+
"example": "dnspod.cn",
|
8406
8424
|
"member": "string",
|
8407
8425
|
"name": "Domain",
|
8408
8426
|
"required": true,
|
@@ -8419,7 +8437,7 @@
|
|
8419
8437
|
},
|
8420
8438
|
{
|
8421
8439
|
"disabled": false,
|
8422
|
-
"document": "要修改的分组 ID",
|
8440
|
+
"document": "要修改的分组 ID,可通过DescribeRecordGroupList接口获取所有记录分组",
|
8423
8441
|
"example": "146",
|
8424
8442
|
"member": "uint64",
|
8425
8443
|
"name": "GroupId",
|
@@ -8428,7 +8446,7 @@
|
|
8428
8446
|
},
|
8429
8447
|
{
|
8430
8448
|
"disabled": false,
|
8431
|
-
"document": "域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
8449
|
+
"document": "域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId",
|
8432
8450
|
"example": "3123",
|
8433
8451
|
"member": "uint64",
|
8434
8452
|
"name": "DomainId",
|
@@ -8447,6 +8465,7 @@
|
|
8447
8465
|
"example": "1578",
|
8448
8466
|
"member": "uint64",
|
8449
8467
|
"name": "GroupId",
|
8468
|
+
"output_required": true,
|
8450
8469
|
"type": "int",
|
8451
8470
|
"value_allowed_null": false
|
8452
8471
|
},
|
@@ -8527,7 +8546,7 @@
|
|
8527
8546
|
},
|
8528
8547
|
{
|
8529
8548
|
"disabled": false,
|
8530
|
-
"document": "
|
8549
|
+
"document": "记录类型,可通过接口DescribeRecordType获得,大写英文,比如:A 。",
|
8531
8550
|
"example": "A",
|
8532
8551
|
"member": "string",
|
8533
8552
|
"name": "RecordType",
|
@@ -8536,7 +8555,7 @@
|
|
8536
8555
|
},
|
8537
8556
|
{
|
8538
8557
|
"disabled": false,
|
8539
|
-
"document": "
|
8558
|
+
"document": "记录线路,可以通过接口DescribeRecordLineList查看当前域名允许的线路信息。比如:默认。",
|
8540
8559
|
"example": "默认",
|
8541
8560
|
"member": "string",
|
8542
8561
|
"name": "RecordLine",
|
@@ -8581,7 +8600,7 @@
|
|
8581
8600
|
},
|
8582
8601
|
{
|
8583
8602
|
"disabled": false,
|
8584
|
-
"document": "线路的 ID
|
8603
|
+
"document": "线路的 ID,可以通过接口DescribeRecordLineList查看当前域名允许的线路信息,比如:10=1。参数RecordLineId优先级高于RecordLine,如果同时传递二者,优先使用RecordLineId参数。",
|
8585
8604
|
"example": "10=1",
|
8586
8605
|
"member": "string",
|
8587
8606
|
"name": "RecordLineId",
|
@@ -8590,7 +8609,7 @@
|
|
8590
8609
|
},
|
8591
8610
|
{
|
8592
8611
|
"disabled": false,
|
8593
|
-
"document": "MX 优先级,当记录类型是 MX
|
8612
|
+
"document": "MX 优先级,当记录类型是 MX、HTTPS、SVCB 时必填,范围1-65535。",
|
8594
8613
|
"example": "10",
|
8595
8614
|
"member": "uint64",
|
8596
8615
|
"name": "MX",
|
@@ -8737,7 +8756,7 @@
|
|
8737
8756
|
{
|
8738
8757
|
"disabled": false,
|
8739
8758
|
"document": "域名",
|
8740
|
-
"example": "
|
8759
|
+
"example": "dnspod.cn",
|
8741
8760
|
"member": "string",
|
8742
8761
|
"name": "Domain",
|
8743
8762
|
"required": true,
|
@@ -8745,7 +8764,7 @@
|
|
8745
8764
|
},
|
8746
8765
|
{
|
8747
8766
|
"disabled": false,
|
8748
|
-
"document": "分组 ID",
|
8767
|
+
"document": "分组 ID,可通过DescribeRecordGroupList接口获取所有记录分组",
|
8749
8768
|
"example": "145",
|
8750
8769
|
"member": "uint64",
|
8751
8770
|
"name": "GroupId",
|
@@ -8754,7 +8773,7 @@
|
|
8754
8773
|
},
|
8755
8774
|
{
|
8756
8775
|
"disabled": false,
|
8757
|
-
"document": "记录 ID,多个 ID
|
8776
|
+
"document": "记录 ID,多个 ID 用竖线“|”分割,可以通过接口DescribeRecordList查到所有的解析记录列表以及对应的RecordId",
|
8758
8777
|
"example": "123232|2343232",
|
8759
8778
|
"member": "string",
|
8760
8779
|
"name": "RecordId",
|
@@ -8763,7 +8782,7 @@
|
|
8763
8782
|
},
|
8764
8783
|
{
|
8765
8784
|
"disabled": false,
|
8766
|
-
"document": "域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
8785
|
+
"document": "域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId",
|
8767
8786
|
"example": "3123",
|
8768
8787
|
"member": "uint64",
|
8769
8788
|
"name": "DomainId",
|
@@ -8862,7 +8881,7 @@
|
|
8862
8881
|
},
|
8863
8882
|
{
|
8864
8883
|
"disabled": false,
|
8865
|
-
"document": "域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
8884
|
+
"document": "域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。",
|
8866
8885
|
"example": "1923",
|
8867
8886
|
"member": "uint64",
|
8868
8887
|
"name": "DomainId",
|
@@ -8925,7 +8944,7 @@
|
|
8925
8944
|
},
|
8926
8945
|
{
|
8927
8946
|
"disabled": false,
|
8928
|
-
"document": "记录 ID
|
8947
|
+
"document": "记录 ID 。",
|
8929
8948
|
"example": "162",
|
8930
8949
|
"member": "uint64",
|
8931
8950
|
"name": "RecordId",
|
@@ -8934,7 +8953,7 @@
|
|
8934
8953
|
},
|
8935
8954
|
{
|
8936
8955
|
"disabled": false,
|
8937
|
-
"document": "域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
8956
|
+
"document": "域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。",
|
8938
8957
|
"example": "1923",
|
8939
8958
|
"member": "uint64",
|
8940
8959
|
"name": "DomainId",
|
@@ -9741,7 +9760,7 @@
|
|
9741
9760
|
{
|
9742
9761
|
"disabled": false,
|
9743
9762
|
"document": "域名",
|
9744
|
-
"example": "
|
9763
|
+
"example": "dnspod.cn",
|
9745
9764
|
"member": "string",
|
9746
9765
|
"name": "Domain",
|
9747
9766
|
"required": true,
|
@@ -9749,7 +9768,7 @@
|
|
9749
9768
|
},
|
9750
9769
|
{
|
9751
9770
|
"disabled": false,
|
9752
|
-
"document": "快照 ID",
|
9771
|
+
"document": "快照 ID。可以通过接口DescribeSnapshotList查询快照 ID",
|
9753
9772
|
"example": "BCED853D",
|
9754
9773
|
"member": "string",
|
9755
9774
|
"name": "SnapshotId",
|
@@ -9767,7 +9786,7 @@
|
|
9767
9786
|
},
|
9768
9787
|
{
|
9769
9788
|
"disabled": false,
|
9770
|
-
"document": "之前的快照回滚任务 ID",
|
9789
|
+
"document": "之前的快照回滚任务 ID。可从RollbackSnapshot接口获取",
|
9771
9790
|
"example": "45",
|
9772
9791
|
"member": "uint64",
|
9773
9792
|
"name": "TaskId",
|
@@ -9776,7 +9795,7 @@
|
|
9776
9795
|
},
|
9777
9796
|
{
|
9778
9797
|
"disabled": false,
|
9779
|
-
"document": "域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
9798
|
+
"document": "域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId",
|
9780
9799
|
"example": "3123",
|
9781
9800
|
"member": "uint64",
|
9782
9801
|
"name": "DomainId",
|
@@ -9795,6 +9814,7 @@
|
|
9795
9814
|
"example": "23113",
|
9796
9815
|
"member": "uint64",
|
9797
9816
|
"name": "JobId",
|
9817
|
+
"output_required": true,
|
9798
9818
|
"type": "int",
|
9799
9819
|
"value_allowed_null": false
|
9800
9820
|
},
|