forked from docs/doc-exports
Reviewed-by: Sarda, Priya <prsarda@noreply.gitea.eco.tsi-dev.otc-service.com> Co-authored-by: Qin Ying, Fan <fanqinying@huawei.com> Co-committed-by: Qin Ying, Fan <fanqinying@huawei.com>
15 KiB
15 KiB
Querying VPC Details
Function
This API is used to query details about a VPC.
Request Parameters
None
Example Request
GET https://{Endpoint}/v1/{project_id}/vpcs/99d9d709-8478-4b46-9f3f-2206b1023fd3
Response Parameters
Name |
Type |
Description |
---|---|---|
vpc |
vpc object |
Name |
Type |
Description |
---|---|---|
id |
String |
Specifies a resource ID in UUID format. |
name |
String |
|
description |
String |
|
cidr |
String |
|
status |
String |
|
routes |
Array of route objects |
|
enable_shared_snat |
Boolean |
Specifies whether the shared SNAT function is enabled. The value true indicates that the function is enabled, and the value false indicates that the function is not enabled. |
enterprise_project_id |
String |
|
Name |
Type |
Description |
---|---|---|
destination |
String |
|
nexthop |
String |
|
Example Response
{ "vpc": { "id": "99d9d709-8478-4b46-9f3f-2206b1023fd3", "name": "vpc", "description": "test", "cidr": "192.168.0.0/16", "status": "OK", "enterprise_project_id": "0" "routes": [], "enable_shared_snat": false } }
Status Code
See Status Codes.
Error Code
See Error Codes.
Parent topic: Virtual Private Cloud