Queries a data entry in a custom dataset.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
apigateway:DescribeDatasetItemInfo |
get |
*Dataset
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DatasetId |
string |
Yes |
The ID of the dataset. |
62b91a790a693238******** |
| DatasetItemId |
string |
No |
The ID of the data entry. |
5045**** |
| Value |
string |
No |
The value of the data entry. |
106.43.XXX.XXX |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
5BAFA85F-38E3-5D9E-9E32-4B09******** |
| DatasetItemInfo |
object |
The Dataset information. |
|
| DatasetId |
string |
The ID of the dataset. |
626238665db4a5140eea3e40******** |
| DatasetItemId |
string |
The ID of the data entry. |
5045**** |
| Value |
string |
The value of the data entry. |
106.43.XXX.XXX |
| ExpiredTime |
string |
The time in UTC when the data entry expires. The time is in the yyyy-MM-ddTHH:mm:ssZ format. If this parameter is empty, the data entry does not expire. |
2022-09-22T12:00:00Z |
| ModifiedTime |
string |
The last modification time (UTC) of the data entry. |
2022-09-21T12:58:43Z |
| CreatedTime |
string |
The creation time (UTC) of the data entry. |
2022-09-21T12:58:43Z |
| Description |
string |
The description of the data entry. |
Description |
Examples
Success response
JSON format
{
"RequestId": "5BAFA85F-38E3-5D9E-9E32-4B09********",
"DatasetItemInfo": {
"DatasetId": "626238665db4a5140eea3e40********",
"DatasetItemId": "5045****",
"Value": "106.43.XXX.XXX",
"ExpiredTime": "2022-09-22T12:00:00Z\n",
"ModifiedTime": "2022-09-21T12:58:43Z\n",
"CreatedTime": "2022-09-21T12:58:43Z\n",
"Description": "Description"
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.