HTTP/1.1 200 OK
Date: Thu, 07 Jul 2016 05:07:23 GMT
Server: Apache
Content-Length: 1532
Content-Type: application/json
{
“security_group”: {
“description”: “セキュリティグループの説明や概要“,
“id”: “セキュリティグループID“,
“name”: “セキュリティグループの名前“,
“security_group_rules”: [
{
“direction”: “ルールを適用するトラフィックの向き“,
“ethertype”: “イーサタイプ“,
“id”: “セキュリティグループルールID“,
“port_range_max”: null,
“port_range_min”: null,
“protocol”: null,
“remote_group_id”: null,
“remote_ip_prefix”: null,
“security_group_id”: “セキュリティグループID“,
“tenant_id”: “テナントID“
},
{
“direction”: “ルールを適用するトラフィックの向き“,
“ethertype”: “イーサタイプ“,
“id”: “セキュリティグループルールID“,
“port_range_max”: null,
“port_range_min”: null,
“protocol”: null,
“remote_group_id”: null,
“remote_ip_prefix”: null,
“security_group_id”: “セキュリティグループID“,
“tenant_id”: “テナントID“
},
{
“direction”: “ルールを適用するトラフィックの向き“,
“ethertype”: “イーサタイプ“,
“id”: “セキュリティグループルールID“,
“port_range_max”: null,
“port_range_min”: null,
“protocol”: null,
“remote_group_id”: null,
“remote_ip_prefix”: null,
“security_group_id”: “セキュリティグループID“,
“tenant_id”: “テナントID“
},
{
“direction”: “ルールを適用するトラフィックの向き“,
“ethertype”: “イーサタイプ“,
“id”: “セキュリティグループルールID“,
“port_range_max”: null,
“port_range_min”: null,
“protocol”: null,
“remote_group_id”: null,
“remote_ip_prefix”: null,
“security_group_id”: “セキュリティグループID“,
“tenant_id”: “テナントID“
},
],
“tenant_id”: “テナントID“
}
}
|