Merge "api-ref: add api-ref for remote_address_group in sg rules"
This commit is contained in:
commit
f6852071ef
@ -6042,6 +6042,14 @@ remote_address_group_id:
|
||||
in: body
|
||||
required: true
|
||||
type: string
|
||||
remote_address_group_id-response:
|
||||
description: |
|
||||
The remote address group UUID that is associated with this
|
||||
security group rule.
|
||||
in: body
|
||||
required: true
|
||||
type: string
|
||||
|
||||
remote_group_id:
|
||||
description: |
|
||||
The remote group UUID to associate with this
|
||||
|
@ -7,6 +7,7 @@
|
||||
"port_range_max": "80",
|
||||
"protocol": "tcp",
|
||||
"remote_group_id": "85cc3048-abc3-43cc-89b3-377341426ac5",
|
||||
"remote_address_group_id": "a9baa1eb-0614-4d68-870e-fec6d8f8c221",
|
||||
"security_group_id": "a7734e61-b545-452d-a3cd-0189cbd9747a"
|
||||
},
|
||||
{
|
||||
@ -16,6 +17,7 @@
|
||||
"port_range_max": "443",
|
||||
"protocol": "tcp",
|
||||
"remote_group_id": "85cc3048-abc3-43cc-89b3-377341426ac5",
|
||||
"remote_address_group_id": "a9baa1eb-0614-4d68-870e-fec6d8f8c221",
|
||||
"security_group_id": "a7734e61-b545-452d-a3cd-0189cbd9747a"
|
||||
}
|
||||
]
|
||||
|
@ -6,6 +6,7 @@
|
||||
"port_range_max": "80",
|
||||
"protocol": "tcp",
|
||||
"remote_group_id": "85cc3048-abc3-43cc-89b3-377341426ac5",
|
||||
"remote_address_group_id": "a9baa1eb-0614-4d68-870e-fec6d8f8c221",
|
||||
"security_group_id": "a7734e61-b545-452d-a3cd-0189cbd9747a"
|
||||
}
|
||||
}
|
||||
|
@ -7,6 +7,7 @@
|
||||
"port_range_min": 80,
|
||||
"protocol": "tcp",
|
||||
"remote_group_id": "85cc3048-abc3-43cc-89b3-377341426ac5",
|
||||
"remote_address_group_id": "a9baa1eb-0614-4d68-870e-fec6d8f8c221",
|
||||
"remote_ip_prefix": null,
|
||||
"security_group_id": "a7734e61-b545-452d-a3cd-0189cbd9747a",
|
||||
"project_id": "e4f50856753b4dc6afee5fa6b9b6c550",
|
||||
|
@ -7,6 +7,7 @@
|
||||
"port_range_min": null,
|
||||
"protocol": null,
|
||||
"remote_group_id": null,
|
||||
"remote_address_group_id": null,
|
||||
"remote_ip_prefix": null,
|
||||
"revision_number": 1,
|
||||
"created_at": "2018-03-19T19:16:56Z",
|
||||
|
@ -8,6 +8,7 @@
|
||||
"port_range_min": null,
|
||||
"protocol": null,
|
||||
"remote_group_id": null,
|
||||
"remote_address_group_id": null,
|
||||
"remote_ip_prefix": null,
|
||||
"security_group_id": "85cc3048-abc3-43cc-89b3-377341426ac5",
|
||||
"project_id": "e4f50856753b4dc6afee5fa6b9b6c550",
|
||||
@ -26,6 +27,7 @@
|
||||
"port_range_min": null,
|
||||
"protocol": null,
|
||||
"remote_group_id": null,
|
||||
"remote_address_group_id": null,
|
||||
"remote_ip_prefix": null,
|
||||
"security_group_id": "85cc3048-abc3-43cc-89b3-377341426ac5",
|
||||
"project_id": "e4f50856753b4dc6afee5fa6b9b6c550",
|
||||
@ -44,6 +46,7 @@
|
||||
"port_range_min": null,
|
||||
"protocol": null,
|
||||
"remote_group_id": "85cc3048-abc3-43cc-89b3-377341426ac5",
|
||||
"remote_address_group_id": null,
|
||||
"remote_ip_prefix": null,
|
||||
"security_group_id": "85cc3048-abc3-43cc-89b3-377341426ac5",
|
||||
"project_id": "e4f50856753b4dc6afee5fa6b9b6c550",
|
||||
@ -62,6 +65,7 @@
|
||||
"port_range_min": null,
|
||||
"protocol": null,
|
||||
"remote_group_id": "85cc3048-abc3-43cc-89b3-377341426ac5",
|
||||
"remote_address_group_id": null,
|
||||
"remote_ip_prefix": null,
|
||||
"security_group_id": "85cc3048-abc3-43cc-89b3-377341426ac5",
|
||||
"project_id": "e4f50856753b4dc6afee5fa6b9b6c550",
|
||||
|
@ -15,6 +15,12 @@ Resource timestamps
|
||||
The ``standard-attr-timestamp`` extension adds the ``created_at`` and
|
||||
``updated_at`` attributes to all resources that have standard attributes.
|
||||
|
||||
Remote address group id
|
||||
=======================
|
||||
|
||||
The extension ``security-groups-remote-address-group`` adds a new field
|
||||
``remote_address_group_id`` in security group rules.
|
||||
|
||||
Belongs to the project's default security group
|
||||
===============================================
|
||||
|
||||
@ -69,6 +75,7 @@ Response Parameters
|
||||
|
||||
- security_group_rules: security_group_rules
|
||||
- remote_group_id: remote_group_id
|
||||
- remote_address_group_id: remote_address_group_id-response
|
||||
- direction: direction
|
||||
- protocol: protocol
|
||||
- ethertype: ethertype
|
||||
@ -109,6 +116,7 @@ Request
|
||||
|
||||
- security_group_rule: security_group_rule
|
||||
- remote_group_id: remote_group_id-request
|
||||
- remote_address_group_id: remote_address_group_id-request
|
||||
- direction: direction
|
||||
- protocol: protocol-request
|
||||
- ethertype: ethertype-request
|
||||
@ -131,6 +139,7 @@ Response Parameters
|
||||
|
||||
- security_group_rule: security_group_rule
|
||||
- remote_group_id: remote_group_id
|
||||
- remote_address_group_id: remote_address_group_id-response
|
||||
- direction: direction
|
||||
- protocol: protocol
|
||||
- ethertype: ethertype
|
||||
@ -173,6 +182,7 @@ Request
|
||||
|
||||
- security_group_rules: security_group_rules
|
||||
- remote_group_id: remote_group_id-request
|
||||
- remote_address_group_id: remote_address_group_id-request
|
||||
- direction: direction
|
||||
- protocol: protocol-request
|
||||
- ethertype: ethertype-request
|
||||
@ -195,6 +205,7 @@ Response Parameters
|
||||
|
||||
- security_group_rules: security_group_rules
|
||||
- remote_group_id: remote_group_id
|
||||
- remote_address_group_id: remote_address_group_id-response
|
||||
- direction: direction
|
||||
- protocol: protocol
|
||||
- ethertype: ethertype
|
||||
@ -247,6 +258,7 @@ Response Parameters
|
||||
|
||||
- security_group_rule: security_group_rule
|
||||
- remote_group_id: remote_group_id
|
||||
- remote_address_group_id: remote_address_group_id-response
|
||||
- direction: direction
|
||||
- protocol: protocol
|
||||
- ethertype: ethertype
|
||||
|
Loading…
x
Reference in New Issue
Block a user