api-ref: Fix api-ref for fwaas
Cleaning request/response parameters for fwaas methods. Change-Id: Iff9f08a675a332dced6f4517fbc5a45b0fa421b4 Partially-Implements: blueprint neutron-in-tree-api-ref
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -21,21 +21,21 @@ extensions-alias-path:
|
|||||||
type: string
|
type: string
|
||||||
firewall_id:
|
firewall_id:
|
||||||
description: |
|
description: |
|
||||||
The UUID of the firewall.
|
The ID of the firewall.
|
||||||
in: path
|
in: path
|
||||||
required: false
|
required: true
|
||||||
type: string
|
type: string
|
||||||
firewall_policy_id_2:
|
firewall_policy_id-path:
|
||||||
description: |
|
description: |
|
||||||
The UUID of the firewall policy.
|
The ID of the firewall policy.
|
||||||
in: path
|
in: path
|
||||||
required: false
|
required: true
|
||||||
type: string
|
type: string
|
||||||
firewall_rule_id:
|
firewall_rule_id:
|
||||||
description: |
|
description: |
|
||||||
The UUID for the firewall rule.
|
The ID for the firewall rule.
|
||||||
in: path
|
in: path
|
||||||
required: false
|
required: true
|
||||||
type: string
|
type: string
|
||||||
flavor_id:
|
flavor_id:
|
||||||
description: |
|
description: |
|
||||||
@@ -99,7 +99,7 @@ member_id-path:
|
|||||||
type: string
|
type: string
|
||||||
network_id_1:
|
network_id_1:
|
||||||
description: |
|
description: |
|
||||||
The UUID of the network.
|
The ID of the network.
|
||||||
in: path
|
in: path
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
@@ -265,6 +265,14 @@ action:
|
|||||||
in: body
|
in: body
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
action-response:
|
||||||
|
description: |
|
||||||
|
The action that the API performs on traffic that
|
||||||
|
matches the firewall rule. Valid value is ``allow``, ``deny`` or ``reject``.
|
||||||
|
Default is ``deny``.
|
||||||
|
in: body
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
action_1:
|
action_1:
|
||||||
description: |
|
description: |
|
||||||
The dead peer detection (DPD) action. A valid
|
The dead peer detection (DPD) action. A valid
|
||||||
@@ -560,7 +568,7 @@ audited:
|
|||||||
``false``. To audit the policy, explicitly set this attribute to
|
``false``. To audit the policy, explicitly set this attribute to
|
||||||
``true``.
|
``true``.
|
||||||
in: body
|
in: body
|
||||||
required: false
|
required: true
|
||||||
type: boolean
|
type: boolean
|
||||||
audited_1:
|
audited_1:
|
||||||
description: |
|
description: |
|
||||||
@@ -1052,6 +1060,13 @@ destination_ip_address:
|
|||||||
in: body
|
in: body
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
destination_ip_address-response:
|
||||||
|
description: |
|
||||||
|
The destination IPv4 or IPv6 address or CIDR. No
|
||||||
|
default.
|
||||||
|
in: body
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
destination_ip_address_1:
|
destination_ip_address_1:
|
||||||
description: |
|
description: |
|
||||||
The destination IPv4 or IPv6 address or CIDR.
|
The destination IPv4 or IPv6 address or CIDR.
|
||||||
@@ -1067,6 +1082,15 @@ destination_port:
|
|||||||
in: body
|
in: body
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
destination_port-response:
|
||||||
|
description: |
|
||||||
|
The destination port or port range. A valid
|
||||||
|
value is a port number, as an integer, or a port range, in the
|
||||||
|
format of a ``:`` separated range. For a port range, include both
|
||||||
|
ends of the range. For example, ``80:90``.
|
||||||
|
in: body
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
destination_port_1:
|
destination_port_1:
|
||||||
description: |
|
description: |
|
||||||
The destination port or port range.
|
The destination port or port range.
|
||||||
@@ -1189,6 +1213,15 @@ enabled:
|
|||||||
in: body
|
in: body
|
||||||
required: false
|
required: false
|
||||||
type: boolean
|
type: boolean
|
||||||
|
enabled-response:
|
||||||
|
description: |
|
||||||
|
Set to ``false`` to disable this rule in the
|
||||||
|
firewall policy. Facilitates selectively turning off rules without
|
||||||
|
having to disassociate the rule from the firewall policy. Valid
|
||||||
|
value is ``true`` or ``false``. Default is ``true``.
|
||||||
|
in: body
|
||||||
|
required: true
|
||||||
|
type: boolean
|
||||||
enabled_1:
|
enabled_1:
|
||||||
description: |
|
description: |
|
||||||
Indicates whether this flavor is enabled or
|
Indicates whether this flavor is enabled or
|
||||||
@@ -1403,9 +1436,15 @@ firewall:
|
|||||||
in: body
|
in: body
|
||||||
required: true
|
required: true
|
||||||
type: object
|
type: object
|
||||||
|
firewall_id-body:
|
||||||
|
description: |
|
||||||
|
The ID of the firewall.
|
||||||
|
in: body
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
firewall_list:
|
firewall_list:
|
||||||
description: |
|
description: |
|
||||||
A list of the UUIDs for firewall associated with
|
A list of the IDs for firewall associated with
|
||||||
the firewall policy.
|
the firewall policy.
|
||||||
in: body
|
in: body
|
||||||
required: true
|
required: true
|
||||||
@@ -1425,24 +1464,24 @@ firewall_policy:
|
|||||||
firewall_policy_id:
|
firewall_policy_id:
|
||||||
description: |
|
description: |
|
||||||
Read-only attribute that the API populates with
|
Read-only attribute that the API populates with
|
||||||
the UUID of the firewall policy when you associate this firewall
|
the ID of the firewall policy when you associate this firewall
|
||||||
rule with a policy. You can associate a firewall rule with one
|
rule with a policy. You can associate a firewall rule with one
|
||||||
policy at a time. You can update this association can to a
|
policy at a time. You can update this association can to a
|
||||||
different firewall policy. If you do not associate the rule with
|
different firewall policy. If you do not associate the rule with
|
||||||
any policy, this attribute is ``null``.
|
any policy, this attribute is ``null``.
|
||||||
in: body
|
in: body
|
||||||
required: true
|
required: false
|
||||||
type: string
|
type: string
|
||||||
firewall_policy_id_1:
|
firewall_policy_id-body:
|
||||||
description: |
|
description: |
|
||||||
The UUID of the policy that is associated with
|
The ID of the policy that is associated with
|
||||||
the firewall.
|
the firewall.
|
||||||
in: body
|
in: body
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
firewall_policy_id_3:
|
firewall_policy_id_3:
|
||||||
description: |
|
description: |
|
||||||
The UUID of the policy that is associated with
|
The ID of the policy that is associated with
|
||||||
the firewall.
|
the firewall.
|
||||||
in: body
|
in: body
|
||||||
required: false
|
required: false
|
||||||
@@ -1453,15 +1492,15 @@ firewall_rule:
|
|||||||
in: body
|
in: body
|
||||||
required: true
|
required: true
|
||||||
type: object
|
type: object
|
||||||
firewall_rule_id_1:
|
firewall_rule_id-body:
|
||||||
description: |
|
description: |
|
||||||
The UUID of the firewall rule.
|
The ID of the firewall rule.
|
||||||
in: body
|
in: body
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
firewall_rules:
|
firewall_rules:
|
||||||
description: |
|
description: |
|
||||||
A list of the UUIDs for firewall rule associated
|
A list of the IDs for firewall rule associated
|
||||||
with the firewall policy.
|
with the firewall policy.
|
||||||
in: body
|
in: body
|
||||||
required: true
|
required: true
|
||||||
@@ -1867,14 +1906,14 @@ initiator_1:
|
|||||||
type: string
|
type: string
|
||||||
insert_after:
|
insert_after:
|
||||||
description: |
|
description: |
|
||||||
The UUID of the firewall_rule. A new
|
The ID of the firewall_rule. A new
|
||||||
firewall_rule will be inserted after this firewall_rule.
|
firewall_rule will be inserted after this firewall_rule.
|
||||||
in: body
|
in: body
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
insert_before:
|
insert_before:
|
||||||
description: |
|
description: |
|
||||||
The UUID of the firewall_rule. A new
|
The ID of the firewall_rule. A new
|
||||||
firewall_rule will be inserted before this firewall_rule.
|
firewall_rule will be inserted before this firewall_rule.
|
||||||
in: body
|
in: body
|
||||||
required: false
|
required: false
|
||||||
@@ -1912,6 +1951,13 @@ ip_version:
|
|||||||
in: body
|
in: body
|
||||||
required: false
|
required: false
|
||||||
type: integer
|
type: integer
|
||||||
|
ip_version-response:
|
||||||
|
description: |
|
||||||
|
The IP protocol version. Valid value is ``4`` or
|
||||||
|
``6``. Default is ``4``.
|
||||||
|
in: body
|
||||||
|
required: true
|
||||||
|
type: integer
|
||||||
ip_version_1:
|
ip_version_1:
|
||||||
description: |
|
description: |
|
||||||
The IP address family of the list of prefixes
|
The IP address family of the list of prefixes
|
||||||
@@ -2968,6 +3014,12 @@ prefixes_2:
|
|||||||
in: body
|
in: body
|
||||||
required: true
|
required: true
|
||||||
type: array
|
type: array
|
||||||
|
project_id-body:
|
||||||
|
description: |
|
||||||
|
The ID of the project.
|
||||||
|
in: body
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
project_id-request:
|
project_id-request:
|
||||||
description: |
|
description: |
|
||||||
The ID of the project that owns the resource.
|
The ID of the project that owns the resource.
|
||||||
@@ -2984,6 +3036,13 @@ protocol:
|
|||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
protocol-response:
|
protocol-response:
|
||||||
|
description: |
|
||||||
|
The IP protocol. Valid value is ``icmp``,
|
||||||
|
``tcp``, ``udp``, or ``null``. No default.
|
||||||
|
in: body
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
protocol_1:
|
||||||
description: |
|
description: |
|
||||||
The protocol to load balance. A valid value is
|
The protocol to load balance. A valid value is
|
||||||
``HTTP``, ``HTTPS``, ``TCP``, or ``TERMINATED_HTTPS``.
|
``HTTP``, ``HTTPS``, ``TCP``, or ``TERMINATED_HTTPS``.
|
||||||
@@ -3513,14 +3572,21 @@ router_id_3:
|
|||||||
type: string
|
type: string
|
||||||
router_ids:
|
router_ids:
|
||||||
description: |
|
description: |
|
||||||
A list of UUIDs for routers that are associated
|
A list of IDs for routers that are associated
|
||||||
with the firewall.
|
with the firewall.
|
||||||
in: body
|
in: body
|
||||||
required: false
|
required: false
|
||||||
type: array
|
type: array
|
||||||
router_ids_1:
|
router_ids-1:
|
||||||
description: |
|
description: |
|
||||||
A list of UUIDs for routers that are associated
|
A list of IDs for routers that are associated
|
||||||
|
with the firewall.
|
||||||
|
in: body
|
||||||
|
required: true
|
||||||
|
type: array
|
||||||
|
router_ids-response:
|
||||||
|
description: |
|
||||||
|
A list of IDs for routers that are associated
|
||||||
with the firewall.
|
with the firewall.
|
||||||
in: body
|
in: body
|
||||||
required: true
|
required: true
|
||||||
@@ -3699,6 +3765,13 @@ shared:
|
|||||||
in: body
|
in: body
|
||||||
required: false
|
required: false
|
||||||
type: boolean
|
type: boolean
|
||||||
|
shared-response:
|
||||||
|
description: |
|
||||||
|
Admin-only. Indicates whether this network is
|
||||||
|
shared across all tenants.
|
||||||
|
in: body
|
||||||
|
required: true
|
||||||
|
type: boolean
|
||||||
shared_1:
|
shared_1:
|
||||||
description: |
|
description: |
|
||||||
Indicates whether this network is shared across
|
Indicates whether this network is shared across
|
||||||
@@ -3749,7 +3822,7 @@ shared_3:
|
|||||||
Admin-only. Indicates whether this network is
|
Admin-only. Indicates whether this network is
|
||||||
shared across all projects.
|
shared across all projects.
|
||||||
in: body
|
in: body
|
||||||
required: false
|
required: true
|
||||||
type: boolean
|
type: boolean
|
||||||
shared_4:
|
shared_4:
|
||||||
description: |
|
description: |
|
||||||
@@ -3810,9 +3883,18 @@ source_ip_address:
|
|||||||
description: |
|
description: |
|
||||||
The source IPv4 or IPv6 address or CIDR.
|
The source IPv4 or IPv6 address or CIDR.
|
||||||
in: body
|
in: body
|
||||||
required: true
|
required: false
|
||||||
type: string
|
type: string
|
||||||
source_port:
|
source_port:
|
||||||
|
description: |
|
||||||
|
The source port or port range. A valid value is
|
||||||
|
a port number, as an integer, or a port range, in the format of a
|
||||||
|
``:`` separated range. For a port range, include both ends of the
|
||||||
|
range. For example, ``80:90``.
|
||||||
|
in: body
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
source_port-response:
|
||||||
description: |
|
description: |
|
||||||
The source port or port range. A valid value is
|
The source port or port range. A valid value is
|
||||||
a port number, as an integer, or a port range, in the format of a
|
a port number, as an integer, or a port range, in the format of a
|
||||||
|
|||||||
Reference in New Issue
Block a user