When you update a VPC authorization, the associated published APIs are updated asynchronously. You can call this operation to query the progress of these API updates.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
apigateway:DescribeUpdateVpcInfoTask |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| OperationUid |
string |
Yes |
The task ID. |
7d341787517a47afaaef9cc1bdb7acce |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
CEF72CEB-54B6-4AE8-B225-F876FF7BZ015 |
| ApiUpdateVpcInfoResults |
object |
||
| ApiUpdateVpcInfoResult |
array<object> |
The list of task results. |
|
|
object |
|||
| StageId |
string |
The stage ID. |
fe952b95072747e2a8dfd336bcff8d7f |
| UpdateStatus |
string |
The update status. |
success |
| GroupId |
string |
The ID of the API group. |
e8da6f6346184da9a30d0dc1888b1f3b |
| GroupName |
string |
The name of the API group. |
test |
| ApiUid |
string |
The API ID. |
86364e7c166c47ba819b3f8f95ac0913 |
| ErrorMsg |
string |
The error message. |
Success. Request Success. |
| StageName |
string |
The environment to which the API is published. |
RELEASE |
| ApiName |
string |
The API name. |
api_test2 |
Examples
Success response
JSON format
{
"RequestId": "CEF72CEB-54B6-4AE8-B225-F876FF7BZ015",
"ApiUpdateVpcInfoResults": {
"ApiUpdateVpcInfoResult": [
{
"StageId": "fe952b95072747e2a8dfd336bcff8d7f",
"UpdateStatus": "success",
"GroupId": "e8da6f6346184da9a30d0dc1888b1f3b",
"GroupName": "test",
"ApiUid": "86364e7c166c47ba819b3f8f95ac0913",
"ErrorMsg": "Success. Request Success.",
"StageName": "RELEASE",
"ApiName": "api_test2"
}
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.