Queries a list of metadata crawler types supported in Data Map. The subtypes of the types and the hierarchical relationship between the subtypes are also returned.
Operation description
-
DataWorks Basic Edition or a higher edition is required.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dataworks:ListCrawlerTypes |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response. |
||
| RequestId |
string |
The request ID. |
0000-ABCD-EFG**** |
| Success |
boolean |
Indicates whether the request was successful. |
true |
| CrawlerTypes |
array |
The list of metadata crawler types. |
|
| CrawlerType |
Information about supported metadata crawler types. |
Examples
Success response
JSON format
{
"RequestId": "0000-ABCD-EFG****",
"Success": true,
"CrawlerTypes": [
{
"Type": "dlf",
"DisplayName": "Data Lake Formation",
"SupportedEntityTypes": [
{
"Type": "dlf-table",
"SubType": "table",
"Optional": true,
"ParentSubType": "database"
}
]
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.
该文章对您有帮助吗?