We also tackle the server security group and security group rules controllers at the same time since they are so similar. Change-Id: I7a039cdc172de59392215e9d6a9a24d03144cb85 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
14 lines
325 B
JSON
14 lines
325 B
JSON
{
|
|
"security_group_rule": {
|
|
"from_port": 22,
|
|
"group": {},
|
|
"id": "baed7fb4-16b9-4b99-a2fd-02d0b1a4d9b2",
|
|
"ip_protocol": "tcp",
|
|
"ip_range": {
|
|
"cidr": "10.0.0.0/24"
|
|
},
|
|
"parent_group_id": "d6f86d8c-06ef-4bef-8e7c-8bf8f9ba9b7a",
|
|
"to_port": 22
|
|
}
|
|
}
|