ListDataLakeFunction
Retrieves a list of data lake functions.
Try it now
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
Test
RAM authorization
Action | Access level | Resource type | Condition key | Dependent action |
dms:ListDataLakeFunction | get | *All Resource
| None | None |
Request parameters
Parameter | Type | Required | Description | Example |
Tid | integer | No | The tenant ID. Note Hover over your profile picture in the upper-right corner of the DMS console to obtain the tenant ID. For details, see View tenant information. | 3**** |
CatalogName | string | Yes | The name of the data catalog. | hive |
DbName | string | No | The name of the database. | default |
FunctionNamePattern | string | No | A regular expression used to filter the returned function names. | .* |
NextToken | string | No | The token that is used to retrieve the next page of results.
| f056501ada12**** |
MaxResults | integer | No | The number of entries to return on each page. The maximum value is 100. | 20 |
WorkspaceId | integer | No | The workspace ID. | 12**** |
Response elements
Element | Type | Description | Example |
object | Schema of Response. | ||
RequestId | string | The request ID, used for log tracing and troubleshooting. | 7FAD400F-7A5C-4193-8F9A-39D86C4F**** |
Success | boolean | Indicates whether the request was successful. Valid values:
| true |
ErrorCode | string | The error code returned if the request fails. | UnknownError |
ErrorMessage | string | The error message returned if the request fails. | UnknownError |
| FunctionList | array | A list of functions. | |
The function details. | |||
NextToken | string | The token that is used to retrieve the next page of results. If this parameter is not returned, it indicates that all results have been returned. | f056501ada12**** |
MaxResults | integer | The number of entries returned on each page. | 20 |
Examples
Success response
JSON format
{
"RequestId": "7FAD400F-7A5C-4193-8F9A-39D86C4F****",
"Success": true,
"ErrorCode": "UnknownError",
"ErrorMessage": "UnknownError",
"FunctionList": [
{
"FunctionName": "",
"OwnerName": "",
"OwnerType": "",
"CreatorId": 0,
"FunctionType": "",
"CreateTime": 0,
"ResourceUris": [
{
"ResourceType": "",
"Uri": ""
}
],
"ClassName": "",
"CatalogName": "",
"DbName": "",
"ModifierId": 0
}
],
"NextToken": "f056501ada12****",
"MaxResults": 20
}Error codes
See for a complete list.
Release notes
See 变更详情 for a complete list.