Queries the completion status of an identification task by its ID. You can get the task ID from the Id parameter in the response of the CreateScanTask or ScanOssObjectV1 operation.
Operation description
QPS limit
You can call this operation up to 10 times per second per user. If you exceed this limit, subsequent API calls are throttled, which may impact your business. We recommend that you call this operation at an appropriate rate.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sddp:DescribeIdentifyTaskStatus |
none |
*All Resource
|
|
None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Id |
integer |
Yes |
The ID of the identification task. You can get the task ID from the |
268 |
| Lang |
string |
No |
The language of the response. Default value: zh_cn. Valid values:
|
zh_cn |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response object. |
||
| RequestId |
string |
The request ID. This is a unique identifier generated by Alibaba Cloud that you can use to troubleshoot issues. |
71064826-726F-4ADA-B879-05D8055476FB |
| Content |
object |
The status of the identification task. |
|
| Status |
integer |
The status of the task. Valid values:
|
200 |
Examples
Success response
JSON format
{
"RequestId": "71064826-726F-4ADA-B879-05D8055476FB",
"Content": {
"Status": 200
}
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | IdempotentParameterMismatch | The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.