Method | URI | Description |
---|---|---|
GET | /v2.0/security-groups | Lists all OpenStack Networking security groups to which the specified tenant has access. |
POST | /v2.0/security-groups | Creates an OpenStack Networking security group. |
GET | /v2.0/security-groups/{security_group_id} | Shows information for a specified security group. |
DELETE | /v2.0/security-groups/{security_group_id} | Deletes an OpenStack Networking security group. |
GET | /v2.0/security-group-rules | Lists a summary of all OpenStack Networking security group rules that the specified tenant can access. |
POST | /v2.0/security-group-rules | Creates an OpenStack Networking security group rule. |
GET | /v2.0/security-group-rules/{rules-security-groups-id} | Shows detailed information for a specified security group rule. |
DELETE | /v2.0/security-group-rules/{rules-security-groups-id} | Deletes a specified rule from a OpenStack Networking security group. |