StartFormationCrawler - 手动执行元数据发现任务
手动触发一次元数据发现任务
接口说明
使用说明
您在使用云原生数据仓库 AnalyticDB MySQL 版集群过程中需要阿里云技术支持时,如果技术支持过程中需要对您的集群进行操作,您需要授权 AnalyticDB MySQL 集群的服务账号,技术支持人员才可以通过服务账号提供技术支持服务。在授权有效期结束后,服务账号的权限会被自动回收。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| CrawlerTaskId |
integer |
是 |
任务 id。 |
247 |
| CrawlerTaskName |
string |
是 |
任务名称。 |
test-crawler-dbname |
| DBClusterId |
string |
否 |
集群 ID。 |
am-bp1pke2pcfavw**** |
| RegionId |
string |
是 |
地域 ID。 说明
您可以调用 DescribeRegions 接口查看可用地域的地域 ID。 |
cn-hangzhou |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
|||
| RequestId |
string |
请求 id。 |
2FED790E-FB61-4721-8C1C-07C627FA5A19 |
| Data |
string |
返回数据。 |
69 |
| TaskId |
integer |
任务 id。 |
1564657730 |
| Success |
boolean |
调用是否成功,取值说明:
|
True |
示例
正常返回示例
JSON格式
{
"RequestId": "2FED790E-FB61-4721-8C1C-07C627FA5A19",
"Data": "69",
"TaskId": 1564657730,
"Success": true
}
错误码
|
HTTP status code |
错误码 |
错误信息 |
描述 |
|---|---|---|---|
| 400 | InvalidInput | The specified parameter is invalid. | |
| 400 | AlreadyRunning | The crawler instance is already running. | |
| 400 | NotExists | The formation task does not exist. | |
| 500 | ServerStoreError | A server storage error occurred. |
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。