Gets a list of data lake function names.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dms:ListDataLakeFunctionName |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DataRegion |
string |
Yes |
The region where the data lake resides. |
cn-hangzhou |
| Tid |
integer |
No |
The ID of the tenant. Note
To view the ID of the tenant, go to the DMS console and move the pointer over the profile picture in the upper-right corner. For more information, see the View information about the current tenant section of the "Manage DMS tenants" topic. |
3*** |
| CatalogName |
string |
Yes |
The name of the data catalog. |
hive |
| DbName |
string |
Yes |
The database name. |
default |
| FunctionNamePattern |
string |
No |
The regular expression used to filter returned function names. |
.* |
| NextToken |
string |
No |
The pagination token used to retrieve the next page of results. Valid values:
|
f056501ada12c1cc |
| MaxResults |
integer |
No |
The number of records per page. Valid values: 1 to 100. |
20 |
| WorkspaceId |
integer |
No |
The workspace ID. |
12**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response body. |
||
| RequestId |
string |
The request ID. |
F1C78D32-1AFD-58AD-9DD2-C8A0896969DD |
| Success |
boolean |
Whether the request was successful. Valid values:
|
true |
| ErrorCode |
string |
The error code returned if the request failed. |
UnknownError |
| ErrorMessage |
string |
The error message returned if the request failed. |
UnknownError |
| FunctionNameList |
array |
The list of function names. |
|
|
string |
The function name. |
my_funciton |
|
| NextToken |
string |
The pagination token for the next query. |
f056501ada12c1cc |
| MaxResults |
integer |
The number of entries per page. |
20 |
Examples
Success response
JSON format
{
"RequestId": "F1C78D32-1AFD-58AD-9DD2-C8A0896969DD",
"Success": true,
"ErrorCode": "UnknownError",
"ErrorMessage": "UnknownError",
"FunctionNameList": [
"my_funciton"
],
"NextToken": "f056501ada12c1cc\n",
"MaxResults": 20
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.