tccli 3.0.1221.1__py2.py3-none-any.whl → 3.0.1222.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/services/billing/v20180709/api.json +36 -36
- tccli/services/billing/v20180709/examples.json +1 -1
- tccli/services/bsca/v20210811/api.json +11 -1
- tccli/services/cfs/v20190719/api.json +1 -1
- tccli/services/cfs/v20190719/examples.json +1 -1
- tccli/services/cvm/v20170312/api.json +1 -1
- tccli/services/cynosdb/v20190107/api.json +5 -5
- tccli/services/dbdc/v20201029/api.json +43 -43
- tccli/services/dbdc/v20201029/examples.json +5 -5
- tccli/services/dcdb/v20180411/api.json +67 -79
- tccli/services/dnspod/v20210323/api.json +1 -1
- tccli/services/dts/v20211206/api.json +1 -1
- tccli/services/gwlb/v20240906/api.json +6 -6
- tccli/services/gwlb/v20240906/examples.json +4 -4
- tccli/services/iotexplorer/v20190423/api.json +5 -5
- tccli/services/live/live_client.py +731 -42
- tccli/services/live/v20180801/api.json +1060 -96
- tccli/services/live/v20180801/examples.json +104 -0
- tccli/services/lke/v20231130/api.json +692 -104
- tccli/services/lke/v20231130/examples.json +16 -16
- tccli/services/mariadb/v20170312/api.json +70 -88
- tccli/services/svp/v20240125/api.json +4 -4
- tccli/services/tke/v20180525/api.json +10 -0
- tccli/services/trtc/v20190722/api.json +55 -72
- tccli/services/tse/v20201207/api.json +35 -31
- tccli/services/tse/v20201207/examples.json +19 -19
- tccli/services/wedata/v20210820/api.json +3 -3
- {tccli-3.0.1221.1.dist-info → tccli-3.0.1222.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1221.1.dist-info → tccli-3.0.1222.1.dist-info}/RECORD +33 -33
- {tccli-3.0.1221.1.dist-info → tccli-3.0.1222.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1221.1.dist-info → tccli-3.0.1222.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1221.1.dist-info → tccli-3.0.1222.1.dist-info}/license_files/LICENSE +0 -0
@@ -553,12 +553,11 @@
|
|
553
553
|
{
|
554
554
|
"disabled": false,
|
555
555
|
"document": "账户的名称",
|
556
|
-
"example": "
|
556
|
+
"example": "db_user",
|
557
557
|
"member": "string",
|
558
558
|
"name": "User",
|
559
559
|
"required": true,
|
560
|
-
"type": "string"
|
561
|
-
"value_allowed_null": false
|
560
|
+
"type": "string"
|
562
561
|
},
|
563
562
|
{
|
564
563
|
"disabled": false,
|
@@ -567,8 +566,7 @@
|
|
567
566
|
"member": "string",
|
568
567
|
"name": "Host",
|
569
568
|
"required": true,
|
570
|
-
"type": "string"
|
571
|
-
"value_allowed_null": false
|
569
|
+
"type": "string"
|
572
570
|
}
|
573
571
|
],
|
574
572
|
"usage": "in"
|
@@ -972,42 +970,38 @@
|
|
972
970
|
{
|
973
971
|
"disabled": false,
|
974
972
|
"document": "数据库名",
|
975
|
-
"example": "
|
973
|
+
"example": "pre_oss",
|
976
974
|
"member": "string",
|
977
975
|
"name": "Database",
|
978
976
|
"required": true,
|
979
|
-
"type": "string"
|
980
|
-
"value_allowed_null": false
|
977
|
+
"type": "string"
|
981
978
|
},
|
982
979
|
{
|
983
980
|
"disabled": false,
|
984
981
|
"document": "数据库表名",
|
985
|
-
"example": "
|
982
|
+
"example": "work_flow",
|
986
983
|
"member": "string",
|
987
984
|
"name": "Table",
|
988
985
|
"required": true,
|
989
|
-
"type": "string"
|
990
|
-
"value_allowed_null": false
|
986
|
+
"type": "string"
|
991
987
|
},
|
992
988
|
{
|
993
989
|
"disabled": false,
|
994
990
|
"document": "数据库列名",
|
995
|
-
"example": "
|
991
|
+
"example": "input",
|
996
992
|
"member": "string",
|
997
993
|
"name": "Column",
|
998
994
|
"required": true,
|
999
|
-
"type": "string"
|
1000
|
-
"value_allowed_null": false
|
995
|
+
"type": "string"
|
1001
996
|
},
|
1002
997
|
{
|
1003
998
|
"disabled": false,
|
1004
999
|
"document": "权限信息",
|
1005
|
-
"example": "[]",
|
1000
|
+
"example": "[\"SELECT\", \"ALTER\",\"CREATE\"]",
|
1006
1001
|
"member": "string",
|
1007
1002
|
"name": "Privileges",
|
1008
1003
|
"required": true,
|
1009
|
-
"type": "list"
|
1010
|
-
"value_allowed_null": false
|
1004
|
+
"type": "list"
|
1011
1005
|
}
|
1012
1006
|
],
|
1013
1007
|
"usage": "in"
|
@@ -2270,90 +2264,90 @@
|
|
2270
2264
|
{
|
2271
2265
|
"disabled": false,
|
2272
2266
|
"document": "用户名",
|
2273
|
-
"example": "
|
2267
|
+
"example": "oss_user",
|
2274
2268
|
"member": "string",
|
2275
2269
|
"name": "UserName",
|
2276
|
-
"
|
2270
|
+
"output_required": true,
|
2277
2271
|
"type": "string",
|
2278
2272
|
"value_allowed_null": false
|
2279
2273
|
},
|
2280
2274
|
{
|
2281
2275
|
"disabled": false,
|
2282
2276
|
"document": "用户可以从哪台主机登录(对应 MySQL 用户的 host 字段,UserName + Host 唯一标识一个用户,IP形式,IP段以%结尾;支持填入%;为空默认等于%)",
|
2283
|
-
"example": "
|
2277
|
+
"example": "%",
|
2284
2278
|
"member": "string",
|
2285
2279
|
"name": "Host",
|
2286
|
-
"
|
2280
|
+
"output_required": true,
|
2287
2281
|
"type": "string",
|
2288
2282
|
"value_allowed_null": false
|
2289
2283
|
},
|
2290
2284
|
{
|
2291
2285
|
"disabled": false,
|
2292
2286
|
"document": "用户备注信息",
|
2293
|
-
"example": "
|
2287
|
+
"example": "oss测试账号",
|
2294
2288
|
"member": "string",
|
2295
2289
|
"name": "Description",
|
2296
|
-
"
|
2290
|
+
"output_required": true,
|
2297
2291
|
"type": "string",
|
2298
2292
|
"value_allowed_null": false
|
2299
2293
|
},
|
2300
2294
|
{
|
2301
2295
|
"disabled": false,
|
2302
2296
|
"document": "创建时间",
|
2303
|
-
"example": "
|
2297
|
+
"example": "2024-11-19 15:04:00",
|
2304
2298
|
"member": "datetime",
|
2305
2299
|
"name": "CreateTime",
|
2306
|
-
"
|
2300
|
+
"output_required": true,
|
2307
2301
|
"type": "string",
|
2308
2302
|
"value_allowed_null": false
|
2309
2303
|
},
|
2310
2304
|
{
|
2311
2305
|
"disabled": false,
|
2312
2306
|
"document": "最后更新时间",
|
2313
|
-
"example": "
|
2307
|
+
"example": "2024-11-19 15:05:00",
|
2314
2308
|
"member": "datetime",
|
2315
2309
|
"name": "UpdateTime",
|
2316
|
-
"
|
2310
|
+
"output_required": true,
|
2317
2311
|
"type": "string",
|
2318
2312
|
"value_allowed_null": false
|
2319
2313
|
},
|
2320
2314
|
{
|
2321
2315
|
"disabled": false,
|
2322
2316
|
"document": "只读标记,0:否, 1:该账号的sql请求优先选择备机执行,备机不可用时选择主机执行,2:优先选择备机执行,备机不可用时操作失败。",
|
2323
|
-
"example": "
|
2317
|
+
"example": "2",
|
2324
2318
|
"member": "int64",
|
2325
2319
|
"name": "ReadOnly",
|
2326
|
-
"
|
2320
|
+
"output_required": true,
|
2327
2321
|
"type": "int",
|
2328
2322
|
"value_allowed_null": false
|
2329
2323
|
},
|
2330
2324
|
{
|
2331
2325
|
"disabled": false,
|
2332
2326
|
"document": "如果备机延迟超过本参数设置值,系统将认为备机发生故障\n建议该参数值大于10。当ReadOnly选择1、2时该参数生效。",
|
2333
|
-
"example": "
|
2327
|
+
"example": "100",
|
2334
2328
|
"member": "int64",
|
2335
2329
|
"name": "DelayThresh",
|
2336
|
-
"
|
2330
|
+
"output_required": true,
|
2337
2331
|
"type": "int",
|
2338
2332
|
"value_allowed_null": false
|
2339
2333
|
},
|
2340
2334
|
{
|
2341
2335
|
"disabled": false,
|
2342
2336
|
"document": "针对只读账号,设置策略是否固定备机,0:不固定备机,即备机不满足条件与客户端不断开连接,Proxy选择其他可用备机,1:备机不满足条件断开连接,确保一个连接固定备机。",
|
2343
|
-
"example": "
|
2337
|
+
"example": "0",
|
2344
2338
|
"member": "int64",
|
2345
2339
|
"name": "SlaveConst",
|
2346
|
-
"
|
2340
|
+
"output_required": true,
|
2347
2341
|
"type": "int",
|
2348
2342
|
"value_allowed_null": false
|
2349
2343
|
},
|
2350
2344
|
{
|
2351
2345
|
"disabled": false,
|
2352
2346
|
"document": "用户最大连接数,0代表无限制\t",
|
2353
|
-
"example": "
|
2347
|
+
"example": "1000",
|
2354
2348
|
"member": "int64",
|
2355
2349
|
"name": "MaxUserConnections",
|
2356
|
-
"
|
2350
|
+
"output_required": true,
|
2357
2351
|
"type": "int",
|
2358
2352
|
"value_allowed_null": false
|
2359
2353
|
}
|
@@ -3186,22 +3180,20 @@
|
|
3186
3180
|
{
|
3187
3181
|
"disabled": false,
|
3188
3182
|
"document": "权限信息",
|
3189
|
-
"example": "[]",
|
3183
|
+
"example": "[\"ALTER\", \"INSERT\", \"CREATE\", \"SHOW VIEW\"]",
|
3190
3184
|
"member": "string",
|
3191
3185
|
"name": "Privileges",
|
3192
3186
|
"required": true,
|
3193
|
-
"type": "list"
|
3194
|
-
"value_allowed_null": false
|
3187
|
+
"type": "list"
|
3195
3188
|
},
|
3196
3189
|
{
|
3197
3190
|
"disabled": false,
|
3198
3191
|
"document": "数据库名",
|
3199
|
-
"example": "
|
3192
|
+
"example": "pre_oss",
|
3200
3193
|
"member": "string",
|
3201
3194
|
"name": "Database",
|
3202
3195
|
"required": true,
|
3203
|
-
"type": "string"
|
3204
|
-
"value_allowed_null": false
|
3196
|
+
"type": "string"
|
3205
3197
|
}
|
3206
3198
|
],
|
3207
3199
|
"usage": "in"
|
@@ -8240,7 +8232,7 @@
|
|
8240
8232
|
{
|
8241
8233
|
"disabled": false,
|
8242
8234
|
"document": "参数限制",
|
8243
|
-
"example": "
|
8235
|
+
"example": "{\"Enum\":\"\",\"Range\":{\"Max\":\"10\",\"Min\":\"0.05\"},\"String\":\"\",\"Type\":\"section\"}",
|
8244
8236
|
"member": "ParamConstraint",
|
8245
8237
|
"name": "Constraint",
|
8246
8238
|
"output_required": true,
|
@@ -8657,9 +8649,10 @@
|
|
8657
8649
|
{
|
8658
8650
|
"disabled": false,
|
8659
8651
|
"document": "标签键key",
|
8660
|
-
"example": "
|
8652
|
+
"example": "qta-tdsql20",
|
8661
8653
|
"member": "string",
|
8662
8654
|
"name": "TagKey",
|
8655
|
+
"output_required": true,
|
8663
8656
|
"required": true,
|
8664
8657
|
"type": "string",
|
8665
8658
|
"value_allowed_null": false
|
@@ -8667,9 +8660,10 @@
|
|
8667
8660
|
{
|
8668
8661
|
"disabled": false,
|
8669
8662
|
"document": "标签值value",
|
8670
|
-
"example": "
|
8663
|
+
"example": "tdsql50",
|
8671
8664
|
"member": "string",
|
8672
8665
|
"name": "TagValue",
|
8666
|
+
"output_required": true,
|
8673
8667
|
"required": true,
|
8674
8668
|
"type": "string",
|
8675
8669
|
"value_allowed_null": false
|
@@ -9093,7 +9087,7 @@
|
|
9093
9087
|
{
|
9094
9088
|
"disabled": false,
|
9095
9089
|
"document": "语句校验和,用于查询详情",
|
9096
|
-
"example": "
|
9090
|
+
"example": "166258302",
|
9097
9091
|
"member": "string",
|
9098
9092
|
"name": "CheckSum",
|
9099
9093
|
"output_required": true,
|
@@ -9103,7 +9097,7 @@
|
|
9103
9097
|
{
|
9104
9098
|
"disabled": false,
|
9105
9099
|
"document": "数据库名称",
|
9106
|
-
"example": "
|
9100
|
+
"example": "pre_oss",
|
9107
9101
|
"member": "string",
|
9108
9102
|
"name": "Db",
|
9109
9103
|
"output_required": true,
|
@@ -9113,7 +9107,7 @@
|
|
9113
9107
|
{
|
9114
9108
|
"disabled": false,
|
9115
9109
|
"document": "抽象的SQL语句",
|
9116
|
-
"example": "
|
9110
|
+
"example": "select id, f?, sleep(?) from t? where id % ? = ?",
|
9117
9111
|
"member": "string",
|
9118
9112
|
"name": "FingerPrint",
|
9119
9113
|
"output_required": true,
|
@@ -9123,7 +9117,7 @@
|
|
9123
9117
|
{
|
9124
9118
|
"disabled": false,
|
9125
9119
|
"document": "平均的锁时间",
|
9126
|
-
"example": "
|
9120
|
+
"example": "0.000101",
|
9127
9121
|
"member": "string",
|
9128
9122
|
"name": "LockTimeAvg",
|
9129
9123
|
"output_required": true,
|
@@ -9133,7 +9127,7 @@
|
|
9133
9127
|
{
|
9134
9128
|
"disabled": false,
|
9135
9129
|
"document": "最大锁时间",
|
9136
|
-
"example": "
|
9130
|
+
"example": "0.000101",
|
9137
9131
|
"member": "string",
|
9138
9132
|
"name": "LockTimeMax",
|
9139
9133
|
"output_required": true,
|
@@ -9143,7 +9137,7 @@
|
|
9143
9137
|
{
|
9144
9138
|
"disabled": false,
|
9145
9139
|
"document": "最小锁时间",
|
9146
|
-
"example": "
|
9140
|
+
"example": "0.000101",
|
9147
9141
|
"member": "string",
|
9148
9142
|
"name": "LockTimeMin",
|
9149
9143
|
"output_required": true,
|
@@ -9153,7 +9147,7 @@
|
|
9153
9147
|
{
|
9154
9148
|
"disabled": false,
|
9155
9149
|
"document": "锁时间总和",
|
9156
|
-
"example": "
|
9150
|
+
"example": "0.000101",
|
9157
9151
|
"member": "string",
|
9158
9152
|
"name": "LockTimeSum",
|
9159
9153
|
"output_required": true,
|
@@ -9163,7 +9157,7 @@
|
|
9163
9157
|
{
|
9164
9158
|
"disabled": false,
|
9165
9159
|
"document": "查询次数",
|
9166
|
-
"example": "
|
9160
|
+
"example": "1",
|
9167
9161
|
"member": "string",
|
9168
9162
|
"name": "QueryCount",
|
9169
9163
|
"output_required": true,
|
@@ -9173,7 +9167,7 @@
|
|
9173
9167
|
{
|
9174
9168
|
"disabled": false,
|
9175
9169
|
"document": "平均查询时间",
|
9176
|
-
"example": "
|
9170
|
+
"example": "2.00033",
|
9177
9171
|
"member": "string",
|
9178
9172
|
"name": "QueryTimeAvg",
|
9179
9173
|
"output_required": true,
|
@@ -9183,7 +9177,7 @@
|
|
9183
9177
|
{
|
9184
9178
|
"disabled": false,
|
9185
9179
|
"document": "最大查询时间",
|
9186
|
-
"example": "
|
9180
|
+
"example": "2.00033",
|
9187
9181
|
"member": "string",
|
9188
9182
|
"name": "QueryTimeMax",
|
9189
9183
|
"output_required": true,
|
@@ -9193,7 +9187,7 @@
|
|
9193
9187
|
{
|
9194
9188
|
"disabled": false,
|
9195
9189
|
"document": "最小查询时间",
|
9196
|
-
"example": "
|
9190
|
+
"example": "2.00033",
|
9197
9191
|
"member": "string",
|
9198
9192
|
"name": "QueryTimeMin",
|
9199
9193
|
"output_required": true,
|
@@ -9203,7 +9197,7 @@
|
|
9203
9197
|
{
|
9204
9198
|
"disabled": false,
|
9205
9199
|
"document": "查询时间总和",
|
9206
|
-
"example": "
|
9200
|
+
"example": "2.00033",
|
9207
9201
|
"member": "string",
|
9208
9202
|
"name": "QueryTimeSum",
|
9209
9203
|
"output_required": true,
|
@@ -9213,7 +9207,7 @@
|
|
9213
9207
|
{
|
9214
9208
|
"disabled": false,
|
9215
9209
|
"document": "扫描行数",
|
9216
|
-
"example": "
|
9210
|
+
"example": "4",
|
9217
9211
|
"member": "string",
|
9218
9212
|
"name": "RowsExaminedSum",
|
9219
9213
|
"output_required": true,
|
@@ -9223,7 +9217,7 @@
|
|
9223
9217
|
{
|
9224
9218
|
"disabled": false,
|
9225
9219
|
"document": "发送行数",
|
9226
|
-
"example": "
|
9220
|
+
"example": "2",
|
9227
9221
|
"member": "string",
|
9228
9222
|
"name": "RowsSentSum",
|
9229
9223
|
"output_required": true,
|
@@ -9233,7 +9227,7 @@
|
|
9233
9227
|
{
|
9234
9228
|
"disabled": false,
|
9235
9229
|
"document": "最后执行时间",
|
9236
|
-
"example": "
|
9230
|
+
"example": "2022-03-09 19:37:35",
|
9237
9231
|
"member": "string",
|
9238
9232
|
"name": "TsMax",
|
9239
9233
|
"output_required": true,
|
@@ -9243,7 +9237,7 @@
|
|
9243
9237
|
{
|
9244
9238
|
"disabled": false,
|
9245
9239
|
"document": "首次执行时间",
|
9246
|
-
"example": "
|
9240
|
+
"example": "2022-03-09 19:37:35",
|
9247
9241
|
"member": "string",
|
9248
9242
|
"name": "TsMin",
|
9249
9243
|
"output_required": true,
|
@@ -9253,7 +9247,7 @@
|
|
9253
9247
|
{
|
9254
9248
|
"disabled": false,
|
9255
9249
|
"document": "账号",
|
9256
|
-
"example": "
|
9250
|
+
"example": "user_00",
|
9257
9251
|
"member": "string",
|
9258
9252
|
"name": "User",
|
9259
9253
|
"output_required": true,
|
@@ -9263,7 +9257,7 @@
|
|
9263
9257
|
{
|
9264
9258
|
"disabled": false,
|
9265
9259
|
"document": "样例Sql\n注意:此字段可能返回 null,表示取不到有效值。",
|
9266
|
-
"example": "
|
9260
|
+
"example": "select id, f1, sleep(1) from t1 where id % 2 = 1",
|
9267
9261
|
"member": "string",
|
9268
9262
|
"name": "ExampleSql",
|
9269
9263
|
"output_required": true,
|
@@ -9528,22 +9522,20 @@
|
|
9528
9522
|
{
|
9529
9523
|
"disabled": false,
|
9530
9524
|
"document": "数据库名",
|
9531
|
-
"example": "
|
9525
|
+
"example": "pre_oss",
|
9532
9526
|
"member": "string",
|
9533
9527
|
"name": "Database",
|
9534
9528
|
"required": true,
|
9535
|
-
"type": "string"
|
9536
|
-
"value_allowed_null": false
|
9529
|
+
"type": "string"
|
9537
9530
|
},
|
9538
9531
|
{
|
9539
9532
|
"disabled": false,
|
9540
9533
|
"document": "数据库表名",
|
9541
|
-
"example": "
|
9534
|
+
"example": "work_flow",
|
9542
9535
|
"member": "string",
|
9543
9536
|
"name": "Table",
|
9544
9537
|
"required": true,
|
9545
|
-
"type": "string"
|
9546
|
-
"value_allowed_null": false
|
9538
|
+
"type": "string"
|
9547
9539
|
},
|
9548
9540
|
{
|
9549
9541
|
"disabled": false,
|
@@ -9552,8 +9544,7 @@
|
|
9552
9544
|
"member": "string",
|
9553
9545
|
"name": "Privileges",
|
9554
9546
|
"required": true,
|
9555
|
-
"type": "list"
|
9556
|
-
"value_allowed_null": false
|
9547
|
+
"type": "list"
|
9557
9548
|
}
|
9558
9549
|
],
|
9559
9550
|
"usage": "in"
|
@@ -10222,32 +10213,29 @@
|
|
10222
10213
|
{
|
10223
10214
|
"disabled": false,
|
10224
10215
|
"document": "数据库名",
|
10225
|
-
"example": "
|
10216
|
+
"example": "pre_oss",
|
10226
10217
|
"member": "string",
|
10227
10218
|
"name": "Database",
|
10228
10219
|
"required": true,
|
10229
|
-
"type": "string"
|
10230
|
-
"value_allowed_null": false
|
10220
|
+
"type": "string"
|
10231
10221
|
},
|
10232
10222
|
{
|
10233
10223
|
"disabled": false,
|
10234
10224
|
"document": "数据库视图名",
|
10235
|
-
"example": "
|
10225
|
+
"example": "work_view",
|
10236
10226
|
"member": "string",
|
10237
10227
|
"name": "View",
|
10238
10228
|
"required": true,
|
10239
|
-
"type": "string"
|
10240
|
-
"value_allowed_null": false
|
10229
|
+
"type": "string"
|
10241
10230
|
},
|
10242
10231
|
{
|
10243
10232
|
"disabled": false,
|
10244
10233
|
"document": "权限信息",
|
10245
|
-
"example": "[]",
|
10234
|
+
"example": "[\"SELECT\"]",
|
10246
10235
|
"member": "string",
|
10247
10236
|
"name": "Privileges",
|
10248
10237
|
"required": true,
|
10249
|
-
"type": "list"
|
10250
|
-
"value_allowed_null": false
|
10238
|
+
"type": "list"
|
10251
10239
|
}
|
10252
10240
|
],
|
10253
10241
|
"usage": "in"
|
@@ -167,7 +167,7 @@
|
|
167
167
|
{
|
168
168
|
"disabled": false,
|
169
169
|
"document": "关联到的网关负载均衡实例ID",
|
170
|
-
"example": "
|
170
|
+
"example": "gwlb-ca82m***",
|
171
171
|
"member": "string",
|
172
172
|
"name": "LoadBalancerId",
|
173
173
|
"output_required": true,
|
@@ -177,7 +177,7 @@
|
|
177
177
|
{
|
178
178
|
"disabled": false,
|
179
179
|
"document": "网关负载均衡实例名称",
|
180
|
-
"example": "
|
180
|
+
"example": "the_name_of_gwlb",
|
181
181
|
"member": "string",
|
182
182
|
"name": "LoadBalancerName",
|
183
183
|
"output_required": true,
|
@@ -501,7 +501,7 @@
|
|
501
501
|
},
|
502
502
|
{
|
503
503
|
"disabled": false,
|
504
|
-
"document": "查询负载均衡详细信息列表的过滤条件,每次请求的Filters的上限为10,Filter.Values的上限为100。\nFilter.Name和Filter.Values皆为必填项。详细的过滤条件如下:\n-
|
504
|
+
"document": "查询负载均衡详细信息列表的过滤条件,每次请求的Filters的上限为10,Filter.Values的上限为100。\nFilter.Name和Filter.Values皆为必填项。详细的过滤条件如下:\n- VpcId - String - 是否必填:否 - (过滤条件)按照网关负载均衡实例所属的私有网络过滤,如“vpc-bhqk****”。\n- Vips - String - 是否必填:否 - (过滤条件)按照网关负载均衡实例所属的私有网络过滤,如“10.1.1.1”\n",
|
505
505
|
"example": "无",
|
506
506
|
"member": "Filter",
|
507
507
|
"name": "Filters",
|
@@ -526,7 +526,7 @@
|
|
526
526
|
{
|
527
527
|
"disabled": false,
|
528
528
|
"document": "满足过滤条件的负载均衡实例总数。此数值与入参中的Limit无关。",
|
529
|
-
"example": "
|
529
|
+
"example": "1",
|
530
530
|
"member": "uint64",
|
531
531
|
"name": "TotalCount",
|
532
532
|
"output_required": true,
|
@@ -911,7 +911,7 @@
|
|
911
911
|
{
|
912
912
|
"disabled": false,
|
913
913
|
"document": "过滤器的名称",
|
914
|
-
"example": "",
|
914
|
+
"example": "Vips",
|
915
915
|
"member": "string",
|
916
916
|
"name": "Name",
|
917
917
|
"required": true,
|
@@ -920,7 +920,7 @@
|
|
920
920
|
{
|
921
921
|
"disabled": false,
|
922
922
|
"document": "过滤器的值数组",
|
923
|
-
"example": "",
|
923
|
+
"example": "[\"1.0.0.1\"]",
|
924
924
|
"member": "string",
|
925
925
|
"name": "Values",
|
926
926
|
"required": true,
|
@@ -11,7 +11,7 @@
|
|
11
11
|
"CreateGatewayLoadBalancer": [
|
12
12
|
{
|
13
13
|
"document": "在私有网络中创建一个网关负载均衡",
|
14
|
-
"input": "POST / HTTP/1.1\nHost: gwlb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateGatewayLoadBalancer\n<公共请求参数>\n\n{\n \"VpcId\": \"vpc-30xq****\",\n \"SubnetId\": \"subnet-****\",\n \"LoadBalancerName\": \"
|
14
|
+
"input": "POST / HTTP/1.1\nHost: gwlb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateGatewayLoadBalancer\n<公共请求参数>\n\n{\n \"VpcId\": \"vpc-30xq****\",\n \"SubnetId\": \"subnet-****\",\n \"LoadBalancerName\": \"the_name_of_gwlb\"\n}",
|
15
15
|
"output": "{\n \"Response\": {\n \"LoadBalancerIds\": [\n \"gwlb-kmfr****\"\n ],\n \"DealName\": \"20211230660009761735781\",\n \"RequestId\": \"7ffa6830-cd1b-4bc4-8e24-1688885f594a\"\n }\n}",
|
16
16
|
"title": "创建一个网关负载均衡实例"
|
17
17
|
}
|
@@ -43,7 +43,7 @@
|
|
43
43
|
"DeregisterTargetGroupInstances": [
|
44
44
|
{
|
45
45
|
"document": "",
|
46
|
-
"input": "https://gwlb.tencentcloudapi.com/?Action=DeregisterTargetGroupInstances\n&TargetGroupId=lbtg-815iz538\n&TargetGroupInstances.0.BindIP=172.16.0.34\n&TargetGroupInstances.0.Port=
|
46
|
+
"input": "https://gwlb.tencentcloudapi.com/?Action=DeregisterTargetGroupInstances\n&TargetGroupId=lbtg-815iz538\n&TargetGroupInstances.0.BindIP=172.16.0.34\n&TargetGroupInstances.0.Port=8080\n&<公共请求参数>",
|
47
47
|
"output": "{\n \"Response\": {\n \"RequestId\": \"4b4987ca-58d0-4bad-9ded-344fa4011bda\"\n }\n}",
|
48
48
|
"title": "从目标组中解绑服务器"
|
49
49
|
}
|
@@ -51,8 +51,8 @@
|
|
51
51
|
"DescribeGatewayLoadBalancers": [
|
52
52
|
{
|
53
53
|
"document": "指定实例ID查询网关负载均衡",
|
54
|
-
"input": "POST / HTTP/1.1\nHost: gwlb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeGatewayLoadBalancers\n<公共请求参数>\n\n{\n \"LoadBalancerIds\": [\n \"
|
55
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"LoadBalancerSet\": [\n {\n \"LoadBalancerId\": \"
|
54
|
+
"input": "POST / HTTP/1.1\nHost: gwlb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeGatewayLoadBalancers\n<公共请求参数>\n\n{\n \"LoadBalancerIds\": [\n \"gwlb-9cpkxxxx\"\n ]\n}",
|
55
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"LoadBalancerSet\": [\n {\n \"LoadBalancerId\": \"gwlb-9cpkxxxx\",\n \"LoadBalancerName\": \"the_name_of_gwlb\",\n \"Status\": 1,\n \"SubnetId\": \"subnet-gbi70xxx\",\n \"TargetGroupId\": null,\n \"VpcId\": \"vpc-rdiw0xxx\",\n \"Vips\": [\n \"10.0.0.1\"\n ],\n \"CreateTime\": \"2024-11-26 16:40:42\",\n \"Tags\": null,\n \"DeleteProtect\": false,\n \"ChargeType\": \"POSTPAID_BY_HOUR\",\n \"Isolation\": 0,\n \"IsolatedTime\": null\n }\n ],\n \"RequestId\": \"7c28eba2-f0d0-427e-9bc2-f44c035825b5\"\n }\n}",
|
56
56
|
"title": "指定实例ID查询网关负载均衡"
|
57
57
|
}
|
58
58
|
],
|
@@ -13365,10 +13365,10 @@
|
|
13365
13365
|
"members": [
|
13366
13366
|
{
|
13367
13367
|
"disabled": false,
|
13368
|
-
"document": "
|
13368
|
+
"document": "Sn信息,SN格式:产品ID_设备名\n注意:此字段可能返回 null,表示取不到有效值。",
|
13369
13369
|
"example": "无",
|
13370
13370
|
"member": "string",
|
13371
|
-
"name": "
|
13371
|
+
"name": "Sn",
|
13372
13372
|
"output_required": false,
|
13373
13373
|
"required": true,
|
13374
13374
|
"type": "string",
|
@@ -13376,12 +13376,12 @@
|
|
13376
13376
|
},
|
13377
13377
|
{
|
13378
13378
|
"disabled": false,
|
13379
|
-
"document": "
|
13379
|
+
"document": "小程序ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
13380
13380
|
"example": "无",
|
13381
13381
|
"member": "string",
|
13382
|
-
"name": "
|
13382
|
+
"name": "ModelId",
|
13383
13383
|
"output_required": false,
|
13384
|
-
"required":
|
13384
|
+
"required": false,
|
13385
13385
|
"type": "string",
|
13386
13386
|
"value_allowed_null": true
|
13387
13387
|
},
|