NextStart diubah menjadi string
Deskripsi operasi
Retrieve deduplicated invalid address information. If an email is sent to the same invalid address multiple times, only the first occurrence will be recorded. The query should be based on the time when the address was first classified as invalid.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dm:QueryInvalidAddress |
get |
*全部资源
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| StartTime |
string |
No |
Pengatur waktu mulai, yang tidak boleh lebih awal dari 30 hari yang lalu, dalam format yyyy-MM-dd. |
2019-09-29 |
| EndTime |
string |
No |
Pengatur waktu akhir, dengan rentang dari pengatur waktu mulai yang tidak boleh melebihi 30 hari, dalam format yyyy-MM-dd. |
2019-09-29 |
| KeyWord |
string |
No |
Kata kunci. Jika tidak diberikan, mewakili semua alamat tidak valid. |
info |
| Length |
integer |
No |
Jumlah item per permintaan. |
100 |
| NextStart |
string |
No |
Posisi awal permintaan. |
*** |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| NextStart |
string |
Next request starting position. |
2 |
| RequestId |
string |
Request ID. |
95A7D497-F8DD-4834-B81E-C1783236E55F |
| TotalCount |
integer |
Total count. |
3 |
| data |
object |
||
| mailDetail |
array<object> |
Records. |
|
|
object |
Detailed records. |
||
| LastUpdateTime |
string |
Update time. |
2021-04-28T17:11Z |
| ToAddress |
string |
Recipient address. |
toaddress@example.com |
| UtcLastUpdateTime |
integer |
Update time (in timestamp format). |
1619601108 |
Contoh
Respons sukses
JSONformat
{
"NextStart": "2",
"RequestId": "95A7D497-F8DD-4834-B81E-C1783236E55F",
"TotalCount": 3,
"data": {
"mailDetail": [
{
"LastUpdateTime": "2021-04-28T17:11Z",
"ToAddress": "toaddress@example.com",
"UtcLastUpdateTime": 1619601108
}
]
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.