DescribeApsJobDetail。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
| 名称 | 类型 | 必填 | 描述 | 示例值 |
|---|---|---|---|---|
| RegionId | string | 否 | 地域 ID。 | cn-beijing |
| ApsJobId | string | 是 | 任务 ID。 | aps-****** |
返回参数
示例
正常返回示例
JSON格式
{
"RequestId": "******-E606-4A42-BF6D-******",
"APSJobDetail": {
"SourceEndpointRegion": "cn-beijing",
"SourceEndpointInstanceID": "pc-*******",
"DestinationEndpointRegion": "cn-beijing",
"DestinationEndpointInstanceID": "amv-******",
"PartitionList": {},
"DbList": {},
"TargetTableMode": 0,
"Status": "Running"
}
}错误码
| HTTP status code | 错误码 | 错误信息 |
|---|---|---|
| 400 | InvalidInput | The specified parameter is invalid. |
访问错误中心查看更多错误码。
