Description

セキュリティグループ ルールの詳細情報を取得します。

Request URL

Network API

GET /v2.0/security-group-rules/{rules-security-groups-id}

Request Json

This operation does not accept a request body.

Request Parameters

Parameter Value Style Description
X-Auth-Token トークンID header トークンIDを指定します。
rules-security-groups-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-group-rules/セキュリティグループルールID

Response

HTTP/1.1 200 OK
Server: openresty/1.7.10.1
Date: Fri, 08 May 2015 08:43:24 GMT
Content-Type: application/json
Content-Length: 320
Connection: keep-alive

{
    "security_group_rule": {
        "remote_group_id": null,
        "direction": "ingress",
        "remote_ip_prefix": null,
        "protocol": "tcp",
        "ethertype": "IPv4",
        "tenant_id": "22394afc818d471ca2f0308c06ae7460",
        "port_range_max": 21,
        "port_range_min": 21,
        "id": "1a6d4892-3bfc-43cd-9ff8-f3f57a89af23",
        "security_group_id": "0b996a5e-c759-4850-b728-aa3324bde9dc"
    }
}

ConoHaにて提供しておりますAPIにつきましては、クラウド基盤として採用しておりますOpenStackの機能にて実装しておりますので、詳細な情報や使い方はOpenStackのドキュメントにてご確認ください。