Queries the processing result and status of a submitted certificate application.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| TaskType |
string |
No |
The type of the asynchronous task. The default value is ApplyCertificate, which specifies a query for the result of a certificate application. |
ApplyCertificate |
| TaskId |
string |
Yes |
The ID of the task. |
123 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The unique ID of the request. Alibaba Cloud generates this ID for each request. Use this ID to troubleshoot issues. |
CBF1E9B7-D6A0-4E9E-AD3E-2B47E6C2837D |
| TaskStatus |
string |
The result of the task.
|
success |
| TaskMessage |
string |
The error message. |
error |
Examples
Success response
JSON format
{
"RequestId": "CBF1E9B7-D6A0-4E9E-AD3E-2B47E6C2837D",
"TaskStatus": "success",
"TaskMessage": "error"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.