Queries the details of a single dataset.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
apigateway:DescribeDatasetInfo |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DatasetId |
string |
Yes |
The ID of the dataset. |
a25a6589b2584ff490e891cc******** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
A2C8F75E-EE84-5C64-960F-45C8******** |
| DatasetInfo |
object |
The information about the dataset. |
|
| DatasetId |
string |
The ID of the dataset. |
62b91a790a693238******** |
| DatasetName |
string |
The name of the dataset. |
DatasetName |
| DatasetType |
string |
The type of the dataset. Valid values:
|
JWT_BLOCKING |
| ModifiedTime |
string |
The time when the dataset was last modified. The time is in GMT. |
2022-09-21T12:58:43Z |
| CreatedTime |
string |
The time when the dataset was created. The time is in GMT. |
2022-09-21T12:58:43Z |
| Description |
string |
Examples
Success response
JSON format
{
"RequestId": "A2C8F75E-EE84-5C64-960F-45C8********",
"DatasetInfo": {
"DatasetId": "62b91a790a693238********",
"DatasetName": "DatasetName",
"DatasetType": "JWT_BLOCKING",
"ModifiedTime": "2022-09-21T12:58:43Z",
"CreatedTime": "2022-09-21T12:58:43Z",
"Description": ""
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.