tccli-intl-en 3.1.13.1__py2.py3-none-any.whl → 3.1.39.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/__init__.py +3 -0
- tccli/services/advisor/advisor_client.py +56 -0
- tccli/services/advisor/v20200721/api.json +34 -0
- tccli/services/advisor/v20200721/examples.json +8 -0
- tccli/services/autoscaling/v20180419/api.json +41 -13
- tccli/services/billing/billing_client.py +172 -4
- tccli/services/billing/v20180709/api.json +332 -1
- tccli/services/billing/v20180709/examples.json +24 -0
- tccli/services/ccc/v20200210/api.json +71 -26
- tccli/services/cdb/cdb_client.py +1128 -288
- tccli/services/cdb/v20170320/api.json +2166 -335
- tccli/services/cdb/v20170320/examples.json +126 -6
- tccli/services/cdn/v20180606/api.json +22 -22
- tccli/services/cdn/v20180606/examples.json +1 -1
- tccli/services/ckafka/ckafka_client.py +120 -8
- tccli/services/ckafka/v20190819/api.json +525 -180
- tccli/services/ckafka/v20190819/examples.json +30 -20
- tccli/services/clb/v20180317/api.json +87 -87
- tccli/services/csip/csip_client.py +392 -0
- tccli/services/csip/v20221121/api.json +2050 -284
- tccli/services/csip/v20221121/examples.json +56 -0
- tccli/services/cvm/v20170312/api.json +20 -20
- tccli/services/cvm/v20170312/examples.json +8 -8
- tccli/services/emr/v20190103/api.json +6 -6
- tccli/services/faceid/v20180301/api.json +102 -52
- tccli/services/faceid/v20180301/examples.json +3 -9
- tccli/services/hunyuan/hunyuan_client.py +448 -0
- tccli/services/hunyuan/v20230901/api.json +879 -18
- tccli/services/hunyuan/v20230901/examples.json +64 -0
- tccli/services/lighthouse/lighthouse_client.py +360 -24
- tccli/services/lighthouse/v20200324/api.json +488 -0
- tccli/services/lighthouse/v20200324/examples.json +54 -0
- tccli/services/lkeap/v20240522/api.json +36 -0
- tccli/services/lkeap/v20240522/examples.json +1 -1
- tccli/services/mdl/v20200326/api.json +309 -38
- tccli/services/mdp/v20200527/api.json +191 -28
- tccli/services/mongodb/v20190725/api.json +39 -39
- tccli/services/monitor/v20180724/api.json +5 -5
- tccli/services/mps/mps_client.py +341 -61
- tccli/services/mps/v20190612/api.json +890 -31
- tccli/services/mps/v20190612/examples.json +40 -0
- tccli/services/mqtt/__init__.py +4 -0
- tccli/services/mqtt/mqtt_client.py +1610 -0
- tccli/services/mqtt/v20240516/api.json +3057 -0
- tccli/services/mqtt/v20240516/examples.json +213 -0
- tccli/services/ocr/v20181119/api.json +23 -3
- tccli/services/ocr/v20181119/examples.json +6 -6
- tccli/services/redis/v20180412/api.json +12 -12
- tccli/services/ses/ses_client.py +348 -12
- tccli/services/ses/v20201002/api.json +1197 -256
- tccli/services/ses/v20201002/examples.json +78 -24
- tccli/services/tcsas/tcsas_client.py +2281 -209
- tccli/services/tcsas/v20250106/api.json +8410 -3423
- tccli/services/tcsas/v20250106/examples.json +308 -12
- tccli/services/tdmq/v20200217/api.json +4 -4
- tccli/services/teo/v20220901/api.json +10 -10
- tccli/services/tke/tke_client.py +168 -0
- tccli/services/tke/v20180525/api.json +227 -0
- tccli/services/tke/v20180525/examples.json +24 -0
- tccli/services/trocket/v20230308/api.json +96 -96
- tccli/services/trtc/v20190722/api.json +212 -144
- tccli/services/trtc/v20190722/examples.json +7 -7
- tccli/services/vod/v20180717/api.json +2929 -296
- tccli/services/vod/v20180717/examples.json +40 -6
- tccli/services/vod/vod_client.py +280 -0
- tccli/services/vpc/v20170312/api.json +80 -13
- tccli/services/vpc/v20170312/examples.json +17 -9
- tccli/services/vpc/vpc_client.py +64 -8
- {tccli_intl_en-3.1.13.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/METADATA +2 -2
- {tccli_intl_en-3.1.13.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/RECORD +75 -71
- {tccli_intl_en-3.1.13.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/WHEEL +1 -1
- {tccli_intl_en-3.1.13.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/LICENSE +0 -0
- {tccli_intl_en-3.1.13.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/entry_points.txt +0 -0
- {tccli_intl_en-3.1.13.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/top_level.txt +0 -0
|
@@ -14,6 +14,13 @@
|
|
|
14
14
|
"output": "CreateAddressUnsubscribeConfigResponse",
|
|
15
15
|
"status": "online"
|
|
16
16
|
},
|
|
17
|
+
"CreateCustomBlacklist": {
|
|
18
|
+
"document": "Add a custom blocklist.",
|
|
19
|
+
"input": "CreateCustomBlacklistRequest",
|
|
20
|
+
"name": "Batch add custom blocklist",
|
|
21
|
+
"output": "CreateCustomBlacklistResponse",
|
|
22
|
+
"status": "online"
|
|
23
|
+
},
|
|
17
24
|
"CreateEmailAddress": {
|
|
18
25
|
"document": "After the sender domain is verified, you need a sender address to send emails. For example, if your sender domain is mail.qcloud.com, your sender address can be service@mail.qcloud.com. If you want to display your name (such as \"Tencent Cloud\") in the inbox list of the recipients, the sender address should be in the format of `Tencent Cloud <email address>`. Please note that there must be a space between your name and the first angle bracket.",
|
|
19
26
|
"input": "CreateEmailAddressRequest",
|
|
@@ -49,6 +56,13 @@
|
|
|
49
56
|
"output": "CreateReceiverDetailResponse",
|
|
50
57
|
"status": "online"
|
|
51
58
|
},
|
|
59
|
+
"CreateReceiverDetailWithData": {
|
|
60
|
+
"document": "Add recipient addresses with Template parameters. Use this API to import Template parameters while adding recipient addresses, ensuring each recipient address uses Template variables with different values when sending emails. Users first call the CreateReceiver API to create a recipient list, then call this API to import recipient addresses and Template parameters for email sending, and finally use the BatchSendEmail API to complete batch email sending. Notably, after using this API, the Template parameter in the BatchSendEmail API does not need to be passed again. Users can also import recipient addresses, Template variables, and parameter values via the import file option in the console under Email Sending - Recipient List menu. This API limits the number of recipient addresses in a single request to 20,000 entries. It can also append recipient addresses to an already uploaded recipient list, but the total number of recipient addresses in the list must not exceed a certain limit, currently set at 50,000 entries. This API does not support removing duplicate recipient addresses. Users need to ensure uploaded and appended addresses are non-repeating and do not duplicate previously uploaded addresses.",
|
|
61
|
+
"input": "CreateReceiverDetailWithDataRequest",
|
|
62
|
+
"name": "Add a recipient address and attach template parameters",
|
|
63
|
+
"output": "CreateReceiverDetailWithDataResponse",
|
|
64
|
+
"status": "online"
|
|
65
|
+
},
|
|
52
66
|
"DeleteAddressUnsubscribeConfig": {
|
|
53
67
|
"document": "Remove address-level unsubscribe configuration.",
|
|
54
68
|
"input": "DeleteAddressUnsubscribeConfigRequest",
|
|
@@ -63,6 +77,13 @@
|
|
|
63
77
|
"output": "DeleteBlackListResponse",
|
|
64
78
|
"status": "online"
|
|
65
79
|
},
|
|
80
|
+
"DeleteCustomBlackList": {
|
|
81
|
+
"document": "Delete a custom blocklist email address.",
|
|
82
|
+
"input": "DeleteCustomBlackListRequest",
|
|
83
|
+
"name": "Delete a custom blocklist",
|
|
84
|
+
"output": "DeleteCustomBlackListResponse",
|
|
85
|
+
"status": "online"
|
|
86
|
+
},
|
|
66
87
|
"DeleteEmailAddress": {
|
|
67
88
|
"document": "This API is used to delete a sender address.",
|
|
68
89
|
"input": "DeleteEmailAddressRequest",
|
|
@@ -106,9 +127,9 @@
|
|
|
106
127
|
"status": "online"
|
|
107
128
|
},
|
|
108
129
|
"GetSendEmailStatus": {
|
|
109
|
-
"document": "
|
|
130
|
+
"document": "Search the email sending status. Only support querying data within 30 days.",
|
|
110
131
|
"input": "GetSendEmailStatusRequest",
|
|
111
|
-
"name": "
|
|
132
|
+
"name": "Query the email sending status",
|
|
112
133
|
"output": "GetSendEmailStatusResponse",
|
|
113
134
|
"status": "online"
|
|
114
135
|
},
|
|
@@ -133,6 +154,13 @@
|
|
|
133
154
|
"output": "ListBlackEmailAddressResponse",
|
|
134
155
|
"status": "online"
|
|
135
156
|
},
|
|
157
|
+
"ListCustomBlacklist": {
|
|
158
|
+
"document": "Retrieve the custom blocklist.",
|
|
159
|
+
"input": "ListCustomBlacklistRequest",
|
|
160
|
+
"name": "Retrieve the custom blocklist",
|
|
161
|
+
"output": "ListCustomBlacklistResponse",
|
|
162
|
+
"status": "online"
|
|
163
|
+
},
|
|
136
164
|
"ListEmailAddress": {
|
|
137
165
|
"document": "This API is used to get the list of sender addresses.",
|
|
138
166
|
"input": "ListEmailAddressRequest",
|
|
@@ -154,6 +182,13 @@
|
|
|
154
182
|
"output": "ListEmailTemplatesResponse",
|
|
155
183
|
"status": "online"
|
|
156
184
|
},
|
|
185
|
+
"ListReceiverDetails": {
|
|
186
|
+
"document": "Query ALL recipient email addresses in the recipient list based on the recipient list id with paging query. Filter queries can be based on the recipient email address.",
|
|
187
|
+
"input": "ListReceiverDetailsRequest",
|
|
188
|
+
"name": "Query a certain recipient list detail",
|
|
189
|
+
"output": "ListReceiverDetailsResponse",
|
|
190
|
+
"status": "online"
|
|
191
|
+
},
|
|
157
192
|
"ListReceivers": {
|
|
158
193
|
"document": "This API is used to query recipient groups. It supports pagination, fuzzy query, and query by status.",
|
|
159
194
|
"input": "ListReceiversRequest",
|
|
@@ -182,6 +217,13 @@
|
|
|
182
217
|
"output": "UpdateAddressUnsubscribeConfigResponse",
|
|
183
218
|
"status": "online"
|
|
184
219
|
},
|
|
220
|
+
"UpdateCustomBlackList": {
|
|
221
|
+
"document": "Refresh custom blocklist.",
|
|
222
|
+
"input": "UpdateCustomBlackListRequest",
|
|
223
|
+
"name": "Update a custom blocklist",
|
|
224
|
+
"output": "UpdateCustomBlackListResponse",
|
|
225
|
+
"status": "online"
|
|
226
|
+
},
|
|
185
227
|
"UpdateEmailIdentity": {
|
|
186
228
|
"document": "This API is used to verify whether your DNS configuration is correct.",
|
|
187
229
|
"input": "UpdateEmailIdentityRequest",
|
|
@@ -259,18 +301,25 @@
|
|
|
259
301
|
"member": "string",
|
|
260
302
|
"name": "FileName",
|
|
261
303
|
"required": true,
|
|
262
|
-
"type": "string"
|
|
263
|
-
"value_allowed_null": false
|
|
304
|
+
"type": "string"
|
|
264
305
|
},
|
|
265
306
|
{
|
|
266
307
|
"disabled": false,
|
|
267
|
-
"document": "Base64-encoded attachment content
|
|
308
|
+
"document": "The Base64-encoded attachment content supports a maximum of 4M. note: tencent cloud API supports up to 8M request packets. the attachment content is expected to expand by 1.5 times after Base64 encoding. you should control the total size of all attachments within 4M. the API will return an error if the overall request exceeds 8M.",
|
|
268
309
|
"example": "dGhpcyBpcyBhIGV4YW1wbGU=",
|
|
269
310
|
"member": "string",
|
|
270
311
|
"name": "Content",
|
|
271
|
-
"required":
|
|
272
|
-
"type": "string"
|
|
273
|
-
|
|
312
|
+
"required": false,
|
|
313
|
+
"type": "string"
|
|
314
|
+
},
|
|
315
|
+
{
|
|
316
|
+
"disabled": false,
|
|
317
|
+
"document": "Attachment URL. do not use the open function.",
|
|
318
|
+
"example": "https://www.test.com/1.png",
|
|
319
|
+
"member": "string",
|
|
320
|
+
"name": "FileURL",
|
|
321
|
+
"required": false,
|
|
322
|
+
"type": "string"
|
|
274
323
|
}
|
|
275
324
|
],
|
|
276
325
|
"usage": "in"
|
|
@@ -280,8 +329,8 @@
|
|
|
280
329
|
"members": [
|
|
281
330
|
{
|
|
282
331
|
"disabled": false,
|
|
283
|
-
"document": "Sender address.
|
|
284
|
-
"example": "
|
|
332
|
+
"document": "Sender'S email address. please fill in the sender's email address, such as noreply@mail.qcloud.com. if you need to fill in the sender's description, please follow.\nSender <email address> via fill in, such as:.\nTencent cloud team <noreply@mail.qcloud.com>.",
|
|
333
|
+
"example": "test@example.com",
|
|
285
334
|
"member": "string",
|
|
286
335
|
"name": "FromEmailAddress",
|
|
287
336
|
"required": true,
|
|
@@ -289,8 +338,8 @@
|
|
|
289
338
|
},
|
|
290
339
|
{
|
|
291
340
|
"disabled": false,
|
|
292
|
-
"document": "Recipient
|
|
293
|
-
"example": "
|
|
341
|
+
"document": "Recipient list ID.",
|
|
342
|
+
"example": "1",
|
|
294
343
|
"member": "uint64",
|
|
295
344
|
"name": "ReceiverId",
|
|
296
345
|
"required": true,
|
|
@@ -298,7 +347,7 @@
|
|
|
298
347
|
},
|
|
299
348
|
{
|
|
300
349
|
"disabled": false,
|
|
301
|
-
"document": "Email subject",
|
|
350
|
+
"document": "Email subject.",
|
|
302
351
|
"example": "邮件主题",
|
|
303
352
|
"member": "string",
|
|
304
353
|
"name": "Subject",
|
|
@@ -307,7 +356,7 @@
|
|
|
307
356
|
},
|
|
308
357
|
{
|
|
309
358
|
"disabled": false,
|
|
310
|
-
"document": "Task type
|
|
359
|
+
"document": "Task type 1: send now 2: scheduled sending 3: cycle (frequency) sending.",
|
|
311
360
|
"example": "1",
|
|
312
361
|
"member": "uint64",
|
|
313
362
|
"name": "TaskType",
|
|
@@ -316,8 +365,8 @@
|
|
|
316
365
|
},
|
|
317
366
|
{
|
|
318
367
|
"disabled": false,
|
|
319
|
-
"document": "
|
|
320
|
-
"example": "
|
|
368
|
+
"document": "The \"reply\" email address of the mail. can be filled with an email address you can receive mail from, can be a personal mailbox. if left empty, the recipient's reply mail will fail to send.",
|
|
369
|
+
"example": "test@example.com",
|
|
321
370
|
"member": "string",
|
|
322
371
|
"name": "ReplyToAddresses",
|
|
323
372
|
"required": false,
|
|
@@ -325,7 +374,7 @@
|
|
|
325
374
|
},
|
|
326
375
|
{
|
|
327
376
|
"disabled": false,
|
|
328
|
-
"document": "
|
|
377
|
+
"document": "When using a template to send, fill in the related parameters of the template.\n<Dx-Alert infotype=\"notice\" title=\"note\">this field must be specified if you have not applied for special configuration.</dx-alert>.",
|
|
329
378
|
"example": "无",
|
|
330
379
|
"member": "Template",
|
|
331
380
|
"name": "Template",
|
|
@@ -334,7 +383,7 @@
|
|
|
334
383
|
},
|
|
335
384
|
{
|
|
336
385
|
"disabled": false,
|
|
337
|
-
"document": "
|
|
386
|
+
"document": "Abandoned<Dx-Alert infotype=\"notice\" title=\"description\">only customers who historically applied for special configuration require the use of it. if you have not applied for special configuration, this field does not exist.</dx-alert>.",
|
|
338
387
|
"example": "无",
|
|
339
388
|
"member": "Simple",
|
|
340
389
|
"name": "Simple",
|
|
@@ -343,7 +392,7 @@
|
|
|
343
392
|
},
|
|
344
393
|
{
|
|
345
394
|
"disabled": false,
|
|
346
|
-
"document": "
|
|
395
|
+
"document": "Send attachment when required. fill in related parameters (not supported).",
|
|
347
396
|
"example": "无",
|
|
348
397
|
"member": "Attachment",
|
|
349
398
|
"name": "Attachments",
|
|
@@ -352,7 +401,7 @@
|
|
|
352
401
|
},
|
|
353
402
|
{
|
|
354
403
|
"disabled": false,
|
|
355
|
-
"document": "
|
|
404
|
+
"document": "Required parameter for sending tasks periodically.",
|
|
356
405
|
"example": "无",
|
|
357
406
|
"member": "CycleEmailParam",
|
|
358
407
|
"name": "CycleParam",
|
|
@@ -361,7 +410,7 @@
|
|
|
361
410
|
},
|
|
362
411
|
{
|
|
363
412
|
"disabled": false,
|
|
364
|
-
"document": "
|
|
413
|
+
"document": "Required parameter for scheduled task assignment.",
|
|
365
414
|
"example": "无",
|
|
366
415
|
"member": "TimedEmailParam",
|
|
367
416
|
"name": "TimedParam",
|
|
@@ -370,7 +419,7 @@
|
|
|
370
419
|
},
|
|
371
420
|
{
|
|
372
421
|
"disabled": false,
|
|
373
|
-
"document": "
|
|
422
|
+
"document": "Unsubscription link options 0: do not add 1: english 2: simplified chinese 3: traditional chinese 4: spanish 5: french 6: german 7: japanese 8: korean 9: arabic 10: thai.",
|
|
374
423
|
"example": "1",
|
|
375
424
|
"member": "string",
|
|
376
425
|
"name": "Unsubscribe",
|
|
@@ -379,7 +428,7 @@
|
|
|
379
428
|
},
|
|
380
429
|
{
|
|
381
430
|
"disabled": false,
|
|
382
|
-
"document": "Whether to add an ad
|
|
431
|
+
"document": "Whether to add an ad flag. valid values: 0 (do not add), 1 (add to the previous subject), 2 (add to the following subject).",
|
|
383
432
|
"example": "0",
|
|
384
433
|
"member": "uint64",
|
|
385
434
|
"name": "ADLocation",
|
|
@@ -394,15 +443,16 @@
|
|
|
394
443
|
"members": [
|
|
395
444
|
{
|
|
396
445
|
"disabled": false,
|
|
397
|
-
"document": "
|
|
398
|
-
"example": "
|
|
446
|
+
"document": "Send task ID.",
|
|
447
|
+
"example": "1",
|
|
399
448
|
"member": "uint64",
|
|
400
449
|
"name": "TaskId",
|
|
450
|
+
"output_required": true,
|
|
401
451
|
"type": "int",
|
|
402
452
|
"value_allowed_null": false
|
|
403
453
|
},
|
|
404
454
|
{
|
|
405
|
-
"document": "The unique request ID,
|
|
455
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
406
456
|
"member": "string",
|
|
407
457
|
"name": "RequestId",
|
|
408
458
|
"type": "string"
|
|
@@ -410,24 +460,92 @@
|
|
|
410
460
|
],
|
|
411
461
|
"type": "object"
|
|
412
462
|
},
|
|
463
|
+
"BlackAddressDetail": {
|
|
464
|
+
"document": "Blocklist description.",
|
|
465
|
+
"members": [
|
|
466
|
+
{
|
|
467
|
+
"disabled": false,
|
|
468
|
+
"document": "Blocklist address id.",
|
|
469
|
+
"example": "1",
|
|
470
|
+
"member": "uint64",
|
|
471
|
+
"name": "Id",
|
|
472
|
+
"output_required": false,
|
|
473
|
+
"type": "int",
|
|
474
|
+
"value_allowed_null": false
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
"disabled": false,
|
|
478
|
+
"document": "Email address.",
|
|
479
|
+
"example": "example@mail.com",
|
|
480
|
+
"member": "string",
|
|
481
|
+
"name": "Email",
|
|
482
|
+
"output_required": false,
|
|
483
|
+
"type": "string",
|
|
484
|
+
"value_allowed_null": false
|
|
485
|
+
},
|
|
486
|
+
{
|
|
487
|
+
"disabled": false,
|
|
488
|
+
"document": "Creation time.\n\n",
|
|
489
|
+
"example": "2024-06-26 16:46:30",
|
|
490
|
+
"member": "string",
|
|
491
|
+
"name": "CreateTime",
|
|
492
|
+
"output_required": false,
|
|
493
|
+
"type": "string",
|
|
494
|
+
"value_allowed_null": false
|
|
495
|
+
},
|
|
496
|
+
{
|
|
497
|
+
"disabled": false,
|
|
498
|
+
"document": "Expiration time",
|
|
499
|
+
"example": "2024-06-19",
|
|
500
|
+
"member": "string",
|
|
501
|
+
"name": "ExpireDate",
|
|
502
|
+
"output_required": false,
|
|
503
|
+
"type": "string",
|
|
504
|
+
"value_allowed_null": false
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
"disabled": false,
|
|
508
|
+
"document": "Blocklist status. valid values: 0 (expired), 1 (active).",
|
|
509
|
+
"example": "1",
|
|
510
|
+
"member": "uint64",
|
|
511
|
+
"name": "Status",
|
|
512
|
+
"output_required": false,
|
|
513
|
+
"type": "int",
|
|
514
|
+
"value_allowed_null": false
|
|
515
|
+
}
|
|
516
|
+
],
|
|
517
|
+
"usage": "out"
|
|
518
|
+
},
|
|
413
519
|
"BlackEmailAddress": {
|
|
414
|
-
"document": "Email
|
|
520
|
+
"document": "Email blocklist structure describes the blocked email address, blocklist time, and reason.",
|
|
415
521
|
"members": [
|
|
416
522
|
{
|
|
417
523
|
"disabled": false,
|
|
418
524
|
"document": "Time when the email address is blocklisted.",
|
|
525
|
+
"example": "2024-12-24 02:09:33",
|
|
419
526
|
"member": "datetime",
|
|
420
527
|
"name": "BounceTime",
|
|
421
|
-
"
|
|
528
|
+
"output_required": true,
|
|
422
529
|
"type": "string",
|
|
423
530
|
"value_allowed_null": false
|
|
424
531
|
},
|
|
425
532
|
{
|
|
426
533
|
"disabled": false,
|
|
427
534
|
"document": "Blocklisted email address.",
|
|
535
|
+
"example": "block@example.com",
|
|
428
536
|
"member": "string",
|
|
429
537
|
"name": "EmailAddress",
|
|
430
|
-
"
|
|
538
|
+
"output_required": true,
|
|
539
|
+
"type": "string",
|
|
540
|
+
"value_allowed_null": false
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
"disabled": false,
|
|
544
|
+
"document": "Reason for being blacklisted.",
|
|
545
|
+
"example": "552 1 Requested mail action aborted, mailbox not found",
|
|
546
|
+
"member": "string",
|
|
547
|
+
"name": "IspDesc",
|
|
548
|
+
"output_required": false,
|
|
431
549
|
"type": "string",
|
|
432
550
|
"value_allowed_null": false
|
|
433
551
|
}
|
|
@@ -479,12 +597,99 @@
|
|
|
479
597
|
],
|
|
480
598
|
"type": "object"
|
|
481
599
|
},
|
|
600
|
+
"CreateCustomBlacklistRequest": {
|
|
601
|
+
"document": "CreateCustomBlacklist request structure.",
|
|
602
|
+
"members": [
|
|
603
|
+
{
|
|
604
|
+
"disabled": false,
|
|
605
|
+
"document": "Add to blocklist email address.",
|
|
606
|
+
"example": "[ \"a@gmail.com\" , \"b@gmail.com\"]",
|
|
607
|
+
"member": "string",
|
|
608
|
+
"name": "Emails",
|
|
609
|
+
"required": true,
|
|
610
|
+
"type": "list"
|
|
611
|
+
},
|
|
612
|
+
{
|
|
613
|
+
"disabled": false,
|
|
614
|
+
"document": "Expiration date.",
|
|
615
|
+
"example": "\"2024-06-19\"",
|
|
616
|
+
"member": "date",
|
|
617
|
+
"name": "ExpireDate",
|
|
618
|
+
"required": false,
|
|
619
|
+
"type": "string"
|
|
620
|
+
}
|
|
621
|
+
],
|
|
622
|
+
"type": "object"
|
|
623
|
+
},
|
|
624
|
+
"CreateCustomBlacklistResponse": {
|
|
625
|
+
"document": "CreateCustomBlacklist response structure.",
|
|
626
|
+
"members": [
|
|
627
|
+
{
|
|
628
|
+
"disabled": false,
|
|
629
|
+
"document": "Total number of recipients.",
|
|
630
|
+
"example": "1",
|
|
631
|
+
"member": "uint64",
|
|
632
|
+
"name": "TotalCount",
|
|
633
|
+
"output_required": false,
|
|
634
|
+
"type": "int",
|
|
635
|
+
"value_allowed_null": false
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
"disabled": false,
|
|
639
|
+
"document": "Actual uploaded quantity.",
|
|
640
|
+
"example": "1",
|
|
641
|
+
"member": "uint64",
|
|
642
|
+
"name": "ValidCount",
|
|
643
|
+
"output_required": false,
|
|
644
|
+
"type": "int",
|
|
645
|
+
"value_allowed_null": false
|
|
646
|
+
},
|
|
647
|
+
{
|
|
648
|
+
"disabled": false,
|
|
649
|
+
"document": "Data too long quantity.",
|
|
650
|
+
"example": "1",
|
|
651
|
+
"member": "uint64",
|
|
652
|
+
"name": "TooLongCount",
|
|
653
|
+
"output_required": false,
|
|
654
|
+
"type": "int",
|
|
655
|
+
"value_allowed_null": false
|
|
656
|
+
},
|
|
657
|
+
{
|
|
658
|
+
"disabled": false,
|
|
659
|
+
"document": "Repetition count.",
|
|
660
|
+
"example": "1",
|
|
661
|
+
"member": "uint64",
|
|
662
|
+
"name": "RepeatCount",
|
|
663
|
+
"output_required": false,
|
|
664
|
+
"type": "int",
|
|
665
|
+
"value_allowed_null": false
|
|
666
|
+
},
|
|
667
|
+
{
|
|
668
|
+
"disabled": false,
|
|
669
|
+
"document": "Incorrect format count.",
|
|
670
|
+
"example": "1",
|
|
671
|
+
"member": "uint64",
|
|
672
|
+
"name": "InvalidCount",
|
|
673
|
+
"output_required": false,
|
|
674
|
+
"type": "int",
|
|
675
|
+
"value_allowed_null": false
|
|
676
|
+
},
|
|
677
|
+
{
|
|
678
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
679
|
+
"member": "string",
|
|
680
|
+
"name": "RequestId",
|
|
681
|
+
"type": "string"
|
|
682
|
+
}
|
|
683
|
+
],
|
|
684
|
+
"type": "object"
|
|
685
|
+
},
|
|
482
686
|
"CreateEmailAddressRequest": {
|
|
483
687
|
"document": "CreateEmailAddress request structure.",
|
|
484
688
|
"members": [
|
|
485
689
|
{
|
|
486
690
|
"disabled": false,
|
|
487
691
|
"document": "Your sender address. (You can create up to 10 sender addresses for each domain.)",
|
|
692
|
+
"example": "service@mail.qcloud.com",
|
|
488
693
|
"member": "string",
|
|
489
694
|
"name": "EmailAddress",
|
|
490
695
|
"required": true,
|
|
@@ -493,6 +698,7 @@
|
|
|
493
698
|
{
|
|
494
699
|
"disabled": false,
|
|
495
700
|
"document": "Sender name.",
|
|
701
|
+
"example": "腾讯云邮件通知",
|
|
496
702
|
"member": "string",
|
|
497
703
|
"name": "EmailSenderName",
|
|
498
704
|
"required": false,
|
|
@@ -505,7 +711,7 @@
|
|
|
505
711
|
"document": "CreateEmailAddress response structure.",
|
|
506
712
|
"members": [
|
|
507
713
|
{
|
|
508
|
-
"document": "The unique request ID,
|
|
714
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
509
715
|
"member": "string",
|
|
510
716
|
"name": "RequestId",
|
|
511
717
|
"type": "string"
|
|
@@ -519,10 +725,29 @@
|
|
|
519
725
|
{
|
|
520
726
|
"disabled": false,
|
|
521
727
|
"document": "Your sender domain. You are advised to use a third-level domain, for example, mail.qcloud.com.",
|
|
728
|
+
"example": "mail.qcloud.com",
|
|
522
729
|
"member": "string",
|
|
523
730
|
"name": "EmailIdentity",
|
|
524
731
|
"required": true,
|
|
525
732
|
"type": "string"
|
|
733
|
+
},
|
|
734
|
+
{
|
|
735
|
+
"disabled": false,
|
|
736
|
+
"document": "Generated dkim key length. valid values: 0 (1024), 1 (2048).",
|
|
737
|
+
"example": "0",
|
|
738
|
+
"member": "uint64",
|
|
739
|
+
"name": "DKIMOption",
|
|
740
|
+
"required": false,
|
|
741
|
+
"type": "int"
|
|
742
|
+
},
|
|
743
|
+
{
|
|
744
|
+
"disabled": false,
|
|
745
|
+
"document": "tag.",
|
|
746
|
+
"example": "无",
|
|
747
|
+
"member": "TagList",
|
|
748
|
+
"name": "TagList",
|
|
749
|
+
"required": false,
|
|
750
|
+
"type": "list"
|
|
526
751
|
}
|
|
527
752
|
],
|
|
528
753
|
"type": "object"
|
|
@@ -533,29 +758,35 @@
|
|
|
533
758
|
{
|
|
534
759
|
"disabled": false,
|
|
535
760
|
"document": "Verification type. The value is fixed to `DOMAIN`.",
|
|
761
|
+
"example": "DOMAIN",
|
|
536
762
|
"member": "string",
|
|
537
763
|
"name": "IdentityType",
|
|
764
|
+
"output_required": true,
|
|
538
765
|
"type": "string",
|
|
539
766
|
"value_allowed_null": false
|
|
540
767
|
},
|
|
541
768
|
{
|
|
542
769
|
"disabled": false,
|
|
543
770
|
"document": "Verification passed or not.",
|
|
771
|
+
"example": "true",
|
|
544
772
|
"member": "bool",
|
|
545
773
|
"name": "VerifiedForSendingStatus",
|
|
774
|
+
"output_required": true,
|
|
546
775
|
"type": "bool",
|
|
547
776
|
"value_allowed_null": false
|
|
548
777
|
},
|
|
549
778
|
{
|
|
550
779
|
"disabled": false,
|
|
551
780
|
"document": "DNS information that needs to be configured.",
|
|
781
|
+
"example": "无",
|
|
552
782
|
"member": "DNSAttributes",
|
|
553
783
|
"name": "Attributes",
|
|
784
|
+
"output_required": true,
|
|
554
785
|
"type": "list",
|
|
555
786
|
"value_allowed_null": false
|
|
556
787
|
},
|
|
557
788
|
{
|
|
558
|
-
"document": "The unique request ID,
|
|
789
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
559
790
|
"member": "string",
|
|
560
791
|
"name": "RequestId",
|
|
561
792
|
"type": "string"
|
|
@@ -569,6 +800,7 @@
|
|
|
569
800
|
{
|
|
570
801
|
"disabled": false,
|
|
571
802
|
"document": "Template name.",
|
|
803
|
+
"example": "TestName",
|
|
572
804
|
"member": "string",
|
|
573
805
|
"name": "TemplateName",
|
|
574
806
|
"required": true,
|
|
@@ -577,6 +809,7 @@
|
|
|
577
809
|
{
|
|
578
810
|
"disabled": false,
|
|
579
811
|
"document": "Template content.",
|
|
812
|
+
"example": "无",
|
|
580
813
|
"member": "TemplateContent",
|
|
581
814
|
"name": "TemplateContent",
|
|
582
815
|
"required": true,
|
|
@@ -591,15 +824,15 @@
|
|
|
591
824
|
{
|
|
592
825
|
"disabled": false,
|
|
593
826
|
"document": "Template ID",
|
|
594
|
-
"example": "
|
|
827
|
+
"example": "1",
|
|
595
828
|
"member": "uint64",
|
|
596
829
|
"name": "TemplateID",
|
|
597
|
-
"
|
|
830
|
+
"output_required": true,
|
|
598
831
|
"type": "int",
|
|
599
832
|
"value_allowed_null": false
|
|
600
833
|
},
|
|
601
834
|
{
|
|
602
|
-
"document": "The unique request ID,
|
|
835
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
603
836
|
"member": "string",
|
|
604
837
|
"name": "RequestId",
|
|
605
838
|
"type": "string"
|
|
@@ -613,7 +846,7 @@
|
|
|
613
846
|
{
|
|
614
847
|
"disabled": false,
|
|
615
848
|
"document": "Recipient group ID",
|
|
616
|
-
"example": "
|
|
849
|
+
"example": "1",
|
|
617
850
|
"member": "uint64",
|
|
618
851
|
"name": "ReceiverId",
|
|
619
852
|
"required": true,
|
|
@@ -622,7 +855,7 @@
|
|
|
622
855
|
{
|
|
623
856
|
"disabled": false,
|
|
624
857
|
"document": "Email address",
|
|
625
|
-
"example": "[\"
|
|
858
|
+
"example": "[\"example@gmail.com\"]",
|
|
626
859
|
"member": "string",
|
|
627
860
|
"name": "Emails",
|
|
628
861
|
"required": true,
|
|
@@ -635,53 +868,57 @@
|
|
|
635
868
|
"document": "CreateReceiverDetail response structure.",
|
|
636
869
|
"members": [
|
|
637
870
|
{
|
|
638
|
-
"
|
|
639
|
-
"
|
|
640
|
-
"
|
|
641
|
-
"
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
"document": "CreateReceiver request structure.",
|
|
648
|
-
"members": [
|
|
871
|
+
"disabled": false,
|
|
872
|
+
"document": "Total number of recipients.",
|
|
873
|
+
"example": "1",
|
|
874
|
+
"member": "uint64",
|
|
875
|
+
"name": "TotalCount",
|
|
876
|
+
"output_required": false,
|
|
877
|
+
"type": "int",
|
|
878
|
+
"value_allowed_null": false
|
|
879
|
+
},
|
|
649
880
|
{
|
|
650
881
|
"disabled": false,
|
|
651
|
-
"document": "
|
|
652
|
-
"example": "
|
|
653
|
-
"member": "
|
|
654
|
-
"name": "
|
|
655
|
-
"
|
|
656
|
-
"type": "
|
|
882
|
+
"document": "Actual uploaded quantity.",
|
|
883
|
+
"example": "1",
|
|
884
|
+
"member": "uint64",
|
|
885
|
+
"name": "ValidCount",
|
|
886
|
+
"output_required": false,
|
|
887
|
+
"type": "int",
|
|
888
|
+
"value_allowed_null": false
|
|
657
889
|
},
|
|
658
890
|
{
|
|
659
891
|
"disabled": false,
|
|
660
|
-
"document": "
|
|
661
|
-
"example": "
|
|
662
|
-
"member": "
|
|
663
|
-
"name": "
|
|
664
|
-
"
|
|
665
|
-
"type": "
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
"type": "object"
|
|
669
|
-
},
|
|
670
|
-
"CreateReceiverResponse": {
|
|
671
|
-
"document": "CreateReceiver response structure.",
|
|
672
|
-
"members": [
|
|
892
|
+
"document": "Data too long quantity.",
|
|
893
|
+
"example": "1",
|
|
894
|
+
"member": "uint64",
|
|
895
|
+
"name": "TooLongCount",
|
|
896
|
+
"output_required": false,
|
|
897
|
+
"type": "int",
|
|
898
|
+
"value_allowed_null": false
|
|
899
|
+
},
|
|
673
900
|
{
|
|
674
901
|
"disabled": false,
|
|
675
|
-
"document": "
|
|
676
|
-
"example": "
|
|
902
|
+
"document": "Number of empty email addresses.",
|
|
903
|
+
"example": "1",
|
|
677
904
|
"member": "uint64",
|
|
678
|
-
"name": "
|
|
679
|
-
"
|
|
905
|
+
"name": "EmptyEmailCount",
|
|
906
|
+
"output_required": false,
|
|
907
|
+
"type": "int",
|
|
908
|
+
"value_allowed_null": false
|
|
909
|
+
},
|
|
910
|
+
{
|
|
911
|
+
"disabled": false,
|
|
912
|
+
"document": "Repetition count.",
|
|
913
|
+
"example": "1",
|
|
914
|
+
"member": "uint64",
|
|
915
|
+
"name": "RepeatCount",
|
|
916
|
+
"output_required": false,
|
|
680
917
|
"type": "int",
|
|
681
918
|
"value_allowed_null": false
|
|
682
919
|
},
|
|
683
920
|
{
|
|
684
|
-
"document": "The unique request ID,
|
|
921
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
685
922
|
"member": "string",
|
|
686
923
|
"name": "RequestId",
|
|
687
924
|
"type": "string"
|
|
@@ -689,25 +926,159 @@
|
|
|
689
926
|
],
|
|
690
927
|
"type": "object"
|
|
691
928
|
},
|
|
692
|
-
"
|
|
693
|
-
"document": "
|
|
929
|
+
"CreateReceiverDetailWithDataRequest": {
|
|
930
|
+
"document": "CreateReceiverDetailWithData request structure.",
|
|
694
931
|
"members": [
|
|
695
932
|
{
|
|
696
933
|
"disabled": false,
|
|
697
|
-
"document": "
|
|
698
|
-
"example": "
|
|
699
|
-
"member": "
|
|
700
|
-
"name": "
|
|
934
|
+
"document": "Recipient list ID.",
|
|
935
|
+
"example": "1",
|
|
936
|
+
"member": "uint64",
|
|
937
|
+
"name": "ReceiverId",
|
|
701
938
|
"required": true,
|
|
702
|
-
"type": "
|
|
703
|
-
"value_allowed_null": false
|
|
939
|
+
"type": "int"
|
|
704
940
|
},
|
|
705
941
|
{
|
|
706
942
|
"disabled": false,
|
|
707
|
-
"document": "
|
|
943
|
+
"document": "Recipient mailbox and template parameters in array format. limit on the number of recipients not exceeding 20000.",
|
|
944
|
+
"example": "无",
|
|
945
|
+
"member": "ReceiverInputData",
|
|
946
|
+
"name": "Datas",
|
|
947
|
+
"required": true,
|
|
948
|
+
"type": "list"
|
|
949
|
+
}
|
|
950
|
+
],
|
|
951
|
+
"type": "object"
|
|
952
|
+
},
|
|
953
|
+
"CreateReceiverDetailWithDataResponse": {
|
|
954
|
+
"document": "CreateReceiverDetailWithData response structure.",
|
|
955
|
+
"members": [
|
|
956
|
+
{
|
|
957
|
+
"disabled": false,
|
|
958
|
+
"document": "Recipient total number.",
|
|
959
|
+
"example": "1",
|
|
960
|
+
"member": "uint64",
|
|
961
|
+
"name": "TotalCount",
|
|
962
|
+
"output_required": false,
|
|
963
|
+
"type": "int",
|
|
964
|
+
"value_allowed_null": false
|
|
965
|
+
},
|
|
966
|
+
{
|
|
967
|
+
"disabled": false,
|
|
968
|
+
"document": "Uploaded quantity.",
|
|
969
|
+
"example": "1",
|
|
970
|
+
"member": "uint64",
|
|
971
|
+
"name": "ValidCount",
|
|
972
|
+
"output_required": false,
|
|
973
|
+
"type": "int",
|
|
974
|
+
"value_allowed_null": false
|
|
975
|
+
},
|
|
976
|
+
{
|
|
977
|
+
"disabled": false,
|
|
978
|
+
"document": "Data too long quantity.",
|
|
979
|
+
"example": "1",
|
|
980
|
+
"member": "uint64",
|
|
981
|
+
"name": "TooLongCount",
|
|
982
|
+
"output_required": false,
|
|
983
|
+
"type": "int",
|
|
984
|
+
"value_allowed_null": false
|
|
985
|
+
},
|
|
986
|
+
{
|
|
987
|
+
"disabled": false,
|
|
988
|
+
"document": "Number of empty email addresses.",
|
|
989
|
+
"example": "1",
|
|
990
|
+
"member": "uint64",
|
|
991
|
+
"name": "EmptyEmailCount",
|
|
992
|
+
"output_required": false,
|
|
993
|
+
"type": "int",
|
|
994
|
+
"value_allowed_null": false
|
|
995
|
+
},
|
|
996
|
+
{
|
|
997
|
+
"disabled": false,
|
|
998
|
+
"document": "Repetition count.",
|
|
999
|
+
"example": "1",
|
|
1000
|
+
"member": "uint64",
|
|
1001
|
+
"name": "RepeatCount",
|
|
1002
|
+
"output_required": false,
|
|
1003
|
+
"type": "int",
|
|
1004
|
+
"value_allowed_null": false
|
|
1005
|
+
},
|
|
1006
|
+
{
|
|
1007
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
1008
|
+
"member": "string",
|
|
1009
|
+
"name": "RequestId",
|
|
1010
|
+
"type": "string"
|
|
1011
|
+
}
|
|
1012
|
+
],
|
|
1013
|
+
"type": "object"
|
|
1014
|
+
},
|
|
1015
|
+
"CreateReceiverRequest": {
|
|
1016
|
+
"document": "CreateReceiver request structure.",
|
|
1017
|
+
"members": [
|
|
1018
|
+
{
|
|
1019
|
+
"disabled": false,
|
|
1020
|
+
"document": "Recipient group name",
|
|
1021
|
+
"example": "收件人列表",
|
|
1022
|
+
"member": "string",
|
|
1023
|
+
"name": "ReceiversName",
|
|
1024
|
+
"required": true,
|
|
1025
|
+
"type": "string"
|
|
1026
|
+
},
|
|
1027
|
+
{
|
|
1028
|
+
"disabled": false,
|
|
1029
|
+
"document": "Recipient group description",
|
|
1030
|
+
"example": "收件人列表描述",
|
|
1031
|
+
"member": "string",
|
|
1032
|
+
"name": "Desc",
|
|
1033
|
+
"required": false,
|
|
1034
|
+
"type": "string"
|
|
1035
|
+
}
|
|
1036
|
+
],
|
|
1037
|
+
"type": "object"
|
|
1038
|
+
},
|
|
1039
|
+
"CreateReceiverResponse": {
|
|
1040
|
+
"document": "CreateReceiver response structure.",
|
|
1041
|
+
"members": [
|
|
1042
|
+
{
|
|
1043
|
+
"disabled": false,
|
|
1044
|
+
"document": "Recipient group ID, by which recipient email addresses are uploaded",
|
|
1045
|
+
"example": "1",
|
|
1046
|
+
"member": "uint64",
|
|
1047
|
+
"name": "ReceiverId",
|
|
1048
|
+
"output_required": true,
|
|
1049
|
+
"type": "int",
|
|
1050
|
+
"value_allowed_null": false
|
|
1051
|
+
},
|
|
1052
|
+
{
|
|
1053
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
1054
|
+
"member": "string",
|
|
1055
|
+
"name": "RequestId",
|
|
1056
|
+
"type": "string"
|
|
1057
|
+
}
|
|
1058
|
+
],
|
|
1059
|
+
"type": "object"
|
|
1060
|
+
},
|
|
1061
|
+
"CycleEmailParam": {
|
|
1062
|
+
"document": "Parameter required to create a recurring sending task",
|
|
1063
|
+
"members": [
|
|
1064
|
+
{
|
|
1065
|
+
"disabled": false,
|
|
1066
|
+
"document": "Start time of the task",
|
|
1067
|
+
"example": "2021-09-11 09:10:11",
|
|
1068
|
+
"member": "string",
|
|
1069
|
+
"name": "BeginTime",
|
|
1070
|
+
"output_required": false,
|
|
1071
|
+
"required": true,
|
|
1072
|
+
"type": "string",
|
|
1073
|
+
"value_allowed_null": false
|
|
1074
|
+
},
|
|
1075
|
+
{
|
|
1076
|
+
"disabled": false,
|
|
1077
|
+
"document": "Task recurrence in hours",
|
|
708
1078
|
"example": "1",
|
|
709
1079
|
"member": "uint64",
|
|
710
1080
|
"name": "IntervalTime",
|
|
1081
|
+
"output_required": false,
|
|
711
1082
|
"required": true,
|
|
712
1083
|
"type": "int",
|
|
713
1084
|
"value_allowed_null": false
|
|
@@ -718,12 +1089,13 @@
|
|
|
718
1089
|
"example": "0",
|
|
719
1090
|
"member": "uint64",
|
|
720
1091
|
"name": "TermCycle",
|
|
1092
|
+
"output_required": false,
|
|
721
1093
|
"required": false,
|
|
722
1094
|
"type": "int",
|
|
723
1095
|
"value_allowed_null": false
|
|
724
1096
|
}
|
|
725
1097
|
],
|
|
726
|
-
"usage": "
|
|
1098
|
+
"usage": "both"
|
|
727
1099
|
},
|
|
728
1100
|
"DNSAttributes": {
|
|
729
1101
|
"document": "Describes the domain name, record type, expected value, and currently configured value of DNS records.",
|
|
@@ -731,45 +1103,50 @@
|
|
|
731
1103
|
{
|
|
732
1104
|
"disabled": false,
|
|
733
1105
|
"document": "Record types: CNAME, A, TXT, and MX.",
|
|
1106
|
+
"example": "TXT",
|
|
734
1107
|
"member": "string",
|
|
735
1108
|
"name": "Type",
|
|
736
|
-
"
|
|
1109
|
+
"output_required": true,
|
|
737
1110
|
"type": "string",
|
|
738
1111
|
"value_allowed_null": false
|
|
739
1112
|
},
|
|
740
1113
|
{
|
|
741
1114
|
"disabled": false,
|
|
742
1115
|
"document": "Domain name.",
|
|
1116
|
+
"example": "example.com",
|
|
743
1117
|
"member": "string",
|
|
744
1118
|
"name": "SendDomain",
|
|
745
|
-
"
|
|
1119
|
+
"output_required": true,
|
|
746
1120
|
"type": "string",
|
|
747
1121
|
"value_allowed_null": false
|
|
748
1122
|
},
|
|
749
1123
|
{
|
|
750
1124
|
"disabled": false,
|
|
751
1125
|
"document": "Expected value.",
|
|
1126
|
+
"example": "v=spf1 include:qcloudmail.com ~all",
|
|
752
1127
|
"member": "string",
|
|
753
1128
|
"name": "ExpectedValue",
|
|
754
|
-
"
|
|
1129
|
+
"output_required": true,
|
|
755
1130
|
"type": "string",
|
|
756
1131
|
"value_allowed_null": false
|
|
757
1132
|
},
|
|
758
1133
|
{
|
|
759
1134
|
"disabled": false,
|
|
760
1135
|
"document": "Currently configured value.",
|
|
1136
|
+
"example": "v=spf1 include:qcloudmail.com ~all",
|
|
761
1137
|
"member": "string",
|
|
762
1138
|
"name": "CurrentValue",
|
|
763
|
-
"
|
|
1139
|
+
"output_required": true,
|
|
764
1140
|
"type": "string",
|
|
765
1141
|
"value_allowed_null": false
|
|
766
1142
|
},
|
|
767
1143
|
{
|
|
768
1144
|
"disabled": false,
|
|
769
1145
|
"document": "Approved or not. The default value is `false`.",
|
|
1146
|
+
"example": "true",
|
|
770
1147
|
"member": "bool",
|
|
771
1148
|
"name": "Status",
|
|
772
|
-
"
|
|
1149
|
+
"output_required": true,
|
|
773
1150
|
"type": "bool",
|
|
774
1151
|
"value_allowed_null": false
|
|
775
1152
|
}
|
|
@@ -809,6 +1186,7 @@
|
|
|
809
1186
|
{
|
|
810
1187
|
"disabled": false,
|
|
811
1188
|
"document": "List of email addresses to be unblocklisted. Enter at least one address.",
|
|
1189
|
+
"example": "example@gmail.com",
|
|
812
1190
|
"member": "string",
|
|
813
1191
|
"name": "EmailAddressList",
|
|
814
1192
|
"required": true,
|
|
@@ -821,7 +1199,34 @@
|
|
|
821
1199
|
"document": "DeleteBlackList response structure.",
|
|
822
1200
|
"members": [
|
|
823
1201
|
{
|
|
824
|
-
"document": "The unique request ID,
|
|
1202
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
1203
|
+
"member": "string",
|
|
1204
|
+
"name": "RequestId",
|
|
1205
|
+
"type": "string"
|
|
1206
|
+
}
|
|
1207
|
+
],
|
|
1208
|
+
"type": "object"
|
|
1209
|
+
},
|
|
1210
|
+
"DeleteCustomBlackListRequest": {
|
|
1211
|
+
"document": "DeleteCustomBlackList request structure.",
|
|
1212
|
+
"members": [
|
|
1213
|
+
{
|
|
1214
|
+
"disabled": false,
|
|
1215
|
+
"document": "Email address that needs to be deleted.",
|
|
1216
|
+
"example": "[\"a@mail.com\",\"b@mail.com\"]",
|
|
1217
|
+
"member": "string",
|
|
1218
|
+
"name": "Emails",
|
|
1219
|
+
"required": true,
|
|
1220
|
+
"type": "list"
|
|
1221
|
+
}
|
|
1222
|
+
],
|
|
1223
|
+
"type": "object"
|
|
1224
|
+
},
|
|
1225
|
+
"DeleteCustomBlackListResponse": {
|
|
1226
|
+
"document": "DeleteCustomBlackList response structure.",
|
|
1227
|
+
"members": [
|
|
1228
|
+
{
|
|
1229
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
825
1230
|
"member": "string",
|
|
826
1231
|
"name": "RequestId",
|
|
827
1232
|
"type": "string"
|
|
@@ -835,6 +1240,7 @@
|
|
|
835
1240
|
{
|
|
836
1241
|
"disabled": false,
|
|
837
1242
|
"document": "Sender address.",
|
|
1243
|
+
"example": "test@example.com",
|
|
838
1244
|
"member": "string",
|
|
839
1245
|
"name": "EmailAddress",
|
|
840
1246
|
"required": true,
|
|
@@ -847,7 +1253,7 @@
|
|
|
847
1253
|
"document": "DeleteEmailAddress response structure.",
|
|
848
1254
|
"members": [
|
|
849
1255
|
{
|
|
850
|
-
"document": "The unique request ID,
|
|
1256
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
851
1257
|
"member": "string",
|
|
852
1258
|
"name": "RequestId",
|
|
853
1259
|
"type": "string"
|
|
@@ -861,6 +1267,7 @@
|
|
|
861
1267
|
{
|
|
862
1268
|
"disabled": false,
|
|
863
1269
|
"document": "Sender domain.",
|
|
1270
|
+
"example": "example.com",
|
|
864
1271
|
"member": "string",
|
|
865
1272
|
"name": "EmailIdentity",
|
|
866
1273
|
"required": true,
|
|
@@ -873,7 +1280,7 @@
|
|
|
873
1280
|
"document": "DeleteEmailIdentity response structure.",
|
|
874
1281
|
"members": [
|
|
875
1282
|
{
|
|
876
|
-
"document": "The unique request ID,
|
|
1283
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
877
1284
|
"member": "string",
|
|
878
1285
|
"name": "RequestId",
|
|
879
1286
|
"type": "string"
|
|
@@ -900,7 +1307,7 @@
|
|
|
900
1307
|
"document": "DeleteEmailTemplate response structure.",
|
|
901
1308
|
"members": [
|
|
902
1309
|
{
|
|
903
|
-
"document": "The unique request ID,
|
|
1310
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
904
1311
|
"member": "string",
|
|
905
1312
|
"name": "RequestId",
|
|
906
1313
|
"type": "string"
|
|
@@ -927,7 +1334,7 @@
|
|
|
927
1334
|
"document": "DeleteReceiver response structure.",
|
|
928
1335
|
"members": [
|
|
929
1336
|
{
|
|
930
|
-
"document": "The unique request ID,
|
|
1337
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
931
1338
|
"member": "string",
|
|
932
1339
|
"name": "RequestId",
|
|
933
1340
|
"type": "string"
|
|
@@ -944,7 +1351,7 @@
|
|
|
944
1351
|
"example": "mail.qcloud.com",
|
|
945
1352
|
"member": "string",
|
|
946
1353
|
"name": "IdentityName",
|
|
947
|
-
"
|
|
1354
|
+
"output_required": true,
|
|
948
1355
|
"type": "string",
|
|
949
1356
|
"value_allowed_null": false
|
|
950
1357
|
},
|
|
@@ -954,7 +1361,7 @@
|
|
|
954
1361
|
"example": "DOMAIN",
|
|
955
1362
|
"member": "string",
|
|
956
1363
|
"name": "IdentityType",
|
|
957
|
-
"
|
|
1364
|
+
"output_required": true,
|
|
958
1365
|
"type": "string",
|
|
959
1366
|
"value_allowed_null": false
|
|
960
1367
|
},
|
|
@@ -964,7 +1371,7 @@
|
|
|
964
1371
|
"example": "false",
|
|
965
1372
|
"member": "bool",
|
|
966
1373
|
"name": "SendingEnabled",
|
|
967
|
-
"
|
|
1374
|
+
"output_required": true,
|
|
968
1375
|
"type": "bool",
|
|
969
1376
|
"value_allowed_null": false
|
|
970
1377
|
},
|
|
@@ -974,7 +1381,7 @@
|
|
|
974
1381
|
"example": "10",
|
|
975
1382
|
"member": "uint64",
|
|
976
1383
|
"name": "CurrentReputationLevel",
|
|
977
|
-
"
|
|
1384
|
+
"output_required": true,
|
|
978
1385
|
"type": "int",
|
|
979
1386
|
"value_allowed_null": false
|
|
980
1387
|
},
|
|
@@ -984,9 +1391,29 @@
|
|
|
984
1391
|
"example": "10000",
|
|
985
1392
|
"member": "uint64",
|
|
986
1393
|
"name": "DailyQuota",
|
|
987
|
-
"
|
|
1394
|
+
"output_required": true,
|
|
988
1395
|
"type": "int",
|
|
989
1396
|
"value_allowed_null": false
|
|
1397
|
+
},
|
|
1398
|
+
{
|
|
1399
|
+
"disabled": false,
|
|
1400
|
+
"document": "Independent ip for domain configuration.",
|
|
1401
|
+
"example": "[\"0.0.0.0\",\"1.1.1.1\"]",
|
|
1402
|
+
"member": "string",
|
|
1403
|
+
"name": "SendIp",
|
|
1404
|
+
"output_required": false,
|
|
1405
|
+
"type": "list",
|
|
1406
|
+
"value_allowed_null": false
|
|
1407
|
+
},
|
|
1408
|
+
{
|
|
1409
|
+
"disabled": false,
|
|
1410
|
+
"document": "tag.",
|
|
1411
|
+
"example": "无",
|
|
1412
|
+
"member": "TagList",
|
|
1413
|
+
"name": "TagList",
|
|
1414
|
+
"output_required": false,
|
|
1415
|
+
"type": "list",
|
|
1416
|
+
"value_allowed_null": false
|
|
990
1417
|
}
|
|
991
1418
|
],
|
|
992
1419
|
"usage": "out"
|
|
@@ -997,29 +1424,42 @@
|
|
|
997
1424
|
{
|
|
998
1425
|
"disabled": false,
|
|
999
1426
|
"document": "Sender address.",
|
|
1427
|
+
"example": "sender@example.com",
|
|
1000
1428
|
"member": "string",
|
|
1001
1429
|
"name": "EmailAddress",
|
|
1002
|
-
"
|
|
1430
|
+
"output_required": true,
|
|
1003
1431
|
"type": "string",
|
|
1004
1432
|
"value_allowed_null": false
|
|
1005
1433
|
},
|
|
1006
1434
|
{
|
|
1007
1435
|
"disabled": false,
|
|
1008
|
-
"document": "Sender
|
|
1436
|
+
"document": "Sender alias.",
|
|
1437
|
+
"example": "name",
|
|
1009
1438
|
"member": "string",
|
|
1010
1439
|
"name": "EmailSenderName",
|
|
1011
|
-
"
|
|
1440
|
+
"output_required": true,
|
|
1012
1441
|
"type": "string",
|
|
1013
|
-
"value_allowed_null":
|
|
1442
|
+
"value_allowed_null": false
|
|
1014
1443
|
},
|
|
1015
1444
|
{
|
|
1016
1445
|
"disabled": false,
|
|
1017
|
-
"document": "Creation time.\
|
|
1446
|
+
"document": "Creation time.\n\n",
|
|
1447
|
+
"example": "2024-12-10 16:44:16",
|
|
1018
1448
|
"member": "uint64",
|
|
1019
1449
|
"name": "CreatedTimestamp",
|
|
1020
|
-
"
|
|
1450
|
+
"output_required": true,
|
|
1021
1451
|
"type": "int",
|
|
1022
|
-
"value_allowed_null":
|
|
1452
|
+
"value_allowed_null": false
|
|
1453
|
+
},
|
|
1454
|
+
{
|
|
1455
|
+
"disabled": false,
|
|
1456
|
+
"document": "smtp password type. 0=not set. 1=already set up.",
|
|
1457
|
+
"example": "0",
|
|
1458
|
+
"member": "uint64",
|
|
1459
|
+
"name": "SmtpPwdType",
|
|
1460
|
+
"output_required": false,
|
|
1461
|
+
"type": "int",
|
|
1462
|
+
"value_allowed_null": false
|
|
1023
1463
|
}
|
|
1024
1464
|
],
|
|
1025
1465
|
"usage": "out"
|
|
@@ -1030,6 +1470,7 @@
|
|
|
1030
1470
|
{
|
|
1031
1471
|
"disabled": false,
|
|
1032
1472
|
"document": "Sender domain.",
|
|
1473
|
+
"example": "example.com",
|
|
1033
1474
|
"member": "string",
|
|
1034
1475
|
"name": "EmailIdentity",
|
|
1035
1476
|
"required": true,
|
|
@@ -1044,29 +1485,35 @@
|
|
|
1044
1485
|
{
|
|
1045
1486
|
"disabled": false,
|
|
1046
1487
|
"document": "Verification type. The value is fixed to `DOMAIN`.",
|
|
1488
|
+
"example": "DOMAIN",
|
|
1047
1489
|
"member": "string",
|
|
1048
1490
|
"name": "IdentityType",
|
|
1491
|
+
"output_required": true,
|
|
1049
1492
|
"type": "string",
|
|
1050
1493
|
"value_allowed_null": false
|
|
1051
1494
|
},
|
|
1052
1495
|
{
|
|
1053
1496
|
"disabled": false,
|
|
1054
1497
|
"document": "Verification passed or not.",
|
|
1498
|
+
"example": "true",
|
|
1055
1499
|
"member": "bool",
|
|
1056
1500
|
"name": "VerifiedForSendingStatus",
|
|
1501
|
+
"output_required": true,
|
|
1057
1502
|
"type": "bool",
|
|
1058
1503
|
"value_allowed_null": false
|
|
1059
1504
|
},
|
|
1060
1505
|
{
|
|
1061
1506
|
"disabled": false,
|
|
1062
1507
|
"document": "DNS configuration details.",
|
|
1508
|
+
"example": "无",
|
|
1063
1509
|
"member": "DNSAttributes",
|
|
1064
1510
|
"name": "Attributes",
|
|
1511
|
+
"output_required": true,
|
|
1065
1512
|
"type": "list",
|
|
1066
1513
|
"value_allowed_null": false
|
|
1067
1514
|
},
|
|
1068
1515
|
{
|
|
1069
|
-
"document": "The unique request ID,
|
|
1516
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
1070
1517
|
"member": "string",
|
|
1071
1518
|
"name": "RequestId",
|
|
1072
1519
|
"type": "string"
|
|
@@ -1080,6 +1527,7 @@
|
|
|
1080
1527
|
{
|
|
1081
1528
|
"disabled": false,
|
|
1082
1529
|
"document": "Template ID.",
|
|
1530
|
+
"example": "10091",
|
|
1083
1531
|
"member": "uint64",
|
|
1084
1532
|
"name": "TemplateID",
|
|
1085
1533
|
"required": true,
|
|
@@ -1122,7 +1570,7 @@
|
|
|
1122
1570
|
"value_allowed_null": false
|
|
1123
1571
|
},
|
|
1124
1572
|
{
|
|
1125
|
-
"document": "The unique request ID,
|
|
1573
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
1126
1574
|
"member": "string",
|
|
1127
1575
|
"name": "RequestId",
|
|
1128
1576
|
"type": "string"
|
|
@@ -1190,12 +1638,12 @@
|
|
|
1190
1638
|
"example": "无",
|
|
1191
1639
|
"member": "SendEmailStatus",
|
|
1192
1640
|
"name": "EmailStatusList",
|
|
1193
|
-
"
|
|
1641
|
+
"output_required": true,
|
|
1194
1642
|
"type": "list",
|
|
1195
1643
|
"value_allowed_null": false
|
|
1196
1644
|
},
|
|
1197
1645
|
{
|
|
1198
|
-
"document": "The unique request ID,
|
|
1646
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
1199
1647
|
"member": "string",
|
|
1200
1648
|
"name": "RequestId",
|
|
1201
1649
|
"type": "string"
|
|
@@ -1209,6 +1657,7 @@
|
|
|
1209
1657
|
{
|
|
1210
1658
|
"disabled": false,
|
|
1211
1659
|
"document": "Start date.",
|
|
1660
|
+
"example": "2020-10-01",
|
|
1212
1661
|
"member": "date",
|
|
1213
1662
|
"name": "StartDate",
|
|
1214
1663
|
"required": true,
|
|
@@ -1217,6 +1666,7 @@
|
|
|
1217
1666
|
{
|
|
1218
1667
|
"disabled": false,
|
|
1219
1668
|
"document": "End date.",
|
|
1669
|
+
"example": "2020-10-03",
|
|
1220
1670
|
"member": "date",
|
|
1221
1671
|
"name": "EndDate",
|
|
1222
1672
|
"required": true,
|
|
@@ -1225,6 +1675,7 @@
|
|
|
1225
1675
|
{
|
|
1226
1676
|
"disabled": false,
|
|
1227
1677
|
"document": "Sender domain.",
|
|
1678
|
+
"example": "qcloud.com",
|
|
1228
1679
|
"member": "string",
|
|
1229
1680
|
"name": "Domain",
|
|
1230
1681
|
"required": false,
|
|
@@ -1233,6 +1684,7 @@
|
|
|
1233
1684
|
{
|
|
1234
1685
|
"disabled": false,
|
|
1235
1686
|
"document": "Recipient address type, for example, gmail.com.",
|
|
1687
|
+
"example": "gmail.com",
|
|
1236
1688
|
"member": "string",
|
|
1237
1689
|
"name": "ReceivingMailboxType",
|
|
1238
1690
|
"required": false,
|
|
@@ -1247,21 +1699,25 @@
|
|
|
1247
1699
|
{
|
|
1248
1700
|
"disabled": false,
|
|
1249
1701
|
"document": "Daily email sending statistics.",
|
|
1702
|
+
"example": "无",
|
|
1250
1703
|
"member": "Volume",
|
|
1251
1704
|
"name": "DailyVolumes",
|
|
1705
|
+
"required": true,
|
|
1252
1706
|
"type": "list",
|
|
1253
1707
|
"value_allowed_null": false
|
|
1254
1708
|
},
|
|
1255
1709
|
{
|
|
1256
1710
|
"disabled": false,
|
|
1257
1711
|
"document": "Overall email sending statistics.",
|
|
1712
|
+
"example": "无",
|
|
1258
1713
|
"member": "Volume",
|
|
1259
1714
|
"name": "OverallVolume",
|
|
1715
|
+
"required": true,
|
|
1260
1716
|
"type": "object",
|
|
1261
1717
|
"value_allowed_null": false
|
|
1262
1718
|
},
|
|
1263
1719
|
{
|
|
1264
|
-
"document": "The unique request ID,
|
|
1720
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
1265
1721
|
"member": "string",
|
|
1266
1722
|
"name": "RequestId",
|
|
1267
1723
|
"type": "string"
|
|
@@ -1331,6 +1787,7 @@
|
|
|
1331
1787
|
{
|
|
1332
1788
|
"disabled": false,
|
|
1333
1789
|
"document": "Start date in the format of `YYYY-MM-DD`",
|
|
1790
|
+
"example": "2023-09-01",
|
|
1334
1791
|
"member": "date",
|
|
1335
1792
|
"name": "StartDate",
|
|
1336
1793
|
"required": true,
|
|
@@ -1339,6 +1796,7 @@
|
|
|
1339
1796
|
{
|
|
1340
1797
|
"disabled": false,
|
|
1341
1798
|
"document": "End date in the format of `YYYY-MM-DD`",
|
|
1799
|
+
"example": "2023-09-02",
|
|
1342
1800
|
"member": "date",
|
|
1343
1801
|
"name": "EndDate",
|
|
1344
1802
|
"required": true,
|
|
@@ -1347,6 +1805,7 @@
|
|
|
1347
1805
|
{
|
|
1348
1806
|
"disabled": false,
|
|
1349
1807
|
"document": "Common parameter. It must be used with `Offset`.",
|
|
1808
|
+
"example": "10",
|
|
1350
1809
|
"member": "uint64",
|
|
1351
1810
|
"name": "Limit",
|
|
1352
1811
|
"required": true,
|
|
@@ -1355,6 +1814,7 @@
|
|
|
1355
1814
|
{
|
|
1356
1815
|
"disabled": false,
|
|
1357
1816
|
"document": "Common parameter. It must be used with `Limit`. Maximum value of `Limit`: `100`.",
|
|
1817
|
+
"example": "0",
|
|
1358
1818
|
"member": "uint64",
|
|
1359
1819
|
"name": "Offset",
|
|
1360
1820
|
"required": true,
|
|
@@ -1363,6 +1823,7 @@
|
|
|
1363
1823
|
{
|
|
1364
1824
|
"disabled": false,
|
|
1365
1825
|
"document": "You can specify an email address to query.",
|
|
1826
|
+
"example": "xx@gmail.com",
|
|
1366
1827
|
"member": "string",
|
|
1367
1828
|
"name": "EmailAddress",
|
|
1368
1829
|
"required": false,
|
|
@@ -1370,7 +1831,8 @@
|
|
|
1370
1831
|
},
|
|
1371
1832
|
{
|
|
1372
1833
|
"disabled": false,
|
|
1373
|
-
"document": "
|
|
1834
|
+
"document": "This parameter has been deprecated.",
|
|
1835
|
+
"example": "已废弃",
|
|
1374
1836
|
"member": "string",
|
|
1375
1837
|
"name": "TaskID",
|
|
1376
1838
|
"required": false,
|
|
@@ -1385,21 +1847,99 @@
|
|
|
1385
1847
|
{
|
|
1386
1848
|
"disabled": false,
|
|
1387
1849
|
"document": "List of blocklisted addresses.",
|
|
1850
|
+
"example": "无",
|
|
1388
1851
|
"member": "BlackEmailAddress",
|
|
1389
1852
|
"name": "BlackList",
|
|
1853
|
+
"output_required": true,
|
|
1390
1854
|
"type": "list",
|
|
1391
1855
|
"value_allowed_null": false
|
|
1392
1856
|
},
|
|
1393
1857
|
{
|
|
1394
1858
|
"disabled": false,
|
|
1395
1859
|
"document": "Total number of blocklisted addresses.",
|
|
1860
|
+
"example": "1",
|
|
1396
1861
|
"member": "uint64",
|
|
1397
1862
|
"name": "TotalCount",
|
|
1863
|
+
"output_required": true,
|
|
1398
1864
|
"type": "int",
|
|
1399
1865
|
"value_allowed_null": false
|
|
1400
1866
|
},
|
|
1401
1867
|
{
|
|
1402
|
-
"document": "The unique request ID,
|
|
1868
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
1869
|
+
"member": "string",
|
|
1870
|
+
"name": "RequestId",
|
|
1871
|
+
"type": "string"
|
|
1872
|
+
}
|
|
1873
|
+
],
|
|
1874
|
+
"type": "object"
|
|
1875
|
+
},
|
|
1876
|
+
"ListCustomBlacklistRequest": {
|
|
1877
|
+
"document": "ListCustomBlacklist request structure.",
|
|
1878
|
+
"members": [
|
|
1879
|
+
{
|
|
1880
|
+
"disabled": false,
|
|
1881
|
+
"document": "Offset, int, starts from 0.",
|
|
1882
|
+
"example": "1",
|
|
1883
|
+
"member": "uint64",
|
|
1884
|
+
"name": "Offset",
|
|
1885
|
+
"required": true,
|
|
1886
|
+
"type": "int"
|
|
1887
|
+
},
|
|
1888
|
+
{
|
|
1889
|
+
"disabled": false,
|
|
1890
|
+
"document": "Number limit, int, no more than 100.",
|
|
1891
|
+
"example": "10",
|
|
1892
|
+
"member": "uint64",
|
|
1893
|
+
"name": "Limit",
|
|
1894
|
+
"required": true,
|
|
1895
|
+
"type": "int"
|
|
1896
|
+
},
|
|
1897
|
+
{
|
|
1898
|
+
"disabled": false,
|
|
1899
|
+
"document": "Filter the state of the blocklist. valid values: 0 (expired), 1 (active), 2 (all).",
|
|
1900
|
+
"example": "2",
|
|
1901
|
+
"member": "uint64",
|
|
1902
|
+
"name": "Status",
|
|
1903
|
+
"required": true,
|
|
1904
|
+
"type": "int"
|
|
1905
|
+
},
|
|
1906
|
+
{
|
|
1907
|
+
"disabled": false,
|
|
1908
|
+
"document": "Email address in blocklist.",
|
|
1909
|
+
"example": "a@mail.com",
|
|
1910
|
+
"member": "string",
|
|
1911
|
+
"name": "Email",
|
|
1912
|
+
"required": false,
|
|
1913
|
+
"type": "string"
|
|
1914
|
+
}
|
|
1915
|
+
],
|
|
1916
|
+
"type": "object"
|
|
1917
|
+
},
|
|
1918
|
+
"ListCustomBlacklistResponse": {
|
|
1919
|
+
"document": "ListCustomBlacklist response structure.",
|
|
1920
|
+
"members": [
|
|
1921
|
+
{
|
|
1922
|
+
"disabled": false,
|
|
1923
|
+
"document": "Total Quantity of Lists",
|
|
1924
|
+
"example": "10",
|
|
1925
|
+
"member": "uint64",
|
|
1926
|
+
"name": "TotalCount",
|
|
1927
|
+
"output_required": false,
|
|
1928
|
+
"type": "int",
|
|
1929
|
+
"value_allowed_null": false
|
|
1930
|
+
},
|
|
1931
|
+
{
|
|
1932
|
+
"disabled": false,
|
|
1933
|
+
"document": "Blocklist description.",
|
|
1934
|
+
"example": "无",
|
|
1935
|
+
"member": "BlackAddressDetail",
|
|
1936
|
+
"name": "Data",
|
|
1937
|
+
"output_required": false,
|
|
1938
|
+
"type": "list",
|
|
1939
|
+
"value_allowed_null": false
|
|
1940
|
+
},
|
|
1941
|
+
{
|
|
1942
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
1403
1943
|
"member": "string",
|
|
1404
1944
|
"name": "RequestId",
|
|
1405
1945
|
"type": "string"
|
|
@@ -1417,14 +1957,16 @@
|
|
|
1417
1957
|
"members": [
|
|
1418
1958
|
{
|
|
1419
1959
|
"disabled": false,
|
|
1420
|
-
"document": "
|
|
1960
|
+
"document": "List of sender addresses description.",
|
|
1961
|
+
"example": "[{\"EmailAddress\":\"one@mail.cloudses.com\",\"EmailSenderName\":\"oneName\",\"CreatedTimestamp\":1685096987,\"SmtpPwdType\":0},{\"EmailAddress\":\"two@mail.cloudses.com\",\"EmailSenderName\":\"twoName\",\"CreatedTimestamp\":1682393466,\"SmtpPwdType\":1}]",
|
|
1421
1962
|
"member": "EmailSender",
|
|
1422
1963
|
"name": "EmailSenders",
|
|
1964
|
+
"output_required": true,
|
|
1423
1965
|
"type": "list",
|
|
1424
|
-
"value_allowed_null":
|
|
1966
|
+
"value_allowed_null": false
|
|
1425
1967
|
},
|
|
1426
1968
|
{
|
|
1427
|
-
"document": "The unique request ID,
|
|
1969
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
1428
1970
|
"member": "string",
|
|
1429
1971
|
"name": "RequestId",
|
|
1430
1972
|
"type": "string"
|
|
@@ -1434,7 +1976,35 @@
|
|
|
1434
1976
|
},
|
|
1435
1977
|
"ListEmailIdentitiesRequest": {
|
|
1436
1978
|
"document": "ListEmailIdentities request structure.",
|
|
1437
|
-
"members": [
|
|
1979
|
+
"members": [
|
|
1980
|
+
{
|
|
1981
|
+
"disabled": false,
|
|
1982
|
+
"document": "tag.",
|
|
1983
|
+
"example": "无",
|
|
1984
|
+
"member": "TagList",
|
|
1985
|
+
"name": "TagList",
|
|
1986
|
+
"required": false,
|
|
1987
|
+
"type": "list"
|
|
1988
|
+
},
|
|
1989
|
+
{
|
|
1990
|
+
"disabled": false,
|
|
1991
|
+
"document": "Pagination limit.",
|
|
1992
|
+
"example": "100",
|
|
1993
|
+
"member": "uint64",
|
|
1994
|
+
"name": "Limit",
|
|
1995
|
+
"required": false,
|
|
1996
|
+
"type": "int"
|
|
1997
|
+
},
|
|
1998
|
+
{
|
|
1999
|
+
"disabled": false,
|
|
2000
|
+
"document": "Paging offset.",
|
|
2001
|
+
"example": "10",
|
|
2002
|
+
"member": "uint64",
|
|
2003
|
+
"name": "Offset",
|
|
2004
|
+
"required": false,
|
|
2005
|
+
"type": "int"
|
|
2006
|
+
}
|
|
2007
|
+
],
|
|
1438
2008
|
"type": "object"
|
|
1439
2009
|
},
|
|
1440
2010
|
"ListEmailIdentitiesResponse": {
|
|
@@ -1446,7 +2016,7 @@
|
|
|
1446
2016
|
"example": "无",
|
|
1447
2017
|
"member": "EmailIdentity",
|
|
1448
2018
|
"name": "EmailIdentities",
|
|
1449
|
-
"
|
|
2019
|
+
"output_required": true,
|
|
1450
2020
|
"type": "list",
|
|
1451
2021
|
"value_allowed_null": false
|
|
1452
2022
|
},
|
|
@@ -1456,7 +2026,7 @@
|
|
|
1456
2026
|
"example": "10",
|
|
1457
2027
|
"member": "uint64",
|
|
1458
2028
|
"name": "MaxReputationLevel",
|
|
1459
|
-
"
|
|
2029
|
+
"output_required": true,
|
|
1460
2030
|
"type": "int",
|
|
1461
2031
|
"value_allowed_null": false
|
|
1462
2032
|
},
|
|
@@ -1466,12 +2036,22 @@
|
|
|
1466
2036
|
"example": "10000",
|
|
1467
2037
|
"member": "uint64",
|
|
1468
2038
|
"name": "MaxDailyQuota",
|
|
1469
|
-
"
|
|
2039
|
+
"output_required": true,
|
|
2040
|
+
"type": "int",
|
|
2041
|
+
"value_allowed_null": false
|
|
2042
|
+
},
|
|
2043
|
+
{
|
|
2044
|
+
"disabled": false,
|
|
2045
|
+
"document": "Total number.",
|
|
2046
|
+
"example": "100",
|
|
2047
|
+
"member": "uint64",
|
|
2048
|
+
"name": "Total",
|
|
2049
|
+
"output_required": false,
|
|
1470
2050
|
"type": "int",
|
|
1471
2051
|
"value_allowed_null": false
|
|
1472
2052
|
},
|
|
1473
2053
|
{
|
|
1474
|
-
"document": "The unique request ID,
|
|
2054
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
1475
2055
|
"member": "string",
|
|
1476
2056
|
"name": "RequestId",
|
|
1477
2057
|
"type": "string"
|
|
@@ -1485,7 +2065,7 @@
|
|
|
1485
2065
|
{
|
|
1486
2066
|
"disabled": false,
|
|
1487
2067
|
"document": "Number of templates to get. This parameter is used for pagination.",
|
|
1488
|
-
"example": "
|
|
2068
|
+
"example": "10",
|
|
1489
2069
|
"member": "uint64",
|
|
1490
2070
|
"name": "Limit",
|
|
1491
2071
|
"required": true,
|
|
@@ -1494,7 +2074,7 @@
|
|
|
1494
2074
|
{
|
|
1495
2075
|
"disabled": false,
|
|
1496
2076
|
"document": "Template offset to get. This parameter is used for pagination.",
|
|
1497
|
-
"example": "
|
|
2077
|
+
"example": "0",
|
|
1498
2078
|
"member": "uint64",
|
|
1499
2079
|
"name": "Offset",
|
|
1500
2080
|
"required": true,
|
|
@@ -1512,7 +2092,7 @@
|
|
|
1512
2092
|
"example": "无",
|
|
1513
2093
|
"member": "TemplatesMetadata",
|
|
1514
2094
|
"name": "TemplatesMetadata",
|
|
1515
|
-
"
|
|
2095
|
+
"output_required": true,
|
|
1516
2096
|
"type": "list",
|
|
1517
2097
|
"value_allowed_null": false
|
|
1518
2098
|
},
|
|
@@ -1522,12 +2102,133 @@
|
|
|
1522
2102
|
"example": "1",
|
|
1523
2103
|
"member": "uint64",
|
|
1524
2104
|
"name": "TotalCount",
|
|
2105
|
+
"output_required": true,
|
|
2106
|
+
"type": "int",
|
|
2107
|
+
"value_allowed_null": false
|
|
2108
|
+
},
|
|
2109
|
+
{
|
|
2110
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
2111
|
+
"member": "string",
|
|
2112
|
+
"name": "RequestId",
|
|
2113
|
+
"type": "string"
|
|
2114
|
+
}
|
|
2115
|
+
],
|
|
2116
|
+
"type": "object"
|
|
2117
|
+
},
|
|
2118
|
+
"ListReceiverDetailsRequest": {
|
|
2119
|
+
"document": "ListReceiverDetails request structure.",
|
|
2120
|
+
"members": [
|
|
2121
|
+
{
|
|
2122
|
+
"disabled": false,
|
|
2123
|
+
"document": "Recipient list ID. specifies the value returned during API creation of a recipient list via the CreateReceiver api.",
|
|
2124
|
+
"example": "1",
|
|
2125
|
+
"member": "uint64",
|
|
2126
|
+
"name": "ReceiverId",
|
|
2127
|
+
"required": true,
|
|
2128
|
+
"type": "int"
|
|
2129
|
+
},
|
|
2130
|
+
{
|
|
2131
|
+
"disabled": false,
|
|
2132
|
+
"document": "Offset, int, starts from 0.",
|
|
2133
|
+
"example": "1",
|
|
2134
|
+
"member": "uint64",
|
|
2135
|
+
"name": "Offset",
|
|
2136
|
+
"required": true,
|
|
2137
|
+
"type": "int"
|
|
2138
|
+
},
|
|
2139
|
+
{
|
|
2140
|
+
"disabled": false,
|
|
2141
|
+
"document": "Number limit, int, no more than 100.",
|
|
2142
|
+
"example": "10",
|
|
2143
|
+
"member": "uint64",
|
|
2144
|
+
"name": "Limit",
|
|
1525
2145
|
"required": true,
|
|
2146
|
+
"type": "int"
|
|
2147
|
+
},
|
|
2148
|
+
{
|
|
2149
|
+
"disabled": false,
|
|
2150
|
+
"document": "Recipient address. length: 0-50. example: xxx@te.com. fuzzy query is supported.",
|
|
2151
|
+
"example": "test@example.com",
|
|
2152
|
+
"member": "string",
|
|
2153
|
+
"name": "Email",
|
|
2154
|
+
"required": false,
|
|
2155
|
+
"type": "string"
|
|
2156
|
+
},
|
|
2157
|
+
{
|
|
2158
|
+
"disabled": false,
|
|
2159
|
+
"document": "Find start time.",
|
|
2160
|
+
"example": "2024-08-13",
|
|
2161
|
+
"member": "string",
|
|
2162
|
+
"name": "CreateTimeBegin",
|
|
2163
|
+
"required": false,
|
|
2164
|
+
"type": "string"
|
|
2165
|
+
},
|
|
2166
|
+
{
|
|
2167
|
+
"disabled": false,
|
|
2168
|
+
"document": "Search end time.",
|
|
2169
|
+
"example": "2024-08-14",
|
|
2170
|
+
"member": "string",
|
|
2171
|
+
"name": "CreateTimeEnd",
|
|
2172
|
+
"required": false,
|
|
2173
|
+
"type": "string"
|
|
2174
|
+
},
|
|
2175
|
+
{
|
|
2176
|
+
"disabled": false,
|
|
2177
|
+
"document": "1: valid; 2: invalid.",
|
|
2178
|
+
"example": "1",
|
|
2179
|
+
"member": "uint64",
|
|
2180
|
+
"name": "Status",
|
|
2181
|
+
"required": false,
|
|
2182
|
+
"type": "int"
|
|
2183
|
+
}
|
|
2184
|
+
],
|
|
2185
|
+
"type": "object"
|
|
2186
|
+
},
|
|
2187
|
+
"ListReceiverDetailsResponse": {
|
|
2188
|
+
"document": "ListReceiverDetails response structure.",
|
|
2189
|
+
"members": [
|
|
2190
|
+
{
|
|
2191
|
+
"disabled": false,
|
|
2192
|
+
"document": "Total number.",
|
|
2193
|
+
"example": "1",
|
|
2194
|
+
"member": "uint64",
|
|
2195
|
+
"name": "TotalCount",
|
|
2196
|
+
"output_required": true,
|
|
2197
|
+
"type": "int",
|
|
2198
|
+
"value_allowed_null": false
|
|
2199
|
+
},
|
|
2200
|
+
{
|
|
2201
|
+
"disabled": false,
|
|
2202
|
+
"document": "Data record.",
|
|
2203
|
+
"example": "无",
|
|
2204
|
+
"member": "ReceiverDetail",
|
|
2205
|
+
"name": "Data",
|
|
2206
|
+
"output_required": true,
|
|
2207
|
+
"type": "list",
|
|
2208
|
+
"value_allowed_null": false
|
|
2209
|
+
},
|
|
2210
|
+
{
|
|
2211
|
+
"disabled": false,
|
|
2212
|
+
"document": "Number of valid email addresses.",
|
|
2213
|
+
"example": "1",
|
|
2214
|
+
"member": "uint64",
|
|
2215
|
+
"name": "ValidCount",
|
|
2216
|
+
"output_required": false,
|
|
2217
|
+
"type": "int",
|
|
2218
|
+
"value_allowed_null": false
|
|
2219
|
+
},
|
|
2220
|
+
{
|
|
2221
|
+
"disabled": false,
|
|
2222
|
+
"document": "Number of invalid email addresses.",
|
|
2223
|
+
"example": "1",
|
|
2224
|
+
"member": "uint64",
|
|
2225
|
+
"name": "InvalidCount",
|
|
2226
|
+
"output_required": false,
|
|
1526
2227
|
"type": "int",
|
|
1527
2228
|
"value_allowed_null": false
|
|
1528
2229
|
},
|
|
1529
2230
|
{
|
|
1530
|
-
"document": "The unique request ID,
|
|
2231
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
1531
2232
|
"member": "string",
|
|
1532
2233
|
"name": "RequestId",
|
|
1533
2234
|
"type": "string"
|
|
@@ -1583,10 +2284,10 @@
|
|
|
1583
2284
|
{
|
|
1584
2285
|
"disabled": false,
|
|
1585
2286
|
"document": "Total number",
|
|
1586
|
-
"example": "
|
|
2287
|
+
"example": "1",
|
|
1587
2288
|
"member": "uint64",
|
|
1588
2289
|
"name": "TotalCount",
|
|
1589
|
-
"
|
|
2290
|
+
"output_required": true,
|
|
1590
2291
|
"type": "int",
|
|
1591
2292
|
"value_allowed_null": false
|
|
1592
2293
|
},
|
|
@@ -1596,12 +2297,12 @@
|
|
|
1596
2297
|
"example": "无",
|
|
1597
2298
|
"member": "ReceiverData",
|
|
1598
2299
|
"name": "Data",
|
|
1599
|
-
"
|
|
2300
|
+
"output_required": true,
|
|
1600
2301
|
"type": "list",
|
|
1601
2302
|
"value_allowed_null": false
|
|
1602
2303
|
},
|
|
1603
2304
|
{
|
|
1604
|
-
"document": "The unique request ID,
|
|
2305
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
1605
2306
|
"member": "string",
|
|
1606
2307
|
"name": "RequestId",
|
|
1607
2308
|
"type": "string"
|
|
@@ -1642,7 +2343,7 @@
|
|
|
1642
2343
|
{
|
|
1643
2344
|
"disabled": false,
|
|
1644
2345
|
"document": "Recipient group ID",
|
|
1645
|
-
"example": "
|
|
2346
|
+
"example": "1",
|
|
1646
2347
|
"member": "uint64",
|
|
1647
2348
|
"name": "ReceiverId",
|
|
1648
2349
|
"required": false,
|
|
@@ -1666,105 +2367,207 @@
|
|
|
1666
2367
|
{
|
|
1667
2368
|
"disabled": false,
|
|
1668
2369
|
"document": "Total number",
|
|
1669
|
-
"example": "
|
|
2370
|
+
"example": "1",
|
|
1670
2371
|
"member": "uint64",
|
|
1671
2372
|
"name": "TotalCount",
|
|
1672
|
-
"
|
|
2373
|
+
"output_required": true,
|
|
2374
|
+
"type": "int",
|
|
2375
|
+
"value_allowed_null": false
|
|
2376
|
+
},
|
|
2377
|
+
{
|
|
2378
|
+
"disabled": false,
|
|
2379
|
+
"document": "Data record",
|
|
2380
|
+
"example": "无",
|
|
2381
|
+
"member": "SendTaskData",
|
|
2382
|
+
"name": "Data",
|
|
2383
|
+
"output_required": true,
|
|
2384
|
+
"type": "list",
|
|
2385
|
+
"value_allowed_null": false
|
|
2386
|
+
},
|
|
2387
|
+
{
|
|
2388
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
2389
|
+
"member": "string",
|
|
2390
|
+
"name": "RequestId",
|
|
2391
|
+
"type": "string"
|
|
2392
|
+
}
|
|
2393
|
+
],
|
|
2394
|
+
"type": "object"
|
|
2395
|
+
},
|
|
2396
|
+
"ReceiverData": {
|
|
2397
|
+
"document": "Recipient group data type",
|
|
2398
|
+
"members": [
|
|
2399
|
+
{
|
|
2400
|
+
"disabled": false,
|
|
2401
|
+
"document": "Recipient group ID",
|
|
2402
|
+
"example": "1",
|
|
2403
|
+
"member": "uint64",
|
|
2404
|
+
"name": "ReceiverId",
|
|
2405
|
+
"output_required": true,
|
|
2406
|
+
"type": "int",
|
|
2407
|
+
"value_allowed_null": false
|
|
2408
|
+
},
|
|
2409
|
+
{
|
|
2410
|
+
"disabled": false,
|
|
2411
|
+
"document": "Recipient group name",
|
|
2412
|
+
"example": "收件人列表",
|
|
2413
|
+
"member": "string",
|
|
2414
|
+
"name": "ReceiversName",
|
|
2415
|
+
"output_required": true,
|
|
2416
|
+
"type": "string",
|
|
2417
|
+
"value_allowed_null": false
|
|
2418
|
+
},
|
|
2419
|
+
{
|
|
2420
|
+
"disabled": false,
|
|
2421
|
+
"document": "Total number of recipient email addresses",
|
|
2422
|
+
"example": "1",
|
|
2423
|
+
"member": "uint64",
|
|
2424
|
+
"name": "Count",
|
|
2425
|
+
"output_required": true,
|
|
2426
|
+
"type": "int",
|
|
2427
|
+
"value_allowed_null": false
|
|
2428
|
+
},
|
|
2429
|
+
{
|
|
2430
|
+
"disabled": false,
|
|
2431
|
+
"document": "Recipient list description.",
|
|
2432
|
+
"example": "收件人列表描述",
|
|
2433
|
+
"member": "string",
|
|
2434
|
+
"name": "Desc",
|
|
2435
|
+
"output_required": true,
|
|
2436
|
+
"type": "string",
|
|
2437
|
+
"value_allowed_null": false
|
|
2438
|
+
},
|
|
2439
|
+
{
|
|
2440
|
+
"disabled": false,
|
|
2441
|
+
"document": "List status (1 to be uploaded 2 uploading 3 upload complete).",
|
|
2442
|
+
"example": "1",
|
|
2443
|
+
"member": "uint64",
|
|
2444
|
+
"name": "ReceiversStatus",
|
|
2445
|
+
"output_required": true,
|
|
1673
2446
|
"type": "int",
|
|
1674
2447
|
"value_allowed_null": false
|
|
1675
2448
|
},
|
|
1676
2449
|
{
|
|
1677
2450
|
"disabled": false,
|
|
1678
|
-
"document": "
|
|
1679
|
-
"example": "
|
|
1680
|
-
"member": "
|
|
1681
|
-
"name": "
|
|
1682
|
-
"
|
|
1683
|
-
"type": "
|
|
2451
|
+
"document": "Creation time, such as 2021-09-28 16:40:35",
|
|
2452
|
+
"example": "2021-09-28 16:40:35",
|
|
2453
|
+
"member": "string",
|
|
2454
|
+
"name": "CreateTime",
|
|
2455
|
+
"output_required": true,
|
|
2456
|
+
"type": "string",
|
|
1684
2457
|
"value_allowed_null": false
|
|
1685
2458
|
},
|
|
1686
2459
|
{
|
|
1687
|
-
"
|
|
1688
|
-
"
|
|
1689
|
-
"
|
|
1690
|
-
"
|
|
2460
|
+
"disabled": false,
|
|
2461
|
+
"document": "Invalid number of recipients.",
|
|
2462
|
+
"example": "1",
|
|
2463
|
+
"member": "uint64",
|
|
2464
|
+
"name": "InvalidCount",
|
|
2465
|
+
"output_required": false,
|
|
2466
|
+
"type": "int",
|
|
2467
|
+
"value_allowed_null": false
|
|
1691
2468
|
}
|
|
1692
2469
|
],
|
|
1693
|
-
"
|
|
2470
|
+
"usage": "out"
|
|
1694
2471
|
},
|
|
1695
|
-
"
|
|
1696
|
-
"document": "Recipient
|
|
2472
|
+
"ReceiverDetail": {
|
|
2473
|
+
"document": "Recipient list details.",
|
|
1697
2474
|
"members": [
|
|
1698
2475
|
{
|
|
1699
2476
|
"disabled": false,
|
|
1700
|
-
"document": "Recipient
|
|
1701
|
-
"example": "123",
|
|
1702
|
-
"member": "
|
|
1703
|
-
"name": "
|
|
1704
|
-
"
|
|
1705
|
-
"type": "
|
|
2477
|
+
"document": "Recipient's address.",
|
|
2478
|
+
"example": "123@abc.com",
|
|
2479
|
+
"member": "string",
|
|
2480
|
+
"name": "Email",
|
|
2481
|
+
"output_required": true,
|
|
2482
|
+
"type": "string",
|
|
1706
2483
|
"value_allowed_null": false
|
|
1707
2484
|
},
|
|
1708
2485
|
{
|
|
1709
2486
|
"disabled": false,
|
|
1710
|
-
"document": "
|
|
1711
|
-
"example": "
|
|
2487
|
+
"document": "Creation time.\n\n",
|
|
2488
|
+
"example": "2021-09-09 12:13:14",
|
|
1712
2489
|
"member": "string",
|
|
1713
|
-
"name": "
|
|
1714
|
-
"
|
|
2490
|
+
"name": "CreateTime",
|
|
2491
|
+
"output_required": true,
|
|
1715
2492
|
"type": "string",
|
|
1716
2493
|
"value_allowed_null": false
|
|
1717
2494
|
},
|
|
1718
2495
|
{
|
|
1719
2496
|
"disabled": false,
|
|
1720
|
-
"document": "
|
|
1721
|
-
"example": "
|
|
1722
|
-
"member": "
|
|
1723
|
-
"name": "
|
|
1724
|
-
"
|
|
1725
|
-
"type": "
|
|
2497
|
+
"document": "Template parameter.",
|
|
2498
|
+
"example": "{\"name\":\"xxx\",\"age\":\"xx\"}",
|
|
2499
|
+
"member": "string",
|
|
2500
|
+
"name": "TemplateData",
|
|
2501
|
+
"output_required": true,
|
|
2502
|
+
"type": "string",
|
|
1726
2503
|
"value_allowed_null": false
|
|
1727
2504
|
},
|
|
1728
2505
|
{
|
|
1729
2506
|
"disabled": false,
|
|
1730
|
-
"document": "
|
|
1731
|
-
"example": "
|
|
2507
|
+
"document": "Invalid reason.",
|
|
2508
|
+
"example": "无效原因",
|
|
1732
2509
|
"member": "string",
|
|
1733
|
-
"name": "
|
|
1734
|
-
"
|
|
2510
|
+
"name": "Reason",
|
|
2511
|
+
"output_required": false,
|
|
1735
2512
|
"type": "string",
|
|
1736
|
-
"value_allowed_null":
|
|
2513
|
+
"value_allowed_null": false
|
|
1737
2514
|
},
|
|
1738
2515
|
{
|
|
1739
2516
|
"disabled": false,
|
|
1740
|
-
"document": "
|
|
2517
|
+
"document": "1: valid; 2: invalid.",
|
|
1741
2518
|
"example": "1",
|
|
1742
2519
|
"member": "uint64",
|
|
1743
|
-
"name": "
|
|
1744
|
-
"
|
|
2520
|
+
"name": "Status",
|
|
2521
|
+
"output_required": false,
|
|
1745
2522
|
"type": "int",
|
|
1746
|
-
"value_allowed_null":
|
|
2523
|
+
"value_allowed_null": false
|
|
1747
2524
|
},
|
|
1748
2525
|
{
|
|
1749
2526
|
"disabled": false,
|
|
1750
|
-
"document": "
|
|
1751
|
-
"example": "
|
|
2527
|
+
"document": "Recipient address id.",
|
|
2528
|
+
"example": "1",
|
|
2529
|
+
"member": "uint64",
|
|
2530
|
+
"name": "EmailId",
|
|
2531
|
+
"output_required": false,
|
|
2532
|
+
"type": "int",
|
|
2533
|
+
"value_allowed_null": false
|
|
2534
|
+
}
|
|
2535
|
+
],
|
|
2536
|
+
"usage": "out"
|
|
2537
|
+
},
|
|
2538
|
+
"ReceiverInputData": {
|
|
2539
|
+
"document": "Recipient details input parameter, including recipient email and template parameter.",
|
|
2540
|
+
"members": [
|
|
2541
|
+
{
|
|
2542
|
+
"disabled": false,
|
|
2543
|
+
"document": "Recipient email.",
|
|
2544
|
+
"example": "abc@ef.com",
|
|
1752
2545
|
"member": "string",
|
|
1753
|
-
"name": "
|
|
2546
|
+
"name": "Email",
|
|
2547
|
+
"required": true,
|
|
2548
|
+
"type": "string",
|
|
2549
|
+
"value_allowed_null": false
|
|
2550
|
+
},
|
|
2551
|
+
{
|
|
2552
|
+
"disabled": false,
|
|
2553
|
+
"document": "For variable parameters in template, please use json.dump to format the json object into string type. the object is a set of Key-value pairs. each Key represents a variable in template. variable usage in template is represented by {{Key}}. the appropriate value will be replaced with {{value}} when sent.\nNote: the parameter value cannot be data of complex type such as html. the entire JSON structure of TemplateData has a length limit of 800 bytes.",
|
|
2554
|
+
"example": "{\"name\":\"xxx\",\"age\":\"xx\"}",
|
|
2555
|
+
"member": "string",
|
|
2556
|
+
"name": "TemplateData",
|
|
1754
2557
|
"required": true,
|
|
1755
2558
|
"type": "string",
|
|
1756
2559
|
"value_allowed_null": false
|
|
1757
2560
|
}
|
|
1758
2561
|
],
|
|
1759
|
-
"usage": "
|
|
2562
|
+
"usage": "in"
|
|
1760
2563
|
},
|
|
1761
2564
|
"SendEmailRequest": {
|
|
1762
2565
|
"document": "SendEmail request structure.",
|
|
1763
2566
|
"members": [
|
|
1764
2567
|
{
|
|
1765
2568
|
"disabled": false,
|
|
1766
|
-
"document": "Sender address.
|
|
1767
|
-
"example": "
|
|
2569
|
+
"document": "Sender'S email address. when not using an alias, enter the sender's email address directly, for example: noreply@mail.qcloud.com. to enter a sender alias, follow this format (note that a space must separate the alias and email address): alias+space+<email address>. the alias cannot contain a colon (:).",
|
|
2570
|
+
"example": "QCLOUDTEAM <noreply@mail.qcloud.com>",
|
|
1768
2571
|
"member": "string",
|
|
1769
2572
|
"name": "FromEmailAddress",
|
|
1770
2573
|
"required": true,
|
|
@@ -1772,8 +2575,8 @@
|
|
|
1772
2575
|
},
|
|
1773
2576
|
{
|
|
1774
2577
|
"disabled": false,
|
|
1775
|
-
"document": "Recipient email
|
|
1776
|
-
"example": "
|
|
2578
|
+
"document": "Recipient email address, supports up to 50 recipients in mass sending. note: the email content displays all recipient addresses. for non-mass sending, call the API multiple times to send.",
|
|
2579
|
+
"example": "[\"destination@mail.qcloud.com\"]",
|
|
1777
2580
|
"member": "string",
|
|
1778
2581
|
"name": "Destination",
|
|
1779
2582
|
"required": true,
|
|
@@ -1790,7 +2593,7 @@
|
|
|
1790
2593
|
},
|
|
1791
2594
|
{
|
|
1792
2595
|
"disabled": false,
|
|
1793
|
-
"document": "
|
|
2596
|
+
"document": "The \"reply\" email address of the mail. can be filled with an email address where you can receive mail, which can be a personal mailbox. if left empty, the recipient's reply mail will fail to send.",
|
|
1794
2597
|
"example": "noreply@mail.qcloud.com",
|
|
1795
2598
|
"member": "string",
|
|
1796
2599
|
"name": "ReplyToAddresses",
|
|
@@ -1799,8 +2602,8 @@
|
|
|
1799
2602
|
},
|
|
1800
2603
|
{
|
|
1801
2604
|
"disabled": false,
|
|
1802
|
-
"document": "",
|
|
1803
|
-
"example": "
|
|
2605
|
+
"document": "Cc recipient email address, supports up to 20 carbon copies.",
|
|
2606
|
+
"example": "[\"cc@mail.qcloud.com\"]",
|
|
1804
2607
|
"member": "string",
|
|
1805
2608
|
"name": "Cc",
|
|
1806
2609
|
"required": false,
|
|
@@ -1808,8 +2611,8 @@
|
|
|
1808
2611
|
},
|
|
1809
2612
|
{
|
|
1810
2613
|
"disabled": false,
|
|
1811
|
-
"document": "",
|
|
1812
|
-
"example": "
|
|
2614
|
+
"document": "Bcc email address, supports up to 20 carbon copies. Bcc and Destination must be unique.",
|
|
2615
|
+
"example": "[\"bcc@mail.qcloud.com\"]",
|
|
1813
2616
|
"member": "string",
|
|
1814
2617
|
"name": "Bcc",
|
|
1815
2618
|
"required": false,
|
|
@@ -1817,7 +2620,7 @@
|
|
|
1817
2620
|
},
|
|
1818
2621
|
{
|
|
1819
2622
|
"disabled": false,
|
|
1820
|
-
"document": "
|
|
2623
|
+
"document": "Use template for sending and fill in related parameters.\n<dx-alert infotype=\"notice\" title=\"note\">this field must be specified if you have not applied for special configuration.</dx-alert>.",
|
|
1821
2624
|
"example": "无",
|
|
1822
2625
|
"member": "Template",
|
|
1823
2626
|
"name": "Template",
|
|
@@ -1826,7 +2629,7 @@
|
|
|
1826
2629
|
},
|
|
1827
2630
|
{
|
|
1828
2631
|
"disabled": false,
|
|
1829
|
-
"document": "
|
|
2632
|
+
"document": "This parameter has been deprecated.\n<dx-alert infotype=\"notice\" title=\"description\"> only customers who have applied for special configuration in the past need to use this. if you have not applied for special configuration, this field does not exist.</dx-alert>.",
|
|
1830
2633
|
"example": "无",
|
|
1831
2634
|
"member": "Simple",
|
|
1832
2635
|
"name": "Simple",
|
|
@@ -1835,7 +2638,7 @@
|
|
|
1835
2638
|
},
|
|
1836
2639
|
{
|
|
1837
2640
|
"disabled": false,
|
|
1838
|
-
"document": "
|
|
2641
|
+
"document": "When sending an attachment, fill in the related parameters. the tencent cloud API request supports a maximum of 8M request packet. the attachment content transits Base64 and is expected to expand by 1.5 times. you should control the total size of all attachments within 4M. the API will return an error if the overall request exceeds 8M.",
|
|
1839
2642
|
"example": "无",
|
|
1840
2643
|
"member": "Attachment",
|
|
1841
2644
|
"name": "Attachments",
|
|
@@ -1844,7 +2647,7 @@
|
|
|
1844
2647
|
},
|
|
1845
2648
|
{
|
|
1846
2649
|
"disabled": false,
|
|
1847
|
-
"document": "
|
|
2650
|
+
"document": "Unsubscription link options 0: do not add unsubscription link 1: english 2: simplified chinese 3: traditional chinese 4: spanish 5: french 6: german 7: japanese 8: korean 9: arabic 10: thai.",
|
|
1848
2651
|
"example": "1",
|
|
1849
2652
|
"member": "string",
|
|
1850
2653
|
"name": "Unsubscribe",
|
|
@@ -1853,12 +2656,39 @@
|
|
|
1853
2656
|
},
|
|
1854
2657
|
{
|
|
1855
2658
|
"disabled": false,
|
|
1856
|
-
"document": "
|
|
2659
|
+
"document": "Mail trigger type. 0: non-trigger class, default type, select this type for marketing emails and non-instant emails. 1: trigger class, instant delivery emails such as captcha-intl. if the mail exceeds a certain size, the system will automatically select the non-trigger class channel.",
|
|
1857
2660
|
"example": "1",
|
|
1858
2661
|
"member": "uint64",
|
|
1859
2662
|
"name": "TriggerType",
|
|
1860
2663
|
"required": false,
|
|
1861
2664
|
"type": "int"
|
|
2665
|
+
},
|
|
2666
|
+
{
|
|
2667
|
+
"disabled": false,
|
|
2668
|
+
"document": "Message-Id field in the smtp header.",
|
|
2669
|
+
"example": "<2SNZPF1T2NU4.5OB8TNNRVRYM3@qcloudmail.com>",
|
|
2670
|
+
"member": "string",
|
|
2671
|
+
"name": "SmtpMessageId",
|
|
2672
|
+
"required": false,
|
|
2673
|
+
"type": "string"
|
|
2674
|
+
},
|
|
2675
|
+
{
|
|
2676
|
+
"disabled": false,
|
|
2677
|
+
"document": "Other fields that can be set in the smtp header.",
|
|
2678
|
+
"example": "{\"header1\": \"value1\", \"header2\": \"value2\"}",
|
|
2679
|
+
"member": "string",
|
|
2680
|
+
"name": "SmtpHeaders",
|
|
2681
|
+
"required": false,
|
|
2682
|
+
"type": "string"
|
|
2683
|
+
},
|
|
2684
|
+
{
|
|
2685
|
+
"disabled": false,
|
|
2686
|
+
"document": "from field in the smtp header. the domain name should be consistent with FromEmailAddress.",
|
|
2687
|
+
"example": "noreply@mail.qcloud.com",
|
|
2688
|
+
"member": "string",
|
|
2689
|
+
"name": "HeaderFrom",
|
|
2690
|
+
"required": false,
|
|
2691
|
+
"type": "string"
|
|
1862
2692
|
}
|
|
1863
2693
|
],
|
|
1864
2694
|
"type": "object"
|
|
@@ -1868,15 +2698,16 @@
|
|
|
1868
2698
|
"members": [
|
|
1869
2699
|
{
|
|
1870
2700
|
"disabled": false,
|
|
1871
|
-
"document": "
|
|
2701
|
+
"document": "Uniquely generated message identifier for receive message.",
|
|
1872
2702
|
"example": "qcloud-ses-messageid",
|
|
1873
2703
|
"member": "string",
|
|
1874
2704
|
"name": "MessageId",
|
|
2705
|
+
"output_required": true,
|
|
1875
2706
|
"type": "string",
|
|
1876
2707
|
"value_allowed_null": false
|
|
1877
2708
|
},
|
|
1878
2709
|
{
|
|
1879
|
-
"document": "The unique request ID,
|
|
2710
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
1880
2711
|
"member": "string",
|
|
1881
2712
|
"name": "RequestId",
|
|
1882
2713
|
"type": "string"
|
|
@@ -1893,27 +2724,27 @@
|
|
|
1893
2724
|
"example": "qcloudses-30-4123414323-date-20210101094334-syNARhMTbKI1",
|
|
1894
2725
|
"member": "string",
|
|
1895
2726
|
"name": "MessageId",
|
|
1896
|
-
"
|
|
2727
|
+
"output_required": true,
|
|
1897
2728
|
"type": "string",
|
|
1898
2729
|
"value_allowed_null": false
|
|
1899
2730
|
},
|
|
1900
2731
|
{
|
|
1901
2732
|
"disabled": false,
|
|
1902
2733
|
"document": "Recipient email address",
|
|
1903
|
-
"example": "
|
|
2734
|
+
"example": "address@example.com",
|
|
1904
2735
|
"member": "string",
|
|
1905
2736
|
"name": "ToEmailAddress",
|
|
1906
|
-
"
|
|
2737
|
+
"output_required": true,
|
|
1907
2738
|
"type": "string",
|
|
1908
2739
|
"value_allowed_null": false
|
|
1909
2740
|
},
|
|
1910
2741
|
{
|
|
1911
2742
|
"disabled": false,
|
|
1912
2743
|
"document": "Sender email address",
|
|
1913
|
-
"example": "
|
|
2744
|
+
"example": "address@example.com",
|
|
1914
2745
|
"member": "string",
|
|
1915
2746
|
"name": "FromEmailAddress",
|
|
1916
|
-
"
|
|
2747
|
+
"output_required": true,
|
|
1917
2748
|
"type": "string",
|
|
1918
2749
|
"value_allowed_null": false
|
|
1919
2750
|
},
|
|
@@ -1923,7 +2754,7 @@
|
|
|
1923
2754
|
"example": "0",
|
|
1924
2755
|
"member": "int64",
|
|
1925
2756
|
"name": "SendStatus",
|
|
1926
|
-
"
|
|
2757
|
+
"output_required": true,
|
|
1927
2758
|
"type": "int",
|
|
1928
2759
|
"value_allowed_null": false
|
|
1929
2760
|
},
|
|
@@ -1933,17 +2764,17 @@
|
|
|
1933
2764
|
"example": "0",
|
|
1934
2765
|
"member": "int64",
|
|
1935
2766
|
"name": "DeliverStatus",
|
|
1936
|
-
"
|
|
2767
|
+
"output_required": true,
|
|
1937
2768
|
"type": "int",
|
|
1938
2769
|
"value_allowed_null": false
|
|
1939
2770
|
},
|
|
1940
2771
|
{
|
|
1941
2772
|
"disabled": false,
|
|
1942
2773
|
"document": "Description of the recipient processing status",
|
|
1943
|
-
"example": "
|
|
2774
|
+
"example": "550 Mailbox unavailable or access denied ",
|
|
1944
2775
|
"member": "string",
|
|
1945
2776
|
"name": "DeliverMessage",
|
|
1946
|
-
"
|
|
2777
|
+
"output_required": true,
|
|
1947
2778
|
"type": "string",
|
|
1948
2779
|
"value_allowed_null": false
|
|
1949
2780
|
},
|
|
@@ -1953,7 +2784,7 @@
|
|
|
1953
2784
|
"example": "1609831698",
|
|
1954
2785
|
"member": "int64",
|
|
1955
2786
|
"name": "RequestTime",
|
|
1956
|
-
"
|
|
2787
|
+
"output_required": true,
|
|
1957
2788
|
"type": "int",
|
|
1958
2789
|
"value_allowed_null": false
|
|
1959
2790
|
},
|
|
@@ -1963,7 +2794,7 @@
|
|
|
1963
2794
|
"example": "1609831698",
|
|
1964
2795
|
"member": "int64",
|
|
1965
2796
|
"name": "DeliverTime",
|
|
1966
|
-
"
|
|
2797
|
+
"output_required": true,
|
|
1967
2798
|
"type": "int",
|
|
1968
2799
|
"value_allowed_null": false
|
|
1969
2800
|
},
|
|
@@ -1973,7 +2804,7 @@
|
|
|
1973
2804
|
"example": "true",
|
|
1974
2805
|
"member": "bool",
|
|
1975
2806
|
"name": "UserOpened",
|
|
1976
|
-
"
|
|
2807
|
+
"output_required": true,
|
|
1977
2808
|
"type": "bool",
|
|
1978
2809
|
"value_allowed_null": false
|
|
1979
2810
|
},
|
|
@@ -1983,7 +2814,7 @@
|
|
|
1983
2814
|
"example": "true",
|
|
1984
2815
|
"member": "bool",
|
|
1985
2816
|
"name": "UserClicked",
|
|
1986
|
-
"
|
|
2817
|
+
"output_required": true,
|
|
1987
2818
|
"type": "bool",
|
|
1988
2819
|
"value_allowed_null": false
|
|
1989
2820
|
},
|
|
@@ -1993,17 +2824,27 @@
|
|
|
1993
2824
|
"example": "true",
|
|
1994
2825
|
"member": "bool",
|
|
1995
2826
|
"name": "UserUnsubscribed",
|
|
1996
|
-
"
|
|
2827
|
+
"output_required": true,
|
|
1997
2828
|
"type": "bool",
|
|
1998
2829
|
"value_allowed_null": false
|
|
1999
2830
|
},
|
|
2000
2831
|
{
|
|
2001
|
-
"disabled":
|
|
2832
|
+
"disabled": true,
|
|
2002
2833
|
"document": "Whether the recipient has reported the sender",
|
|
2003
2834
|
"example": "true",
|
|
2004
2835
|
"member": "bool",
|
|
2005
2836
|
"name": "UserComplainted",
|
|
2006
|
-
"
|
|
2837
|
+
"output_required": true,
|
|
2838
|
+
"type": "bool",
|
|
2839
|
+
"value_allowed_null": false
|
|
2840
|
+
},
|
|
2841
|
+
{
|
|
2842
|
+
"disabled": false,
|
|
2843
|
+
"document": "Whether the user reports the sender.",
|
|
2844
|
+
"example": "true",
|
|
2845
|
+
"member": "bool",
|
|
2846
|
+
"name": "UserComplained",
|
|
2847
|
+
"output_required": false,
|
|
2007
2848
|
"type": "bool",
|
|
2008
2849
|
"value_allowed_null": false
|
|
2009
2850
|
}
|
|
@@ -2019,27 +2860,27 @@
|
|
|
2019
2860
|
"example": "1",
|
|
2020
2861
|
"member": "uint64",
|
|
2021
2862
|
"name": "TaskId",
|
|
2022
|
-
"
|
|
2863
|
+
"output_required": true,
|
|
2023
2864
|
"type": "int",
|
|
2024
2865
|
"value_allowed_null": false
|
|
2025
2866
|
},
|
|
2026
2867
|
{
|
|
2027
2868
|
"disabled": false,
|
|
2028
2869
|
"document": "Sender address",
|
|
2029
|
-
"example": "
|
|
2870
|
+
"example": "address@example.com",
|
|
2030
2871
|
"member": "string",
|
|
2031
2872
|
"name": "FromEmailAddress",
|
|
2032
|
-
"
|
|
2873
|
+
"output_required": true,
|
|
2033
2874
|
"type": "string",
|
|
2034
2875
|
"value_allowed_null": false
|
|
2035
2876
|
},
|
|
2036
2877
|
{
|
|
2037
2878
|
"disabled": false,
|
|
2038
2879
|
"document": "Recipient group ID",
|
|
2039
|
-
"example": "
|
|
2880
|
+
"example": "1",
|
|
2040
2881
|
"member": "uint64",
|
|
2041
2882
|
"name": "ReceiverId",
|
|
2042
|
-
"
|
|
2883
|
+
"output_required": true,
|
|
2043
2884
|
"type": "int",
|
|
2044
2885
|
"value_allowed_null": false
|
|
2045
2886
|
},
|
|
@@ -2049,7 +2890,7 @@
|
|
|
2049
2890
|
"example": "1",
|
|
2050
2891
|
"member": "uint64",
|
|
2051
2892
|
"name": "TaskStatus",
|
|
2052
|
-
"
|
|
2893
|
+
"output_required": true,
|
|
2053
2894
|
"type": "int",
|
|
2054
2895
|
"value_allowed_null": false
|
|
2055
2896
|
},
|
|
@@ -2059,7 +2900,7 @@
|
|
|
2059
2900
|
"example": "1",
|
|
2060
2901
|
"member": "uint64",
|
|
2061
2902
|
"name": "TaskType",
|
|
2062
|
-
"
|
|
2903
|
+
"output_required": true,
|
|
2063
2904
|
"type": "int",
|
|
2064
2905
|
"value_allowed_null": false
|
|
2065
2906
|
},
|
|
@@ -2069,7 +2910,7 @@
|
|
|
2069
2910
|
"example": "1",
|
|
2070
2911
|
"member": "uint64",
|
|
2071
2912
|
"name": "RequestCount",
|
|
2072
|
-
"
|
|
2913
|
+
"output_required": true,
|
|
2073
2914
|
"type": "int",
|
|
2074
2915
|
"value_allowed_null": false
|
|
2075
2916
|
},
|
|
@@ -2079,7 +2920,7 @@
|
|
|
2079
2920
|
"example": "1",
|
|
2080
2921
|
"member": "uint64",
|
|
2081
2922
|
"name": "SendCount",
|
|
2082
|
-
"
|
|
2923
|
+
"output_required": true,
|
|
2083
2924
|
"type": "int",
|
|
2084
2925
|
"value_allowed_null": false
|
|
2085
2926
|
},
|
|
@@ -2089,7 +2930,7 @@
|
|
|
2089
2930
|
"example": "1",
|
|
2090
2931
|
"member": "uint64",
|
|
2091
2932
|
"name": "CacheCount",
|
|
2092
|
-
"
|
|
2933
|
+
"output_required": true,
|
|
2093
2934
|
"type": "int",
|
|
2094
2935
|
"value_allowed_null": false
|
|
2095
2936
|
},
|
|
@@ -2099,7 +2940,7 @@
|
|
|
2099
2940
|
"example": "2021-09-09 12:12:13",
|
|
2100
2941
|
"member": "string",
|
|
2101
2942
|
"name": "CreateTime",
|
|
2102
|
-
"
|
|
2943
|
+
"output_required": true,
|
|
2103
2944
|
"type": "string",
|
|
2104
2945
|
"value_allowed_null": false
|
|
2105
2946
|
},
|
|
@@ -2109,7 +2950,7 @@
|
|
|
2109
2950
|
"example": "2021-09-09 12:12:13",
|
|
2110
2951
|
"member": "string",
|
|
2111
2952
|
"name": "UpdateTime",
|
|
2112
|
-
"
|
|
2953
|
+
"output_required": true,
|
|
2113
2954
|
"type": "string",
|
|
2114
2955
|
"value_allowed_null": false
|
|
2115
2956
|
},
|
|
@@ -2119,19 +2960,19 @@
|
|
|
2119
2960
|
"example": "邮件主题",
|
|
2120
2961
|
"member": "string",
|
|
2121
2962
|
"name": "Subject",
|
|
2122
|
-
"
|
|
2963
|
+
"output_required": true,
|
|
2123
2964
|
"type": "string",
|
|
2124
2965
|
"value_allowed_null": false
|
|
2125
2966
|
},
|
|
2126
2967
|
{
|
|
2127
2968
|
"disabled": false,
|
|
2128
|
-
"document": "Template and template data
|
|
2969
|
+
"document": "Template and template data.",
|
|
2129
2970
|
"example": "无",
|
|
2130
2971
|
"member": "Template",
|
|
2131
2972
|
"name": "Template",
|
|
2132
|
-
"
|
|
2973
|
+
"output_required": true,
|
|
2133
2974
|
"type": "object",
|
|
2134
|
-
"value_allowed_null":
|
|
2975
|
+
"value_allowed_null": false
|
|
2135
2976
|
},
|
|
2136
2977
|
{
|
|
2137
2978
|
"disabled": false,
|
|
@@ -2139,7 +2980,7 @@
|
|
|
2139
2980
|
"example": "无",
|
|
2140
2981
|
"member": "CycleEmailParam",
|
|
2141
2982
|
"name": "CycleParam",
|
|
2142
|
-
"
|
|
2983
|
+
"output_required": true,
|
|
2143
2984
|
"type": "object",
|
|
2144
2985
|
"value_allowed_null": true
|
|
2145
2986
|
},
|
|
@@ -2149,19 +2990,19 @@
|
|
|
2149
2990
|
"example": "无",
|
|
2150
2991
|
"member": "TimedEmailParam",
|
|
2151
2992
|
"name": "TimedParam",
|
|
2152
|
-
"
|
|
2993
|
+
"output_required": true,
|
|
2153
2994
|
"type": "object",
|
|
2154
2995
|
"value_allowed_null": true
|
|
2155
2996
|
},
|
|
2156
2997
|
{
|
|
2157
2998
|
"disabled": false,
|
|
2158
|
-
"document": "Task exception information
|
|
2999
|
+
"document": "Task exception information.",
|
|
2159
3000
|
"example": "余额不足",
|
|
2160
3001
|
"member": "string",
|
|
2161
3002
|
"name": "ErrMsg",
|
|
2162
|
-
"
|
|
3003
|
+
"output_required": true,
|
|
2163
3004
|
"type": "string",
|
|
2164
|
-
"value_allowed_null":
|
|
3005
|
+
"value_allowed_null": false
|
|
2165
3006
|
},
|
|
2166
3007
|
{
|
|
2167
3008
|
"disabled": false,
|
|
@@ -2169,7 +3010,7 @@
|
|
|
2169
3010
|
"example": "收件人列表名称",
|
|
2170
3011
|
"member": "string",
|
|
2171
3012
|
"name": "ReceiversName",
|
|
2172
|
-
"
|
|
3013
|
+
"output_required": true,
|
|
2173
3014
|
"type": "string",
|
|
2174
3015
|
"value_allowed_null": false
|
|
2175
3016
|
}
|
|
@@ -2182,23 +3023,51 @@
|
|
|
2182
3023
|
{
|
|
2183
3024
|
"disabled": false,
|
|
2184
3025
|
"document": "HTML code after base64 encoding. To ensure correct display, this parameter should include all code information and cannot contain external CSS.",
|
|
3026
|
+
"example": "PGh0bWw+PGhlYWQ+PHRpdGxlPkV4YW1wbGUgSFRNTDwvdGl0bGU+PC9oZWFkPjxib2R5PjxwPkhlbGxvLCB3b3JsZDwvcD48L2JvZHk+PC9odG1sPg==",
|
|
2185
3027
|
"member": "string",
|
|
2186
3028
|
"name": "Html",
|
|
2187
3029
|
"required": false,
|
|
2188
|
-
"type": "string"
|
|
2189
|
-
"value_allowed_null": false
|
|
3030
|
+
"type": "string"
|
|
2190
3031
|
},
|
|
2191
3032
|
{
|
|
2192
3033
|
"disabled": false,
|
|
2193
3034
|
"document": "Plain text content after base64 encoding. If HTML is not involved, the plain text will be displayed in the email. Otherwise, this parameter represents the plain text style of the email.",
|
|
3035
|
+
"example": "SGVsbG8sIHdvcmxkIQ==",
|
|
2194
3036
|
"member": "string",
|
|
2195
3037
|
"name": "Text",
|
|
2196
3038
|
"required": false,
|
|
3039
|
+
"type": "string"
|
|
3040
|
+
}
|
|
3041
|
+
],
|
|
3042
|
+
"usage": "in"
|
|
3043
|
+
},
|
|
3044
|
+
"TagList": {
|
|
3045
|
+
"document": "Tag.",
|
|
3046
|
+
"members": [
|
|
3047
|
+
{
|
|
3048
|
+
"disabled": false,
|
|
3049
|
+
"document": "Product.",
|
|
3050
|
+
"example": "tagkey",
|
|
3051
|
+
"member": "string",
|
|
3052
|
+
"name": "TagKey",
|
|
3053
|
+
"output_required": true,
|
|
3054
|
+
"required": true,
|
|
3055
|
+
"type": "string",
|
|
3056
|
+
"value_allowed_null": false
|
|
3057
|
+
},
|
|
3058
|
+
{
|
|
3059
|
+
"disabled": false,
|
|
3060
|
+
"document": "ses",
|
|
3061
|
+
"example": "tagvalue",
|
|
3062
|
+
"member": "string",
|
|
3063
|
+
"name": "TagValue",
|
|
3064
|
+
"output_required": true,
|
|
3065
|
+
"required": true,
|
|
2197
3066
|
"type": "string",
|
|
2198
3067
|
"value_allowed_null": false
|
|
2199
3068
|
}
|
|
2200
3069
|
],
|
|
2201
|
-
"usage": "
|
|
3070
|
+
"usage": "both"
|
|
2202
3071
|
},
|
|
2203
3072
|
"Template": {
|
|
2204
3073
|
"document": "Template information, including template ID, template variable parameters, etc.",
|
|
@@ -2206,9 +3075,10 @@
|
|
|
2206
3075
|
{
|
|
2207
3076
|
"disabled": false,
|
|
2208
3077
|
"document": "Template ID. If you don’t have any template, please create one.",
|
|
2209
|
-
"example": "
|
|
3078
|
+
"example": "1",
|
|
2210
3079
|
"member": "uint64",
|
|
2211
3080
|
"name": "TemplateID",
|
|
3081
|
+
"output_required": false,
|
|
2212
3082
|
"required": true,
|
|
2213
3083
|
"type": "int",
|
|
2214
3084
|
"value_allowed_null": false
|
|
@@ -2216,15 +3086,16 @@
|
|
|
2216
3086
|
{
|
|
2217
3087
|
"disabled": false,
|
|
2218
3088
|
"document": "Variable parameters in the template. Please use `json.dump` to format the JSON object into a string type. The object is a set of key-value pairs. Each key denotes a variable, which is represented by {{key}}. The key will be replaced with the corresponding value (represented by {{value}}) when sending the email.\nNote: The parameter value cannot be data of a complex type such as HTML.\nExample: {\"name\":\"xxx\",\"age\":\"xx\"}",
|
|
2219
|
-
"example": "{\"name\":\"
|
|
3089
|
+
"example": "{\"name\":\"andy\",\"age\":\"24\"}",
|
|
2220
3090
|
"member": "string",
|
|
2221
3091
|
"name": "TemplateData",
|
|
3092
|
+
"output_required": false,
|
|
2222
3093
|
"required": true,
|
|
2223
3094
|
"type": "string",
|
|
2224
3095
|
"value_allowed_null": false
|
|
2225
3096
|
}
|
|
2226
3097
|
],
|
|
2227
|
-
"usage": "
|
|
3098
|
+
"usage": "both"
|
|
2228
3099
|
},
|
|
2229
3100
|
"TemplateContent": {
|
|
2230
3101
|
"document": "Template content, which must include at least one of TEXT and HTML. A combination of TEXT and HTML is recommended.",
|
|
@@ -2232,8 +3103,10 @@
|
|
|
2232
3103
|
{
|
|
2233
3104
|
"disabled": false,
|
|
2234
3105
|
"document": "HTML code after base64 encoding.",
|
|
3106
|
+
"example": "PGh0bWw+PGhlYWQ+PHRpdGxlPkV4YW1wbGUgSFRNTDwvdGl0bGU+PC9oZWFkPjxib2R5PjxwPkhlbGxvLCB3b3JsZDwvcD48L2JvZHk+PC9odG1sPg==",
|
|
2235
3107
|
"member": "string",
|
|
2236
3108
|
"name": "Html",
|
|
3109
|
+
"output_required": false,
|
|
2237
3110
|
"required": false,
|
|
2238
3111
|
"type": "string",
|
|
2239
3112
|
"value_allowed_null": false
|
|
@@ -2241,14 +3114,16 @@
|
|
|
2241
3114
|
{
|
|
2242
3115
|
"disabled": false,
|
|
2243
3116
|
"document": "Text content after base64 encoding.",
|
|
3117
|
+
"example": "SGVsbG8sIHdvcmxkIQ==",
|
|
2244
3118
|
"member": "string",
|
|
2245
3119
|
"name": "Text",
|
|
3120
|
+
"output_required": false,
|
|
2246
3121
|
"required": false,
|
|
2247
3122
|
"type": "string",
|
|
2248
3123
|
"value_allowed_null": false
|
|
2249
3124
|
}
|
|
2250
3125
|
],
|
|
2251
|
-
"usage": "
|
|
3126
|
+
"usage": "both"
|
|
2252
3127
|
},
|
|
2253
3128
|
"TemplatesMetadata": {
|
|
2254
3129
|
"document": "Template list structure.",
|
|
@@ -2256,45 +3131,50 @@
|
|
|
2256
3131
|
{
|
|
2257
3132
|
"disabled": false,
|
|
2258
3133
|
"document": "Creation time.",
|
|
3134
|
+
"example": "1724757008",
|
|
2259
3135
|
"member": "uint64",
|
|
2260
3136
|
"name": "CreatedTimestamp",
|
|
2261
|
-
"
|
|
3137
|
+
"output_required": true,
|
|
2262
3138
|
"type": "int",
|
|
2263
3139
|
"value_allowed_null": false
|
|
2264
3140
|
},
|
|
2265
3141
|
{
|
|
2266
3142
|
"disabled": false,
|
|
2267
3143
|
"document": "Template name.",
|
|
3144
|
+
"example": "exampleTemplate",
|
|
2268
3145
|
"member": "string",
|
|
2269
3146
|
"name": "TemplateName",
|
|
2270
|
-
"
|
|
3147
|
+
"output_required": true,
|
|
2271
3148
|
"type": "string",
|
|
2272
3149
|
"value_allowed_null": false
|
|
2273
3150
|
},
|
|
2274
3151
|
{
|
|
2275
3152
|
"disabled": false,
|
|
2276
3153
|
"document": "Template status. 1: under review; 0: approved; 2: rejected; other values: unavailable.",
|
|
3154
|
+
"example": "1",
|
|
2277
3155
|
"member": "int64",
|
|
2278
3156
|
"name": "TemplateStatus",
|
|
2279
|
-
"
|
|
3157
|
+
"output_required": true,
|
|
2280
3158
|
"type": "int",
|
|
2281
3159
|
"value_allowed_null": false
|
|
2282
3160
|
},
|
|
2283
3161
|
{
|
|
2284
3162
|
"disabled": false,
|
|
2285
3163
|
"document": "Template ID.",
|
|
3164
|
+
"example": "251252329",
|
|
2286
3165
|
"member": "uint64",
|
|
2287
3166
|
"name": "TemplateID",
|
|
2288
|
-
"
|
|
3167
|
+
"output_required": true,
|
|
2289
3168
|
"type": "int",
|
|
2290
3169
|
"value_allowed_null": false
|
|
2291
3170
|
},
|
|
2292
3171
|
{
|
|
2293
3172
|
"disabled": false,
|
|
2294
3173
|
"document": "Review reply",
|
|
3174
|
+
"example": "禁止发送未经收件人许可的电子邮件。",
|
|
2295
3175
|
"member": "string",
|
|
2296
3176
|
"name": "ReviewReason",
|
|
2297
|
-
"
|
|
3177
|
+
"output_required": true,
|
|
2298
3178
|
"type": "string",
|
|
2299
3179
|
"value_allowed_null": false
|
|
2300
3180
|
}
|
|
@@ -2310,12 +3190,13 @@
|
|
|
2310
3190
|
"example": "2021-09-11 09:10:11",
|
|
2311
3191
|
"member": "string",
|
|
2312
3192
|
"name": "BeginTime",
|
|
3193
|
+
"output_required": false,
|
|
2313
3194
|
"required": true,
|
|
2314
3195
|
"type": "string",
|
|
2315
3196
|
"value_allowed_null": false
|
|
2316
3197
|
}
|
|
2317
3198
|
],
|
|
2318
|
-
"usage": "
|
|
3199
|
+
"usage": "both"
|
|
2319
3200
|
},
|
|
2320
3201
|
"UpdateAddressUnsubscribeConfigRequest": {
|
|
2321
3202
|
"document": "UpdateAddressUnsubscribeConfig request structure.",
|
|
@@ -2362,12 +3243,58 @@
|
|
|
2362
3243
|
],
|
|
2363
3244
|
"type": "object"
|
|
2364
3245
|
},
|
|
3246
|
+
"UpdateCustomBlackListRequest": {
|
|
3247
|
+
"document": "UpdateCustomBlackList request structure.",
|
|
3248
|
+
"members": [
|
|
3249
|
+
{
|
|
3250
|
+
"disabled": false,
|
|
3251
|
+
"document": "Blocklist id that needs to change.",
|
|
3252
|
+
"example": "1",
|
|
3253
|
+
"member": "uint64",
|
|
3254
|
+
"name": "Id",
|
|
3255
|
+
"required": true,
|
|
3256
|
+
"type": "int"
|
|
3257
|
+
},
|
|
3258
|
+
{
|
|
3259
|
+
"disabled": false,
|
|
3260
|
+
"document": "After modification email address.",
|
|
3261
|
+
"example": "a@mail.com",
|
|
3262
|
+
"member": "string",
|
|
3263
|
+
"name": "Email",
|
|
3264
|
+
"required": true,
|
|
3265
|
+
"type": "string"
|
|
3266
|
+
},
|
|
3267
|
+
{
|
|
3268
|
+
"disabled": false,
|
|
3269
|
+
"document": "Expiration time. if left empty, it indicates permanent validity.",
|
|
3270
|
+
"example": "2024-06-19",
|
|
3271
|
+
"member": "string",
|
|
3272
|
+
"name": "ExpireDate",
|
|
3273
|
+
"required": false,
|
|
3274
|
+
"type": "string"
|
|
3275
|
+
}
|
|
3276
|
+
],
|
|
3277
|
+
"type": "object"
|
|
3278
|
+
},
|
|
3279
|
+
"UpdateCustomBlackListResponse": {
|
|
3280
|
+
"document": "UpdateCustomBlackList response structure.",
|
|
3281
|
+
"members": [
|
|
3282
|
+
{
|
|
3283
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
3284
|
+
"member": "string",
|
|
3285
|
+
"name": "RequestId",
|
|
3286
|
+
"type": "string"
|
|
3287
|
+
}
|
|
3288
|
+
],
|
|
3289
|
+
"type": "object"
|
|
3290
|
+
},
|
|
2365
3291
|
"UpdateEmailIdentityRequest": {
|
|
2366
3292
|
"document": "UpdateEmailIdentity request structure.",
|
|
2367
3293
|
"members": [
|
|
2368
3294
|
{
|
|
2369
3295
|
"disabled": false,
|
|
2370
3296
|
"document": "Domain to be verified.",
|
|
3297
|
+
"example": "example.com",
|
|
2371
3298
|
"member": "string",
|
|
2372
3299
|
"name": "EmailIdentity",
|
|
2373
3300
|
"required": true,
|
|
@@ -2382,29 +3309,35 @@
|
|
|
2382
3309
|
{
|
|
2383
3310
|
"disabled": false,
|
|
2384
3311
|
"document": "Verification type. The value is fixed to `DOMAIN`.",
|
|
3312
|
+
"example": "DOMAIN",
|
|
2385
3313
|
"member": "string",
|
|
2386
3314
|
"name": "IdentityType",
|
|
3315
|
+
"output_required": true,
|
|
2387
3316
|
"type": "string",
|
|
2388
3317
|
"value_allowed_null": false
|
|
2389
3318
|
},
|
|
2390
3319
|
{
|
|
2391
3320
|
"disabled": false,
|
|
2392
3321
|
"document": "Verification passed or not.",
|
|
3322
|
+
"example": "true",
|
|
2393
3323
|
"member": "bool",
|
|
2394
3324
|
"name": "VerifiedForSendingStatus",
|
|
3325
|
+
"output_required": true,
|
|
2395
3326
|
"type": "bool",
|
|
2396
3327
|
"value_allowed_null": false
|
|
2397
3328
|
},
|
|
2398
3329
|
{
|
|
2399
3330
|
"disabled": false,
|
|
2400
3331
|
"document": "DNS information that needs to be configured.",
|
|
3332
|
+
"example": "无",
|
|
2401
3333
|
"member": "DNSAttributes",
|
|
2402
3334
|
"name": "Attributes",
|
|
3335
|
+
"output_required": true,
|
|
2403
3336
|
"type": "list",
|
|
2404
3337
|
"value_allowed_null": false
|
|
2405
3338
|
},
|
|
2406
3339
|
{
|
|
2407
|
-
"document": "The unique request ID,
|
|
3340
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
2408
3341
|
"member": "string",
|
|
2409
3342
|
"name": "RequestId",
|
|
2410
3343
|
"type": "string"
|
|
@@ -2418,7 +3351,7 @@
|
|
|
2418
3351
|
{
|
|
2419
3352
|
"disabled": false,
|
|
2420
3353
|
"document": "SMTP password. Length limit: 64.",
|
|
2421
|
-
"example": "
|
|
3354
|
+
"example": "yourPassword",
|
|
2422
3355
|
"member": "string",
|
|
2423
3356
|
"name": "Password",
|
|
2424
3357
|
"required": true,
|
|
@@ -2427,7 +3360,7 @@
|
|
|
2427
3360
|
{
|
|
2428
3361
|
"disabled": false,
|
|
2429
3362
|
"document": "Email address. Length limit: 128.",
|
|
2430
|
-
"example": "
|
|
3363
|
+
"example": "address@example.com",
|
|
2431
3364
|
"member": "string",
|
|
2432
3365
|
"name": "EmailAddress",
|
|
2433
3366
|
"required": true,
|
|
@@ -2440,7 +3373,7 @@
|
|
|
2440
3373
|
"document": "UpdateEmailSmtpPassWord response structure.",
|
|
2441
3374
|
"members": [
|
|
2442
3375
|
{
|
|
2443
|
-
"document": "The unique request ID,
|
|
3376
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
2444
3377
|
"member": "string",
|
|
2445
3378
|
"name": "RequestId",
|
|
2446
3379
|
"type": "string"
|
|
@@ -2472,7 +3405,7 @@
|
|
|
2472
3405
|
{
|
|
2473
3406
|
"disabled": false,
|
|
2474
3407
|
"document": "Template name",
|
|
2475
|
-
"example": "
|
|
3408
|
+
"example": "myTemplateName",
|
|
2476
3409
|
"member": "string",
|
|
2477
3410
|
"name": "TemplateName",
|
|
2478
3411
|
"required": true,
|
|
@@ -2485,7 +3418,7 @@
|
|
|
2485
3418
|
"document": "UpdateEmailTemplate response structure.",
|
|
2486
3419
|
"members": [
|
|
2487
3420
|
{
|
|
2488
|
-
"document": "The unique request ID,
|
|
3421
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
2489
3422
|
"member": "string",
|
|
2490
3423
|
"name": "RequestId",
|
|
2491
3424
|
"type": "string"
|
|
@@ -2498,75 +3431,83 @@
|
|
|
2498
3431
|
"members": [
|
|
2499
3432
|
{
|
|
2500
3433
|
"disabled": false,
|
|
2501
|
-
"document": "Date
|
|
3434
|
+
"document": "Date",
|
|
3435
|
+
"example": "2024-08-08",
|
|
2502
3436
|
"member": "date",
|
|
2503
3437
|
"name": "SendDate",
|
|
2504
|
-
"
|
|
3438
|
+
"output_required": true,
|
|
2505
3439
|
"type": "string",
|
|
2506
|
-
"value_allowed_null":
|
|
3440
|
+
"value_allowed_null": false
|
|
2507
3441
|
},
|
|
2508
3442
|
{
|
|
2509
3443
|
"disabled": false,
|
|
2510
3444
|
"document": "Number of email requests.",
|
|
3445
|
+
"example": "2",
|
|
2511
3446
|
"member": "uint64",
|
|
2512
3447
|
"name": "RequestCount",
|
|
2513
|
-
"
|
|
3448
|
+
"output_required": true,
|
|
2514
3449
|
"type": "int",
|
|
2515
3450
|
"value_allowed_null": false
|
|
2516
3451
|
},
|
|
2517
3452
|
{
|
|
2518
3453
|
"disabled": false,
|
|
2519
3454
|
"document": "Number of email requests accepted by Tencent Cloud.",
|
|
3455
|
+
"example": "1",
|
|
2520
3456
|
"member": "uint64",
|
|
2521
3457
|
"name": "AcceptedCount",
|
|
2522
|
-
"
|
|
3458
|
+
"output_required": true,
|
|
2523
3459
|
"type": "int",
|
|
2524
3460
|
"value_allowed_null": false
|
|
2525
3461
|
},
|
|
2526
3462
|
{
|
|
2527
3463
|
"disabled": false,
|
|
2528
3464
|
"document": "Number of delivered emails.",
|
|
3465
|
+
"example": "1",
|
|
2529
3466
|
"member": "uint64",
|
|
2530
3467
|
"name": "DeliveredCount",
|
|
2531
|
-
"
|
|
3468
|
+
"output_required": true,
|
|
2532
3469
|
"type": "int",
|
|
2533
3470
|
"value_allowed_null": false
|
|
2534
3471
|
},
|
|
2535
3472
|
{
|
|
2536
3473
|
"disabled": false,
|
|
2537
3474
|
"document": "Number of users (deduplicated) who opened emails.",
|
|
3475
|
+
"example": "0",
|
|
2538
3476
|
"member": "uint64",
|
|
2539
3477
|
"name": "OpenedCount",
|
|
2540
|
-
"
|
|
3478
|
+
"output_required": true,
|
|
2541
3479
|
"type": "int",
|
|
2542
3480
|
"value_allowed_null": false
|
|
2543
3481
|
},
|
|
2544
3482
|
{
|
|
2545
3483
|
"disabled": false,
|
|
2546
3484
|
"document": "Number of recipients who clicked on links in emails.",
|
|
3485
|
+
"example": "0",
|
|
2547
3486
|
"member": "uint64",
|
|
2548
3487
|
"name": "ClickedCount",
|
|
2549
|
-
"
|
|
3488
|
+
"output_required": true,
|
|
2550
3489
|
"type": "int",
|
|
2551
3490
|
"value_allowed_null": false
|
|
2552
3491
|
},
|
|
2553
3492
|
{
|
|
2554
3493
|
"disabled": false,
|
|
2555
3494
|
"document": "Number of bounced emails.",
|
|
3495
|
+
"example": "0",
|
|
2556
3496
|
"member": "uint64",
|
|
2557
3497
|
"name": "BounceCount",
|
|
2558
|
-
"
|
|
3498
|
+
"output_required": true,
|
|
2559
3499
|
"type": "int",
|
|
2560
3500
|
"value_allowed_null": false
|
|
2561
3501
|
},
|
|
2562
3502
|
{
|
|
2563
3503
|
"disabled": false,
|
|
2564
|
-
"document": "Number of users
|
|
3504
|
+
"document": "Number of users for unsubscription.",
|
|
3505
|
+
"example": "0",
|
|
2565
3506
|
"member": "uint64",
|
|
2566
3507
|
"name": "UnsubscribeCount",
|
|
2567
|
-
"
|
|
3508
|
+
"output_required": true,
|
|
2568
3509
|
"type": "int",
|
|
2569
|
-
"value_allowed_null":
|
|
3510
|
+
"value_allowed_null": false
|
|
2570
3511
|
}
|
|
2571
3512
|
],
|
|
2572
3513
|
"usage": "out"
|