Queries the VPCs associated with synchronization nodes.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionNo |
string |
Yes |
The region ID. |
cn-hangzhou |
| VpcId |
string |
No |
The ID of the VPC instance. |
vpc-j6cvhdscntzuvr0x**** |
| MemberUid |
integer |
No |
The UID of the Alibaba Cloud account that owns the resource. |
135809047715**** |
| PageNo |
integer |
No |
The page number. |
1 |
| PageSize |
integer |
No |
The number of entries per page. |
10 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The request ID. |
450D47F5-956E-543E-8502-2F71C8C54E72 |
| TotalCount |
integer |
The total number of entries. |
10 |
| PageNo |
integer |
The page number. |
1 |
| PageSize |
integer |
The number of entries per page. |
10 |
| VpcList |
array<object> |
The list of VPCs. |
|
|
object |
The list of VPCs. |
||
| VpcId |
string |
The ID of the VPC instance. |
vpc-2ze1t4irqj0fljlbb**** |
| VpcName |
string |
The name of the VPC instance. |
Cloud_Firewall_VPC |
| FirewallVpc |
boolean |
Indicates whether the VPC is managed by Cloud Firewall. |
false |
Examples
Success response
JSON format
{
"RequestId": "450D47F5-956E-543E-8502-2F71C8C54E72",
"TotalCount": 10,
"PageNo": 1,
"PageSize": 10,
"VpcList": [
{
"VpcId": "vpc-2ze1t4irqj0fljlbb****\n",
"VpcName": "Cloud_Firewall_VPC",
"FirewallVpc": false
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.