/v2/vpclinks/{vpcLinkId}
GET
/v2/vpclinks/{vpcLinkId}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/v2/vpclinks/'
Response Response Example
200 - Example 1
{
"CreatedDate": "string",
"Name": "string",
"SecurityGroupIds": [],
"SubnetIds": [],
"Tags": {
"property1": "string",
"property2": "string"
},
"VpcLinkId": "string",
"VpcLinkStatus": "PENDING",
"VpcLinkStatusMessage": "string",
"VpcLinkVersion": "V2"
}
Request
Path Params
vpcLinkId
string
required
Responses
Modified at 2023-08-15 05:49:07