Files
neutron-lib/api-ref/source/v2/samples/address-groups/address-group-remove-addresses-response.json
Slawek Kaplonski 3a07a644ef [Docs] Add api-ref for the address groups
Related-blueprint: bp/address-groups-in-sg-rules
Change-Id: Ied4947ce0d52b84e501cac117f29882d6e6dba98
2021-07-20 15:01:31 +02:00

14 lines
372 B
JSON

{
"address_group": {
"id": "9ace2ef6-bd57-426a-9223-cf1751d26db9",
"name": "doc-address-group",
"project_id": "c9a6f447205640e89523df967c26f4d5",
"addresses": [
"10.0.1.34/32",
"192.168.100.0/24"
],
"description": "AG description",
"tenant_id": "c9a6f447205640e89523df967c26f4d5"
}
}