Queries the progress of an API unpublishing task.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
apigateway:DescribeAbolishApiTask |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| OperationUid |
string |
Yes |
The ID of the unpublishing operation. |
fc54****dd4c4***ad7edd7****39401 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
E8515BA6-81CD-4191-A7CF-C4FCDD3C0D99 |
| ApiAbolishResults |
object |
||
| ApiAbolishResult |
array<object> |
The result returned. |
|
|
object |
The result returned. |
||
| StageId |
string |
The ID of the runtime environment. |
0919f2854a88484c91dc9253347c78f9 |
| AbolishStatus |
string |
The unpublishing status. |
OVER |
| GroupId |
string |
The ID of the API group. |
160cb6505e1c43a6b84346856d74eb47 |
| GroupName |
string |
The name of the API group. |
wb2022021401619286 |
| ApiUid |
string |
The ID of the API. |
4e26cdbbb113416dba1f0285bed29979 |
| ErrorMsg |
string |
The error message. |
Success. Request Success. |
| StageName |
string |
The name of the runtime environment. Valid values:
|
RELEASE |
| ApiName |
string |
The name of the API. |
v2_page_consent |
Examples
Success response
JSON format
{
"RequestId": "E8515BA6-81CD-4191-A7CF-C4FCDD3C0D99",
"ApiAbolishResults": {
"ApiAbolishResult": [
{
"StageId": "0919f2854a88484c91dc9253347c78f9",
"AbolishStatus": "OVER",
"GroupId": "160cb6505e1c43a6b84346856d74eb47",
"GroupName": "wb2022021401619286",
"ApiUid": "4e26cdbbb113416dba1f0285bed29979",
"ErrorMsg": "Success. Request Success.",
"StageName": "RELEASE",
"ApiName": "v2_page_consent"
}
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.