セキュリティグループ詳細取得
Description
セキュリティグループの詳細情報を取得します。
Request URL
Network API GET /v2.0/security-groups/{security_group_id}
Request Json
This operation does not accept a request body.
Request Parameters
Parameter | Value | Style | Description |
---|---|---|---|
X-Auth-Token | トークンID | header | トークンIDを指定します。 |
security_group_id | セキュリティグループID | path | セキュリティグループIDを指定します。 |
Response Code
Success
200
Example
Request
curl -i -X GET \ -H "Accept: application/json" \ -H "X-Auth-Token: トークンID" \ https://networking.tyo1.conoha.io/v2.0/security-groups/セキュリティグループID
Response
HTTP/1.1 200 OK Server: openresty/1.7.10.1 Date: Fri, 08 May 2015 08:37:53 GMT Content-Type: application/json Content-Length: 1443 Connection: keep-alive { "security_group": { "tenant_id": "22394afc818d471ca2f0308c06ae7460", "description": "default", "id": "6cdb77f5-0e85-49cf-b093-acb3ab41e730", "security_group_rules": [ { "remote_group_id": null, "direction": "egress", "remote_ip_prefix": null, "protocol": null, "ethertype": "IPv6", "tenant_id": "22394afc818d471ca2f0308c06ae7460", "port_range_max": null, "port_range_min": null, "id": "2ffdf2d2-3b2a-4b3a-89a2-fb5b2a9f8811", "security_group_id": "6cdb77f5-0e85-49cf-b093-acb3ab41e730" }, { "remote_group_id": "6cdb77f5-0e85-49cf-b093-acb3ab41e730", "direction": "ingress", "remote_ip_prefix": null, "protocol": null, "ethertype": "IPv6", "tenant_id": "22394afc818d471ca2f0308c06ae7460", "port_range_max": null, "port_range_min": null, "id": "4117d7a3-e0ac-4f71-823a-e524d1d4ffc1", "security_group_id": "6cdb77f5-0e85-49cf-b093-acb3ab41e730" }, { "remote_group_id": "6cdb77f5-0e85-49cf-b093-acb3ab41e730", "direction": "ingress", "remote_ip_prefix": null, "protocol": null, "ethertype": "IPv4", "tenant_id": "22394afc818d471ca2f0308c06ae7460", "port_range_max": null, "port_range_min": null, "id": "8238b994-abea-42e6-b872-be475d5b306e", "security_group_id": "6cdb77f5-0e85-49cf-b093-acb3ab41e730" }, { "remote_group_id": null, "direction": "egress", "remote_ip_prefix": null, "protocol": null, "ethertype": "IPv4", "tenant_id": "22394afc818d471ca2f0308c06ae7460", "port_range_max": null, "port_range_min": null, "id": "c79e56f0-d180-499c-bb4a-f6cd6f155eb7", "security_group_id": "6cdb77f5-0e85-49cf-b093-acb3ab41e730" } ], "name": "default" } }
ConoHaにて提供しておりますAPIにつきましては、クラウド基盤として採用しておりますOpenStackの機能にて実装しておりますので、詳細な情報や使い方はOpenStackのドキュメントにてご確認ください。