Files
nova/doc/api_samples/os-security-groups/security-group-rules-post-resp.json
Stephen Finucane 8d8edf73fc api: Add response body schemas for security group APIs
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>
2025-08-29 10:16:49 +01:00

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
}
}