Files
nova/doc/api_samples/os-security-groups/security-groups-get-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

10 lines
226 B
JSON

{
"security_group": {
"description": "default",
"id": "4e469db4-3b60-43c7-8dfa-2c60e2f27075",
"name": "default",
"rules": [],
"tenant_id": "6f70656e737461636b20342065766572"
}
}