Obtains the integrity of a domain name.
Operation description
You can call this operation to obtain the integrity of a domain name.
QPS limit
The queries per second (QPS) limit for this operation is 10 calls per second for each user. If you exceed this limit, API calls are throttled, which can affect your business. We recommend that you call this operation at a reasonable rate. For more information, see QPS limit.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
live:DescribeDomainWithIntegrity |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
The region ID. |
cn-shanghai |
| StartTime |
string |
Yes |
The start time to query data. The date format follows the ISO 8601 standard. Use UTC time. |
2017-10-10T20:00:00Z |
| EndTime |
string |
Yes |
The end time must be later than the start time. The date format follows the ISO 8601 standard. Use UTC time. |
2017-10-10T20:00:00Z |
| Integrity |
number |
Yes |
The integrity value for verification. |
0.95 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
16A96B9A-F203-4EC5-8E43-CB92E68F**** |
| Content |
array<object> |
The verification content. |
|
|
object |
The verification content. |
||
| Name |
string |
The table name. |
1637825700000 |
| Points |
array |
The data points. |
|
|
string |
The value of the corresponding column. |
1637825700000 |
|
| Columns |
array |
The column names. |
|
|
string |
The column name. |
time |
Examples
Success response
JSON format
{
"RequestId": "16A96B9A-F203-4EC5-8E43-CB92E68F****",
"Content": [
{
"Name": "1637825700000",
"Points": [
"1637825700000"
],
"Columns": [
"time"
]
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.