功能介绍
更新 虚拟私有云 。
调试
您可以在API Explorer中调试该接口。
URI
PUT /v1/{project_id}/vpcs/{vpc_id}
请求参数
请求示例
- 更新id为99d9d709-8478-4b46-9f3f-2206b1023fd3的vpc,将名称更新为vpc1,描述更新为test1,cidr更新为192.168.0.0/16。
PUT https://{Endpoint}/v1/{project_id}/vpcs/99d9d709-8478-4b46-9f3f-2206b1023fd3 { "vpc": { "name": "vpc1", "description": "test1", "cidr": "192.168.0.0/16" } }
响应参数
名称 |
参数类型 |
说明 |
---|---|---|
id |
String |
uuid形式的一个资源标识。 |
name |
String |
虚拟私有云名称。 |
description |
String |
|
cidr |
String |
|
status |
String |
|
ent erp rise_project_id |
String |
说明:
关于企业项目ID的获取及企业项目特性的详细信息,请参见《企业管理用户指南》。 |
routes |
||
tenant_id |
String |
String 功能说明:项目ID。 |
created_at |
String |
String
|
updated_at |
String |
String
|
响应示例
{ "vpc": { "id": "99d9d709-8478-4b46-9f3f-2206b1023fd3", "name": "vpc1", "description": "test1", "cidr": "192.168.0.0/16", "status": "OK", "enterprise_project_id": "0", "routes": [], "tenant_id": "087679f0aa80d32a2f4ec0172f5e902b", "created_at": "2022-12-15T02:25:11", "updated_at": "2022-12-15T06:23:15" } }
状态码
请参见状态码。
错误码
请参考错误码。