Add the missing response parameters to network
Change-Id: I9cbac30efc79c7dec7b3ff84f2e3df3577f2a49c
This commit is contained in:
@@ -103,6 +103,12 @@ Most Networking plug-ins (e.g. ML2 Plugin) and drivers do not support updating
|
||||
any provider related attributes. Check your plug-in whether it supports
|
||||
updating.
|
||||
|
||||
Resource timestamps
|
||||
===================
|
||||
|
||||
The ``standard-attr-timestamp`` extension adds the ``created_at`` and
|
||||
``updated_at`` attributes to all resources that have standard attributes.
|
||||
|
||||
VLAN transparency extension
|
||||
===========================
|
||||
|
||||
@@ -249,6 +255,7 @@ Response Parameters
|
||||
- admin_state_up: network-admin_state_up
|
||||
- availability_zone_hints: availability_zone_hints
|
||||
- availability_zones: availability_zones
|
||||
- created_at: created_at_resource
|
||||
- dns_domain: dns_domain
|
||||
- id: network-id
|
||||
- l2_adjacency: l2_adjacency
|
||||
@@ -267,6 +274,7 @@ Response Parameters
|
||||
- status: network-status
|
||||
- subnets: network-subnets
|
||||
- tenant_id: project_id
|
||||
- updated_at: updated_at_resource
|
||||
- description: description
|
||||
- is_default: network_is_default
|
||||
|
||||
@@ -369,6 +377,7 @@ Response Parameters
|
||||
- admin_state_up: network-admin_state_up
|
||||
- availability_zone_hints: availability_zone_hints
|
||||
- availability_zones: availability_zones
|
||||
- created_at: created_at_resource
|
||||
- dns_domain: dns_domain
|
||||
- id: network-id
|
||||
- l2_adjacency: l2_adjacency
|
||||
@@ -387,6 +396,7 @@ Response Parameters
|
||||
- status: network-status
|
||||
- subnets: network-subnets
|
||||
- tenant_id: project_id
|
||||
- updated_at: updated_at_resource
|
||||
- vlan_transparent: vlan_transparent
|
||||
- description: description
|
||||
- is_default: network_is_default
|
||||
@@ -475,6 +485,7 @@ Response Parameters
|
||||
- admin_state_up: network-admin_state_up
|
||||
- availability_zone_hints: availability_zone_hints
|
||||
- availability_zones: availability_zones
|
||||
- created_at: created_at_resource
|
||||
- dns_domain: dns_domain
|
||||
- id: network-id
|
||||
- l2_adjacency: l2_adjacency
|
||||
@@ -493,6 +504,7 @@ Response Parameters
|
||||
- status: network-status
|
||||
- subnets: network-subnets
|
||||
- tenant_id: project_id
|
||||
- updated_at: updated_at_resource
|
||||
- vlan_transparent: vlan_transparent
|
||||
- description: description
|
||||
- is_default: network_is_default
|
||||
@@ -570,6 +582,7 @@ Response Parameters
|
||||
- admin_state_up: network-admin_state_up
|
||||
- availability_zone_hints: availability_zone_hints
|
||||
- availability_zones: availability_zones
|
||||
- created_at: created_at_resource
|
||||
- dns_domain: dns_domain
|
||||
- id: network-id
|
||||
- l2_adjacency: l2_adjacency
|
||||
@@ -588,6 +601,7 @@ Response Parameters
|
||||
- status: network-status
|
||||
- subnets: network-subnets
|
||||
- tenant_id: project_id
|
||||
- updated_at: updated_at_resource
|
||||
- vlan_transparent: vlan_transparent
|
||||
- description: description
|
||||
- is_default: network_is_default
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
"availability_zones": [
|
||||
"nova"
|
||||
],
|
||||
"created_at": "2016-03-08T20:19:41",
|
||||
"name": "net1",
|
||||
"admin_state_up": true,
|
||||
"dns_domain": "",
|
||||
@@ -14,6 +15,7 @@
|
||||
"port_security_enabled": true,
|
||||
"project_id": "9bacb3c5d39d41a79512987f338cf177",
|
||||
"tenant_id": "9bacb3c5d39d41a79512987f338cf177",
|
||||
"updated_at": "2016-03-08T20:19:41",
|
||||
"qos_policy_id": "6a8454ade84346f59e8d40665f878b2e",
|
||||
"revision_number": 1,
|
||||
"segments": [
|
||||
|
||||
@@ -6,12 +6,14 @@
|
||||
"availability_zones": [
|
||||
"nova"
|
||||
],
|
||||
"created_at": "2016-03-08T20:19:41",
|
||||
"dns_domain": "",
|
||||
"name": "net1",
|
||||
"provider:physical_network": "public",
|
||||
"admin_state_up": true,
|
||||
"project_id": "9bacb3c5d39d41a79512987f338cf177",
|
||||
"tenant_id": "9bacb3c5d39d41a79512987f338cf177",
|
||||
"updated_at": "2016-03-08T20:19:41",
|
||||
"qos_policy_id": "6a8454ade84346f59e8d40665f878b2e",
|
||||
"revision_number": 1,
|
||||
"router:external": false,
|
||||
|
||||
@@ -34,6 +34,7 @@
|
||||
"availability_zones": [
|
||||
"nova"
|
||||
],
|
||||
"created_at": "2016-03-08T20:19:41",
|
||||
"dns_domain": "my-domain.org.",
|
||||
"id": "db193ab3-96e3-4cb3-8fc5-05f4296d0324",
|
||||
"l2_adjacency": false,
|
||||
|
||||
@@ -36,6 +36,7 @@
|
||||
"availability_zones": [
|
||||
"nova"
|
||||
],
|
||||
"created_at": "2016-03-08T20:19:41",
|
||||
"dns_domain": "my-domain.org.",
|
||||
"id": "db193ab3-96e3-4cb3-8fc5-05f4296d0324",
|
||||
"l2_adjacency": false,
|
||||
|
||||
Reference in New Issue
Block a user