UpdateNetwork
VCS-ntwk-4017 Update a network. Only tenant admin can use
Path Parameters
- network_id integer required
Network ID
Header Parameters
- x-api-host string required
Default value:
openstack-taichung-default-2
Authentication Required Parameters
- application/json
Request Body
- name string
The new network name
- nameservers string[]
The new network nameservers list
Responses
- 202
OK
- application/json
- Schema
- Example (from schema)
Schema
- cidr string
- create_time date-time
- ext_net string
- gateway string
- nameservers string[]
- id int64
- ip_version int64
- name string
- platform string
user object
id stringdisplay_name stringusername stringemail string- project int64
- status string
- status_reason string
- with_router boolean
firewall object
id int64name string
{
"cidr": "string",
"create_time": "2024-08-19",
"ext_net": "string",
"gateway": "string",
"nameservers": [
"string"
],
"id": 0,
"ip_version": 0,
"name": "string",
"platform": "string",
"user": {
"id": "string",
"display_name": "string",
"username": "string",
"email": "string"
},
"project": 0,
"status": "string",
"status_reason": "string",
"with_router": true,
"firewall": {
"id": 0,
"name": "string"
}
}
Loading...