セキュリティグループ作成 - Network API v2.0
https://www.conoha.jp/docs/neutron-create_secgroup.phpいろいろできるので、このまま使うのは面倒だ。-- ToshinoriMaeno 2023-04-02 00:44:18
1. example
Request Json
{ "security_group": { "name": "new-webservers", "description": "security group for webservers" } }
2. history
curl -i -X POST \ -H "Accept: application/json" \ -H "X-Auth-Token: 0925897a3d4543218ff0dcd2bb378a8e" \ -d '{"security_group": {"name": "test-01"}}' \ https://networking.tyo1.conoha.io/v2.0/security-groups