List Network Connector Endpoints

ネットワークコネクタエンドポイントの一覧を表示します。

Request

URI

GET <network service endpoint>/v2.0/network_connector_endpoints

Example:

GET http://192.168.122.1:9696/v2.0/network_connector_endpoints

Headers

  • X-Auth-Token: token delivered by identity service

Response

Status Code

  • 200

Headers

  • Content-Type: application/json

Body

Example:


{
	"network_connector_endpoints" :[
		{
			"id": "6ed3561f-087f-43f9-9a51-bf71f666b80f",
			"name": "endponit_for_az1",
			"network_connector_id": "07993b1c-79e1-4cf6-a663-dc42b9ce37d4",
			"endpoint_type": "availability_zone",
			"location" : "east-jp-az1",
			"tenant_id" : "29320d5e-dd29-425c-b386-3cbb2754ad03"
		},
		{
			"id": "1e71eee6-a7e5-4b05-93c6-e6e8bf02f2e5",
			"name": "endponit_for_az2",
			"network_connector_id": "75e3507f-8fb6-4b0f-9f0c-00ce011e4a51",
			"endpoint_type": "availability_zone",
			"location" : "east-jp-az2",
			"tenant_id" : "29320d5e-dd29-425c-b386-3cbb2754ad03"
		}
	]
}
     

Elements

  • id:

    ネットワークコネクターエンドポイントID

    • Type: String
  • name:

    ネットワークコネクターエンドポイント名

    • Type: String
  • network_connector_id:

    ネットワークコネクターID

    • Type: String
  • endpoint_type:

    ネットワークコネクターエンドポイントの種別。この値は、"availability_zone"または"remote"である必要があります。

    • Type: String
  • location:

    endpoint_typeで示されているエンドポイントタイプのネットワークコネクタエンドポイントの場所。endpoint_typeが"availability_zone"の場合、この値はアベイラビリティゾーン名です。endpoint_typeが"remote"の場合、この値は、"intra"など、場所を示すラベルを指定してください。

    • Type: String
  • tenant_id:

    このネットワークコネクタが属しているプロジェクトID

    • Type: String

Errors

  • 401: Token is not specified or not authorized.
  • 403: Token is not permitted to operate